gst/playback/gstplaybin.c: Make getting the current frame thread-safe.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4           Make getting the current frame thread-safe.
5
6 2007-01-25  Edward Hervey  <edward@fluendo.com>
7
8         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
9         (gst_decode_group_new), (gst_decode_group_free):
10         Set queues to bigger sizes to cope with HD contents.
11         Fix some mutex freeing and add comment about MT safe methods.
12
13 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
14
15         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
16         (gst_text_overlay_text_event):
17           Don't unnecessarily ref (and then leak) upstream events if the text
18           pad is not linked. Fixes #399948.
19
20         * tests/check/gst-plugins-base.supp:
21           Add suppression for pango on edgy/x86 for textoverlay test.
22
23 2007-01-24  Wim Taymans  <wim@fluendo.com>
24
25         * gst-libs/gst/rtp/gstrtpbuffer.h:
26         Add some more fixed payloads.
27
28 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
29
30         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
31           Error out properly if we get an error from libogg while reading the
32           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
33
34 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
35
36         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
37           Don't leak mutex.
38
39         * tests/check/elements/playbin.c:
40         (test_sink_usage_video_only_stream),
41         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
42         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
43         (test_missing_suburisource_handler),
44         (test_missing_primary_decoder), (playbin_suite):
45           Run all tests once with decodebin and once with decodebin2.
46           One test does not pass yet with decodebin2.
47
48 2007-01-23  Edward Hervey  <edward@fluendo.com>
49
50         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
51         Fix the cases where oggmux doesn't properly figure out that all
52         sinkpads have gone EOS, and therefore doesn't push out the remaining
53         buffers and the final EOS event.
54         Fixes #363379
55
56 2007-01-23  Julien MOUTTE  <julien@moutte.net>
57
58         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
59         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
60         Don't lock on navigation event push, just on keysym to string.
61         Fixes #397673 again.
62
63 2007-01-22  Edward Hervey  <edward@fluendo.com>
64
65         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
66         (get_current_group), (group_demuxer_event_probe),
67         (gst_decode_group_expose), (deactivate_free_recursive),
68         (gst_decode_group_free):
69         Cleanups.
70         Don't forget to emit 'no-more-pads' once a group is exposed.
71         Cleanup elements from a DecodeGroup once we remove it.
72         Protect call to gst_decode_group_expose() with the decodebin lock.
73
74 2007-01-22  Julien MOUTTE  <julien@moutte.net>
75
76         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
77         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
78         Looking at Xorg code i can't figure out if that XKeysymToString
79         function is thread sensible or not. Lock it just in case as
80         recommended by Radek Doulik <rodo at ximian dot com>.
81
82 2007-01-22  Julien MOUTTE  <julien@moutte.net>
83
84         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
85         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
86         Lock that X Call as well. Fixes #397673.
87
88 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
91           Don't go into an endless loop if the file starts with 00 00 01 2X,
92           like quicktime redirect files might. Fixes #396042.
93
94         * tests/check/Makefile.am:
95         * tests/check/gst/.cvsignore:
96         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
97         (typefindfunctions_suite):
98           Add unit test for the above.
99
100 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
101
102         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
103           On second thought, use "depth" field rather than "bpp" field.
104
105 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
106
107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
108           Camtasia caps apparently need a bpp field (#398875).
109
110 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
111
112         * gst/playback/gstplaybasebin.c: (setup_subtitle),
113         (gen_source_element), (gst_play_base_bin_change_state):
114           Attempt at a better error message in case we don't have the required
115           URI handler installed; post missing-plugin message also when we're
116           missing an URI handler for the subtitle URI; clean up properly also
117           when an error occurs and we never made it to PAUSED state.
118
119         * tests/check/elements/playbin.c: (GST_START_TEST),
120         (playbin_suite):
121           Check that we're also getting a missing-plugin messsage for a
122           missing subtitle URI handler (and clean up properly).
123
124 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
125
126         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
127           Plug a few reference leaks.
128
129 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
130
131         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
132           Lower probability a bit if the marker isn't right at the start,
133           to decrease the chance of false positives.
134
135 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
136
137         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
138           Small mpeg2 system stream typefinding improvement: make typefinder
139           probe a bit into the stream instead of just looking for a marker
140           at the beginning. Fixes #397810.
141
142 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst/audioconvert/gstchannelmix.c:
145           Remove compatibility cruft for prehistoric GLib versions.
146
147 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
148
149         * gst/playback/Makefile.am:
150         * gst/playback/gstdecodebin.c: (close_pad_link):
151         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
152         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
153         (gst_play_base_bin_handle_message_func), (unknown_type):
154           Let decodebin be the element to post missing-plugin messages for
155           missing decoders (rather than playbin); make playbin implement
156           GstBin::handle_message so we can suppress missing-plugin messages
157           for types we're not handling on purpose (don't want to bring up an
158           installer in those cases).
159
160 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
161
162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
163         * gst-libs/gst/tag/gstvorbistag.c:
164         (gst_tag_list_to_vorbiscomment_buffer):
165         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
166           Fix potentially unaligned access (#397207).
167
168 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
169
170         * tests/examples/seek/seek.c: (set_scale), (update_scale),
171         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
172         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
173         (main):
174           Allow to toggle looping while it plays. Fix callback prototype. Clean
175           up code a bit more. Add copyright header.
176
177 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
178
179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
180           Red and blue mask was swapped (spotted by Dan Williams).
181
182 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
183
184         * gst-libs/gst/tag/gstid3tag.c:
185         * gst-libs/gst/tag/gstvorbistag.c:
186           Use new beats-per-minute tag from core.
187
188 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
189
190         * po/POTFILES.in:
191           Add new files with translatable strings, so they actually make it
192           into the template file one day.
193
194 2007-01-12  Andy Wingo  <wingo@pobox.com>
195
196         * gst-libs/gst/audio/gstbaseaudiosink.c
197         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
198         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
199         stuff, as the base class handles this now. Actually tell the ring
200         buffer to start.
201         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
202         How did this work before? Maybe I'm not as awesome a programmer as
203         I think.
204
205         * gst-libs/gst/audio/gstbaseaudiosrc.c
206         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
207         of a pad function.
208
209 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
210
211         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
212           Remove more fields so that the application can better blacklist
213           formats that have been tried before.
214
215 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
216
217         * gst-libs/gst/audio/mixerutils.h:
218           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
219           used when compiling with c++ compilers as well.
220
221 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
222
223         * gst/typefind/gsttypefindfunctions.c:
224           Fix comment.
225
226 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
227
228         * gst/playback/gstplaybin.c: (post_missing_element_message),
229         (gen_video_element), (gen_text_element), (gen_audio_element),
230         (gen_vis_element):
231           Post missing-plugin messages also when we error out because
232           converters, textoverlay or auto*sinks are missing (#161922).
233
234 2007-01-10  Wim Taymans  <wim@fluendo.com>
235
236         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
237         (is_demuxer_element), (new_caps):
238         * gst/playback/gstplaybasebin.c: (source_new_pad):
239         Fix the case where we try to ref a NULL element when we delay a link
240         because of unfixed caps.
241         Set the state of autoplugged decodebins to PAUSED.
242         RTSP now works in playbin, we can remove it from the blacklist.
243
244 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * gst/playback/Makefile.am:
247         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
248         (unknown_type), (setup_subtitle), (gen_source_element):
249         * gst/playback/gstplaybin.c: (plugin_init):
250           Post missing-plugin messages on the bus for missing sources and
251           missing decoders/demuxers/depayloaders; fix error code used when
252           we're missing an URI handler source; for media types that we are not
253           handling on purpose at the moment, don't print "don't know how to
254           handle xyz" messages to the terminal or post missing-plugin
255           messages on the bus.
256
257         * tests/check/elements/playbin.c: (create_playbin),
258         (GST_START_TEST), (gst_codec_src_uri_get_type),
259         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
260         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
261         (gst_codec_src_init_type), (gst_codec_src_base_init),
262         (gst_codec_src_create), (gst_codec_src_class_init),
263         (gst_codec_src_init), (plugin_init), (playbin_suite):
264           Add some tests for the missing-plugin stuff.
265
266 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
267
268         * configure.ac:
269         * gst-libs/gst/Makefile.am:
270         * gst-libs/gst/utils/Makefile.am:
271         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
272         * gst-libs/gst/utils/base-utils.h:
273         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
274         (find_format_info), (caps_are_rtp_caps),
275         (gst_base_utils_get_source_description),
276         (gst_base_utils_get_sink_description),
277         (gst_base_utils_get_decoder_description),
278         (gst_base_utils_get_encoder_description),
279         (gst_base_utils_get_element_description),
280         (gst_base_utils_add_codec_description_to_tag_list),
281         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
282         * gst-libs/gst/utils/descriptions.h:
283         * gst-libs/gst/utils/missing-plugins.c:
284         (missing_structure_get_type), (copy_and_clean_caps),
285         (gst_missing_uri_source_message_new),
286         (gst_missing_uri_sink_message_new),
287         (gst_missing_element_message_new),
288         (gst_missing_decoder_message_new),
289         (gst_missing_encoder_message_new),
290         (missing_structure_get_string_detail),
291         (missing_structure_get_caps_detail),
292         (gst_missing_plugin_message_get_installer_detail),
293         (gst_missing_plugin_message_get_description),
294         (gst_is_missing_plugin_message):
295         * gst-libs/gst/utils/missing-plugins.h:
296           API: add new libgstbaseutils library with functions
297           - to create and parse missing-plugins messages
298           - that provide (translated) descriptions for caps/decoders/sources/etc.
299           Closes #392393.
300
301         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
302         * pkgconfig/gstreamer-plugins-base.pc.in:
303           Add new lib.
304
305         * docs/libs/gst-plugins-base-libs-docs.sgml:
306         * docs/libs/gst-plugins-base-libs-sections.txt:
307           Generate docs for new lib and API.
308
309         * tests/check/Makefile.am:
310         * tests/check/libs/.cvsignore:
311         * tests/check/libs/utils.c: (missing_msg_check_getters),
312         (GST_START_TEST), (libgstbaseutils_suite):
313           Add some basic unit tests.
314
315 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
316
317         * ext/ogg/Makefile.am:
318           Dist gstoggdemux.h to fix 'make distcheck'.
319
320         * sys/v4l/Makefile.am:
321           Fix 'make distcheck' even more.
322
323 2007-01-09  Wim Taymans  <wim@fluendo.com>
324
325         * docs/plugins/Makefile.am:
326         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
327         * docs/plugins/gst-plugins-base-plugins-sections.txt:
328         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
329         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
330         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
331         (gst_ogg_demux_perform_seek):
332         * ext/ogg/gstoggdemux.h:
333         Added docs.
334         Add some more comments.
335         Small cleanups.
336
337 2007-01-09  Wim Taymans  <wim@fluendo.com>
338
339         * ext/theora/theoradec.c:
340         * ext/vorbis/vorbisdec.c:
341         * gst-libs/gst/audio/gstringbuffer.c:
342         (gst_ring_buffer_commit_full):
343         * gst-libs/gst/audio/gstringbuffer.h:
344         * gst-libs/gst/rtp/gstrtpbuffer.c:
345         * gst-libs/gst/tag/gstvorbistag.c:
346         Small documentation updates/fixes
347
348 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
349
350         * configure.ac:
351           Require core CVS HEAD for Andy's basesrc/sink API additions.
352
353 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
354
355         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
356
357         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
358         (plugin_init):
359           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
360           on flac.sf.net (there appear to be other versions of the first
361           ogg page in the wild) (#391365).
362
363 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * configure.ac:
366           Check if localtime_r() is available.
367
368         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
369           If localtime_r() is not available, fall back to localtime(). Should
370           fix build on MingW (#393310).
371
372 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
373
374         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
375         * gst/subparse/gstsubparse.h:
376           Remove spurious 1000 subtrahend when calculating the timestamp from
377           the frame number and the frame rate . Also, use the frames/second
378           value specified in the first line of the file, if one is specified
379           there. Should fix #357503.
380
381         * tests/check/elements/subparse.c: (do_test),
382         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
383         (subparse_suite):
384           Add some basic unit tests for the microdvd subtitle format.
385
386 2007-01-07  Julien MOUTTE  <julien@moutte.net>
387
388         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
389         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
390         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
391         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
392         (gst_xvimagesink_set_xwindow_id),
393         (gst_xvimagesink_set_event_handling),
394         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
395         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
396         Patch by : Young-Ho Cha <ganadist at chollian dot net>
397         Fixes : #390076.
398         Add an adaptor property to select a specific XV adaptor.
399         * sys/xvimage/xvimagesink.h:
400
401 2007-01-07  Julien MOUTTE  <julien@moutte.net>
402
403         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
404         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
405         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
406         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
407         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
408         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
409         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
410         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
411         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
412         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
413         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
414         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
415         Use flow_lock much more to protect every access to xwindow.
416         Try to catch erros while creating images in case some drivers are
417         just generating an XError when the requested image is too big.
418         Should fix : #354698, #384008, #384060.
419         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
420         Implement some stress testing of setting window xid.
421
422 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
423
424         * win32/common/libgsaudio.def:
425           Add new exported function.
426         * win32/common/libgstogg.dsp:
427           Add gstoggaviparse.c to the build.
428         * win32/common/libgstvideoscale.dsp:
429           Add vs_4tap.c to the build.
430         * win32/common/libgstvorbis.dsp:
431           Add vorbistag.c to the build.
432         
433 2007-01-06  Andy Wingo  <wingo@pobox.com>
434
435         * gst-libs/gst/audio/gstbaseaudiosink.c
436         (gst_base_audio_sink_class_init)
437         (gst_base_audio_sink_init): 
438         (gst_base_audio_sink_activate_pull): Add an activate_pull function
439         to baseaudiosink, and tell basesink that we can work in pull mode.
440         This way the ring buffer thread drives the pipeline directly, if
441         pull mode is possible. There is some lingering nastiness regarding
442         capsnego, however.
443         (gst_base_audio_sink_callback): Implement the callback to pull
444         data. This interface is a bit light, though -- it should get a
445         GstFlowReturn return value at least.
446
447 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
448
449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
450         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
451         * gst/playback/gstdecodebin2.c:
452         (gst_decode_group_check_if_blocked):
453           Printf format and missing argument fixes.
454
455 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
456
457         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
458         (gst_ogm_parse_change_state):
459         Activate pads before adding them to the element.
460
461 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * tests/examples/seek/scrubby.c: (main):
464         * tests/examples/seek/seek.c: (main):
465           Call g_thread_init() first thing in main() (see #391278).
466
467 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
468
469         * tests/check/Makefile.am:
470         * tests/check/libs/.cvsignore:
471         * tests/check/libs/netbuffer.c: (GST_START_TEST),
472         (netbuffer_suite):
473           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
474           for the time being, since it's broken, see #393099.
475
476 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
477
478         * tests/check/Makefile.am:
479           Update to use GST_PLUGINS_BASE_CFLAGS as well.
480
481 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
482
483         * configure.ac:
484           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
485           so that GST_BASE_CFLAGS can go inbetween them, making sure
486           we use uninstalled gst-libs headers
487         * docs/libs/Makefile.am:
488         * ext/alsa/Makefile.am:
489         * ext/cdparanoia/Makefile.am:
490         * ext/gnomevfs/Makefile.am:
491         * ext/libvisual/Makefile.am:
492         * ext/ogg/Makefile.am:
493         * ext/theora/Makefile.am:
494         * ext/vorbis/Makefile.am:
495         * gst-libs/gst/audio/Makefile.am:
496         * gst-libs/gst/cdda/Makefile.am:
497         * gst-libs/gst/interfaces/Makefile.am:
498         * gst-libs/gst/riff/Makefile.am:
499         * gst-libs/gst/rtp/Makefile.am:
500         * gst-libs/gst/tag/Makefile.am:
501         * gst/adder/Makefile.am:
502         * gst/audioconvert/Makefile.am:
503         * gst/audiorate/Makefile.am:
504         * gst/audioresample/Makefile.am:
505         * gst/playback/Makefile.am:
506         * gst/tcp/Makefile.am:
507         * gst/videoscale/Makefile.am:
508         * gst/volume/Makefile.am:
509         * sys/ximage/Makefile.am:
510         * sys/xvimage/Makefile.am:
511         * tests/icles/Makefile.am:
512           adapt
513
514 2007-01-04  Julien MOUTTE  <julien@moutte.net>
515
516         * gst-libs/gst/interfaces/xoverlay.c:
517         (gst_x_overlay_handle_events):
518         * gst-libs/gst/interfaces/xoverlay.h:
519         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
520         (gst_ximagesink_set_xwindow_id),
521         (gst_ximagesink_set_event_handling),
522         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
523         (gst_ximagesink_get_property), (gst_ximagesink_init),
524         (gst_ximagesink_class_init):
525         * sys/ximage/ximagesink.h:
526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
527         (gst_xvimagesink_set_xwindow_id),
528         (gst_xvimagesink_set_event_handling),
529         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
530         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
531         (gst_xvimagesink_class_init):
532         * sys/xvimage/xvimagesink.h:
533         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
534         Add a method to the XOverlay interface to allow disabling of 
535         event handling in x[v]imagesink elements. This will let X events
536         propagate to parent windows which can be usefull in some cases.
537         Be carefull that the application is then responsible of pushing
538         navigation events and expose events to the video sink.
539         Fixes: #387138.
540
541 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
542
543         * gst-libs/gst/tag/gstvorbistag.c:
544         * tests/check/libs/tag.c: (GST_START_TEST):
545           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
546           (fixes #392070).
547
548 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * configure.ac:
551         * docs/Makefile.am:
552         * docs/design/Makefile.am:
553           Dist design docs.
554
555 2006-12-27  Julien MOUTTE  <julien@moutte.net>
556
557         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
558         typo. Fixes: #390063.
559
560 2006-12-27  Julien MOUTTE  <julien@moutte.net>
561
562         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
564         caps leak.
565         * win32/common/config.h: Updated.
566
567 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
568
569         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
570         (setup_gdpdepay_streamheader):
571         * tests/check/elements/gdppay.c: (cleanup_gdppay),
572         (setup_gdppay_streamheader):
573           Fix the dp tests, but activating the pads for the streamheader tests
574           too and cleaning up conditionaly
575
576 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
577
578         * gst/ffmpegcolorspace/avcodec.h:
579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
580         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
581         (gst_ffmpegcsp_avpicture_fill):
582         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
583         (img_get_alpha_info):
584         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
585         other end of the word. Fixes: #387073.
586
587         Add some inconsequential branch hints in a couple of places.
588
589 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
592         (gst_ffmpeg_caps_to_smpfmt):
593           The "signed" field in raw audio caps is of boolean type, trying to
594           extract the value with _get_int() will fail (fix to keep in sync with
595           the copy in gst-ffmpeg)
596
597 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
598
599         * tests/check/elements/audioresample.c: (cleanup_audioresample):
600         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
601         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
602         (cleanup_gdpdepay):
603         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
604         * tests/check/elements/subparse.c: (teardown_subparse):
605         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
606         * tests/check/elements/videorate.c: (cleanup_videorate):
607         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
608         * tests/check/elements/volume.c: (cleanup_volume):
609         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
610         (cleanup_vorbisdec):
611         * tests/check/elements/vorbistag.c: (setup_vorbistag),
612         (cleanup_vorbistag):
613           consistent pad (de)activation
614
615 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
616
617         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
618           Forgot to register the extensions.
619
620 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
623         (plugin_init):
624           Add typefinder for VIVO files (my christmas present to the 90s).
625
626 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * gst/playback/gstdecodebin.c: (type_found):
629           Special-case the text/plain media type: we only want to recognise it
630           as a 'raw' decoded media type if it comes from a demuxer or subtitle
631           parser, but not if the entire stream is of text/plain type. If the
632           entire stream is text/plain, we should just error out.
633
634           This fixes playback of audio files with lyrics in totem. Totem can't
635           distinguish between text files and subtitle files and passes any
636           .txt file with the same basename as the main file to playbin as
637           suburi, and playbin will then throw a 'subtitle found, but no video
638           stream' error, which isn't entirely helpful. See #380342.
639
640           Also, with this change we'll show a slightly more correct error
641           message in case totem passes a playlist file to us (although a
642           custom error message wording instead of the default text would
643           probably not be a bad idea either).
644
645           Same problem also needs to be fixed for playbin+decodebin2.
646
647         * tests/check/Makefile.am:
648         * tests/check/elements/decodebin.c: (src_handoff_cb),
649         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
650         (decodebin_suite):
651           Add simple unit test for decodebin for the above.
652
653 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
656         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
657           Refuse to change state to READY when we failed to create any of the
658           required elements in our instance init function.
659
660 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
661
662         * docs/libs/gst-plugins-base-libs-sections.txt:
663           Small docs fixes/updates.
664
665         * gst-libs/gst/video/gstvideosink.h:
666           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
667           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
668           removed from the base sink API between 0.9.6 and 0.9.7).
669           API: add GST_VIDEO_SINK_CAST and use it for the height/width
670           accessor macros, so we don't do a runtime GObject type check every
671           time we use them.
672
673 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
674
675         * Makefile.am:
676         * gst-plugins-base.doap:
677         * gst-plugins-base.spec.in:
678           add doap file
679
680 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
681
682         Patch by: Jens Granseuer <jensgr at gmx net>
683
684         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
685         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
686         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
687         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
689           Declare variables at the beginning of a block. Fixes #383195.
690
691 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
692
693         * configure.ac:
694         Bump version nano - back to CVS.
695
696
697 === release 0.10.11 ===
698
699 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
700
701         * configure.ac:
702           releasing 0.10.11, "Dumb things"
703
704 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
705
706         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
707         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
708         Handle the case where an element has multiple pads with 
709         unfixed caps as well as still possibly producing more dynamic 
710         pads by storing each case as a distinct entry in the dynamic list.
711         Fixes #38223 again.
712
713 2006-12-04  Wim Taymans  <wim@fluendo.com>
714
715         * gst/playback/gstdecodebin.c: (close_pad_link):
716         Fix #382223, add more dynamic caps handling.
717
718 2006-12-04  Wim Taymans  <wim@fluendo.com>
719
720         reviewed by: <delete if not using a buddy>
721
722         * gst-libs/gst/audio/gstringbuffer.h:
723         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
724         (gst_netaddress_set_ip4_interface),
725         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
726         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
727         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
728         (gst_netaddress_get_ttl):
729         * gst-libs/gst/netbuffer/gstnetbuffer.h:
730         * gst/playback/gstdecodebin.c: (close_pad_link):
731         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
732         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
733         * win32/common/config.h:
734
735 2006-12-01  Michael Smith  <msmith@fluendo.com>
736
737         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
738           Delete bad debug code.
739           Fixes #381219
740
741 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
742
743         * gst/videoscale/vs_4tap.c:
744         * win32/MANIFEST:
745         * win32/common/config.h:
746         * win32/vs8/libgstvideoscale.vcproj:
747         Fix compilation on win32 under VS8
748         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
749         Partially fixes #381175
750
751 2006-11-30  Michael Smith  <msmith@fluendo.com>
752
753         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
754         (GST_START_TEST):
755           It would be very bad if, after a discont buffer, we thought every
756           single following buffer was also discont. So, add to the test to
757           ensure that this isn't the case.
758           
759         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
760           ... it was the case. So fix it.
761
762 2006-11-28  Wim Taymans  <wim@fluendo.com>
763
764         * gst/playback/gstplaybasebin.c: (check_queue_event):
765         Improve debug.
766
767         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
768         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
769         padtemplate caps. Refixes #357577.
770
771 2006-11-28  Wim Taymans  <wim@fluendo.com>
772
773         * gst/playback/gstplaybasebin.c: (check_queue_event),
774         (queue_threshold_reached), (queue_out_of_data),
775         (gen_preroll_element):
776         Add event probe to see when EOS is in a queue and we can disable the
777         underrun signals. Fixes #357577.
778
779 2006-11-28  Edward Hervey  <edward@fluendo.com>
780
781         * gst/playback/Makefile.am:
782         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
783         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
784         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
785         (gst_decode_bin_init), (gst_decode_bin_dispose),
786         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
787         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
788         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
789         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
790         (connect_element), (expose_pad), (type_found),
791         (pad_added_group_cb), (pad_removed_group_cb),
792         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
793         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
794         (are_raw_caps), (multi_queue_overrun_cb),
795         (multi_queue_underrun_cb), (gst_decode_group_new),
796         (get_current_group), (group_demuxer_event_probe),
797         (gst_decode_group_control_demuxer_pad),
798         (gst_decode_group_control_source_pad),
799         (gst_decode_group_check_if_blocked),
800         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
801         (gst_decode_group_hide), (gst_decode_group_free),
802         (gst_decode_group_set_complete), (source_pad_blocked_cb),
803         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
804         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
805         (plugin_init):
806         New decodebin2 element.
807         Closes #370092
808         * gst/playback/gstplay-marshal.list:
809         Added marshallers for new signals in decodebin2
810         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
811         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
812         is set.
813
814 2006-11-28  Wim Taymans  <wim@fluendo.com>
815
816         * gst/playback/gstplaybasebin.c: (setup_source),
817         (gst_play_base_bin_change_state):
818         Disable rtsp:// uris for the release, it's not good enough yet.
819         Remove unused var.
820
821 2006-11-26  Wim Taymans  <wim@fluendo.com>
822
823         * ext/theora/theoradec.c: (gst_theora_dec_reset),
824         (theora_dec_push_forward), (theora_dec_push_reverse),
825         (theora_handle_data_packet), (theora_dec_decode_buffer),
826         (theora_dec_flush_decode), (theora_dec_chain_reverse),
827         (theora_dec_chain_forward), (theora_dec_chain):
828         Implement reverse playback.
829
830         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
831         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
832         (vorbis_dec_chain_forward):
833         Clear buffers used for reverse playback in _reset.
834         No need to set the eos flag, we clip samples using the segment.
835
836 2006-11-24  Wim Taymans  <wim@fluendo.com>
837
838         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
839         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
840         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
841         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
842         Some cleanups.
843         Handle continued pages in reverse mode.
844
845 2006-11-24  Wim Taymans  <wim@fluendo.com>
846
847         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
848         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
849         (vorbis_dec_flush_decode):
850         Small cleanups.
851         Don't try to add invalid timestamps.
852         Clipping will unref the buffer.
853
854 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
855
856         * gst/adder/gstadder.h:
857         * gst/audiotestsrc/gstaudiotestsrc.h:
858           remove obsolete _factory_init protos
859
860 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
861
862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
863           Fix spacing in debug message.
864
865 2006-11-23  Wim Taymans  <wim@fluendo.com>
866
867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
868         (gst_ogg_demux_chain):
869         Don't just ignore return values from _pad_push().
870         Small debug improvements.
871
872 2006-11-23  Michael Smith  <msmith@fluendo.com>
873
874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
875           If our incoming buffer is marked as DISCONT, then increment the page
876           number (so that the discontinuity is marked in the final ogg
877           bitstream) and flush the previous page.
878
879 2006-11-22  Michael Smith  <msmith@fluendo.com>
880
881         * ext/theora/gsttheoraenc.h:
882         * ext/theora/theoraenc.c: (gst_theora_enc_init),
883         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
884         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
885         (theora_enc_chain), (theora_enc_change_state):
886           Mark discontinuities of > 3/4 of a frame, reinit encoder.
887
888         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
889         (GST_START_TEST), (theoraenc_suite):
890           Enable discontinuity test, fix it.
891
892 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
895         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
896         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
897         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
898         (gst_text_overlay_change_state):
899         * ext/pango/gsttextoverlay.h:
900           Some textoverlay fixes: for one, in the video chain function,
901           actually wait for a text buffer to come in if there is none at the
902           moment and there should be one; also, deal more gracefully with
903           incoming buffers that do not have a timestamp or duration; discard
904           text buffer when not needed any longer. Fixes #341681.
905
906         * tests/check/Makefile.am:
907         * tests/check/elements/.cvsignore:
908         * tests/check/elements/textoverlay.c:
909         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
910         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
911         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
912         (test_video_waits_for_text_send_text_newsegment_thread),
913         (test_video_waits_for_text_shutdown_element),
914         (test_render_continuity_push_video_buffers_thread),
915         (textoverlay_suite):
916           Add some unit tests for textoverlay.
917
918 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
919
920         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
921           Avoid integer underflow when the found probability for mp3 is
922           smaller than the 'penalty' we subtract if there's not a clean
923           mp3 header sync at offset 0.
924
925 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
926
927         * docs/libs/gst-plugins-base-libs-sections.txt:
928           Add some new symbols to the docs
929
930 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
931
932         * tests/check/Makefile.am:
933         * tests/check/elements/ffmpegcolorspace.c:
934         (ffmpegcolorspace_suite):
935           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
936           (for now not for valgrinding though, since it takes too long).
937
938 2006-11-20  Wim Taymans  <wim@fluendo.com>
939
940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
941         (gst_ffmpeg_pixfmt_to_caps):
942         Fix RGBA32 caps. Fixes #357038.
943
944 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
945
946         * gst-libs/gst/interfaces/mixertrack.h:
947           Add FIXME so we can add some padding here in 0.11
948
949 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
950
951         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
952           Fix GstBaseRTPAudioPayload structure so the whole GObject
953           inheritance business actually works (parent class instance structure
954           must always come first in the derived class instance structure).
955
956 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
957
958         * gst/videotestsrc/Makefile.am:
959         * tests/check/Makefile.am:
960           Make sure our checks and the videotestsrc plugin link against the
961           local uninstalled gst libs and not any installed gst libs that
962           might happen to exist as well.
963
964         * tests/check/elements/adder.c: (message_received),
965         (test_event_message_received), (test_play_twice_message_received):
966         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
967           Fix compiler warnings when compiling against core with disabled
968           debugging system.
969
970 2006-11-16  Michael Smith  <msmith@fluendo.com>
971
972         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
973         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
974           Fix audiorate, so that it accurately sets offsets and timestamps.
975           Doesn't change the fundamental algorithmic decisions; so should be
976           safe.
977
978         * tests/check/Makefile.am:
979           Enable audiorate test now that it passes.
980
981 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
982
983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
984           clear xv when going to NULL, remove // commented non-existant proto
985
986         * tests/examples/seek/seek.c: (main):
987           add missing tooltip description for scrub and play_scrub
988
989 2006-11-14  David Schleef  <ds@schleef.org>
990
991         * configure.ac:
992           Bump liboil requirement to 0.3.8.
993         * gst-libs/gst/riff/riff-media.c:
994           Add Dirac fourcc.
995         * gst/videoscale/vs_image.h:
996         * gst/videoscale/vs_scanline.h:
997           Use liboil's stdint.h.
998         * gst/videotestsrc/videotestsrc.c:
999           Remove liboil related ifdef's, since they aren't needed now, and
1000           won't work with future versions.
1001
1002 2006-11-14  David Schleef  <ds@schleef.org>
1003
1004         * gst/videoscale/Makefile.am:
1005         * gst/videoscale/gstvideoscale.c:
1006         * gst/videoscale/gstvideoscale.h:
1007         * gst/videoscale/vs_4tap.c:
1008         * gst/videoscale/vs_4tap.h:
1009         * gst/videoscale/vs_image.c:
1010         * gst/videoscale/vs_image.h:
1011         * gst/videoscale/vs_scanline.c:
1012         * gst/videoscale/vs_scanline.h:
1013           Add a 4-tap image scaler.  Theoretically looks much prettier.
1014           The tap calculation could use some improvement.
1015
1016 2006-11-14  Wim Taymans  <wim@fluendo.com>
1017
1018         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1019
1020         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1021         (gst_riff_parse_strf_iavs):
1022         * gst/subparse/gstsubparse.c: (convert_encoding):
1023         * gst/tcp/gstmultifdsink.c:
1024         (gst_multi_fd_sink_handle_client_write):
1025         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1026         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1027         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1028         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1029         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1030         (gst_ximagesink_ximage_new):
1031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1032         Various gsize and gssize printf fixes. Fixes #372507.
1033
1034 2006-11-13  Wim Taymans  <wim@fluendo.com>
1035
1036         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1037         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1038         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1039         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1040         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1041         * ext/vorbis/vorbisdec.h:
1042         First stab at vorbis reverse playback.
1043
1044 2006-11-13  Wim Taymans  <wim@fluendo.com>
1045
1046         * gst-libs/gst/audio/gstbaseaudiosink.c:
1047         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1048         * gst-libs/gst/audio/gstbaseaudiosink.h:
1049         Make the clock sync code more accurate wrt resampling and playback
1050         at different rates.
1051         
1052         * gst-libs/gst/audio/gstringbuffer.c:
1053         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1054         * gst-libs/gst/audio/gstringbuffer.h:
1055         Use better algorithm to interpolate sample rates. 
1056
1057 2006-11-13  Michael Smith  <msmith@fluendo.com>
1058
1059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1060           Improve a debug line slightly.
1061
1062         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1063           Call gst_riff_init() in plugin_init, to avoid getting errors from
1064           the debug system (unrelated changes to another plugin made this turn
1065           up; not sure why).
1066
1067 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1070
1071         * win32/common/libgsttag.def:
1072           Add missing symbol (#366492).
1073
1074 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1077           Don't unref a NULL pad.
1078
1079 2006-11-09  Wim Taymans  <wim@fluendo.com>
1080
1081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1082         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1083         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1084         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1085         (gst_ogg_demux_loop):
1086         Implement first stab at reverse playback.
1087
1088 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1091         (gst_riff_create_video_template_caps):
1092           add h263/h264 variants to the caps, Fixes #363118
1093
1094 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1095
1096         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1097         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1098           Use g_strerror instead of strerror so we get UTF-8.
1099
1100 2006-11-03  David Schleef  <ds@schleef.org>
1101
1102         * ext/ogg/gstoggdemux.c:
1103         * ext/ogg/gstoggmux.c:
1104           Add/remove KW-DIRAC header here, since it is ogg-specific.
1105
1106 2006-11-03  Michael Smith  <msmith@fluendo.com>
1107
1108         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1109           Recognise more mpeg4 elementary video streams.
1110
1111 2006-11-02  Edward Hervey  <edward@fluendo.com>
1112
1113         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1114         Lower the probability of mp3 typefinding functions if we don't find a
1115         valid mp3 header at the start of the file.
1116         Closes #369482
1117
1118 2006-11-02  Wim Taymans  <wim@fluendo.com>
1119
1120         * ext/theora/gsttheoradec.h:
1121         * ext/theora/theoradec.c: (gst_theora_dec_init),
1122         (theora_dec_sink_event), (theora_dec_chain_forward),
1123         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1124         (theora_dec_chain):
1125         Document and partially implement an algorithm for doing reverse playback
1126         of theora video.
1127
1128 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1131
1132         * win32/common/config.h:
1133         * win32/common/interfaces-enumtypes.c:
1134         * win32/common/libgsttag.def:
1135         * win32/vs8/gst-plugins-base.sln:
1136         * win32/vs8/libgstaudioresample.vcproj:
1137         * win32/vs8/libgstinterfaces.vcproj:
1138         * win32/vs8/libgstogg.vcproj:
1139         * win32/vs8/libgstriff.vcproj:
1140         * win32/vs8/libgsttag.vcproj:
1141         * win32/vs8/libgsttheora.vcproj:
1142         * win32/vs8/libgstvideoscale.vcproj:
1143         * win32/vs8/libgstvorbis.vcproj:
1144           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1145           to libgsttag.def; add missing dependencies for some vs8 projects;
1146           re-arrange placement of .def files in vs8 projects (#366334).
1147
1148 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * ext/ogg/gstogg.c:
1151           Remove unused variable.
1152
1153         * ext/ogg/gstoggdemux.c:
1154           Fix Wim's surname in plugin description.
1155
1156 2006-10-31  Wim Taymans  <wim@fluendo.com>
1157
1158         * gst-plugins-base.spec.in:
1159         spec new .h file. Fixes #368310.
1160
1161 2006-10-31  Michael Smith  <msmith@fluendo.com>
1162
1163         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1164         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1165         (gst_multi_fd_sink_get_stats),
1166         (gst_multi_fd_sink_remove_client_link),
1167         (gst_multi_fd_sink_queue_buffer),
1168         (gst_multi_fd_sink_handle_clients):
1169         * gst/tcp/gstmultifdsink.h:
1170           Make using the remove or clear signals threadsafe.
1171           Make calling get-stats with an invalid fd not segfault.
1172           Fixes 368273.
1173
1174 2006-10-31  Wim Taymans  <wim@fluendo.com>
1175
1176         * gst-libs/gst/rtp/Makefile.am:
1177         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1178         (gst_base_rtp_audio_payload_init):
1179         Fix and activate base audio payloader.
1180
1181 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1182
1183         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1184         (plugin_init):
1185           Add typefinder for QuickTime Image Files (see #366156).
1186
1187 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1188
1189         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1190           Another typo fix (#366212).
1191
1192 2006-10-27  Wim Taymans  <wim@fluendo.com>
1193
1194         * gst/volume/gstvolume.c: (volume_transform_ip):
1195         Use stream time to synchronize volume property instead of rather random
1196         timestamps. This is needed when gnonlin does its time shifting.
1197
1198 2006-10-27  Wim Taymans  <wim@fluendo.com>
1199
1200         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1201
1202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1203         Remove the pad from the element in release_pad. Fixes #364812.
1204
1205 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1206
1207         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1209           Explicitly create our custom buffer classes at a thread-safe
1210           location as well, since g_type_class_ref() doesn't seem to be
1211           entirely thread-safe either (#365501; also see #349410).
1212
1213 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1216         (gst_riff_parse_info):
1217           If strings in INFO chunk are not UTF-8, do something similar to
1218           what we do for ID3v1 tags: check a number of environment variables
1219           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1220           character sets to try, otherwise try the current locale and/or fall
1221           back on ISO-8859-1. Fixes #360552.
1222
1223 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1224
1225         * gst/videotestsrc/gstvideotestsrc.c:
1226         (gst_video_test_src_pattern_get_type),
1227         (gst_video_test_src_set_pattern):
1228         * gst/videotestsrc/gstvideotestsrc.h:
1229         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1230         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1231         (gst_video_test_src_checkers8):
1232         * gst/videotestsrc/videotestsrc.h:
1233           Add a bunch of exciting new checkers patterns.
1234
1235 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         * gst/subparse/Makefile.am:
1238         * gst/subparse/gstsubparse.c:
1239         (gst_sub_parse_data_format_autodetect),
1240         (gst_sub_parse_format_autodetect), (handle_buffer),
1241         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1242         * gst/subparse/gstsubparse.h:
1243         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1244         (parse_tmplayer):
1245         * gst/subparse/tmplayerparse.h:
1246           Add support for TMPlayer-type subtitles (#362845).
1247
1248         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1249         (GST_START_TEST), (subparse_suite):
1250           Add some basic unit tests for the above.
1251
1252 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * tests/check/elements/audiorate.c: (test_injector_base_init),
1255         (test_injector_class_init), (test_injector_chain),
1256         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1257         (GST_START_TEST), (audiorate_suite):
1258           More tests for audiorate: inject buffers to check behaviour when
1259           buffers overlap.
1260
1261 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1262
1263         * tests/check/Makefile.am:
1264         * tests/check/elements/.cvsignore:
1265         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1266         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1267           Add some basic unit tests for audiorate. Disabled at the moment
1268           since it doesn't pass yet (see bug #363119).
1269
1270 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1273         (parse_subrip), (handle_buffer):
1274           Add missing closing tags for markup and fix broken markup,
1275           otherwise pango won't render anything (fixes #357531). Also,
1276           make sure the text we send out is always NUL-terminated
1277           (better safe than sorry etc.).
1278
1279         * tests/check/elements/subparse.c: (test_srt_do_test),
1280         (test_srt):
1281           Some more tests for .srt incl. tests for the above stuff.
1282
1283 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1284
1285         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1287         Patch by: Stefan Kost  <ensonic@users.sf.net>
1288         Try to redraw borders only when needed. Apparently this consumes
1289         resources on small devices... :-O (#363607)
1290
1291 2006-10-20  Michael Smith  <msmith@fluendo.com>
1292
1293         * gst/tcp/gstmultifdsink.c:
1294         (gst_multi_fd_sink_client_queue_buffer):
1295           If caps change, then update the client's idea of the caps so that we
1296           don't end up re-sending streamheaders for every single buffer after
1297           the caps change.
1298
1299 2006-10-20  Michael Smith  <msmith@fluendo.com>
1300
1301         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1302         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1303           Set caps on pushed buffers; fix up refcounting of caps objects.
1304
1305 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1308         (plugin_init):
1309           Typefind mmsh header data packet to application/x-mmsh (#362625).
1310
1311 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1312
1313         * tests/check/Makefile.am:
1314         * tests/check/elements/.cvsignore:
1315         * tests/check/elements/subparse.c: (buffer_from_static_string),
1316         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1317         (GST_START_TEST), (subparse_suite):
1318           Add very simple unit test for subparse.
1319
1320 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1323         (parse_subrip):
1324           Strip trailing newlines from subtitle text output.
1325
1326 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1327
1328         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1329         (gst_sub_parse_change_state):
1330           Fix memleak; clear subparse->textbuf n state change function.
1331
1332 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1333
1334         * gst/subparse/gstsubparse.c:
1335         (gst_sub_parse_data_format_autodetect):
1336           Don't require subrip (.srt) files to start with a chunk number of 1.
1337
1338 2006-10-18  Wim Taymans  <wim@fluendo.com>
1339
1340         * gst-libs/gst/audio/gstbaseaudiosink.c:
1341         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1342         * gst-libs/gst/audio/gstbaseaudiosink.h:
1343         Extract rate from the NEWSEGMENT event.
1344         Use commit_full to also take rate adjustment into account when writing
1345         samples to the ringbuffer.
1346         
1347         * gst-libs/gst/audio/gstringbuffer.c:
1348         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1349         (gst_ring_buffer_read):
1350         * gst-libs/gst/audio/gstringbuffer.h:
1351         Added _commit_full() to also take rate into account.
1352         Use simple interpolation algorithm to resample audio.
1353         API: gst_ring_buffer_commit_full()
1354
1355         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1356         * tests/examples/seek/seek.c: (segment_done):
1357         Don't try to seek with 0.0 rate, just pause instead.
1358         Remove bogus debug line.
1359
1360 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1363         (setup_source):
1364           Catch async errors when starting up the subtitle bin, so we can
1365           stop waiting and continue with the main film instead of hanging
1366           forever. Fixes #339366.
1367
1368         * tests/check/elements/playbin.c: (playbin_suite):
1369           Enable unit test for the above.
1370
1371 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1372
1373         * tests/check/Makefile.am:
1374         * tests/check/elements/.cvsignore:
1375         * tests/check/elements/playbin.c: (GST_START_TEST),
1376         (gst_red_video_src_uri_get_type),
1377         (gst_red_video_src_uri_get_protocols),
1378         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1379         (gst_red_video_src_uri_handler_init),
1380         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1381         (gst_red_video_src_create), (gst_red_video_src_class_init),
1382         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1383           Some small and basic unit tests for playbin; not very useful yet,
1384           but at least a start.
1385
1386 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1387
1388         * gst/playback/gstplaybin.c: (setup_sinks):
1389           The old pad activation spiel.
1390
1391 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst/playback/gstplaybasebin.c: (setup_source):
1394           Don't hang forever if the subbin already fails to start up in 
1395           the state change to PAUSED (#339366).
1396
1397 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1400         (gst_tuner_set_channel), (gst_tuner_get_channel),
1401         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1402         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1403         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1404         (gst_tuner_find_channel_by_name):
1405           Fix some function guards, add some more function guards.
1406
1407 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1408
1409         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1410         (remove_element_chain):
1411         Don't return a pad from get_our_ghost_pad unless it is actually the
1412         one we want.
1413         Change a cast in remove_element_chain slightly.
1414
1415 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1416
1417         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1418         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1419         Segment seeking needs to use the rate and set stop to -1.
1420
1421 2006-10-13  Wim Taymans  <wim@fluendo.com>
1422
1423         * gst-libs/gst/audio/gstbaseaudiosink.c:
1424         (gst_base_audio_sink_setcaps):
1425         Don't crash when ringbuffer is not yet created.
1426         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1427         Fixes #361634.
1428
1429         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1430         * gst/playback/gststreamselector.c:
1431         (gst_stream_selector_request_new_pad):
1432         Activate pads befre adding them to running elements.
1433
1434 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1435
1436         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1437         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1438         updater when we start grabing the slider. Don't wait for the
1439         pipeline to be PAUSED.
1440
1441 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1444         (gst_mixer_set_volume), (gst_mixer_get_volume),
1445         (gst_mixer_set_mute), (gst_mixer_set_option),
1446         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1447         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1448         (gst_mixer_option_changed):
1449           Guard mixer interface functions against bogus arguments.
1450
1451 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1452
1453         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1454         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1455         (msg_state_changed), (main): Use state-changed messages to trigger
1456         start/stop of scale update timer. Indeed the scale slider was
1457         jumping here and there because the update timer was activated 
1458         before seek completed. This fixes instant applying of rate changes
1459         by pressing the spinbutton like a crazy man !
1460
1461 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1462
1463         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1464
1465         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1466         (gst_basertppayload_finalize):
1467           Fix two small memory leaks (#361456).
1468
1469 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1470
1471         * tests/examples/seek/seek.c: (do_seek),
1472         (rate_spinbutton_changed_cb): When changing spinbutton we try
1473         to change the rate on the fly.
1474
1475 2006-10-10  Wim Taymans  <wim@fluendo.com>
1476
1477         * gst-libs/gst/riff/riff-ids.h:
1478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1479         (gst_riff_create_audio_template_caps):
1480         Add WMS caps.
1481
1482 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1483
1484         Patch by: Josep Torre Valles <josep@fluendo.com>
1485
1486         * ext/gnomevfs/gstgnomevfssink.c:
1487         * ext/gnomevfs/gstgnomevfssrc.c:
1488         Fix URI interface implementation return type.
1489         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
1490         Fix what looks like a copy/paste issue when assigning values.
1491         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1492         (gst_audio_filter_template_get_type):
1493         Cast to prevent Forte warnings.
1494         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1495         Fix URI interface implementation return type.
1496         gst_pad_query_position requires a signed integer pointer as
1497         3rd parameter, GstClockTime is unsigned.
1498         * gst/audioconvert/audioconvert.c:
1499         Fix integer overflow when treated as signed.
1500         * gst/audioresample/resample.c: (resample_add_input_data):
1501         Cast to prevent warnings on Forte.
1502         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
1503         Fix integer overflow when treated as signed.
1504         * gst/ffmpegcolorspace/imgconvert_template.h:
1505         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
1506         * gst/playback/gstdecodebin.c: (queue_filled_cb),
1507         (cleanup_decodebin):
1508         Who initialises a guint to -1!
1509         Cast function pointers to prevent warnings on Forte.
1510         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
1511         (queue_threshold_reached):
1512         Cast function pointers correctly to prevent warnings on Forte.
1513         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
1514         Cast function pointers correctly to prevent warnings on Forte.
1515         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
1516         Obvious change to unsigned, 0xEF > max signed char.
1517         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
1518         GstClockTime is unsigned, initialise correctly.
1519         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1520         Cast so pointer arithemetic doesn't cause warnings on Forte.
1521         * gst/videorate/gstvideorate.c:
1522         Use correct return value.
1523         * tests/examples/seek/scrubby.c:
1524         GstClockTime is unsigned, initialise correctly.
1525
1526 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
1529
1530         * gst/typefind/gsttypefindfunctions.c:
1531           Recognise XML files and XML-like files shorter than 256 bytes as
1532           well (fixes #359237).
1533
1534 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
1535
1536         Patch by: Renato Filho <renato.filho@indt.org.br>
1537         
1538         * gst/typefind/gsttypefindfunctions.c:
1539         Added typefind functions to video/x-nuv media.
1540         
1541 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
1542
1543         * gst-libs/gst/interfaces/xoverlay.c:
1544         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
1545           Some more guards against invalid input.
1546
1547 2006-10-07  Julien MOUTTE  <julien@moutte.net>
1548
1549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
1550         Useless goto.
1551         * tests/examples/seek/seek.c: (do_seek),
1552         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
1553         seek example to experiment with rates != 1.0 (reverse playback !)
1554
1555 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
1556
1557         * gst-libs/gst/interfaces/xoverlay.c:
1558           Unref message in doc-example (spotted by Robert McQueen)
1559
1560 2006-10-06  Wim Taymans  <wim@fluendo.com>
1561
1562         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1563         (mpeg1_parse_header), (mpeg1_sys_type_find):
1564         printf fix.
1565
1566 2006-10-06  Wim Taymans  <wim@fluendo.com>
1567
1568         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1569         (close_pad_link):
1570         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1571         Activate dynamic pads before adding them to the element.
1572
1573 2006-10-06  Michael Smith  <msmith@fluendo.com>
1574
1575         * gst-libs/gst/floatcast/floatcast.h:
1576           Fix obviously-bogus macros; use the correct types.
1577
1578 2006-10-06  Wim Taymans  <wim@fluendo.com>
1579
1580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1581         (gst_base_rtp_depayload_change_state):
1582         Also call parent state change function to activate pads.
1583
1584         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1585         (mpeg1_parse_header), (mpeg1_sys_type_find):
1586         Add some more debug info in mpeg typefinding.
1587
1588 2006-10-06  Michael Smith  <msmith@fluendo.com>
1589
1590         * ext/theora/theoradec.c: (theora_dec_chain):
1591           Zero byte theora packets are valid and well-defined; don't warn on
1592           them.
1593
1594 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1595
1596         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1597         (gst_multi_fd_sink_get_stats), (find_limits),
1598         (gst_multi_fd_sink_queue_buffer):
1599           API: add dropped_buffers to the get-stats GValueArray
1600
1601 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
1602
1603         * ext/alsa/gstalsadeviceprobe.c:
1604         (gst_alsa_device_property_probe_get_values):
1605         * ext/alsa/gstalsasink.c: (set_hwparams):
1606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
1607         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
1608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
1609         (gst_ogg_mux_process_best_pad):
1610         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
1611         (gst_ogg_parse_chain):
1612         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
1613         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1614         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
1615         (gst_vorbis_enc_buffer_check_discontinuous):
1616         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
1617         * gst-libs/gst/audio/gstbaseaudiosink.c:
1618         (gst_base_audio_sink_render):
1619         * gst-libs/gst/cdda/gstcddabasesrc.c:
1620         (gst_cdda_base_src_handle_track_seek):
1621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1622         (gst_base_rtp_depayload_push_full):
1623         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1624         * gst/audioresample/resample.c: (resample_input_pushthrough):
1625         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
1626         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
1627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1628         (wavpack_type_find):
1629         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1630         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1631         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1632         * tests/check/elements/volume.c: (GST_START_TEST):
1633           Printf format fixes.
1634
1635 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1636
1637         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
1638           Fix a simple mistake (see the docs)
1639           Fixes #359580
1640
1641 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
1642
1643         * docs/plugins/Makefile.am:
1644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1646         * docs/plugins/gst-plugins-base-plugins.args:
1647         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1648         * docs/plugins/inspect/plugin-adder.xml:
1649         * docs/plugins/inspect/plugin-alsa.xml:
1650         * docs/plugins/inspect/plugin-audioconvert.xml:
1651         * docs/plugins/inspect/plugin-audiorate.xml:
1652         * docs/plugins/inspect/plugin-audioresample.xml:
1653         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1654         * docs/plugins/inspect/plugin-cdparanoia.xml:
1655         * docs/plugins/inspect/plugin-decodebin.xml:
1656         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1657         * docs/plugins/inspect/plugin-gdp.xml:
1658         * docs/plugins/inspect/plugin-gnomevfs.xml:
1659         * docs/plugins/inspect/plugin-libvisual.xml:
1660         * docs/plugins/inspect/plugin-ogg.xml:
1661         * docs/plugins/inspect/plugin-pango.xml:
1662         * docs/plugins/inspect/plugin-playbin.xml:
1663         * docs/plugins/inspect/plugin-subparse.xml:
1664         * docs/plugins/inspect/plugin-tcp.xml:
1665         * docs/plugins/inspect/plugin-theora.xml:
1666         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1667         * docs/plugins/inspect/plugin-video4linux.xml:
1668         * docs/plugins/inspect/plugin-videorate.xml:
1669         * docs/plugins/inspect/plugin-videoscale.xml:
1670         * docs/plugins/inspect/plugin-videotestsrc.xml:
1671         * docs/plugins/inspect/plugin-volume.xml:
1672         * docs/plugins/inspect/plugin-vorbis.xml:
1673         * docs/plugins/inspect/plugin-ximagesink.xml:
1674         * docs/plugins/inspect/plugin-xvimagesink.xml:
1675           Add vorbistag element to docs; update version numbers to 0.10.10.1.
1676
1677 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
1678
1679         Patch by: James "Doc" Livingston <doclivingston at gmail com>
1680
1681         * ext/vorbis/Makefile.am:
1682         * ext/vorbis/vorbis.c: (plugin_init):
1683         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
1684         (vorbis_parse_parse_packet), (vorbis_parse_chain):
1685         * ext/vorbis/vorbisparse.h:
1686         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
1687         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
1688         (gst_vorbis_tag_parse_packet):
1689         * ext/vorbis/vorbistag.h:
1690           Add new vorbistag element which derives from vorbisparse
1691           and is essentially the same as well, only that it implements
1692           the GstTagSetter interface and can modify the stream's
1693           vorbiscomment on the fly (#335635).
1694
1695         * tests/check/Makefile.am:
1696         * tests/check/elements/.cvsignore:
1697         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1698         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
1699         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
1700         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
1701           Add unit test for new vorbistag element.
1702
1703 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
1704
1705         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
1706         (vorbis_parse_push_headers), (vorbis_parse_chain):
1707           Set BOS flag in packet structure to fix 'jump depends
1708           on unitialized value' errors in valgrind; various minor
1709           clean-ups.
1710
1711 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
1712
1713         * gst/playback/gstdecodebin.c: (close_pad_link):
1714         Fix typo in a debug statement.
1715
1716         * gst/playback/gstplaybasebin.c: (probe_triggered),
1717         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
1718         (gen_source_element), (source_new_pad), (analyse_source),
1719         (setup_source):
1720         When handling no_more_pads in new_decoded_pad, make sure to treat
1721         subtitle pads correctly. Fixes playback with subtitle files.
1722
1723         Move a recurring message to LOG level.
1724
1725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1726         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
1727         which ends up as -1 when cast to an int. Make the logic handle the
1728         max value as an unsigned mask and only change the colorkey when it's
1729         a value we recognise.
1730
1731 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1732
1733         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1734         Removed empty * between paragraphs
1735
1736 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1737
1738         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1739         * gst-libs/gst/rtp/README:
1740         Moved some documentation into .c file
1741
1742 2006-09-29  Wim Taymans  <wim@fluendo.com>
1743
1744         * gst/playback/gstdecodebin.c: (no_more_pads):
1745         Fix compilation.
1746
1747 2006-09-29  Wim Taymans  <wim@fluendo.com>
1748
1749         * gst/playback/gstdecodebin.c: (new_caps):
1750         Remove g_print
1751
1752         * gst/playback/gstplaybin.c:
1753         Add some docs.
1754
1755 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
1756
1757         * tests/check/Makefile.am:
1758           Re-enable cddabasesrc test to see if it works again
1759           now.
1760
1761 2006-09-29  Wim Taymans  <wim@fluendo.com>
1762
1763         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1764         (gen_source_element):
1765         Handle invalid URIs a bit more gracefully.
1766
1767 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * tests/check/pipelines/oggmux.c:
1770           Remove obsolete comment.
1771
1772 2006-09-29  Michael Smith  <msmith@fluendo.com>
1773
1774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1775         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
1776         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
1777         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
1778         (gst_ogg_mux_collected):
1779           Commit patch from James "Doc" Livingston, adds proper EOS handling
1780           in oggmux. GStreamer can, for the first time ever, create a valid
1781           Ogg file! Yay!
1782
1783         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
1784         (oggmux_suite):
1785           Reenable tests now that they pass.
1786
1787 2006-09-29  Wim Taymans  <wim@fluendo.com>
1788
1789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
1790         Stop reading commands when EOF (we read 0) as well.
1791
1792 2006-09-28  Wim Taymans  <wim@fluendo.com>
1793
1794         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
1795         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
1796         (find_dynamic), (unlinked), (close_link):
1797         Implement delayed caps linking needed for element with a lot of
1798         different caps on the src pads that get fixed at runtime.
1799         Improve management of dynamic elements.
1800
1801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1802         (group_destroy), (group_commit), (check_queue), (queue_overrun),
1803         (gen_preroll_element), (remove_groups), (unknown_type),
1804         (add_element_stream), (no_more_pads_full), (no_more_pads),
1805         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
1806         (new_decoded_pad), (setup_subtitle), (array_has_value),
1807         (gen_source_element), (source_new_pad), (has_all_raw_caps),
1808         (analyse_source), (remove_decoders), (make_decoder),
1809         (remove_source), (setup_source), (finish_source), (prepare_output),
1810         (gst_play_base_bin_change_state):
1811         * gst/playback/gstplaybasebin.h:
1812         Use more _CAST instead of full type checking casts.
1813         Small cleanups, plug some leaks.
1814         Handle dynamic sources.
1815         Add some helper functions to create lists of strings used for
1816         blacklisting and other stuff.
1817         Refactor some code dealing with analysing the source.
1818         Re-enable sources without pads (like cd:// or other selfcontained
1819         elements).
1820
1821 2006-09-28  Wim Taymans  <wim@fluendo.com>
1822
1823         * gst-libs/gst/audio/gstbaseaudiosink.c:
1824         (gst_base_audio_sink_render):
1825         When we have a timestamp, we can still perform clipping.
1826         When we have no clock, we must play the sample ASAP.
1827
1828 2006-09-28  Wim Taymans  <wim@fluendo.com>
1829
1830         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1831         Set caps on outgoing buffers.
1832
1833         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1834         (gst_video_rate_event), (gst_video_rate_chain):
1835         * gst/videorate/gstvideorate.h:
1836         Fix videorate some more. Fixes #357977
1837
1838 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
1839
1840         * tests/check/elements/adder.c: (adder_suite):
1841           Don't set timeout to 6 seconds when we're running
1842           in valgrind ... (and how is 6 seconds longer than
1843           the default anyway?)
1844
1845 2006-09-28  Wim Taymans  <wim@fluendo.com>
1846
1847         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1848         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
1849         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
1850         Keep sink and src segment to keep track of time and support more
1851         input formats.
1852         Fix bogus next_offset and run_time calculation, don't understand how
1853         this could have worked before. Fixes #357976.
1854         Remove some unneeded vars.
1855
1856 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
1857
1858         * gst/playback/gstplaybin.c: (remove_sinks):
1859           Only remove visualisation from visbin if there is a visbin (or:
1860           don't throw warnings when closing totem without playing a file).
1861
1862 2006-09-27  Wim Taymans  <wim@fluendo.com>
1863
1864         * gst-libs/gst/audio/gstbaseaudiosink.c:
1865         (gst_base_audio_sink_render):
1866         Add some more info in a WARNING.
1867
1868         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1869         (gst_base_audio_src_create):
1870         Handle PAUSE in create function, use new -core addition to
1871         wait for playing. Fixes pausing and resuming capture from an
1872         audiosrc.
1873
1874         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1875         (gst_ring_buffer_read):
1876         Constify some more.
1877         Caller supports interrupted reads now.
1878
1879 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1880
1881         * tests/check/Makefile.am:
1882           Another attempt to make the gen64 buildbot happy.
1883
1884 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
1885
1886         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
1887
1888         * ext/libvisual/visual.c: (gst_visual_clear_actors),
1889         (gst_visual_chain), (gst_visual_change_state):
1890           Libvisual plugin was not passing audio data to libvisual 0.4.0 
1891           correctly. Fixes #357800
1892
1893 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
1896           Add timeout to _get_state() so we see which pipeline it is
1897           that causes trouble on the gen64 build bot.
1898
1899 2006-09-27  Wim Taymans  <wim@fluendo.com>
1900
1901         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1902         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
1903         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
1904         (gst_base_rtp_depayload_set_gst_timestamp):
1905         the source pad always uses fixed caps.
1906
1907 2006-09-27  Wim Taymans  <wim@fluendo.com>
1908
1909         * docs/libs/gst-plugins-base-libs-docs.sgml:
1910         * docs/libs/gst-plugins-base-libs-sections.txt:
1911         * gst-libs/gst/audio/gstaudioclock.c:
1912         * gst-libs/gst/audio/gstaudioclock.h:
1913         * gst-libs/gst/audio/gstaudiosink.c:
1914         * gst-libs/gst/audio/gstaudiosink.h:
1915         * gst-libs/gst/audio/gstaudiosrc.c:
1916         * gst-libs/gst/audio/gstbaseaudiosink.c:
1917         (gst_base_audio_sink_render):
1918         * gst-libs/gst/audio/gstbaseaudiosink.h:
1919         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
1920         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1921         * gst-libs/gst/audio/gstringbuffer.h:
1922         Added docs for the audio libs.
1923
1924 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * tests/check/Makefile.am:
1927           Temporarily disable test that fails on the bots for unknown reasons.
1928
1929 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1930
1931         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1932         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1933         Moved AudioCodecType into priv
1934         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
1935
1936 2006-09-25  Wim Taymans  <wim@fluendo.com>
1937
1938         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1939         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
1940         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
1941         (new_pad):
1942         Cleanups and small leak fixes.
1943         Added Depayloaders to valid list of autopluggable elements.
1944
1945 2006-09-25  Wim Taymans  <wim@fluendo.com>
1946
1947         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1948         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
1949         (gen_video_element), (gen_text_element), (gen_audio_element),
1950         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
1951         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
1952         Detect NO_PREROLL state change returns and disable clock distribution to
1953         the sinks so that sync is disabled.
1954         Avoid some type checking and do simple casts instead.
1955         Small cleanups, fix some FIXMEs.
1956         Be more robust when linking user specified elements, catch an report
1957         errors. Fixes #357404.
1958         Fix some leaks in the error paths.
1959
1960 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
1961
1962         * ChangeLog:
1963           ChangeLog surgery for missing bug-number
1964
1965 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1966
1967         Patch by: Peter Kjellerstedt  <pkj at axis com>
1968
1969         * gst/playback/test.c:
1970           Fix compilation with uClibc and -Werror (#357591).
1971
1972 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1973
1974         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1975           Parse dates that are followed by a time as well (#357532).
1976
1977         * tests/check/libs/tag.c: (test_vorbis_tags):
1978           Add unit test for this.
1979
1980 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
1981
1982         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
1983         (gst_audio_convert_transform_caps):
1984         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
1985         * gst/videotestsrc/videotestsrc.h:
1986           A few array const-ifications.
1987
1988 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * tests/check/Makefile.am:
1991           See if this makes the build bots happy.
1992
1993         * tests/check/libs/cddabasesrc.c:
1994           UTF8-ise my name.
1995
1996 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
1997
1998         Patch by: Young-Ho Cha <ganadist at chollian dot net>
1999
2000         * gst/subparse/samiparse.c: (handle_start_font),
2001         (fix_invalid_entities):
2002           More case-insensitivity for certain tags; recognise entities with
2003           decimal codes as special entities as well (#357330).
2004
2005 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2006
2007         * gst-libs/gst/Makefile.am:
2008           Need to build tag directory before cdda.
2009
2010 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         * docs/libs/gst-plugins-base-libs-sections.txt:
2013         * gst-libs/gst/cdda/Makefile.am:
2014         * gst-libs/gst/cdda/gstcddabasesrc.c:
2015         (gst_cdda_base_src_base_init):
2016         * gst-libs/gst/cdda/gstcddabasesrc.h:
2017         * gst-libs/gst/tag/tag.h:
2018         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2019         (gst_tag_register_musicbrainz_tags):
2020           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2021           depend on libgsttag. This is required so we can extract/read tags like
2022           DISCID without depending on libgstcddabasesrc (which used to register
2023           them).
2024
2025         * gst-libs/gst/tag/gstvorbistag.c:
2026           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2027           tags (also see #347848).
2028
2029         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2030           Log vorbis comments we are actually writing. Const-ify array.
2031
2032 2006-09-23  Wim Taymans  <wim@fluendo.com>
2033
2034         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2035         Improve buffering a bit by avoiding a deadlock because we cannot assume
2036         the underrun is always called.
2037
2038 2006-09-23  Wim Taymans  <wim@fluendo.com>
2039
2040         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2041
2042         * gst-libs/gst/riff/riff-ids.h:
2043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2044         (gst_riff_create_audio_template_caps):
2045         Added MPEG-4 AAC and id and caps. Fixes #357289
2046         Added WMA9 Lossless id.
2047
2048 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         * ext/gnomevfs/gstgnomevfssrc.c:
2051           Fix misleading docs addition.
2052
2053         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2054           Get rid of compiler warning the right way.
2055
2056 2006-09-22  Wim Taymans  <wim@fluendo.com>
2057
2058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2059         (gst_base_rtp_depayload_finalize),
2060         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2061         (gst_base_rtp_depayload_push_full),
2062         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2063         (gst_base_rtp_depayload_process),
2064         (gst_base_rtp_depayload_set_gst_timestamp),
2065         (gst_base_rtp_depayload_queue_release):
2066         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2067         Small cleanups.
2068         Fix some leaks.
2069         Refactored the process method and added methods to push from the process
2070         vmethod.
2071         Use _scale functions.
2072         API: gst_base_rtp_depayload_push_ts
2073         API: gst_base_rtp_depayload_push
2074
2075         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2076         timestamps are uint.
2077
2078 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2079
2080         * gst-libs/gst/interfaces/xoverlay.c:
2081           Remove unused statement from doc example.
2082
2083 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2084
2085         * gst-libs/gst/interfaces/videoorientation.c:
2086         (gst_video_orientation_iface_init),
2087         (gst_video_orientation_get_hflip),
2088         (gst_video_orientation_get_vflip),
2089         (gst_video_orientation_get_hcenter),
2090         (gst_video_orientation_get_vcenter),
2091         (gst_video_orientation_set_hflip),
2092         (gst_video_orientation_set_vflip),
2093         (gst_video_orientation_set_hcenter),
2094         (gst_video_orientation_set_vcenter):
2095           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2096           in ChangeLog)
2097
2098 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2099
2100         * tests/check/Makefile.am:
2101         * tests/check/elements/.cvsignore:
2102         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2103         (create_rgb_conversions), (rgb_conversion_free),
2104         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2105         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2106           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2107           but disable for now since it doesn't pass (something wrong with
2108           RGBA somewhere).
2109
2110 2006-09-21  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst/playback/gstplaybasebin.c: (group_commit),
2113         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2114         (queue_out_of_data), (gen_preroll_element),
2115         (preroll_remove_overrun), (probe_triggered):
2116         Refactor handling of overrun detection.
2117         Separate handling of group completion and deadlock detection when doing
2118         network buffering. This should fix some deadlocks that were not detected
2119         because the group was completed.
2120         Add more comments, improve debugging.
2121
2122 2006-09-21  Wim Taymans  <wim@fluendo.com>
2123
2124         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2125         * tests/check/libs/audio.c:
2126         Some more compilation fixes.
2127
2128 2006-09-21  Wim Taymans  <wim@fluendo.com>
2129
2130         * gst-libs/gst/audio/gstringbuffer.c:
2131         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2132         (gst_ring_buffer_read):
2133         Early morning compilation fix.
2134
2135 2006-09-20  Wim Taymans  <wim@fluendo.com>
2136
2137         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2138         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2139         * tests/check/elements/videorate.c: (GST_START_TEST):
2140         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2141         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2142         Fix some warnings.
2143
2144 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2145
2146         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2147         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2148         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2149           Handcrafted merge to help CVS understanding what I changed and what
2150           not.
2151
2152 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2153
2154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2155         (gst_xvimagesink_get_times):
2156           change colorkey behaviour back according to #354773 comment 6/7
2157
2158 2006-09-19  Michael Smith  <msmith@fluendo.com>
2159
2160         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2161         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2162         (gst_multi_fd_sink_recover_client),
2163         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2164         (gst_multi_fd_sink_get_property):
2165         * gst/tcp/gstmultifdsink.h:
2166           Implement stubbed out properties unit-type, units-soft-max,
2167           units-max, to allow specifying maximum sizes in units other than
2168           buffers.
2169           Fixes #355935
2170
2171 2006-09-19  Wim Taymans  <wim@fluendo.com>
2172
2173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2174         (gst_riff_create_audio_template_caps):
2175         Reorder the audio formats a bit for clarity.
2176         Detect and create caps for MSGSM and MSN (WAV49).
2177         Fixes #356596.
2178
2179         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2180         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2181         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2182         Small cleanups, move error handling out of normal flow for clarity.
2183
2184 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2185
2186         * docs/libs/gst-plugins-base-libs-docs.sgml:
2187         * docs/libs/gst-plugins-base-libs.types:
2188         * gst-libs/gst/interfaces/Makefile.am:
2189         * gst-libs/gst/interfaces/videoorientation.c:
2190         (gst_video_orientation_get_type),
2191         (gst_video_orientation_iface_init),
2192         (gst_video_orientation_get_hflip),
2193         (gst_video_orientation_get_vflip),
2194         (gst_video_orientation_get_hcenter),
2195         (gst_video_orientation_get_vcenter),
2196         (gst_video_orientation_set_hflip),
2197         (gst_video_orientation_set_vflip),
2198         (gst_video_orientation_set_hcenter),
2199         (gst_video_orientation_set_vcenter):
2200         * gst-libs/gst/interfaces/videoorientation.h:
2201           API: Add new interface to control video orientation (fixes #354908)
2202
2203 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2204
2205         * gst/videotestsrc/gstvideotestsrc.c:
2206           Use G_UNLIKELY in _create and log one more detail.
2207           
2208         (gst_video_test_src_get_times), (gst_video_test_src_create):
2209         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2210           Use gst_util_uint64_scale_int in _get_times().
2211
2212 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2213
2214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2215           Give better warning message (add object and detail).
2216
2217 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2218
2219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2220         (gst_xvimagesink_get_times):
2221           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2222           #354773), use gst_util_uint64_scale_int in _get_times()
2223
2224 2006-09-18  Michael Smith  <msmith@fluendo.com>
2225
2226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2227           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2228           always true, leading to dropping all timestamps.
2229
2230 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2231
2232         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2233         (gst_visual_chain), (gst_visual_change_state):
2234           update to work also with libvisual 0.4 API, fix double unref (#355914)
2235           
2236         * tools/gst-launch-ext.1.in:
2237         * tools/gst-visualise.1.in:
2238           remove references to old man-pages
2239
2240         * tests/examples/seek/seek.c: (main):
2241           add real meadi-buttons, add tool-tips for the seek-options, arrange
2242           seek options in a table
2243
2244 2006-09-18  Michael Smith  <msmith@fluendo.com>
2245
2246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2247         (gst_ogg_mux_push_buffer):
2248           Don't generate out-of-order timestamps from oggmux, instead clamp
2249           output timestamps to be >= the previously output ts.
2250           Fixes #355595
2251
2252 2006-09-18  Michael Smith  <msmith@fluendo.com>
2253
2254         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2255         (gst_multi_fd_sink_class_init):
2256           Updates, fixes, and typo corrections for multifdsink. No functional
2257           changes.
2258
2259 2006-09-17  Michael Smith  <msmith@fluendo.com>
2260
2261         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2262           Don't crash on truncated files - check that we got an 8 byte buffer
2263           before trying to memcmp it.
2264
2265 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2266
2267         * gst/playback/gstplaybasebin.c: (get_active_source):
2268           Make stream-switching appear instant to the application
2269           (ie. make sure that a g_object_get on 'current-foo' returns
2270           the stream previously set with g_object_set(). Totem needs
2271           this to update stream-related meta-info (like audio-codec)
2272           correctly when switching streams.
2273
2274 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2275
2276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2277         (gst_alsa_mixer_ensure_track_list):
2278           Try harder to guess which mixer track is the master mixer
2279           track (instead of just taking the first one that has a pvolume).
2280           Fixes #342228.
2281
2282 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2283
2284         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2285         (gst_audio_convert_transform_caps):
2286           Get structure-name just once.
2287
2288 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2289
2290         * tests/check/elements/audioresample.c: (GST_START_TEST):
2291         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2292         * tests/check/elements/volume.c: (GST_START_TEST):
2293         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2294         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2295         (test_pipeline), (GST_START_TEST):
2296         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2297         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2298           Fix big batch of compiler warnings.
2299
2300 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2301
2302         * ext/gnomevfs/gstgnomevfssrc.c:
2303           Add docs about icydemux usage in connection with gnomevfssrc
2304
2305         * ext/libvisual/visual.c:
2306         * ext/ogg/gstoggaviparse.c:
2307         * ext/ogg/gstoggdemux.c:
2308         * ext/ogg/gstoggmux.c:
2309         * ext/ogg/gstoggparse.c:
2310         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2311         * gst-libs/gst/audio/gstaudiosink.c:
2312         * gst-libs/gst/audio/gstaudiosrc.c:
2313         * gst/audiorate/gstaudiorate.c:
2314           More G_OBJECT macro fixing.
2315
2316         * gst/audiotestsrc/gstaudiotestsrc.h:
2317           Fix wrong info in header due to copy & paste
2318
2319 2006-09-15  Wim Taymans  <wim@fluendo.com>
2320
2321         * gst-libs/gst/audio/gstbaseaudiosink.c:
2322         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2323         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2324         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2325         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2326         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2327         Do the delay calculation in the source/sink base classes as this is
2328         specific for the capture/playback mode.
2329         Try to fixate a bit better, like round depth up to a multiple of 8
2330         bigger than width.
2331         Handle underruns correctly by marking DISCONT on buffers and adjusting
2332         timestamps to handle the gap.
2333         Set offset/offset_end correctly on buffers.
2334
2335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2336         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2337         (gst_ring_buffer_read):
2338         Remove resync and underrun recovery from the ringbuffer.
2339         Fix ringbuffer read code on under/overrun.
2340
2341 2006-09-15  Wim Taymans  <wim@fluendo.com>
2342
2343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2344         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2345         (queue_threshold_reached), (gst_play_base_bin_set_property),
2346         (gst_play_base_bin_get_property):
2347         * gst/playback/gstplaybasebin.h:
2348         Don't use a 0 low watermark when buffering, it is catching starvation
2349         way too late. Instead, use a 3 second queue with 30 and 95
2350         percent low/high watermarks. 
2351         Added queue-min-threshold property to configure low watermark.
2352         Use new _buffering message API.
2353         Make queue_threshold variable big enough to store a uint64 time value.
2354         API: playbin::queue-min-threshold property.
2355
2356 2006-09-15  Wim Taymans  <wim@fluendo.com>
2357
2358         * configure.ac:
2359         We require 0.10.10.1 now because of _wait_preroll().
2360
2361         * gst-libs/gst/audio/gstbaseaudiosink.c:
2362         (gst_base_audio_sink_render):
2363         Use gst_base_sink_wait_preroll().
2364
2365 2006-09-15  Wim Taymans  <wim@fluendo.com>
2366
2367         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2368         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2369         Use DEBUG_OBJECT more.
2370
2371 === release 0.10.10 ===
2372
2373 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2374
2375         patch by: Michael Smith <msmith at fluendo dot com>
2376
2377         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2378         (gst_multi_fd_sink_client_queue_buffer),
2379         (gst_multi_fd_sink_new_client):
2380         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2381         (multifdsink_suite):
2382           Fix implementation of sync-method 'next-keyframe'
2383           Closes #354594
2384
2385 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2386
2387         patch by: Wim Taymans <wim at fluendo dot com>
2388
2389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2390         This patch removes the RANDOM flag that was incorrectly introduced with
2391         revision 1.91.  Fixes #354590
2392
2393 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * tests/check/Makefile.am:
2396           Random variation in Makefile line to see if it makes the
2397           gen64-base-full bot any happier.
2398
2399 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2400
2401         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2402           Disable test that fails at the moment (killed after timeout).
2403
2404 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         Patch by: James Livingston  <doclivingston at gmail.com>
2407
2408         * tests/check/Makefile.am:
2409         * tests/check/pipelines/.cvsignore:
2410         * tests/check/pipelines/oggmux.c: (get_page_codec),
2411         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2412         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2413         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2414         (test_theora_vorbis), (oggmux_suite):
2415           Add simple unit test for oggmux from #337026 with checking for the
2416           EOS flags disabled for the time being.
2417
2418 2006-09-04  Wim Taymans  <wim@fluendo.com>
2419
2420         patch by: Alessandro Dessina <alessandro nnva org>
2421
2422         * ext/ogg/gstoggmux.c:
2423         Add cmml caps to oggmux. Fixes #353912
2424
2425 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2426
2427         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2428           Returning a return value often helps. In this case, we
2429           don't need the return value anyway, so just get rid of it.
2430           Should make build bots much happier.
2431
2432 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2433
2434         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2435         (paint_get_structure), (gst_video_test_src_get_size),
2436         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2437         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2438         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2439         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2440         * gst/videotestsrc/videotestsrc.h:
2441           Add support for AYUV and the various RGBA formats. Initialise
2442           fields of paintinfo structs allocated on the stack.
2443
2444         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2445         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2446         (check_rgb_buf), (videotestsrc_suite):
2447           Add unit tests for videotestsrc's RGB output.
2448
2449 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2450
2451         * gst/videotestsrc/gstvideotestsrc.c:
2452         (gst_video_test_src_pattern_get_type),
2453         (gst_video_test_src_set_pattern):
2454         * gst/videotestsrc/gstvideotestsrc.h:
2455         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2456         (gst_video_test_src_black), (gst_video_test_src_white),
2457         (gst_video_test_src_red), (gst_video_test_src_green),
2458         (gst_video_test_src_blue):
2459         * gst/videotestsrc/videotestsrc.h:
2460           Add more uni-colour patterns ("white", "red", "green", and "blue").
2461
2462 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2465           Fix stride for YVYU, should be word-aligned (#353658).
2466
2467 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2468
2469         * gst/adder/gstadder.c: (gst_adder_src_event):
2470           Fix build.
2471
2472 2006-08-31  Edward Hervey  <edward@fluendo.com>
2473
2474         * gst/adder/gstadder.c: (forward_event_func),
2475         (gst_adder_src_event), (gst_adder_collected),
2476         (gst_adder_change_state):
2477         * gst/adder/gstadder.h:
2478         Remember the start position asked in the incoming seeks, so we can
2479         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
2480         of assuming it will always be 0).
2481
2482 2006-08-31  Edward Hervey  <edward@fluendo.com>
2483
2484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2485         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
2486         (gst_ogg_demux_loop):
2487         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
2488
2489 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
2490
2491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2492         (gst_ffmpegcsp_get_unit_size):
2493           Return FALSE instead of returning a random false unit
2494           size when the format isn't known/supported (even if
2495           this shouldn't happen under normal circumstances).
2496
2497 2006-08-29  Wim Taymans  <wim@fluendo.com>
2498
2499         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
2502         (gst_gnome_vfs_src_start):
2503         Try harder to get the size from a uri by using _info_uri() when
2504         _info_from_handle() does not give us enough info. 
2505         Also follow symlinks when getting the size.
2506         Partially Fixes #332864.
2507
2508 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
2511
2512         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
2513         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
2514         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2515         (gst_alsa_mixer_set_record):
2516         * ext/alsa/gstalsamixertrack.c:
2517         (gst_alsa_mixer_track_update_alsa_capabilities),
2518         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
2519         (gst_alsa_mixer_track_update):
2520         * ext/alsa/gstalsamixertrack.h:
2521           Improve and fix mixer track handling, in particular better handling
2522           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
2523           separate track objects for tracks that have both capture and playback
2524           volume (and label them differently as well so they're not mistakenly
2525           assumed to be duplicates); classify mixer tracks that only affect
2526           the audible volume of something (rather than the capture volume)
2527           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
2528           for capture tracks to correspond to alsa-pswitch alsa-cswitch
2529           (following the meaning documented in the mixer interface header
2530           file); add support for alsa's exclusive cswitch groups; update/sync
2531           state/flags better if mixer settings are changed by another
2532           application. Fixes #336075.
2533
2534 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * gst/playback/gstplaybin.c:
2537           Improve docs: add section about BUFFERING messages sent by playbin.
2538
2539 2006-08-29  Michael Smith  <msmith@fluendo.com>
2540
2541         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
2542         (gst_vorbis_enc_buffer_check_discontinuous),
2543         (gst_vorbis_enc_chain):
2544           Ignore explicit DISCONT marked on buffers (which is often spurious,
2545           particularly when using multiple segments), in favour of solely
2546           using the timestamps/durations.
2547
2548 2006-08-29  Edward Hervey  <edward@fluendo.com>
2549
2550         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2551         Don't rely on incoming buffers offset anymore, since it is completely
2552         broken when using multiple segments.
2553         Instead convert the incoming buffers timestamp to running time, and
2554         then convert that value to the offsets.
2555         Also inform GstSegment of the last outputted stop position, which is
2556         needed if we received several segments with an unknown stop value.
2557
2558 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2559
2560         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2561           fix buffer unreffing on a header push failure
2562
2563 2006-08-28  Wim Taymans  <wim@fluendo.com>
2564
2565         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
2566         (gst_audio_rate_chain):
2567         Make the metadata of the buffer writable before changing its
2568         flags.
2569
2570 2006-08-28  Wim Taymans  <wim@fluendo.com>
2571
2572         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2573         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2574         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
2575         (gst_audio_rate_chain), (gst_audio_rate_change_state):
2576         Fix audiorate some more.
2577         Reset and resync counters on flush and READY.
2578         Handle the DISCONT flag correctly.
2579         Use GstSegment to track position.
2580         Fail when not negotiated.
2581         Fixes #353234.
2582
2583 2006-08-25  Michael Smith  <msmith@fluendo.com>
2584
2585         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2586           Fix spelling.
2587           Remove accidently included debug line.
2588
2589 2006-08-25  Wim Taymans  <wim@fluendo.com>
2590
2591         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2592         Small cleanups.
2593         If a buffer is received with no caps, make the buffer metadata
2594         writable and set the caps, making sure that we don't screw up the
2595         refcounts.
2596
2597 2006-08-25  Michael Smith  <msmith@fluendo.com>
2598
2599         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
2600         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
2601           Fix memory leaks and misleading debug messages, add a couple of
2602           comments.
2603
2604         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
2605         (gst_multi_fd_sink_render):
2606           Do not use gst_buffer_make_writable() in a basesink render method,
2607           as it may incorrectly unref the buffer. Instead, use convoluted
2608           dance to avoid copying the buffer except when we need to.
2609
2610 2006-08-25  Michael Smith  <msmith@fluendo.com>
2611
2612         * ext/vorbis/vorbisenc.c:
2613         (gst_vorbis_enc_buffer_check_discontinuous):
2614           Allow very small discontinuities in the timestamps. These we can't
2615           do anything useful with anyway (because vorbis's timestamps have
2616           only sample granularity), and are commonly produced by elements with
2617           minor bugs. Allow up to 1/2 a sample out.
2618           Fixes #351742.
2619
2620 2006-08-24  Wim Taymans  <wim@fluendo.com>
2621
2622         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
2623         (play_scrub_toggle_cb), (main):
2624         Add a checkbox to enable play scrubbing. Makes it possible to disable
2625         normal scrubbing.
2626
2627 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
2628
2629         * tests/check/elements/.cvsignore:
2630           make buildbot happy
2631
2632 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
2635         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
2636         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
2637         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2638         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2639         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
2640         (gst_ogm_text_parse_strip_trailing_zeroes),
2641         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
2642         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
2643           Refactor ogm parse, do better input checking, misc. clean-ups.
2644           Cache incoming events and push them once the source pad has
2645           been created. Don't pass unterminated strings to sscanf().
2646           Strip trailing zeroes from subtitle text output, since they
2647           are not valid UTF-8. Don't push vorbiscomment packets on
2648           the subtitle text pad. Output perfect streams if possible.
2649
2650 2006-08-23  Wim Taymans  <wim@fluendo.com>
2651
2652         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2653         Waits for tasks to settle down so that we clean up correctly for 
2654         valgrind.
2655
2656 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2657
2658         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
2659           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
2660           actually return return value in taglists_are_equal.
2661
2662 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2663
2664         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2665           Fix crash due to broken bitstream parsing on x86-64: can't make
2666           any assumptions about sizeof(struct) due to alignment/packing
2667           differences on different architectures. Fixes #351790.
2668
2669 2006-08-22  Wim Taymans  <wim@fluendo.com>
2670
2671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2672         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
2673         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2674         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
2675         (gst_riff_parse_info):
2676         Protect public functions against bad input.
2677         Do some cleanups.
2678         Fix documentation.
2679
2680 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
2681
2682         * gst-libs/gst/riff/riff-ids.h:
2683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2684           Add voxware audio IDs (even if we can't play it) (#351795).
2685
2686 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
2687
2688         * gst-libs/gst/riff/riff-media.c:
2689         (gst_riff_create_video_template_caps),
2690         (gst_riff_create_audio_template_caps),
2691         (gst_riff_create_iavs_template_caps):
2692           Const-ify some arrays and use G_N_ELEMENTS instead
2693           of wasting oodles of RAM on terminator bits.
2694
2695 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
2696
2697         * gst-libs/gst/tag/gstvorbistag.c:
2698         (gst_tag_list_to_vorbiscomment_buffer):
2699         * tests/check/libs/tag.c: (GST_START_TEST):
2700           And the same for _to_vorbiscomment_buffer(): allow
2701           id_data_len == 0 for speex.
2702
2703 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2704
2705         * configure.ac:
2706         * docs/plugins/Makefile.am:
2707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2708         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2709         * docs/plugins/inspect/plugin-gdp.xml:
2710         * gst/gdp/Makefile.am:
2711         * tests/check/Makefile.am:
2712           Move GDP plugin to -base from -bad.  Closes #347783.
2713
2714 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
2715
2716         * gst-libs/gst/tag/gstvorbistag.c:
2717         (gst_tag_list_from_vorbiscomment_buffer):
2718           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
2719           Also add some checks to make sure we don't memcmp() beyond the end of
2720           vorbiscomment buffer if the ID to check for is larger than the buffer.
2721
2722         * tests/check/libs/tag.c: (GST_START_TEST):
2723           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
2724
2725 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
2726
2727         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
2728         (gst_vorbis_enc_set_metadata):
2729           Use vorbis comment utility functions from libgsttag
2730           instead of re-inventing the wheel (partially fixes #347091).
2731
2732 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
2733
2734         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2735         Fix leaks. Wait for state transitions that might happen ASYNC, as well
2736         as some that won't.
2737
2738 2006-08-21  Wim Taymans  <wim@fluendo.com>
2739
2740         * docs/libs/Makefile.am:
2741         * docs/libs/gst-plugins-base-libs-sections.txt:
2742         * docs/libs/gst-plugins-base-libs.types:
2743         Don't try to GObject scan the netbuffer as it's not a GObject.
2744         Fixes #351308.
2745
2746         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2747         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2748         Document GstNetBuffer.
2749
2750 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
2751
2752         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2753         (audioconvert_suite):
2754           Add testcase for caps-size-explosion
2755
2756 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
2757
2758         * gst/audioconvert/gstaudioconvert.c:
2759         (gst_audio_convert_get_unit_size), (set_structure_widths):
2760           Lower debug, use g_assert in _get_unit_size
2761
2762         * gst/audioresample/gstaudioresample.c:
2763         (audioresample_get_unit_size):
2764         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2765         (gst_ffmpegcsp_get_unit_size):
2766         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
2767           use g_assert in _get_unit_size
2768
2769 2006-08-18  Wim Taymans  <wim@fluendo.com>
2770
2771         * docs/libs/gst-plugins-base-libs-sections.txt:
2772         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
2773         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
2774         (gst_rtp_buffer_get_payload_buffer):
2775         * gst-libs/gst/rtp/gstrtpbuffer.h:
2776         Document GstRTPBuffer.
2777         Added function to efficiently strip payload headers.
2778         API: gst_rtp_buffer_get_payload_subbuffer()
2779
2780 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
2781
2782         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
2783         (gst_tag_to_vorbis_comments):
2784           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
2785           tags and deserialise them properly as well (#347091).
2786           Add some more gtk-doc blurbs and also some g_return_if_fail().
2787
2788         * tests/check/libs/tag.c: (GST_START_TEST),
2789         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
2790           More tests.
2791
2792 2006-08-17  Wim Taymans  <wim@fluendo.com>
2793
2794         * ext/ogg/Makefile.am:
2795         * ext/ogg/gstogg.c: (plugin_init):
2796         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
2797         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
2798         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
2799         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
2800         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
2801         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
2802         Added ogg-in-avi parser element. Fixes #140139.
2803
2804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
2805         Fixed a bug in oggdemux debug code.
2806
2807         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2808         (gst_riff_create_audio_template_caps):
2809         Recognise Ogg in the AVI extensible wave format.
2810
2811 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
2812
2813         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2814           Make buffer durations add up (duration should be next_ts-ts for
2815           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
2816           from CVS.
2817
2818         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
2819         (test_buffer_timestamps), (cddabasesrc_suite):
2820           Add unit test for the above.
2821
2822         * tests/check/Makefile.am:
2823           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
2824           to see what happens.
2825
2826 2006-08-16  Wim Taymans  <wim@fluendo.com>
2827
2828         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
2829         (gst_alsasink_open):
2830         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
2831         (gst_alsasrc_open):
2832         Avoid setting and using a NULL device name.
2833         Print more info when we fail to open a device.
2834
2835 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
2836
2837         * docs/libs/gst-plugins-base-libs-sections.txt:
2838         * gst-libs/gst/tag/tag.h:
2839         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
2840           API: add gst_tag_parse_extended_comment() (#351426).
2841
2842         * tests/check/Makefile.am:
2843         * tests/check/libs/.cvsignore:
2844         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
2845           Add unit test for gst_tag_parse_extended_comment().
2846
2847 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2848
2849         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
2850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
2851           Fix leak (#351502).
2852
2853 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2854
2855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2857         * docs/plugins/gst-plugins-base-plugins.args:
2858         * gst/playback/gstplaybin.c:
2859           Document playbin.
2860           
2861         * docs/plugins/inspect/plugin-adder.xml:
2862         * docs/plugins/inspect/plugin-alsa.xml:
2863         * docs/plugins/inspect/plugin-audioconvert.xml:
2864         * docs/plugins/inspect/plugin-audiorate.xml:
2865         * docs/plugins/inspect/plugin-audioresample.xml:
2866         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2867         * docs/plugins/inspect/plugin-cdparanoia.xml:
2868         * docs/plugins/inspect/plugin-decodebin.xml:
2869         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2870         * docs/plugins/inspect/plugin-gnomevfs.xml:
2871         * docs/plugins/inspect/plugin-ogg.xml:
2872         * docs/plugins/inspect/plugin-pango.xml:
2873         * docs/plugins/inspect/plugin-playbin.xml:
2874         * docs/plugins/inspect/plugin-subparse.xml:
2875         * docs/plugins/inspect/plugin-tcp.xml:
2876         * docs/plugins/inspect/plugin-theora.xml:
2877         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2878         * docs/plugins/inspect/plugin-video4linux.xml:
2879         * docs/plugins/inspect/plugin-videorate.xml:
2880         * docs/plugins/inspect/plugin-videoscale.xml:
2881         * docs/plugins/inspect/plugin-videotestsrc.xml:
2882         * docs/plugins/inspect/plugin-volume.xml:
2883         * docs/plugins/inspect/plugin-vorbis.xml:
2884         * docs/plugins/inspect/plugin-ximagesink.xml:
2885         * docs/plugins/inspect/plugin-xvimagesink.xml:
2886           Update to CVS version.
2887
2888 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
2889
2890         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2891         (gst_play_bin_set_property), (gst_play_bin_get_property),
2892         (value_list_append_structure_list),
2893         (gst_play_bin_handle_redirect_message),
2894         (gst_play_bin_handle_message):
2895           API: GstPlayBin::connection-speed
2896           Add "connection-speed" property; re-order redirect messages with
2897           multiple redirect locations depending on the minimum bitrate if
2898           that information is available and a connection speed is set
2899           (#350399).
2900
2901 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         * gst/playback/gstplaybin.c:
2904           Update max volume to the same value that the volume element uses.
2905
2906 2006-08-14  Wim Taymans  <wim@fluendo.com>
2907
2908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2909         Less uglyness..
2910
2911 2006-08-14  Wim Taymans  <wim@fluendo.com>
2912
2913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
2914         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
2915         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
2916         Add some more debug info.
2917         Don't crash when a seek failed.
2918         Actually return the result of the seek instead of TRUE.
2919         Ignore multiple BOS pages with the same serial so that we don't create
2920         the same stream multiple times.
2921         Post an error when we fail to do the initial seek.
2922
2923 2006-08-13  Wim Taymans  <wim@fluendo.com>
2924
2925         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
2926         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
2927         Small code cleanup.
2928
2929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
2930         (gst_alsa_mixer_new):
2931         Remove hack that always set the device to hw:0*.
2932         Properly find the card name for whatever device was configured.
2933         Do some better debugging.
2934         Fixes #350784.
2935
2936         * ext/alsa/gstalsamixerelement.c:
2937         (gst_alsa_mixer_element_set_property),
2938         (gst_alsa_mixer_element_change_state):
2939         Cleanups.
2940         Handle setting of a NULL device name better.
2941
2942 2006-08-11  Wim Taymans  <wim@fluendo.com>
2943
2944         * gst/adder/gstadder.c:
2945         Don't clip float values. Fixes #350900.
2946
2947 2006-08-11  Andy Wingo  <wingo@pobox.com>
2948
2949         * gst/tcp/gsttcp.c: Really fix the build?
2950
2951         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
2952         fixes the build.
2953
2954 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2955
2956         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
2957           Float caps shouldn't have a "signed" field.
2958
2959 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2960
2961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
2962           Implement SEEKING query in its most basic form, so that we can
2963           at least check if we're seekable or not (#350655).
2964
2965 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
2966
2967         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
2968           The checks here are not even close to anything that would
2969           justify MAXIMUM probability, lowering to POSSIBLE until someone
2970           fixes the checks (case at hand: quicktime redirection files
2971           might start with 00 00 01 XX and pass the checks here just
2972           fine, see #350399).
2973
2974 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
2975
2976         Patch by: Sjoerd Simons  <sjoerd at luon net>
2977
2978         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
2979           Better detection for multipart/x-mixed-replace: accept leading
2980           whitespaces before the boundary marker as well (as our very own
2981           multipartmux used to produce) (#349068).
2982
2983 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
2984
2985         Patch by: Young-Ho Cha  <ganadist at chollian net>
2986
2987         * gst-libs/gst/riff/riff-ids.h:
2988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2989         (gst_riff_create_audio_template_caps):
2990           Detect DTS audio streams (#350157).
2991
2992 2006-08-05  Andy Wingo  <wingo@pobox.com>
2993
2994         * ext/theora/gsttheoraparse.h:
2995         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
2996         (theora_parse_dispose, theora_parse_set_property)
2997         (theora_parse_get_property, theora_parse_munge_granulepos)
2998         (theora_parse_push_buffer, theora_parse_change_state):
2999         API: GstTheoraParse::synchronization-points
3000         Add a property 'synchronization-points' to fix badly synchronized oggs.
3001
3002 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3003
3004         * tests/check/Makefile.am:
3005         * tests/check/libs/.cvsignore:
3006         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3007         (fixed_caps_have_channel_positions), (GST_START_TEST),
3008         (audio_suite), (main):
3009           Add a few tests for the channel position stuff in libgstaudio.
3010
3011 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3012
3013         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3014         (gst_alsa_detect_channels):
3015         * ext/alsa/gstalsasink.c:
3016           Add support for cards that (only) do more than 8 channels,
3017           like the Delta 44 (#345188).
3018
3019         * gst-libs/gst/audio/multichannel.c:
3020         (gst_audio_check_channel_positions):
3021         * gst-libs/gst/audio/multichannel.h:
3022           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3023           unspecified channel position and cannot be combined with any
3024           of the other audio channel positions; adjust position layout
3025           checks accordingly (#345188).
3026
3027 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3028
3029         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3030           Recognise ancient RealAudio files (see #349779).
3031
3032 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         Patch by: Jens Granseuer  <jensgr at gmx net>
3035
3036         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3037           Add typefinder for Interplay's MVE format (#348973).
3038
3039 2006-08-02  Wim Taymans  <wim@fluendo.com>
3040
3041         Patch by: Marcel Moreaux <marcelm at luon dot net>
3042
3043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3044         (gst_base_rtp_depayload_add_to_queue):
3045         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3046         Handle RTP sequence number rollover.
3047         Disable jitterbuffer by default.
3048
3049 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3050
3051         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3052         (audioresample_set_caps):
3053         Don't leak references to the incoming caps. Clean them up when
3054         stopping.
3055
3056         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3057         (gst_video_scale_finalize):
3058         Don't leak our temporary pixel buffer.
3059
3060         * tests/check/Makefile.am:
3061         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3062         (GST_START_TEST), (simple_launch_lines_suite):
3063
3064         Fix leaks and re-enable the test for valgrind checking.
3065
3066 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         Patch by: Sjoerd Simons  <sjoerd at luon net>
3069
3070         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3071         (plugin_init):
3072           Add typefind function for multipart/x-mixed-replace (#348916).
3073
3074 2006-07-28  Wim Taymans  <wim@fluendo.com>
3075
3076         * gst/adder/gstadder.c: (gst_adder_setcaps),
3077         (gst_adder_query_duration):
3078         Fix leak in duration query.
3079         Reflow some docs and notes.
3080
3081 2006-07-28  Michael Smith  <msmith@fluendo.com>
3082
3083         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3084         (vorbisenc_suite):
3085           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3086           aspect of it.
3087
3088 2006-07-28  Michael Smith  <msmith@fluendo.com>
3089
3090         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3091         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3092         (gst_vorbis_enc_push_buffer),
3093         (gst_vorbis_enc_buffer_check_discontinuous),
3094         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3095         * ext/vorbis/vorbisenc.h:
3096           Handle discontinuities in the input vorbis stream correctly,
3097           so that the output is properly timestamped (and has good granulepos
3098           values). Needs some oggmux fixes too.
3099
3100 2006-07-27  Wim Taymans  <wim@fluendo.com>
3101
3102         patch by: Kai Vehmanen <kv2004 eca cx>
3103
3104         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3105         (gst_base_rtp_depayload_chain),
3106         (gst_base_rtp_depayload_handle_sink_event),
3107         (gst_base_rtp_depayload_change_state):
3108         Don't send multiple newsegments with different formats.
3109         Fixes #348677.
3110
3111 2006-07-26  Wim Taymans  <wim@fluendo.com>
3112
3113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3114         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3115         Make seeking in ogg more accurate again by doing the more correct
3116         granuletime to stream time conversion.
3117
3118 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3119
3120         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3121         (gst_multi_fd_sink_new_client):
3122           debug a little more understandably
3123           do not use goto as a substitute for break, especially if
3124           break is also being used
3125
3126 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3127
3128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3129         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3130           Remove GLib-2.6 compatibility cruft.
3131
3132 2006-07-24  Wim Taymans  <wim@fluendo.com>
3133
3134         * gst-libs/gst/audio/gstbaseaudiosink.c:
3135         (gst_base_audio_sink_render):
3136         Don't try to align a sample to an unknown value.
3137
3138 2006-07-24  Wim Taymans  <wim@fluendo.com>
3139
3140         * gst-libs/gst/audio/gstbaseaudiosink.c:
3141         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3142         When the audio clock is slaved to another clock, never try to align
3143         samples but trust the rate interpolation algorithm.
3144
3145 2006-07-24  Wim Taymans  <wim@fluendo.com>
3146
3147         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3148         Don't try to calculate silence samples, base class does this much
3149         better now.
3150
3151         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3152         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3153         (gst_ring_buffer_acquire):
3154         Calculate silence samples correctly.
3155
3156         * gst-libs/gst/audio/gstringbuffer.h:
3157         Add _CAST macro.
3158
3159 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3160
3161         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3162           Limit search for the first markup tag to the first few kB of
3163           the file. If we don't find one there, it's highly unlikely that
3164           this is an XML(-ish) file.
3165
3166 2006-07-21  Andy Wingo  <wingo@pobox.com>
3167
3168         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3169         test to the one in vorbisenc. Also commented out.
3170
3171         * tests/check/pipelines/vorbisenc.c: 
3172         (test_discontinuity): New test, commented out until Mike lands
3173         some elite vorbisenc patches.
3174
3175         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3176         Bufferstraw was actually factored out of these tests. Now we share
3177         code yay.
3178
3179         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3180         for bufferstraw addition to gstcheck.
3181
3182 2006-07-21  Wim Taymans  <wim@fluendo.com>
3183
3184         * ext/theora/theoradec.c: (clip_buffer):
3185         Better clipping.
3186
3187 2006-07-21  Wim Taymans  <wim@fluendo.com>
3188
3189         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3190         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3191         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3192         Fix leak.
3193         Avoid type casting when we can.
3194
3195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3196         Fix mem leak.
3197
3198 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3199
3200         * ext/alsa/gstalsamixerelement.c:
3201         (gst_alsa_mixer_element_change_state):
3202           Make state change fail if the specified device can't be opened
3203           for some reason.
3204
3205 2006-07-20  Wim Taymans  <wim@fluendo.com>
3206
3207         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3208         (cb_newpad), (main):
3209         Example of a small audio/video player using decodebin.
3210
3211 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3212
3213         * gst-libs/gst/riff/riff-ids.h:
3214           Add 'fact' chunk id
3215
3216 2006-07-19  Wim Taymans  <wim@fluendo.com>
3217
3218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3219         (gst_base_rtp_depayload_chain),
3220         (gst_base_rtp_depayload_change_state):
3221         Don't assert when not negotiated but post a meaningfull 
3222         error message. Fixes #347918.
3223
3224         * gst-libs/gst/rtp/gstbasertppayload.c:
3225         Add comment about better default MTU size.
3226
3227         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3228         Small cleanups, start docs.
3229
3230 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         Patch by: Martin Szulecki
3233
3234         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3235           If "device-name" is requested and the device is not
3236           open, try to temporarily open it to obtain this
3237           information (#342494).
3238
3239 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3240
3241         * gst-libs/gst/tag/gstid3tag.c:
3242           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3243
3244         * gst-libs/gst/tag/gsttageditingprivate.h:
3245         * gst-libs/gst/tag/gstvorbistag.c:
3246           Some more random const-ifications.
3247
3248 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3249
3250         * gst-libs/gst/riff/riff-ids.h:
3251         * gst-libs/gst/riff/riff-media.c:
3252         (gst_riff_create_video_template_caps):
3253           Add more FOURCCs (sort list to make stuff easier to find),
3254           add comment what those 16 bytes in struct _gst_riff_strh according to
3255           one avi-dumper are
3256
3257 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3258
3259         * gst-libs/gst/audio/multichannel.c:
3260         (gst_audio_check_channel_positions),
3261         (gst_audio_fixate_channel_positions):
3262           Const-ify two arrays.
3263
3264 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3265
3266         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3267           Fix typo, so that alsasink also advertises 8 channels
3268           if that's supported (tags: can, worms, open, alsa, ph34r).
3269
3270 2006-07-17  Wim Taymans  <wim@fluendo.com>
3271
3272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3273         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3274         *sigh*, when is the compiler going to warn when the comments
3275         are out-of-sync with the code.. Refix case of busted theora
3276         headers with 0 granule pos.
3277
3278 2006-07-14  Wim Taymans  <wim@fluendo.com>
3279
3280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3281         (gst_base_rtp_depayload_wait),
3282         (gst_base_rtp_depayload_change_state),
3283         (gst_base_rtp_depayload_set_property),
3284         (gst_base_rtp_depayload_get_property):
3285         Fix 99% cpu load by waiting for absolute times on the
3286         clock. Fixes #347300.
3287
3288 2006-07-14  Andy Wingo  <wingo@pobox.com>
3289
3290         * ext/theora/gsttheoraparse.h: 
3291         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3292         (theora_parse_push_headers, theora_parse_clear_queue)
3293         (theora_parse_drain_queue_prematurely, )
3294         (theora_parse_sink_event, theora_parse_change_state): Queue events
3295         until we initialized our state, like in vorbisparse.
3296
3297         * ext/vorbis/vorbisparse.h: 
3298         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3299         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3300         (vorbis_parse_drain_queue_prematurely, )
3301         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3302         until we have initialized our state. Fixes seeking after an
3303         initial pad block.
3304
3305 2006-07-14  Andy Wingo  <wingo@pobox.com>
3306
3307         Patch by: Iain Holmes <iaingnome@gmail.com>
3308         
3309         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3310
3311 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3312
3313         * configure.ac:
3314         Bump nano back to CVS
3315
3316 === release 0.10.9 ===
3317
3318 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3319
3320         * configure.ac:
3321           releasing 0.10.9, "I walk the line"
3322
3323 2006-07-14  Michael Smith  <msmith@fluendo.com>
3324
3325         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3326           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3327           (commonly happens when running this test under valgrind) when trying
3328           to remove the buffer probe.
3329
3330 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3331
3332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3333         Fix missing g_unlock from the previous commit
3334
3335 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3336
3337         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3338         (gst_ximagesink_change_state):
3339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3340         (gst_xvimagesink_change_state):
3341         Implement a locking order to ensure we always take the object lock
3342         before the x_lock and never vice-versa.
3343
3344 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3345
3346         * gst/playback/gstdecodebin.c: (find_compatibles):
3347         Fix a caps leak when linking (#347304)
3348
3349         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3350         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3351         (gst_ximagesink_change_state):
3352         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3353         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3354         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3355         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3356         Don't leak shared memory resources. Use the object lock to protect
3357         against the xcontext disappearing while returning a buffer from the
3358         pipeline. (#347304)
3359
3360 2006-07-12  Edward Hervey  <edward@fluendo.com>
3361
3362         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3363         (vorbis_handle_comment_packet):
3364         gst_tag_list_merge() returns a new object. Take that into account when
3365         using it. This avoids memleak.
3366         Revert previous commit which is not needed.
3367
3368 2006-07-12  Edward Hervey  <edward@fluendo.com>
3369
3370         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3371         Reset the decoder in finalize so that all fields get cleared.
3372
3373 2006-07-12  Wim Taymans  <wim@fluendo.com>
3374
3375         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3376         (gst_base_audio_src_set_clock),
3377         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3378         Don't try to post an error message when setting the clock fails
3379         as this can happen when adding an element to a bin which will then
3380         deadlock. Fixes #347296.
3381
3382 2006-07-12  Edward Hervey  <edward@fluendo.com>
3383
3384         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3385         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3386         (vorbis_handle_type_packet):
3387         Post tag messages on the bus even if we're not initialized.
3388         If we're not initialized, we still postpone the event pushing of tags.
3389
3390 2006-07-12  Wim Taymans  <wim@fluendo.com>
3391
3392         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3393         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3394         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3395         Revert last two changes that broke the freeze.
3396
3397 2006-07-12  Wim Taymans  <wim@fluendo.com>
3398
3399         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3400         basesink calculates silence sample correctly for us.
3401
3402 2006-07-12  Wim Taymans  <wim@fluendo.com>
3403
3404         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3405         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3406         Calculate correct silence samples so we don't fill our ringbuffer
3407         with noise.
3408
3409 2006-07-12  Edward Hervey  <edward@fluendo.com>
3410
3411         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3412         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3413         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3414         * ext/vorbis/vorbisdec.h:
3415         Delay sending events (newsegment, tags) until the decoder is properly
3416         initialized.
3417         Fixes #347295
3418
3419 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3420
3421         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3422         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3423           Patch from #347221 adding a test for audioconvert
3424           channel remappings.
3425
3426 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3427
3428         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3429         (gst_ssa_parse_parse_line):
3430           Don't include the terminating NUL in the buffer size,
3431           it's only there for extra paranoia (would add random
3432           '*' characters at the end of each subtitle since the
3433           terminator itself is not valid UTF-8 technically).
3434           Also fix indenting after boilerplate macro.
3435
3436 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * gst/playback/gstdecodebin.c: (close_pad_link):
3439           Also emit 'unknown-type' signal (which should really be
3440           called unhandled-type) if we found potential decoders/demuxers
3441           in the registry but none of them worked in the end (as in the
3442           case where the plugins don't exist any longer but are still
3443           listed in the registry). Fixes #329798.
3444
3445 2006-07-08  Andy Wingo  <wingo@pobox.com>
3446
3447         * theoraparse.c (theora_parse_push_buffer)
3448         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3449         Add some more debugging. Fix granulepos reconstruction in the face
3450         of discontinuities.
3451
3452 2006-07-06  Wim Taymans  <wim@fluendo.com>
3453
3454         * gst-libs/gst/audio/gstbaseaudiosink.c:
3455         (gst_base_audio_sink_class_init),
3456         (gst_base_audio_sink_provide_clock):
3457         Use gobject_class instead of G_OBJECT_CLASS (klass)
3458
3459         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3460         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3461         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3462         (gst_base_audio_src_get_time),
3463         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3464         (gst_base_audio_src_create_ringbuffer):
3465         Fix latency and buffer-time constants and properties ala basesink.
3466         Implement pull based scheduling. Fixes #346527.
3467         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3468         one segment.
3469         Refuse slaving to another clock instead of silently not working.
3470         Only provide a clock when we are actually able to do so.
3471         Various small cleanups and compiler hints.
3472
3473 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         Patch by: Lutz Mueller <lutz at topfrose de>
3476
3477         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
3478         (plugin_init):
3479           Add typefinding for text/html (#346581).
3480
3481 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3484         (xml_check_first_element), (xml_type_find), (smil_type_find):
3485           Fix SMIL typefinding, make xml_check_first_element() more
3486           useful.
3487
3488 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3491         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
3492         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
3493         * gst/playback/gstplaybasebin.h:
3494           Protect list of elements with a subtitle-encoding property and
3495           the subtitle encoding member itself with a lock of their own
3496           instead of using the object lock. This prevents a dead-lock in
3497           the element-remove callback in some circumstances when shutting
3498           down playbin.
3499
3500 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
3501
3502         * win32/common/libgsttag.def:
3503         Export some new functions.
3504         * win32/vs6/libgstogg.dsp:
3505         Add a link to libgsttag-0.10.lib.
3506
3507 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3510           Some const-ification.
3511
3512 2006-07-04  Wim Taymans  <wim@fluendo.com>
3513
3514         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
3515         Improve checking if we are dealing with a stream. Added some
3516         more uris that need buffering.
3517
3518 2006-07-03  Edward Hervey  <edward@fluendo.com>
3519
3520         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
3521         Remove unused variable.
3522
3523 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3524
3525         * Makefile.am:
3526           include lcov.mak
3527         * configure.ac:
3528           add GCOV_LIBS to GST_LIBS
3529
3530 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
3533
3534         * ext/alsa/gstalsasrc.c:
3535           Add 32 bps to template caps and increase channels range
3536           from [1,2] to [1,MAX]. See #346326.
3537
3538 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3541           Recognise 'WMVA' video codec fourcc (#345879).
3542           
3543 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3544          
3545         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
3546           Fixed nasty memory leak
3547
3548 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3549
3550         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
3551         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
3552           fix logging
3553
3554 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
3555
3556         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3557         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
3558         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
3559         Protect remove_fakesink using a mutex, so that we don't try and
3560         remove the fakesink simultaneously from multiple threads.
3561
3562         When going from READY to PAUSED, restore the fakesink, so that
3563         it is there when decodebin gets reused.
3564
3565 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
3566
3567         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3568         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3569         * gst-libs/gst/rtp/gstbasertppayload.c:
3570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3571         * gst/tcp/gstmultifdsink.c:
3572         * gst/tcp/gsttcpclientsink.c:
3573         * gst/tcp/gsttcpclientsrc.c:
3574         * gst/tcp/gsttcpserversink.c:
3575         * gst/tcp/gsttcpserversrc.c:
3576         * gst/videorate/gstvideorate.c:
3577         * gst/videotestsrc/gstvideotestsrc.c:
3578         * sys/v4l/gstv4ljpegsrc.c:
3579         * sys/v4l/gstv4lmjpegsink.c:
3580         * sys/v4l/gstv4lsrc.c:
3581         * tests/examples/seek/scrubby.c:
3582         * tests/examples/seek/seek.c:
3583           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
3584
3585 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
3586
3587         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
3588           Second field in GEnumValue shouldn't be a description,
3589           but a stringified version of the enum value.
3590
3591 2006-06-22  Wim Taymans  <wim@fluendo.com>
3592
3593         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3594         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
3595         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
3596         Avoid type checking in buffer casts.
3597         Avoid caps copy in buffer_alloc when we can.
3598         Use pad_peer_accept.
3599
3600 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * gst-libs/gst/tag/tag.h:
3603           Oops, make that 'Since: 0.10.9'.
3604
3605 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
3606
3607         * docs/libs/gst-plugins-base-libs-sections.txt:
3608         * gst-libs/gst/tag/tag.h:
3609         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
3610         (gst_tag_image_type_get_type):
3611           API: add GstTagImageType enum to describe images contained
3612           in image tags (#345641).
3613
3614 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
3615
3616         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3617           Fix warnings with gst-inspect: "buffers-min" property
3618           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
3619           typo in property description.
3620
3621 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
3622
3623         Patch by: Cody Russell <bratsche at gnome org>
3624
3625         * gst/audioresample/gstaudioresample.c:
3626         (gst_audioresample_class_init):
3627         * gst/playback/gststreamselector.c:
3628         (gst_stream_selector_class_init):
3629         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3631         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3632         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3633         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3634         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3635         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3636         * gst/videotestsrc/gstvideotestsrc.c:
3637         (gst_video_test_src_class_init):
3638         * gst/volume/gstvolume.c: (gst_volume_class_init):
3639           Avoid unnecessary class cast check in class_init
3640           functions (#337747).
3641
3642 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
3643
3644         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
3645         (gst_text_overlay_video_chain):
3646           g_markup_escape_text() REALLY doesn't like non-UTF8 input
3647           and doesn't validate its input either (and neither did
3648           textoverlay it seems). Let's do that then and fix #345206.
3649
3650 2006-06-19  Wim Taymans  <wim@fluendo.com>
3651
3652         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3653         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
3654         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
3655         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
3656         (find_syncframe), (find_limits), (assign_value),
3657         (count_burst_unit), (gst_multi_fd_sink_new_client),
3658         (gst_multi_fd_sink_handle_client_write),
3659         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
3660         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
3661         (gst_multi_fd_sink_change_state):
3662         * gst/tcp/gstmultifdsink.h:
3663         Added shiny new burst-on-connect methods.
3664         Add properties to control the minimal amount of data queued.
3665         Small cleanups.
3666         API: bytes-min property
3667         API: time-min property
3668         API: buffers-min property
3669         API: burst-unit property
3670         API: burst-value property
3671         API: add-full signal
3672
3673         * gst/tcp/gsttcp-marshal.list:
3674         Added new marshaller code for the new signal.
3675
3676         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3677         (multifdsink_suite):
3678         Added testcases for new burst methods.
3679
3680 2006-06-19  Edward Hervey  <edward@fluendo.com>
3681
3682         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
3683         Implement clipping for accurate seeking.
3684         Closes #345225
3685
3686 2006-06-19  Wim Taymans  <wim@fluendo.com>
3687
3688         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
3689
3690         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
3691         (gst_video_scale_transform):
3692         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
3693
3694 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         * configure.ac:
3697           Fix --disable-external (can't set conditionals conditionally,
3698           #343602).
3699
3700 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
3701
3702         * tests/check/elements/audioresample.c: (test_reuse),
3703         (audioresample_suite):
3704           Add test case for bug #342789 fixed below.
3705
3706 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
3707
3708         * gst/audioresample/gstaudioresample.c:
3709         (gst_audioresample_class_init), (gst_audioresample_init),
3710         (audioresample_start), (audioresample_stop),
3711         (gst_audioresample_set_property), (gst_audioresample_get_property):
3712           Implement GstBaseTransform::start and ::stop so that audioresample
3713           can clear its internal state properly and be reused instead of
3714           causing non-negotiated errors with playbin under some circumstances
3715           (#342789).
3716
3717         * tests/check/elements/audioresample.c: (setup_audioresample),
3718         (cleanup_audioresample):
3719           Need to set element state here so that ::start and ::stop are
3720           called.
3721
3722 2006-06-16  Wim Taymans  <wim@fluendo.com>
3723
3724         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3725
3726         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
3727         Parse extra data better, apparently it's right behind
3728         the normal strf header size. Fixes #343500.
3729
3730 2006-06-16  Wim Taymans  <wim@fluendo.com>
3731
3732         * ext/alsa/gstalsasink.c: (set_hwparams):
3733         If we fail to set the buffer_time and period_time alsa
3734         parameters, post a warning and leave alsa select a 
3735         default instead of failing. Fixes #342085
3736
3737 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * docs/libs/gst-plugins-base-libs-sections.txt:
3740         * gst-libs/gst/cdda/gstcddabasesrc.h:
3741           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
3742           out in the header file and shouldn't be listed in the docs.
3743
3744         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
3745           Must dereference pointer to fourcc in the debug statement.
3746
3747 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
3748
3749         * docs/libs/Makefile.am:
3750         * docs/libs/gst-plugins-base-libs-docs.sgml:
3751         * docs/libs/gst-plugins-base-libs-sections.txt:
3752         * docs/libs/gst-plugins-base-libs.types:
3753         add remaining symbols into correct setions
3754         
3755         * gst-libs/gst/audio/gstringbuffer.c:
3756         fix incomplete docs
3757         
3758         * gst-libs/gst/audio/gstringbuffer.h:
3759         comment out not yet implemented function
3760         
3761         
3762         * gst-libs/gst/floatcast/floatcast.h:
3763         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3764         add short descriptions
3765         
3766         
3767         * gst-libs/gst/interfaces/propertyprobe.c:
3768         fix return value docs   
3769         
3770         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
3771         simplify debug logging
3772         
3773         * gst-libs/gst/riff/riff-read.h:
3774         sync function prototype and docs
3775         
3776         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3777         remove left over symbol
3778
3779 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         * autogen.sh:
3782         * configure.ac:
3783         * docs/Makefile.am:
3784           Use GST_PLUGIN_DOCS macro in configure.ac, add
3785           --enable-plugin-docs default to autogen.sh and use
3786           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
3787
3788 2006-06-15  Wim Taymans  <wim@fluendo.com>
3789
3790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3791         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
3792         (gst_ogg_demux_loop):
3793         Combine GstFlowReturn from the source pads to give a
3794         meaningfull result to the upstream peer or to stop the
3795         processing task in case of errors.
3796
3797 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         * gst/playback/gststreaminfo.c: (cb_probe):
3800           Try GST_TAG_CODEC as fallback when extracting the
3801           codec name; more debug info.
3802
3803 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         * ext/ogg/Makefile.am:
3806         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3807           Extract language tags from ogm subtitle streams, so that
3808           the subtitle menu choices are labelled correctly in
3809           Totem (fixes #344708).
3810
3811 2006-06-14  Wim Taymans  <wim@fluendo.com>
3812
3813         Patch by: Alessandro Decina <alessandro at nnva dot org>
3814
3815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
3816         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
3817         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
3818         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3819         Fix various leaks. Fixes #343699.
3820         Add x-smoke mime type.
3821
3822 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3823
3824         * gst-libs/gst/riff/riff-ids.h:
3825           Add IDs for 'bext' chunks (see #343837).
3826
3827 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
3828
3829         Patch by: Young-Ho Cha  <ganadist at chollian net>
3830
3831         * gst/subparse/samiparse.c: (sami_context_pop_state),
3832         (handle_start_font), (end_sami_element):
3833           Honour font face tags in SAMI subtitles (#344503).
3834
3835 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
3836
3837         * po/POTFILES.in:
3838           add missing files containing translatable strings
3839
3840 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
3841
3842         * docs/libs/tmpl/.cvsignore:
3843           we don't want those *.sgml files in CVS either
3844
3845 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
3846
3847         * docs/libs/.cvsignore:
3848         * tests/check/elements/.cvsignore:
3849         * tests/check/libs/.cvsignore:
3850           ignore more
3851
3852 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
3853
3854         * docs/libs/Makefile.am:
3855           also commiting the changed Makefile.am (added more libs to the
3856           doc-build)
3857
3858 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
3859
3860         * docs/libs/gst-plugins-base-libs-docs.sgml:
3861         * docs/libs/gst-plugins-base-libs-sections.txt:
3862         * docs/libs/gst-plugins-base-libs.types:
3863           first batch of reordering things, add index & hierarchy
3864
3865 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3866
3867         * configure.ac:
3868           use GST_PKG_CHECK_MODULES, cleans up output
3869
3870 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3873           Add support for burn:// URIs (#343385); const-ify things a bit,
3874           use G_N_ELEMENTS instead of hard-coded array size.
3875
3876 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
3877
3878         Patch by: Young-Ho Cha  <ganadist at chollian net>
3879
3880         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
3881           Fix up broken entities before passing them to libxml *sigh*.
3882           (#343303).
3883           
3884 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3885
3886         * configure.ac:
3887           back to TRUNK
3888
3889 === release 0.10.8 ===
3890
3891 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
3892
3893         * configure.ac:
3894           releasing 0.10.8, "Moar gij ziet mij nie"
3895
3896 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3897
3898         * configure.ac:
3899         * po/af.po:
3900         * po/az.po:
3901         * po/cs.po:
3902         * po/en_GB.po:
3903         * po/hu.po:
3904         * po/it.po:
3905         * po/nb.po:
3906         * po/nl.po:
3907         * po/or.po:
3908         * po/sq.po:
3909         * po/sr.po:
3910         * po/sv.po:
3911         * po/uk.po:
3912         * po/vi.po:
3913         * win32/common/config.h:
3914           0.10.7.2 prerelease
3915
3916 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3917
3918         * docs/libs/tmpl/gstaudio.sgml:
3919         * docs/libs/tmpl/gstcolorbalance.sgml:
3920         * docs/libs/tmpl/gstmixer.sgml:
3921         * docs/libs/tmpl/gstringbuffer.sgml:
3922         * docs/libs/tmpl/gsttuner.sgml:
3923         * docs/libs/tmpl/gstxoverlay.sgml:
3924         * gst-libs/gst/audio/audio.c:
3925         * gst-libs/gst/audio/gstringbuffer.c:
3926         * gst-libs/gst/interfaces/colorbalance.c:
3927         * gst-libs/gst/interfaces/mixer.c:
3928         * gst-libs/gst/interfaces/tuner.c:
3929         * gst-libs/gst/interfaces/xoverlay.c:
3930           move last template doc snippets to source code and delete them
3931
3932 2006-06-06  Michael Smith  <msmith@fluendo.com>
3933
3934         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
3935         (theora_parse_drain_queue):
3936           Mark DELTA_UNIT on non-keyframes.
3937
3938 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
3939
3940         * gst-libs/gst/audio/gstbaseaudiosink.c:
3941         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
3942         * gst-libs/gst/audio/gstbaseaudiosink.h:
3943         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
3944         (gst_ring_buffer_samples_done):
3945         * gst-libs/gst/audio/gstringbuffer.h:
3946         Document better the fact that latency_time and buffer_time are values
3947         stored in microseconds, and not the usual GStreamer nanoseconds.
3948         Change the variables (compatibly) that store them from GstClockTime 
3949         to guint64 to make it more clear that they're not storing clock times.
3950         Also, remove the bogus property description that says the user can
3951         specify -1 to get the default value, since that's never been the case.
3952
3953         When computing the default segment size for the ring buffer, make it
3954         an integer number of samples.
3955
3956         When the sub-class indicates a delay greater than the number of
3957         samples we've written return 0 from the audio sink get_time method.
3958
3959 2006-06-02  Michael Smith  <msmith@fluendo.com>
3960
3961         * tests/check/elements/audioconvert.c: (set_channel_positions),
3962         (get_float_mc_caps), (get_int_mc_caps):
3963         * tests/check/elements/audioresample.c:
3964         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
3965         * tests/check/elements/videorate.c:
3966         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
3967         * tests/check/elements/volume.c:
3968         * tests/check/elements/vorbisdec.c:
3969         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3970           Don't busy-wait in tests; this was causing test timeouts very
3971           frequently when running under valgrind.
3972
3973 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3974
3975         * gst/tcp/README:
3976         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
3977         (gst_multi_fd_sink_remove_client_link),
3978         (gst_multi_fd_sink_client_queue_caps),
3979         (gst_multi_fd_sink_client_queue_buffer),
3980         (gst_multi_fd_sink_handle_client_write),
3981         (gst_multi_fd_sink_render):
3982         * gst/tcp/gstmultifdsink.h:
3983           make multifdsink properly deal with streamheader:
3984           - streamheader is taken from caps
3985           - buffers marked with IN_CAPS are not sent
3986           - streamheaders are sent, on connection, from the caps of the
3987             buffer where the client gets positioned to
3988           - further streamheader changes are done every time the client
3989             will receive a buffer with different caps
3990         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3991         (gst_multifdsink_create_streamheader):
3992           add tests for this
3993
3994 2006-06-02  Michael Smith  <msmith@fluendo.com>
3995
3996         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
3997           Reinstate limit on channel count. Vorbis does not define the meaning
3998           of > 6 channels, so they're just independent channels. Gstreamer
3999           currently has no mechanism to represent N independent channels.
4000
4001 2006-06-02  Michael Smith  <msmith@fluendo.com>
4002
4003         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4004           Don't arbitrarily restrict channel counts and rate in vorbis.
4005           In terms of effects likely on real-world files, this fixes 96kHz
4006           playback of vorbis.
4007
4008 2006-06-02  Michael Smith  <msmith@fluendo.com>
4009
4010         * gst/audioconvert/audioconvert.c: (float):
4011           More correct float->int conversion.
4012
4013 2006-06-02  Michael Smith  <msmith@fluendo.com>
4014
4015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4016           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4017           value. Fixes g-critical on trying to play back ogg containing
4018           unknown codec.
4019
4020 2006-06-02  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4023         (setup_source):
4024         * gst/playback/gstplaybasebin.h:
4025         Make the subtitle detection work from any thread so we don't
4026         deadlock. Fixes #343397.
4027
4028 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4029
4030         * gst/volume/Makefile.am:
4031           Seriously, it's not *that* hard to get compilation right.  Even
4032           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4033
4034 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4035
4036         * gst/volume/gstvolume.c: (volume_choose_func),
4037         (volume_update_real_volume), (gst_volume_class_init),
4038         (gst_volume_init), (volume_process_float), (volume_process_int16),
4039         (volume_process_int16_clamp), (volume_set_caps),
4040         (volume_transform_ip), (plugin_init):
4041         * gst/volume/gstvolume.h:
4042         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4043         another property desc., remove unused param from process function
4044         
4045         * tests/check/elements/volume.c: (volume_suite):
4046         reactivate the passthrough test
4047
4048 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4049
4050         * ext/alsa/gstalsamixerelement.h:
4051         * ext/alsa/gstalsamixeroptions.h:
4052         * ext/alsa/gstalsamixertrack.h:
4053         * ext/gnomevfs/gstgnomevfssink.h:
4054         * ext/gnomevfs/gstgnomevfssrc.h:
4055         * ext/theora/gsttheoradec.h:
4056         * ext/theora/gsttheoraenc.h:
4057         * ext/theora/gsttheoraparse.h:
4058         * ext/vorbis/vorbisparse.h:
4059         * gst-libs/gst/audio/gstaudioclock.h:
4060         * gst-libs/gst/audio/gstaudiofilter.h:
4061         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4062         * gst/audioconvert/gstaudioconvert.h:
4063         * gst/audioresample/gstaudioresample.h:
4064         * gst/audiotestsrc/gstaudiotestsrc.h:
4065         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4066         * gst/playback/gststreamselector.h:
4067         * gst/tcp/gstmultifdsink.h:
4068         * gst/tcp/gsttcpclientsink.h:
4069         * gst/tcp/gsttcpclientsrc.h:
4070         * gst/tcp/gsttcpserversink.h:
4071         * gst/tcp/gsttcpserversrc.h:
4072         * gst/videorate/gstvideorate.h:
4073         * gst/videoscale/gstvideoscale.h:
4074         * gst/videotestsrc/gstvideotestsrc.h:
4075         * gst/volume/gstvolume.h:
4076         * sys/v4l/gstv4ljpegsrc.h:
4077         * sys/v4l/gstv4lmjpegsink.h:
4078         * sys/v4l/gstv4lmjpegsrc.h:
4079         * sys/v4l/gstv4lsrc.h:
4080         * sys/ximage/ximagesink.h:
4081         * sys/xvimage/xvimagesink.h:
4082         * tests/old/testsuite/alsa/sinesrc.h:
4083         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4084
4085 2006-05-31  Wim Taymans  <wim@fluendo.com>
4086
4087         * ext/libvisual/visual.c: (gst_visual_reset),
4088         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4089         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4090         Handle DISCONT.
4091         Use running time before doing QoS.
4092         Handle mono too.
4093
4094 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4095
4096         * docs/libs/Makefile.am:
4097           set a magic variable to indicate we know the docs are incomplete
4098
4099 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4100
4101         * win32/common/libgstvideo.def:
4102           export gst_video_calculate_display_ratio
4103         * win32/vs6/libgstvideoscale.dsp:
4104           add link to libgstvideo-0.10.lib
4105
4106 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * gst/playback/gstplaybasebin.c: (gen_source_element):
4109           Throw a more comprehensible error for rtsp:// URIs (rather
4110           than erroring out with a negotiation error later on) until
4111           we fix playbin to handle rtspsrc etc.
4112
4113 2006-05-30  Wim Taymans  <wim@fluendo.com>
4114
4115         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4116         (gst_text_overlay_text_event):
4117         Added some FIXMEs.
4118
4119 2006-05-30  Wim Taymans  <wim@fluendo.com>
4120
4121         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4122         (gst_adder_request_new_pad), (gst_adder_release_pad):
4123         * gst/adder/gstadder.h:
4124         Implement release_request_pad.
4125         Make padcounter atomic.
4126
4127         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4128         Added check for release_pad in adder.
4129
4130 2006-05-30  Wim Taymans  <wim@fluendo.com>
4131
4132         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4133         Fix build again.
4134
4135 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4136
4137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4138         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4139         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4140         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4141         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4142         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4143         (gst_ogg_demux_bisect_forward_serialno),
4144         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4145         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4146           add more debugging
4147           clean up printf formats for granulepos and serialno
4148
4149 2006-05-30  Michael Smith  <msmith@fluendo.com>
4150
4151         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4152         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4153         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4154         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4155         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4156         * ext/vorbis/vorbisenc.h:
4157           Multi-channel caps negotiation, so we can do proper multichannel
4158           vorbis encoding, negotiated through audioconvert.
4159
4160 2006-05-30  Wim Taymans  <wim@fluendo.com>
4161
4162         * tests/check/elements/adder.c: (test_event_message_received),
4163         (test_play_twice_message_received), (GST_START_TEST),
4164         (adder_suite):
4165         Added check to show that #339935 is fixed with ongoing
4166         adder and collectpads fixes.
4167
4168 2006-05-29  Wim Taymans  <wim@fluendo.com>
4169
4170         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4171         Don't leak pad name.
4172
4173 2006-05-29  Wim Taymans  <wim@fluendo.com>
4174
4175         * gst/adder/gstadder.c: (gst_adder_query_duration),
4176         (forward_event_func), (forward_event), (gst_adder_src_event):
4177         Fix adder seeking.
4178         Make query/seeking code threadsafe.
4179
4180         * tests/check/Makefile.am:
4181         * tests/check/elements/adder.c: (test_event_message_received),
4182         (GST_START_TEST), (test_play_twice_message_received):
4183         Fix adder test case.
4184
4185 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         Patch by: Young-Ho Cha  <ganadist at chollian net>
4188
4189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4190         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4191         (set_encoding_element), (decodebin_element_added_cb),
4192         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4193         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4194         * gst/playback/gstplaybasebin.h:
4195           Add 'subtitle-encoding' property to playbin, so applications can
4196           force a subtitle encoding for non-UTF8 subtitles (#342268).
4197
4198         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4199         (gst_sub_parse_set_property):
4200           Rename recently-added 'encoding' property to 'subtitle-encoding'
4201           (so it can be proxied by playbin/decodebin in a generic way
4202           with less danger of false positives).
4203
4204 2006-05-29  Michael Smith  <msmith@fluendo.com>
4205
4206         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4207         (append_with_other_format), (set_structure_widths),
4208         (gst_audio_convert_transform_caps):
4209           Patch from #341562: give more specific audio caps in get_caps, so
4210           that basetransform  can make better decisions on what caps to
4211           negotiate.
4212
4213 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4214
4215         * tests/check/elements/volume.c:
4216         make it compile again
4217
4218 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4219
4220         * tests/check/elements/volume.c: (volume_suite):
4221         disable test until #343196 gets resolved
4222
4223 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4224
4225         * gst/adder/gstadder.c: (gst_adder_get_type):
4226         Make it easier to copy&paste
4227         
4228         * gst/volume/Makefile.am:
4229         * gst/volume/gstvolume.c: (volume_update_real_volume),
4230         (gst_volume_set_volume), (gst_volume_set_mute),
4231         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4232         (volume_transform_ip), (volume_update_mute),
4233         (volume_update_volume):
4234         * gst/volume/gstvolume.h:
4235         Add own debug category, move duplicate code to helper function, fix
4236         property texts, add more comments and prepare ffor liboil-goodness
4237         
4238         * tests/check/Makefile.am:
4239         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4240         add test for mute and passtrough case, be a bit more verbose to track
4241         failure
4242         
4243         * tests/check/generic/states.c: (GST_START_TEST):
4244         catch elements that fail to instantiate
4245
4246 2006-05-28  Edward Hervey  <edward@fluendo.com>
4247
4248         * tests/check/pipelines/simple-launch-lines.c:
4249         * tests/check/pipelines/theoraenc.c:
4250         * tests/check/pipelines/vorbisenc.c:
4251         Comment out tests using parse_launch() if core was built without
4252         parsing capabilities.
4253
4254 2006-05-27  Edward Hervey  <edward@fluendo.com>
4255
4256         * tests/check/Makefile.am:
4257         Extra bonus points for whoever explains to ensonic that you are meant
4258         to test unit tests thoroughly before commiting them, especially if
4259         you know it's going to break.
4260         De-activated element/adder tests.
4261
4262 2006-05-27  Edward Hervey  <edward@fluendo.com>
4263
4264         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4265         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4266         Marking caps conversion issues as GST_WARNING is way too verbose,
4267         Moving them to GST_LOG.
4268
4269 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4270
4271         * README:
4272           Replace current README (containing the release notes from
4273           some 0.9.x version) with a proper README taken from the core.
4274
4275 2006-05-26  Wim Taymans  <wim@fluendo.com>
4276
4277         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4278         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4279         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4280         (vorbis_dec_change_state):
4281         Small cleanups.
4282         Add some FIXMEs
4283         Clip output samples to segment boundaries.
4284
4285 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4286
4287         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4288         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4289         Improve the errors produced on bad output, including some human
4290         readable description strings.
4291         Handle the (theoretical for ximagesink) case where the XServer 
4292         has a different idea about the size required for a particular 
4293         frame and gives us too small a memory allocation.
4294
4295 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4296
4297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4298         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4299         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4300         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4301         Improve the errors produced on bad output, including some human 
4302         readable description strings.
4303         Handle RGB Xv formats properly by transforming them into our 
4304         big-endian caps description.
4305         Use gst_caps_truncate to ensure that we never try and choose a
4306         non-fixed caps in buffer_alloc.
4307         Handle the case where the XServer has a different idea about the size
4308         required for a particular frame and gives us too small a memory
4309         allocation.
4310         Use -1 to indicate 'no image format', because 0 is a valid XServer
4311         image format number.
4312         Put RGB Xv formats at the end of the caps, so that we always prefer
4313         YUV format frames.
4314         Iterate the available Xv Encodings to determine the maximum width and
4315         height, and then return that in our caps.
4316         (Closes #315312, #337544)
4317
4318 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4319
4320         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4321         When there is only one unfinished pad and it receives an event that
4322         doesn't match our requirements, we need to set alldone=FALSE so that
4323         the fakesink is not removed yet.
4324
4325 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4326
4327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4328           Use gst_type_find_helper_for_buffer() to find the type
4329           of stream from the first packet.
4330
4331         * configure.ac:
4332           Bump requirements to core CVS (needed for vorbis
4333           typefinding to work).
4334
4335 2006-05-24  Edward Hervey  <edward@fluendo.com>
4336
4337         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4338         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4339         contain.  Else they play perfectly fine with qtdemux.
4340
4341 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4342
4343         * ext/theora/theoradec.c:
4344         * ext/theora/theoraenc.c:
4345         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4346         * gst/audiorate/gstaudiorate.c:
4347           make more debug catagories static
4348         
4349         * tests/check/Makefile.am:
4350         * tests/check/elements/adder.c: (message_received),
4351         (test_event_message_received), (GST_START_TEST),
4352         (test_play_twice_message_received), (adder_suite):
4353           added test case for using element twice, extra bonus points for anyone
4354           who can make these test run reliably
4355
4356 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * ext/theora/theoradec.c: (theora_dec_chain):
4359           Make work with time-stamped input buffers that do not
4360           have a granulepos in BUFFER_OFFSET_END (like theora
4361           buffers coming from matroskademux). Fixes #342448.
4362
4363 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         Patch by: Peter Kjellerstedt  <pkj at axis com>
4366
4367         * gst/tcp/Makefile.am:
4368           fdstresstest doesn't need Gtk+, fix compilation if 
4369           gtk is not available (#342566).
4370
4371 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4372          
4373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4374           80 line columns
4375           Removed redundant floor()
4376
4377 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4378
4379         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4380           On second thought, just skip JUNK chunks automatically, so
4381           the caller doesn't have to handle this. Fixes #342345.
4382           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4383           not GST_FLOW_ERROR.
4384
4385 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4386
4387         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4388           Don't bail out on JUNK chunks with a size of 0 (would try to
4389           pull_range 0 bytes before, which sources don't like too much).
4390           See #342345.
4391
4392 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4393
4394         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4396         Use the gstutil scaling function to preserve 64 bits while calculating
4397         output width and height from the display-aspect-ratio. (A continuation
4398         of #341542)
4399
4400 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4401
4402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4403         (gst_xvimagesink_buffer_alloc):
4404         * sys/xvimage/xvimagesink.h:
4405         When performing buffer allocations, remember the caps and image format
4406         we return so that if the same caps are asked for next time we can
4407         return them immediately without doing any caps intersections.
4408
4409 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4410          
4411         * gst-libs/gst/rtp/README:
4412           Some new documentation
4413         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4414           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4415         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4416         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4417           New RTP audio base payloader class. Supports frame or sample based
4418           codecs.  Not enabled in Makefile.am until approved.
4419
4420 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         * tests/check/elements/alsa.c: (test_device_property_probe):
4423           Fix test case: don't try to free NULL GValueArray when there
4424           are no devices.
4425
4426 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         * tests/check/Makefile.am:
4429         * tests/check/elements/alsa.c: (test_device_property_probe),
4430         (alsa_suite), (main):
4431           Add simple test that runs a device property probe on alsasrc,
4432           alsasink and alsamixer. Disable valgrind check for now (too
4433           many leaks in libasound, and valgrind ignored my suppressions
4434           additions).
4435
4436 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4439         (gst_alsa_device_property_probe_probe_property),
4440         (gst_alsa_device_property_probe_needs_probe),
4441         (gst_alsa_device_property_probe_get_values),
4442         (gst_alsa_type_add_device_property_probe_interface):
4443         * ext/alsa/gstalsadeviceprobe.h:
4444         * ext/alsa/gstalsamixerelement.c:
4445         (gst_alsa_mixer_element_init_interfaces):
4446         * ext/alsa/gstalsamixerelement.h:
4447           Clean up and simplify alsa device probing. Make it actually work
4448           for multiple classes. Don't cache results any longer.
4449
4450         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4451         (gst_alsasink_init):
4452         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4453         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4454         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4455           Make alsasink and alsasrc implement the GstPropertyProbe interface
4456           for device probing (#342181).
4457           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4458
4459 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst/subparse/samiparse.c: (handle_start_font):
4462           Don't ignore return value of strtol (++compiler_happiness).
4463
4464 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         Patch by: Young-Ho Cha  <ganadist chollian net>
4467
4468         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4469         (gst_sub_parse_class_init), (gst_sub_parse_init),
4470         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4471         (convert_encoding):
4472         * gst/subparse/gstsubparse.h:
4473           Add 'encoding' property (#341681).
4474
4475         * gst/subparse/samiparse.c: (characters_sami):
4476           Output is pango markup, so we need to escape text
4477           between tags (#342143).
4478
4479 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4480
4481         * gst-libs/gst/audio/multichannel.c:
4482         (gst_audio_check_channel_positions):
4483           It's okay to have caps with channels=1 and a channel position
4484           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
4485           (deinterleavers might want to keep the position in the caps,
4486           so that they can be re-interleaved again properly later).
4487           Leave check for unexpected 2-channel layouts intact for now.
4488
4489 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4490
4491         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
4492         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
4493         basesrc can do its job correctly.
4494
4495 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * ext/alsa/Makefile.am:
4498         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4499         (gst_alsa_detect_formats), (get_channel_free_structure),
4500         (caps_add_channel_configuration), (gst_alsa_detect_channels),
4501         (gst_alsa_probe_supported_formats):
4502         * ext/alsa/gstalsa.h:
4503         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4504           Refactor and improve caps probing code: probe signedness
4505           when we probe the supported formats/widths; set endianness
4506           to the one we actually probed for (ie. cpu endianness).
4507           
4508         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
4509         (gst_alsasrc_close):
4510         * ext/alsa/gstalsasrc.h:
4511           Implement caps probing for alsasrc.
4512
4513 2006-05-15  Wim Taymans  <wim@fluendo.com>
4514
4515         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4516         (theora_dec_src_query), (theora_dec_src_event),
4517         (theora_dec_sink_event), (theora_handle_comment_packet),
4518         (theora_handle_data_packet), (theora_dec_change_state):
4519         Cleanups, add some G_LIKELY.
4520         Use segment helpers instead of our own wrong code.
4521         Clear queued buffers on seek and READY.
4522
4523         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4524         (vorbis_dec_convert), (vorbis_dec_src_query),
4525         (vorbis_dec_src_event), (vorbis_dec_sink_event),
4526         (vorbis_handle_comment_packet), (vorbis_dec_push),
4527         (vorbis_handle_data_packet), (vorbis_dec_chain),
4528         (vorbis_dec_change_state):
4529         * ext/vorbis/vorbisdec.h:
4530         Remove old useless packetno variable.
4531         Do position query properly.
4532         Add some G_LIKELY.
4533         Do cleanup of queued buffers in new helper function
4534         and use it.
4535
4536 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4539           Query supported sample rates. Fixes #341732.
4540
4541 2006-05-15  Julien MOUTTE  <julien@moutte.net>
4542
4543         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
4544         (gst_decode_bin_change_state): Make decodebin reusable
4545         when going from PAUSE_TO_READY and then back to PAUSED.
4546         Fixes #331678.
4547
4548 2006-05-15  Wim Taymans  <wim@fluendo.com>
4549
4550         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
4551         (vorbis_dec_convert), (vorbis_dec_src_query),
4552         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4553         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4554         (vorbis_dec_clean_queued), (vorbis_dec_push),
4555         (vorbis_handle_data_packet), (vorbis_dec_change_state):
4556         Cleanups. Use refcounting and DEBUG_OBJECT.
4557         Reset segment on flush, use code methods instead of our
4558         own wrong version.
4559         Fix potential memleak.
4560
4561 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
4564         (gst_alsasink_init):
4565         * ext/alsa/gstalsasink.h:
4566           Don't leak allocated snd_output_t structure if there's
4567           more than one alsasink instance at a time (#341873).
4568           Also fix GObject macros in header file.
4569           
4570 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/subparse/gstsubparse.c:
4573         (gst_sub_parse_data_format_autodetect):
4574           Don't use libxml functions in the typefinding code.
4575
4576 2006-05-15  Wim Taymans  <wim@fluendo.com>
4577
4578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4579         Fix seeking performance in the case where a non-header 
4580         packet has a 0 granulepos (busted theora case). 
4581         Fixes #341719
4582         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
4583          the first place, you limelight stealer you)
4584
4585 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * gst/subparse/gstsubparse.c:
4588         (gst_sub_parse_data_format_autodetect):
4589           Improve SAMI typefinding: handle case where there are
4590           whitespaces or newlines in front of the first <SAMI>
4591           tag (#169936).
4592
4593 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * configure.ac:
4596           Build video4linux plugin even if there's no XVIDEO, just
4597           without implementing the GstXOverlay interface (#334002).
4598          
4599 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         * configure.ac:
4602         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
4603         (plugin_init):
4604           Add tentative support for libvisual-0.4 (#336881).
4605
4606 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         Patch by: Young-Ho Cha <ganadist at chollian net>
4609
4610         * gst/subparse/samiparse.c: (handle_start_font):
4611           Need to map "silver" colour explicitly (#169936).
4612
4613 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
4614
4615         Patch by: Young-Ho Cha  <ganadist at chollian net>
4616
4617         * gst/subparse/Makefile.am:
4618         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4619         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
4620         (gst_sub_parse_format_autodetect), (feed_textbuf),
4621         (gst_subparse_type_find), (plugin_init):
4622         * gst/subparse/gstsubparse.h:
4623         * gst/subparse/samiparse.c:
4624         * gst/subparse/samiparse.h:
4625           Add support for SAMI subtitles (#169936).
4626
4627 2006-05-14  Michael Smith  <msmith@fluendo.com>
4628
4629         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
4630           Fix #341696: crash when mixing L+R+C to mono or stereo.
4631         * tests/check/Makefile.am:
4632         * tests/check/elements/audioconvert.c: (set_channel_positions),
4633         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
4634         (audioconvert_suite):
4635           Add test for the above, including some generic framework bits for
4636           testing multichannel things.
4637
4638 === release 0.10.7 ===
4639
4640 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
4641
4642         * configure.ac:
4643           releasing 0.10.7, "Leave the gun"
4644
4645 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
4646
4647         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4649         Fix the build.
4650
4651 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
4652
4653         * docs/libs/gst-plugins-base-libs-docs.sgml:
4654         * docs/libs/gst-plugins-base-libs-sections.txt:
4655         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
4656         * gst-libs/gst/video/video.h:
4657         * gst/videoscale/Makefile.am:
4658         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4660         * tests/check/Makefile.am:
4661         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
4662         (main):
4663           Fix integer overflow problem with pixel-aspect-ratio calculations
4664           in videoscale and xvimagesink (#341542)
4665
4666 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst-libs/gst/tag/gstid3tag.c:
4669           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
4670
4671 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
4672
4673         * win32/MANIFEST:
4674           update win32 files listing
4675
4676 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4677
4678         patch by: Sjoerd Simons (sjoerd@luon.net)
4679
4680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4681         (group_create), (group_destroy), (add_stream),
4682         (gst_play_base_bin_get_property),
4683         (gst_play_base_bin_get_streaminfo_value_array):
4684         * gst/playback/gstplaybasebin.h:
4685           API: GstPlayBaseBin::stream-info-value-array property
4686           use a more bindings-friendly way of exposing streaminfo
4687           using a GValueArray.  Tested in ipython.
4688           Closes #341114
4689
4690 2006-05-11  Wim Taymans  <wim@fluendo.com>
4691
4692         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
4693         (queue_underrun_cb), (queue_filled_cb):
4694         Also catch queue underruns but don't do anything yet.
4695         Refactor and comment queue enlarging code a bit.
4696
4697         * gst/playback/gstplaybasebin.c: (queue_overrun),
4698         (queue_threshold_reached), (queue_out_of_data),
4699         (gen_preroll_element):
4700         If a queue over/underruns check that we don't create nasty
4701         deadlocks when the min-threshold is not reached but the
4702         max-bytes is. In those cases disable max-bytes when we
4703         know that the queue is fed timed data.
4704         Add more comments.
4705
4706 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * gst/playback/gstplaybin.c: (gen_audio_element):
4709           Make playbin automatically plug an 'audioresample'
4710           element before the audio sink as well. This solves
4711           problems with sinks that only accept a very specific
4712           sample rate, like esdsink (e.g. #340379).
4713
4714 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * gst/playback/gstplaybasebin.c: (gen_source_element):
4717           Make http sources send special headers so that we receive
4718           icecast metadata if the http stream is an icecast stream
4719           (otherwise the server will just ignore them). This also
4720           means that from now on users will need the 'icydemux'
4721           element from gst-plugins-good installed if they want to
4722           listen to icecast radio streams. (#341432, #333657).
4723
4724 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4725
4726         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
4727         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
4728           remove stupid example from docs - it should come with a simple
4729           C program instead.
4730           Clean up/fix docs
4731         * tests/check/elements/multifdsink.c: (wait_bytes_served),
4732         (fail_if_can_read), (GST_START_TEST),
4733         (gst_multifdsink_create_streamheader), (multifdsink_suite):
4734           add a test for changing streamheader which exposes a bug in
4735           multifdsink
4736
4737 2006-05-11  Michael Smith  <msmith@fluendo.com>
4738
4739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
4740         (gst_gnome_vfs_src_received_headers_callback):
4741         * ext/gnomevfs/gstgnomevfssrc.h:
4742           Don't set icy-caps unless we have a sane interval value. Move
4743           interval to a local variable; we never use it outside this function.
4744
4745 2006-05-11  Wim Taymans  <wim@fluendo.com>
4746
4747         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4749         Register special buffer types along with the objects so
4750         that they are not registered at runtime from N different
4751         streaming threads since they are not threadsafe.
4752
4753 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4754
4755         * tests/check/elements/multifdsink.c: (wait_bytes_served),
4756         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
4757           add two more tests, one doing streamheader
4758
4759 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4760
4761         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
4762           clean up the bufqueue when shutting down
4763         * tests/check/Makefile.am:
4764         * tests/check/elements/multifdsink.c: (setup_multifdsink),
4765         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
4766         (main):
4767           add a test for the leak that was just fixed
4768
4769 2006-05-10  Wim Taymans  <wim@fluendo.com>
4770
4771         * gst/adder/gstadder.c: (gst_adder_setcaps),
4772         (gst_adder_query_duration), (gst_adder_query), (forward_event),
4773         (gst_adder_src_event), (gst_adder_sink_event),
4774         (gst_adder_class_init), (gst_adder_finalize),
4775         (gst_adder_request_new_pad), (gst_adder_collected):
4776         * gst/adder/gstadder.h:
4777         Updated some docs. Added comments and FIXMEs all over the place.
4778         Improve debugging info.
4779         Fix leak on finalize by not calling the parent.
4780         Implement duration query.
4781         Make event forwarding threadsafe.
4782         Correctly send NEWSEGMENT at start and after flush.
4783         Handle EOS correctly.
4784         Post error when not negotiated.
4785
4786         * tests/check/elements/adder.c: (GST_START_TEST):
4787         Added FIXME in the test.
4788
4789 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
4792         (gst_text_overlay_halign_get_type),
4793         (gst_text_overlay_wrap_mode_get_type):
4794         * ext/theora/theoradec.c: (theora_handle_type_packet),
4795         (theora_handle_data_packet):
4796         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
4797         (theora_enc_sink_setcaps), (theora_enc_chain):
4798         * gst-libs/gst/cdda/gstcddabasesrc.c:
4799         (gst_cdda_base_src_mode_get_type):
4800         * gst/audiotestsrc/gstaudiotestsrc.c:
4801         (gst_audiostestsrc_wave_get_type):
4802         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4803         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4804         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4805         (gst_sync_method_get_type), (gst_unit_type_get_type),
4806         (gst_client_status_get_type):
4807         * gst/videoscale/gstvideoscale.c:
4808         (gst_video_scale_method_get_type):
4809         * gst/videotestsrc/gstvideotestsrc.c:
4810         (gst_video_test_src_pattern_get_type):
4811         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
4812         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
4813         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
4814         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
4815         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
4816         (paint_setup_RGB565), (paint_setup_xRGB1555):
4817           Const-ify GEnumValue and GFlagsValue arrays. Use
4818           GST_ROUND_UP_* macros instead of home-made ones.
4819
4820 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
4821
4822         * configure.ac:
4823           Require core CVS for the new newsegment stuff.
4824
4825 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         Patch by: Sjoerd Simons  <sjoerd at luon net>
4828
4829         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
4830           Register nick for enum value (#341160).
4831
4832 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
4833
4834         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
4835         (plugin_init):
4836          backout typefind patch #340375
4837          
4838         * tests/check/elements/adder.c: (message_received),
4839         (GST_START_TEST), (adder_suite):
4840           redo, signal-handling of test
4841
4842 2006-05-09  Wim Taymans  <wim@fluendo.com>
4843
4844         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
4845         (gst_adder_collected):
4846         * gst/adder/gstadder.h:
4847         Remove bogus segment merging and forwarding, we don't
4848         care about timestamps anyway and we just produce a
4849         continuous stream. 
4850         Also create a nice NEWSEGMENT event when we start.
4851         Use _scale_int some more.
4852
4853 2006-05-09  Edward Hervey  <edward@fluendo.com>
4854
4855         * tests/icles/stress-xoverlay.c:
4856         Fix if core was built without parsing support.
4857
4858 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4861           Add SEDG (Samsung MPEG-4) fourcc.
4862
4863 2006-05-09  Edward Hervey  <edward@fluendo.com>
4864
4865         * tests/icles/stress-xoverlay.c:
4866         * tests/examples/volume/volume.c:
4867         Fix if core was built without parsing support.
4868
4869         * tests/examples/seek/seek.c:
4870         Disable the parse_launch example if core was built without parsing
4871         support.
4872
4873 2006-05-08  Edward Hervey  <edward@fluendo.com>
4874
4875         * autogen.sh: (CONFIGURE_DEF_OPT): 
4876         libtoolize on Darwin/MacOSX is called glibtoolize
4877
4878 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
4879
4880         * tests/check/Makefile.am:
4881         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
4882           Disable the adder test, until the build-slaves posses the kindness to 
4883           either like it or to give valid reason for not doing so 
4884
4885 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
4886
4887         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
4888         (adder_suite):
4889           Shuffle NULL state change around and raise timeout more
4890
4891 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
4894         (mp4_type_find), (plugin_init):
4895           Add typefind to distinguish between "audio/x-m4a" and new type
4896           "video/mp4". Fixes #340375
4897
4898         * tests/check/elements/adder.c: (adder_suite):
4899           Raise timeout to make buildbot happy
4900
4901 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
4902
4903         * gst/adder/gstadder.c: (gst_adder_sink_event),
4904         (gst_adder_request_new_pad), (gst_adder_change_state):
4905         * gst/adder/gstadder.h:
4906         * tests/check/Makefile.am:
4907         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
4908         (adder_suite), (main):
4909           Add sink-event handling to adder. It tries to merge incomming
4910           newsegment-events. Added test to check if segment_done is comming
4911           through. Fixes #340060
4912
4913 2006-05-05  Andy Wingo  <wingo@pobox.com>
4914
4915         * ext/theora/theoraparse.c (gst_theora_parse_init)
4916         (theora_parse_src_convert, theora_parse_src_query):
4917         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
4918         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
4919         query functions on the source pads of the theora and vorbis parse
4920         elements. Fixes position querying when doing a remux.
4921
4922 2006-05-05  Michael Smith  <msmith@fluendo.com>
4923
4924         * ext/theora/theoraparse.c: (parse_granulepos),
4925         (theora_parse_drain_queue_prematurely),
4926         (theora_parse_queue_buffer), (theora_parse_sink_event):
4927           Fix flushing.
4928           Fix invalid granulepos outputs when starting with a non-keyframe.
4929
4930 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
4931
4932         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
4933         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
4934         Rearrange MPEG system stream detection, fixing some memleaks in the
4935         process.
4936         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
4937         they clean up their data correctly.
4938         Remove unused ogganx caps and move the 'is_annodex' check to inside
4939         the 'is_ogg' if statement.
4940
4941 2006-05-05  Wim Taymans  <wim@fluendo.com>
4942
4943         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
4944         Properly remove ghostpads. Fixes #340392
4945
4946 2006-05-04  David Schleef  <ds@schleef.org>
4947
4948         * gst/typefind/gsttypefindfunctions.c:
4949
4950 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
4951
4952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4953         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
4954
4955         When typefinding an MP3 in push-based mode, don't penalise the
4956         probability down to 74% when we found 5 valid frames just because we
4957         can't peek the end of the file.
4958
4959         Make the probability for detecting MPEG Transport Streams based on the
4960         number of sequential headers we successfully detected.
4961
4962 2006-05-03  Wim Taymans  <wim@fluendo.com>
4963
4964         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4965         (vorbis_dec_push), (vorbis_dec_chain):
4966         Still produce an error when we receive an empty packet.
4967
4968 2006-05-03  Wim Taymans  <wim@fluendo.com>
4969
4970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4971         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
4972         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
4973         Mark buffers with DISCONT after seek and after activating new
4974         chains.
4975
4976         * ext/theora/gsttheoradec.h:
4977         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4978         (theora_get_query_types), (theora_dec_sink_event),
4979         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
4980         (theora_dec_change_state):
4981         Fix frame counter.
4982         Detect and mark DISCONT buffers.
4983
4984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4985         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
4986         (vorbis_dec_change_state):
4987         * ext/vorbis/vorbisdec.h:
4988         Use GstSegment.
4989         Detect and mark DISCONT buffers.
4990         Don't crash on 0 sized buffers.
4991
4992 2006-05-03  Wim Taymans  <wim@fluendo.com>
4993
4994         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
4995         (volume_transform_ip):
4996         Increase "volume" property to 10.0. Fixes #340369.
4997         Set the process function to NULL when capsnego fails so that
4998         we properly error out.
4999
5000 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5001
5002         * gst/playback/gstplaybin.c: (add_sink):
5003         * gst/playback/test.c: (main):
5004         * gst/playback/test5.c: (dump_element_stats):
5005         * gst/playback/test6.c: (main):
5006           free caps using gst_caps_unref, don't leak caps-strings
5007
5008 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5011         (plugin_init):
5012           Refine musepack typefinding a bit. Return MAXIMUM
5013           probability when we detect stream version 7 to make
5014           sure the mpeg audio typefinder doesn't trump us.
5015
5016 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5019           Protect against unexpected NULL strf_data buffer.
5020
5021 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5022
5023         * tests/check/elements/audioconvert.c: (verify_convert),
5024         (GST_START_TEST):
5025           interpret the out[] buffer in the order the bytes are actually
5026           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5027           Other tests should use BYTE_ORDER since the array is filled in
5028           with actual values
5029
5030 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5031
5032         * tests/check/elements/audioconvert.c: (verify_convert),
5033         (GST_START_TEST):
5034           when a test fails, give an indication of which it is
5035
5036 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5037
5038         * gst-libs/gst/cdda/gstcddabasesrc.c:
5039           compile fix; strtol() needs <stdlib.h>
5040
5041 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5042
5043         * ext/alsa/gstalsamixerelement.c:
5044         * ext/alsa/gstalsasrc.c:
5045         * ext/cdparanoia/gstcdparanoiasrc.c:
5046         * ext/gnomevfs/gstgnomevfssink.c:
5047         * ext/gnomevfs/gstgnomevfssrc.c:
5048         * ext/ogg/gstoggdemux.c:
5049         * ext/ogg/gstoggmux.c:
5050         * ext/ogg/gstoggparse.c:
5051         * ext/ogg/gstogmparse.c:
5052         * ext/pango/gstclockoverlay.c:
5053         * ext/pango/gsttextoverlay.c:
5054         * ext/pango/gsttextrender.c:
5055         * ext/pango/gsttimeoverlay.c:
5056         * ext/theora/theoradec.c:
5057         * ext/theora/theoraenc.c:
5058         * ext/vorbis/vorbisdec.c:
5059         * ext/vorbis/vorbisenc.c:
5060         * gst-libs/gst/audio/gstaudiofilter.c:
5061         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5062         * gst/audioconvert/gstaudioconvert.c:
5063         * gst/audiorate/gstaudiorate.c:
5064         * gst/audioresample/gstaudioresample.c:
5065         * gst/audiotestsrc/gstaudiotestsrc.c:
5066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5067         * gst/playback/gstdecodebin.c:
5068         * gst/playback/gstplaybin.c:
5069         * gst/playback/gststreamselector.c:
5070         * gst/subparse/gstsubparse.c:
5071         * gst/tcp/gstmultifdsink.c:
5072         * gst/tcp/gsttcpclientsink.c:
5073         * gst/tcp/gsttcpclientsrc.c:
5074         * gst/tcp/gsttcpserversink.c:
5075         * gst/tcp/gsttcpserversrc.c:
5076         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5077         * gst/videorate/gstvideorate.c:
5078         * gst/videoscale/gstvideoscale.c:
5079         * gst/videotestsrc/gstvideotestsrc.c:
5080         * gst/volume/gstvolume.c:
5081         * sys/v4l/gstv4ljpegsrc.c:
5082         * sys/v4l/gstv4lmjpegsink.c:
5083         * sys/v4l/gstv4lmjpegsrc.c:
5084         * sys/v4l/gstv4lsrc.c:
5085         * sys/ximage/ximagesink.c:
5086         * sys/xvimage/xvimagesink.c:
5087         * tests/check/libs/cddabasesrc.c:
5088           make GstElementDetails const
5089
5090 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5091
5092         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5093         (gst_adder_init):
5094           send events from src-pad to all sink-pads fixes #338657
5095
5096 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5097
5098         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5099         (alsasink_parse_spec):
5100           query width capabilities from alsa, fixes #338919
5101
5102 2006-04-28  Wim Taymans  <wim@fluendo.com>
5103
5104         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5105         (gst_multi_fd_sink_remove_client_link):
5106         * gst/tcp/gstmultifdsink.h:
5107         Fix race condition in multifdsink that can lead to spurious 
5108         duplicate clients. this patch adds a new signal that is fired when
5109         multifdsink has removed all references to the fd.
5110         Fixes #339574.
5111         Updated documentation.
5112         API: client-fd-removed signal added
5113
5114 2006-04-28  Michael Smith  <msmith@fluendo.com>
5115
5116         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5117           When asking g_value_array_new to prealloc elements, we may as well
5118           ask for the right number of elements.
5119
5120 2006-04-28  Wim Taymans  <wim@fluendo.com>
5121
5122         * gst-libs/gst/audio/gstbaseaudiosink.c:
5123         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5124         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5125         patch to make timestamp checking more tollerant to rounding 
5126         errors given that real discontinuities are to be marked on
5127         buffers. Fixes some asf files and #338778.
5128         Also avoid some crashers when we receive an event in the 
5129         NULL state.
5130
5131 2006-04-28  Michael Smith  <msmith@fluendo.com>
5132
5133         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5134         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5135         (gst_gnome_vfs_src_get_property),
5136         (gst_gnome_vfs_src_send_additional_headers_callback),
5137         (gst_gnome_vfs_src_received_headers_callback),
5138         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5139         (gst_gnome_vfs_src_stop):
5140         * ext/gnomevfs/gstgnomevfssrc.h:
5141           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5142           proper shared support within icydemux.
5143
5144 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5145
5146         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5147         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5148           fix up docs
5149           fix a leak when no caps negotiated
5150           fix counting of input frames
5151         * tests/check/elements/.cvsignore:
5152         * tests/check/elements/videorate.c: (assert_videorate_stats),
5153         (GST_START_TEST), (videorate_suite):
5154           add tests for these
5155
5156 2006-04-28  Wim Taymans  <wim@fluendo.com>
5157
5158         * gst-libs/gst/audio/gstringbuffer.c:
5159         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5160         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5161         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5162         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5163         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5164         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5165         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5166         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5167         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5168         Check arguments passed to public functions instead of
5169         crashing.
5170
5171 2006-04-28  Wim Taymans  <wim@fluendo.com>
5172
5173         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5174         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5175         GstBaseAudioSrc must be live or it does not work.
5176
5177         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5178         Don't set live to TRUE as this is the default in the parentclass.
5179
5180 2006-04-28  Wim Taymans  <wim@fluendo.com>
5181
5182         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5183         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5184         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5185         fixation cases better. Fixes #338991
5186
5187 2006-04-28  Wim Taymans  <wim@fluendo.com>
5188
5189         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5190         Handle 0/1 framerate correctly Fixes #331901.
5191
5192 2006-04-28  Wim Taymans  <wim@fluendo.com>
5193
5194         * tests/check/elements/audioconvert.c: (get_float_caps),
5195         (GST_START_TEST), (audioconvert_suite):
5196         Added check for correct clipping when doing float samples
5197         in audioconvert.
5198
5199 2006-04-28  Wim Taymans  <wim@fluendo.com>
5200
5201         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5202         (gst_video_rate_chain):
5203         Print more debugging info.
5204
5205 2006-04-28  Wim Taymans  <wim@fluendo.com>
5206
5207         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5208         (resample_set_state_from_caps):
5209         Add support for other formats audioresample can handle such as
5210         32 bits in and float and 64 bits float. Fixes #301759
5211
5212 2006-04-28  Wim Taymans  <wim@fluendo.com>
5213
5214         * gst/audioconvert/audioconvert.c: (float):
5215         correctly clip float samples > 1.0. Fixes #338718
5216
5217 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         Patch by: Young-Ho Cha  <ganadist at chollian net>
5220
5221         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5222         (gst_text_overlay_render_text):
5223           Don't strip newlines from the text. Also, center lines
5224           within multi-line paragraphs (#339405).
5225
5226 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5227
5228         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5229           Fix wavpack typefinding to work in more cases (don't peek
5230           for chunks of multiple hundred kBs at once, but process
5231           things step-by-step in smaller units). Fixes #339786.
5232
5233 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5234
5235         * configure.ac:
5236           back to HEAD
5237
5238 === release 0.10.6 ===
5239
5240 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5241
5242         * configure.ac:
5243           releasing 0.10.6, "Chao"
5244
5245 2006-04-26  David Schleef  <ds@schleef.org>
5246
5247         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5248           Fixes #338897.
5249
5250 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5251
5252         * configure.ac:
5253         * win32/common/config.h:
5254           new prerelease
5255
5256 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5257
5258         patch by: Wim Taymans
5259
5260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5261         (gst_ogg_demux_perform_seek):
5262           make sure correct newsegments are sent, so that the decoder
5263           and the demuxer agree on timestamps.  Fixes playback of a lot
5264           of Ogg files that do not start from 0.  Fixes #339833.
5265
5266 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5267
5268         Patch by: Edward Hervey  <edward@fluendo.com>
5269
5270         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5271         * tests/check/Makefile.am:
5272         * tests/check/elements/videorate.c: (assert_videorate_stats),
5273         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5274         (videorate_suite), (main):
5275           Fix an infinite loop if frames are passed in with wrongly ordered
5276           timestamps.  Fixes #339013.
5277
5278 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5279
5280         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5283           fix typefinding on some ISO files.  Fixes #339212.
5284
5285 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5286
5287         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5288
5289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5290           add another H264 fourcc.  Fixes #339047.
5291
5292 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5293
5294         Patch by: Jan Schmidt
5295
5296         * gst/playback/gststreamselector.c:
5297         (gst_stream_selector_bufferalloc):
5298           Restore old StreamSelector behaviour.
5299           Fixes #338419.
5300
5301 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5302
5303         * configure.ac:
5304         * win32/common/config.h:
5305           prerelease
5306
5307 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5310
5311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5312         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5313           Fix some memory leaks: on finalize, free buffers left in the queue
5314           before destroying the queue; in _push(), unref rtp_buf even if
5315           the process vfunc returned a NULL buffer as output buffer (#337548);
5316           demote some recuring debug messages to LOG level.
5317
5318 2006-04-11  Wim Taymans  <wim@fluendo.com>
5319
5320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5321         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5322         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5323         (gst_ogg_demux_loop):
5324         More cleanups.
5325         Respect segment stop when emiting EOS or SEGMENT_DONE.
5326         Fixes (#337945).
5327
5328 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst/playback/gststreamselector.c:
5331         (gst_stream_selector_get_property):
5332           Don't leak pad name.
5333
5334 2006-04-10  Michael Smith  <msmith@fluendo.com>
5335
5336         * tests/check/Makefile.am:
5337         * tests/check/gst-plugins-base.supp:
5338           Suppress an old libtheora bug (fixed in more recent versions), so 
5339           that FC4 buildslaves can pass.
5340
5341 2006-04-10  Wim Taymans  <wim@fluendo.com>
5342
5343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5344         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5345         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5346         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5347         (gst_ogg_demux_loop):
5348         Don't leak events.
5349         Remember what error we got when finding chains, if we
5350         were shutdown, that would not be an error.
5351
5352 2006-04-10  Wim Taymans  <wim@fluendo.com>
5353
5354         * gst-libs/gst/audio/gstbaseaudiosink.c:
5355         (gst_base_audio_sink_event):
5356         Starting the ringbuffer when we did not acquire it can cause
5357         a deadlock, is pointless and causes nasty things for
5358         subclasses. 
5359         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5360
5361 2006-04-10  Wim Taymans  <wim@fluendo.com>
5362
5363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5364         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5365         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5366         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5367         (gst_ogg_demux_deactivate_current_chain),
5368         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5369         (gst_ogg_demux_bisect_forward_serialno),
5370         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5371         Add some more debugging.
5372
5373 2006-04-10  Wim Taymans  <wim@fluendo.com>
5374
5375         * ext/theora/theoradec.c: (theora_dec_src_event),
5376         (theora_handle_data_packet):
5377         Some more debug info.
5378
5379         * tests/examples/seek/seek.c: (start_seek), (main):
5380         Print element messages too.
5381
5382 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5383
5384         * gst/audioresample/debug.h:
5385           replace debug macros with variable number of parameters
5386           by a simple alias to gstreamer standard debug macros 
5387          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5388           supported by MSVC 6.0 and 7.1)
5389         * gst/audioresample/resample.h:
5390           define M_PI and rint for WIN32
5391         * win32/common/libgstaudio.def:
5392         * win32/common/libgstriff.def:
5393         * win32/common/libgsttag.def:
5394         * win32/common/libgstvideo.def:
5395           add new exported functions
5396         * win32/vs6:
5397           update project files
5398
5399 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5400
5401         * ext/alsa/gstalsamixeroptions.c:
5402         (gst_alsa_mixer_options_class_init):
5403         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5406         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5407         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5408         * gst-libs/gst/audio/gstaudiofilter.c:
5409         (gst_audio_filter_class_init):
5410         * gst-libs/gst/audio/gstaudiosink.c:
5411         (gst_audioringbuffer_class_init):
5412         * gst-libs/gst/audio/gstaudiosrc.c:
5413         (gst_audioringbuffer_class_init):
5414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5415         * gst-libs/gst/interfaces/colorbalancechannel.c:
5416         (gst_color_balance_channel_class_init):
5417         * gst-libs/gst/interfaces/mixeroptions.c:
5418         (gst_mixer_options_class_init):
5419         * gst-libs/gst/interfaces/mixertrack.c:
5420         (gst_mixer_track_class_init):
5421         * gst-libs/gst/interfaces/tunerchannel.c:
5422         (gst_tuner_channel_class_init):
5423         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5424         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5425         (gst_netbuffer_class_init):
5426         * gst-libs/gst/rtp/gstbasertppayload.c:
5427         (gst_basertppayload_class_init):
5428         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5430         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5431         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5432         * gst/playback/gststreamselector.c:
5433         (gst_stream_selector_class_init):
5434         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5435         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5436         * sys/v4l/gstv4lcolorbalance.c:
5437         (gst_v4l_color_balance_channel_class_init):
5438         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5439         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5440         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5441         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5442         (gst_v4l_tuner_norm_class_init):
5443         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5445         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5446         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5447
5448 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5449
5450         * ext/pango/gsttextrender.h:
5451         * gst-libs/gst/audio/gstaudiosink.h:
5452         * gst-libs/gst/audio/gstaudiosrc.h:
5453         * gst-libs/gst/audio/gstbaseaudiosink.h:
5454         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5455         * gst-libs/gst/audio/gstringbuffer.h:
5456         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5457         * gst-libs/gst/rtp/gstbasertppayload.h:
5458         * gst-libs/gst/video/gstvideofilter.h:
5459         * gst-libs/gst/video/gstvideosink.h:
5460         * gst/playback/gstplaybasebin.h:
5461         * gst/tcp/gstmultifdsink.h:
5462         * sys/v4l/gstv4lelement.h:
5463         Fix broken GObject macros
5464
5465 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5466
5467         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5468         More debug to trace why my USB headset is not working with gst
5469
5470 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5471
5472         * gst/playback/gstplaybasebin.c: (group_destroy):
5473         Clean up our group elements properly in the case where it never 
5474         got committed - it still got added unconditionally to the bin.
5475
5476 2006-04-07  Wim Taymans  <wim@fluendo.com>
5477
5478         * ext/theora/theoradec.c: (theora_dec_sink_event),
5479         (theora_handle_data_packet), (theora_dec_chain):
5480         Unref unhandled events.
5481         Protect against empty buffers.
5482         Perform QoS on running time.
5483
5484 2006-04-07  Michael Smith  <msmith@fluendo.com>
5485
5486         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
5487         (gst_vorbis_enc_chain):
5488           Remove leaks from vorbisenc.
5489           Mostly minor changes, the only significant one is that now the
5490           buffers we set as 'streamheader' on the caps are copies of the
5491           original buffers, to avoid circular refcounting problems.
5492
5493 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5494
5495         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
5496           Don't remove our mute-probe if someone else already did so.
5497           Don't set a 2nd one if there is already one pending on the pad.
5498
5499         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5500         (do_playbin_seek):
5501           When a seek fails, ensure that playbin is still set back to playing.
5502           
5503         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
5504         (mpeg_ts_type_find), (plugin_init):
5505           Add a typefind function for mpeg-ts streams. (Closes: #336617)
5506
5507 2006-04-06  Andy Wingo  <wingo@pobox.com>
5508
5509         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
5510         (gst_video_rate_init): Caps-related parameters should not be reset
5511         by a flush -- move their inits to the instance init function.
5512         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
5513         is not OK, just return the result.
5514
5515         * gst/audiotestsrc/gstaudiotestsrc.c
5516         (gst_audio_test_src_class_init)
5517         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
5518         broken by Stefan's commit on 24 March.
5519
5520         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
5521         buffers being pushed out. Fixes oggmux ! multifdsink.
5522
5523 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5524
5525         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5526         (gst_vorbis_dec_init), (vorbis_dec_finalize):
5527         * ext/vorbis/vorbisdec.h:
5528         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
5529         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
5530         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
5531         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
5532         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
5533         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
5534         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
5535         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
5536         (gst_vorbis_enc_buffer_from_packet),
5537         (gst_vorbis_enc_buffer_from_header_packet),
5538         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
5539         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
5540         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
5541         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
5542         (gst_vorbis_enc_change_state):
5543         * ext/vorbis/vorbisenc.h:
5544           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
5545           vorbisenc adhere to the official nomenclature; use boilerplate
5546           macro.
5547
5548 2006-04-04  Andy Wingo  <wingo@pobox.com>
5549
5550         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
5551         Whoops, fix bug introduced. Bad hacker!
5552         
5553         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
5554         Properly handle the case where you get EOS before any buffers are
5555         received. Use gst_buffer_make_metadata_writable where appropriate.
5556
5557         * ext/theora/theoradec.c (theora_handle_data_packet): This value
5558         is often negative -- make it signed so as not to wrap around.
5559         Fixes segfaults introduced on 9 March.
5560
5561 2006-04-03  Wim Taymans  <wim@fluendo.com>
5562
5563         * ext/theora/gsttheoradec.h:
5564         * ext/theora/theoradec.c: (theora_dec_src_event):
5565         Don't try to store a gdouble in a gboolean.
5566         Small cleanups.
5567
5568 2006-04-03  Michael Smith  <msmith@fluendo.com>
5569
5570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
5571           Oggmux sucks.
5572           Make it suck slightly less by writing out the final page.
5573           Still can't encode a vorbis-in-ogg file correctly, though.
5574
5575 2006-04-03  Andy Wingo  <wingo@pobox.com>
5576
5577         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
5578         a g_print.
5579
5580         * ext/theora/theora.c (plugin_init): Register theoraparse.
5581
5582         * ext/theora/gsttheoraparse.h: 
5583         * ext/theora/theoraparse.c: New files implementing a theora
5584         parser. Now we can properly remux ogg/theora+vorbis, yay.
5585
5586         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
5587
5588 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5589
5590         * gst/audiotestsrc/gstaudiotestsrc.c:
5591           Fixed the sample pipeline (see #323798)
5592
5593 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5594
5595         * configure.ac:
5596         * win32/common/config.h:
5597         * win32/common/config.h.in:
5598           use AS_VERSION and AS_NANO
5599           more cleanups
5600
5601 2006-03-31  Andy Wingo  <wingo@pobox.com>
5602
5603         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
5604         uninitialized variable return that would happen.
5605         
5606         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
5607         uninitialized variable return that would never happen.
5608
5609         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
5610         (vorbis_parse_sink_event): Add an event function to flush our
5611         state on a seek, and to drain buffers on a premature EOS.
5612         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
5613         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
5614         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
5615         (vorbis_parse_drain_queue): Queue up buffers until we can set
5616         their timestamps and granulepos values.
5617
5618         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
5619         and keep track of data needed for deriving granulepos and
5620         timestamps for buffers.
5621
5622 2006-03-29  Wim Taymans  <wim@fluendo.com>
5623
5624         Patch by: j^ <j at bootlab dot org>
5625
5626         * ext/alsa/gstalsamixerelement.c:
5627         (gst_alsa_mixer_element_class_init):
5628         * ext/alsa/gstalsasink.c:
5629         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
5630         * ext/ogg/gstoggdemux.c:
5631         * ext/ogg/gstoggmux.c:
5632         * ext/ogg/gstoggparse.c:
5633         * ext/pango/gstclockoverlay.c:
5634         * ext/pango/gsttextoverlay.c:
5635         * ext/pango/gsttextrender.c:
5636         * ext/pango/gsttimeoverlay.c:
5637         * ext/theora/theoradec.c:
5638         * ext/theora/theoraenc.c:
5639         * ext/vorbis/vorbisdec.c:
5640         * ext/vorbis/vorbisenc.c:
5641         * gst/audioconvert/gstaudioconvert.c:
5642         * gst/subparse/gstsubparse.c:
5643         * gst/tcp/gstmultifdsink.c:
5644         * gst/tcp/gsttcpclientsink.c:
5645         * gst/tcp/gsttcpclientsrc.c:
5646         * gst/tcp/gsttcpserversink.c:
5647         * gst/tcp/gsttcpserversrc.c:
5648           better/unified long descriptions
5649           Fixes #336477
5650
5651 2006-03-29  Wim Taymans  <wim@fluendo.com>
5652
5653         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
5654         (stop_seek):
5655         Don't let double and triple clicks mess up our state.
5656
5657 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
5658
5659         * gst/playback/gstplaybin.c: (gen_video_element),
5660         (gen_text_element), (gen_audio_element), (gen_vis_element):
5661           Error out gracefully when we can't create any of the usual
5662           conversion elements for some reason. Also, don't try to
5663           create an audioscale (sic) element that's not used anyway.
5664
5665 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * gst/playback/gstplaybasebin.c: (setup_source):
5668           Don't post RESOURCE_NOT_FOUND error when we can't find a source
5669           element for a particular protocol, that's confusing for users.
5670           Instead, post a RESOURCE_FAILED error, so that our own error
5671           message is actually shown in totem etc. (#336303).
5672
5673 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5676
5677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
5678         (gst_gnome_vfs_src_get_icy_metadata):
5679           Fix some minor memory leaks (#336194).
5680
5681 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * ext/gnomevfs/gstgnomevfs.c:
5684         (gst_gnome_vfs_location_to_uri_string):
5685         * ext/gnomevfs/gstgnomevfs.h:
5686         * ext/gnomevfs/gstgnomevfssink.c:
5687         (gst_gnome_vfs_sink_set_property):
5688         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
5689           Make gnomevfssink accept filenames as well as URIs for the
5690           "location" property, just like gnomevfssrc does (and
5691           filesrc/filesink do) (#336190).
5692
5693 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
5694
5695         * tests/check/generic/clock-selection.c: (GST_START_TEST):
5696           set to NULL before unreffing, fixes a valgrind leak.
5697           Why was this not triggering the error that an object needs to
5698           be NULL before unreffing ?
5699         * win32/common/config.h:
5700           update
5701
5702 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         * gst/subparse/gstsubparse.c: (convert_encoding),
5705         (gst_sub_parse_change_state):
5706         * gst/subparse/gstsubparse.h:
5707           Text subtitle files may or may not be UTF-8. If it's not, we
5708           don't really want to see '?' characters in place of non-ASCII
5709           characters like accented characters. So let's assume the input
5710           is UTF-8 until we come across text that is clearly not. If it's
5711           not UTF-8, we don't really know what it is, so try the following:
5712           (a) see whether the GST_SUBTITLE_ENCODING environment variable
5713           is set; if not, check (b) if the current locale encoding is
5714           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
5715           the current locale encoding is UTF-8 and the environment variable
5716           was not set to any particular encoding. Not perfect, but better
5717           than nothing (and better than before, I think) (fixes #172848).
5718
5719 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
5720
5721         * configure.ac:
5722           update core requirement to 0.10.4.1 because of async_playback
5723           vmethod on GstBaseSink
5724
5725 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
5726
5727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5728         * gst/adder/gstadder.c: (gst_adder_init):
5729         use DEBUG_FUNCPTR for collectpads
5730
5731 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
5732
5733         * docs/plugins/Makefile.am:
5734         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5736         * ext/cdparanoia/gstcdparanoiasrc.c:
5737         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
5738         (gst_gnome_vfs_sink_class_init):
5739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
5740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
5741         * ext/ogg/gstoggmux.c:
5742         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
5743         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
5744         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
5745         * ext/pango/gsttextoverlay.c:
5746         * ext/pango/gsttextrender.c:
5747         * ext/theora/theoradec.c:
5748         * ext/theora/theoraenc.c:
5749         * ext/vorbis/vorbisdec.c:
5750         * ext/vorbis/vorbisenc.c:
5751         * gst-libs/gst/audio/gstaudiofilter.c:
5752         (gst_audio_filter_base_init):
5753         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5754         (gst_audio_filter_template_base_init):
5755         * gst/adder/gstadder.c: (gst_adder_get_type):
5756         * gst/adder/gstadder.h:
5757         * gst/audioconvert/gstaudioconvert.c:
5758         * gst/audiotestsrc/gstaudiotestsrc.c:
5759         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
5760         (gst_audio_test_src_create):
5761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5762         * gst/playback/gstdecodebin.c:
5763         * gst/playback/gstplaybin.c:
5764         * gst/playback/gststreamselector.c:
5765         (gst_stream_selector_base_init):
5766         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
5767         * gst/volume/gstvolume.c:
5768         * sys/v4l/gstv4lmjpegsink.c:
5769         * sys/v4l/gstv4lmjpegsrc.c:
5770         * tests/check/libs/cddabasesrc.c:
5771         * tests/old/examples/gob/gst-identity2.gob:
5772           Add docs for adder, use GST_ELEMENT_DETAILS macro,
5773           define GstElementDetails at the top
5774
5775 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
5776
5777         * win32/common/libgstinterfaces.def:
5778         Add a lot of export functions for gst-python
5779         * win32/vs6/libgstinterfaces.dsp:
5780         Add a missing include folder in the project configuration
5781         
5782 2006-03-23  Wim Taymans  <wim@fluendo.com>
5783
5784         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5785         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
5786         (gst_base_audio_src_change_state):
5787         Fix audio sources, forgot to make the ringbuffer
5788         startable...
5789
5790 2006-03-23  Wim Taymans  <wim@fluendo.com>
5791
5792         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5793         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
5794         (gst_base_audio_src_change_state):
5795         unparent instead of unref the ringbuffer.
5796
5797 2006-03-23  Wim Taymans  <wim@fluendo.com>
5798
5799         * gst-libs/gst/audio/gstbaseaudiosink.c:
5800         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
5801         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
5802         Implement new async_play vmethod to start slaving and allow
5803         playback start in case of async PLAY state changes. 
5804
5805         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
5806         Enable QoS with new method in base class.
5807
5808 2006-03-23  Wim Taymans  <wim@fluendo.com>
5809
5810         Patch by: Julien MOUTTE <julien at moutte dot net>
5811
5812         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
5813         (gst_video_test_src_do_seek), (gst_video_test_src_create):
5814         Partially handle 0 framerate, only EOS after the first frame
5815         is missing.
5816
5817 2006-03-23  Wim Taymans  <wim@fluendo.com>
5818
5819         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
5820
5821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5822         (gst_riff_create_video_template_caps):
5823         * gst/ffmpegcolorspace/avcodec.h:
5824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5825         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5826         (gst_ffmpegcsp_avpicture_fill):
5827         * gst/ffmpegcolorspace/imgconvert.c:
5828         Patch for support of YVU9 AVI files (#334822)
5829
5830 2006-03-22  Edward Hervey  <edward@fluendo.com>
5831
5832         * docs/design/design-decodebin.txt:
5833         Added design document for new decodebin
5834         (Target Caps): text/x-pango-markup is also a default target caps.
5835
5836 2006-03-22  Wim Taymans  <wim@fluendo.com>
5837
5838         * gst-libs/gst/audio/gstbaseaudiosink.c:
5839         (gst_base_audio_sink_dispose):
5840         Since we _parent the ringbuffer, we also need to
5841         _unparent instead of a plain _unref.
5842
5843 2006-03-22  Wim Taymans  <wim@fluendo.com>
5844
5845         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
5846         (stop_seek), (scrub_toggle_cb), (main):
5847         Add scrub checkbox.
5848
5849 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
5852         (gst_ogg_parse_chain):
5853           Fix very inefficient usage of linked lists (#335365).
5854
5855 2006-03-21  Edward Hervey  <edward@fluendo.com>
5856
5857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5858         * gst/playback/gstplaybin.c: (handoff):
5859         * gst/playback/gststreamselector.c:
5860         (gst_stream_selector_set_property):
5861         gcc 4.1 unreferenced pointer fixes.
5862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5864         gst_buffer_ref() now takes a GstBuffer*.
5865
5866 2006-03-20  Julien MOUTTE  <julien@moutte.net>
5867
5868         * sys/xvimage/xvimagesink.c:
5869         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
5870         by Jan Schmidt.
5871
5872 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
5875         (id3v1_type_find), (apetag_type_find), (plugin_init):
5876           Can't do tag preferences via probability, as tags would then
5877           lose against types that are recognised with MAXIMUM probability
5878           (like .wav); so let all tag typefinders return MAXIMUM themselves
5879           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
5880           that we can prefer APE to ID3v1 (fixes #335028).
5881           
5882 2006-03-17  Wim Taymans  <wim@fluendo.com>
5883
5884         * gst-libs/gst/audio/gstbaseaudiosink.c:
5885         (gst_base_audio_sink_change_state):
5886         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
5887         (gst_ring_buffer_may_start):
5888         * gst-libs/gst/audio/gstringbuffer.h:
5889         Only start playback if we are playing.
5890         should fix #330748.
5891
5892 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
5893
5894         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5895         * win32/common/config.h:
5896           Revert accidental commits to these files.
5897
5898 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
5901
5902         * tests/Makefile.am:
5903           Don't try to build tests in tests/icles if we
5904           don't have X (#323852)
5905
5906 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         * gst-libs/gst/tag/gstid3tag.c:
5909           Add TXXX frame identifiers for replaygain stuff as used
5910           by some taggers (see #323721).
5911
5912 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
5913
5914         * gst/playback/gststreamselector.c:
5915         (gst_stream_selector_set_property),
5916         (gst_stream_selector_bufferalloc):
5917           Preserve the existing buggy streamselector behaviour by performing
5918           a fallback buffer allocation when downstream isn't linked yet.
5919           This should really be fixed in playbin by blocking pads until it's
5920           linked them.
5921           Also, use gst_pad_alloc_buffer instead of
5922           gst_pad_alloc_buffer_and_set.
5923
5924 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
5925
5926         * gst-libs/gst/tag/gstid3tag.c:
5927           Don't crash on unknown ID3v2 TXXX frames.
5928           
5929 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
5930
5931         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
5932           Chain up to the parent finalize method.
5933           Add 32-bit sample size to the template caps.
5934
5935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5936         (gst_riff_create_video_template_caps):
5937           Add the fourcc that the VMWare codec uses.
5938           
5939         * gst/playback/gststreamselector.c:
5940         (gst_stream_selector_set_property),
5941         (gst_stream_selector_bufferalloc),
5942         (gst_stream_selector_request_new_pad):
5943           For the active pad, forward buffer-alloc requests, otherwise
5944           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
5945           having to memcpy every frame when used by playbin.
5946
5947         * gst/tcp/gstmultifdsink.c:
5948         (gst_multi_fd_sink_handle_client_write):
5949           Get negotiated caps from the sink pad, rather than the sink
5950           pad's peer.
5951
5952 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5955         
5956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
5957           Don't forget to set src->callbacks_pushed to FALSE again when
5958           popping them, otherwise re-activation in a different mode won't
5959           work (#334620).
5960
5961 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         Patch by: Sebastien Moutte  <sebastien moutte net>
5964
5965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
5966         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
5967         (gst_ffmpeg_smpfmt_to_caps):
5968           Replace __VA_ARGS__ caps creation macros with varargs functions.
5969           Makes things compile on MSVC (#320765), looks nicer, and we can
5970           tell the compiler to check for the NULL terminator.
5971
5972 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5975
5976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5977           Make sure the buffer we copy into is really always big
5978           enough, this time for real (#333488).
5979           
5980 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5983           Add support for 24bpp DIB (#305279).
5984
5985 2006-03-14  Wim Taymans  <wim@fluendo.com>
5986
5987         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
5988         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
5989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
5990         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
5991         (gst_video_scale_init), (gst_video_scale_src_event):
5992         Re-enable QoS after the release.
5993         Rework videoscale to use the base class src_event handler.
5994
5995 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5996
5997         * configure.ac:
5998           back to CVS.
5999
6000 === release 0.10.5 ===
6001
6002 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6003
6004         * configure.ac:
6005           releasing 0.10.5, "Net"
6006
6007 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * docs/plugins/Makefile.am:
6010           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6011           
6012 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6016         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6017           Add cdparanoiasrc to docs.
6018
6019         * gst-libs/gst/cdda/gstcddabasesrc.c:
6020           More GstCddaBaseSrc docs.
6021
6022 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * docs/libs/gst-plugins-base-libs-sections.txt:
6025         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6026         * gst-libs/gst/tag/tag.h:
6027           API: libgsttag: new method gst_tag_from_id3_user_tag().
6028
6029 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6030
6031         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6032           NULL-terminate array of mpeg4 video file extensions.
6033           Fixes crash on PPC (#334226).
6034
6035 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6036
6037         * ext/gnomevfs/gstgnomevfssrc.c:
6038         (gst_gnome_vfs_src_check_get_range):
6039           gnome_vfs_uri_is_local() alone is not a good indicator
6040           whether we can operate in pull-mode with a specific URI,
6041           as it returns FALSE for file:// URIs that point to an
6042           NFS-mounted path. Be more conservative here: whitelist
6043           local files, blacklist http URIs and use the old
6044           mechanism for anything else (fixes #334216).
6045
6046 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6047
6048         * configure.ac:
6049           back to trunk
6050
6051 === release 0.10.4 ===
6052
6053 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6054
6055         * configure.ac:
6056           releasing 0.10.4, "Power"
6057
6058 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6059
6060         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6061         Disable max-lateness by setting it to -1 for now, so that 
6062         we can bed QoS stuff in thoroughly between now and the next
6063         release.
6064
6065 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6066
6067         Patch by: Fabrizio Gennari
6068
6069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6070           Make sure we don't read beyond the palette buffer in case of
6071           broken or manipulated files (#333488)
6072
6073 2006-03-10  Edward Hervey  <edward@fluendo.com>
6074
6075         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6076         Fix for variable not initialized.
6077
6078 2006-03-09  Wim Taymans  <wim@fluendo.com>
6079
6080         * ext/libvisual/visual.c: (gst_visual_get_type),
6081         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6082         (gst_visual_chain):
6083         Small cleanups.
6084
6085         * ext/theora/gsttheoradec.h:
6086         * ext/theora/theoradec.c: (gst_theora_dec_init),
6087         (gst_theora_dec_reset), (_theora_granule_time),
6088         (theora_dec_src_convert), (theora_dec_sink_convert),
6089         (theora_dec_src_query), (theora_dec_src_event),
6090         (theora_dec_sink_event), (theora_handle_comment_packet),
6091         (theora_handle_header_packet), (theora_dec_push),
6092         (theora_handle_data_packet), (theora_dec_chain),
6093         (theora_dec_change_state):
6094         Add simple QoS.
6095
6096 2006-03-09  Wim Taymans  <wim@fluendo.com>
6097
6098         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6099         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6100         Some cleanups.
6101
6102 2006-03-09  Wim Taymans  <wim@fluendo.com>
6103
6104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6105         Don't try to activate NULL chains.
6106
6107 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6108
6109         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6110           Fix invalid memory access to region before peek'd data (#332964).
6111
6112 2006-03-09  Wim Taymans  <wim@fluendo.com>
6113
6114         Patch by: Christophe Fergeau
6115
6116         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6117         * ext/pango/gsttextrender.c: (gst_text_render_init):
6118         * gst/adder/gstadder.c: (gst_adder_init):
6119         Don't leak padtemplates, closes #333510.
6120
6121 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6124           Fix invalid memory access: make sure string passed to
6125           regexec() is NUL-termianted.
6126
6127 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6130         (mp3_type_find):
6131           Refactor mpeg/audio typefinding to make it more maintainable
6132           and easier to fine-tune. Make probing into middle of the file
6133           work properly (fixes #333900, also see #152688).
6134
6135 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6136
6137         * gst/typefind/gsttypefindfunctions.c:
6138         (utf8_type_find_have_valid_utf8_at_offset):
6139           Remove part from previous commit that was bogus:
6140           g_utf8_validate() does in fact not accept embedded
6141           zeroes, so we don't need to check for those (thanks
6142           to Mike for the hint).
6143
6144 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * gst/typefind/gsttypefindfunctions.c:
6147         (utf8_type_find_count_embedded_zeroes),
6148         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6149           Make plain/text typefinder more conservative: firstly, check
6150           for embedded zeroes, which are perfectly valid UTF-8 characters,
6151           but also a fairly good sign that something is not a plain text
6152           file; secondly, probe into the middle of the file if possible.
6153           If we can't probe into the middle, limit the probability value
6154           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6155
6156 2006-03-08  Michael Smith  <msmith@fluendo.com>
6157
6158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6159           Make typefind function name for mpeg4 video unique.
6160
6161 2006-03-08  Wim Taymans  <wim@fluendo.com>
6162
6163         * ext/libvisual/visual.c: (gst_visual_init),
6164         (gst_visual_clear_actors), (gst_visual_dispose),
6165         (gst_visual_reset), (gst_visual_src_setcaps),
6166         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6167         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6168         (gst_visual_chain), (gst_visual_change_state):
6169         Cleanups, post nice errors.
6170         Handle sink and src events.
6171         Implement simple QoS.
6172
6173         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6174         Use new basesink methods to configure max-lateness.
6175         Small doc update.
6176
6177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6178         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6179         Debug statement cleanups.
6180
6181         * gst/volume/gstvolume.c: (gst_volume_class_init):
6182         Simple cleanup.
6183
6184 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6185
6186         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6187         (gst_text_overlay_init), (gst_text_overlay_set_property),
6188         (gst_text_overlay_get_property):
6189           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6190           as string type properties, but mark them deprecated. Add
6191           'halignment' and 'valignment' properties that use enums
6192           instead of strings.
6193
6194 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         Patch by: Fabrizio Gennari
6197
6198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6199           Allow palettes with less than 256 colours in AVI files
6200           (#333488)
6201
6202 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6203
6204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6205         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6206         pad. We were releasing the queued text buffer when we should keep
6207         it until video pad gets EOS or discard the text buffer because it's
6208         too old. That was eating the last subtitle buffer. Add some more
6209         debug.
6210
6211 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6212
6213         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6214         (gst_text_overlay_video_chain):
6215           Fix invalid memory access (we can't access a buffer after it's been
6216           pushed downstream without taking a reference); fix memory leak (if
6217           there's no text to render, bail out before allocating stuff).
6218
6219 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6220
6221         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6222         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6223         * ext/pango/gsttextoverlay.h:
6224           If input is plain text, escape it before passing it to
6225           pango_layout_set_markup().
6226
6227 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6230           Don't ignore flow return from gst_pad_push().
6231
6232 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         Patch by: Fabrizio Gennari
6235
6236         * ext/libvisual/visual.c: (gst_visual_getcaps),
6237         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6240         (gst_vorbisenc_convert_sink):
6241         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6242         (gst_audio_duration_from_pad_buffer):
6243         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6244         (gst_audio_filter_chain):
6245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6246         (gst_base_rtp_depayload_setcaps):
6247         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6248         (gst_video_get_size):
6249         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6250           Don't leak references returned by gst_pad_get_parent()
6251           (#333663)
6252
6253 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6254
6255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6256           change location param details
6257         * gst/volume/gstvolume.c: (plugin_init):
6258           correct plugin description
6259
6260 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6261
6262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6263         (gst_gnome_vfs_src_check_get_range):
6264           Override GstBaseSrc::check_get_range() in order to avoid opening
6265           the resource just to check whether we can operate in pull-mode or
6266           not - we can predict that pretty well from the URI alone. Should
6267           fix problems with last.fm (#331690). (Requires latest core CVS).
6268
6269 2006-03-06  Wim Taymans  <wim@fluendo.com>
6270
6271         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6272         (gst_video_sink_class_init):
6273         Throw away frames that are later than 20 ms.
6274
6275 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         Patch by: Fabrizio Gennari
6278
6279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6280           Set depth on WMA caps (#333545)
6281
6282 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6283
6284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6285         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6286           put Theora BOS pages before others.  This hardcodes
6287           the Ogg/Theora I profile, but hey.
6288
6289 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6290
6291         * ext/ogg/README:
6292           updated with some examples
6293         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6294         (granulepos_add), (theora_buffer_from_packet):
6295         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6296         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6297         (gst_vorbisenc_chain):
6298           implement strategy from ext/ogg/README
6299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6300         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6301         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6302         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6303           Fix muxer so that oggz-validate is happy with all streams;
6304           except for no eos mark, and the BOS page ordering
6305         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6306         (check_buffer_granulepos):
6307         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6308           update tests to check for OFFSET being set as requested
6309           fixed type of granulepos, it's not a ClockTime
6310
6311 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6312
6313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6314         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6315         Check that the xvimage we are creating has a correct size
6316         before returning it. (#314897)
6317
6318 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6321           Give id3 and ape tag typefinders a rank slightly higher
6322           than PRIMARY to ensure they're always run before any of
6323           the other typefinders (in particular wav and mp3) (#324186).
6324
6325 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6328           Add support for '3IVD' fourcc (#333403).
6329
6330 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * configure.ac:
6333           Bump requirements to GStreamer CVS for the new error enum.
6334
6335         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6336           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6337           space left on the device (fixes #333352).
6338
6339 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6340
6341         * win32/vs6:
6342           add a project file for libgstvolume
6343           update the workspace
6344
6345 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6346
6347         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6348         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6349         (GST_START_TEST):
6350           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6351           Set IN_CAPS on header buffers
6352
6353 2006-03-02  Wim Taymans  <wim@fluendo.com>
6354
6355         * docs/plugins/Makefile.am:
6356         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6357         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6358         Add audioresample to docs.
6359
6360         * gst/audioconvert/gstaudioconvert.c:
6361         Add revision date.
6362
6363         * gst/audioresample/gstaudioresample.c:
6364         (gst_audioresample_base_init), (gst_audioresample_class_init),
6365         (gst_audioresample_init), (gst_audioresample_dispose),
6366         (audioresample_get_unit_size), (audioresample_transform_caps),
6367         (resample_set_state_from_caps), (audioresample_transform_size),
6368         (audioresample_set_caps), (audioresample_event),
6369         (audioresample_do_output), (audioresample_transform),
6370         (audioresample_pushthrough), (gst_audioresample_set_property),
6371         (gst_audioresample_get_property), (plugin_init):
6372         * gst/audioresample/gstaudioresample.h:
6373         Added docs.
6374         Small code cleanups.
6375
6376 2006-03-02  Wim Taymans  <wim@fluendo.com>
6377
6378         * docs/plugins/Makefile.am:
6379         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6380         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6381         Added videoscale to docs.
6382
6383         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6384         (gst_video_rate_swap_prev), (gst_video_rate_event),
6385         (gst_video_rate_chain):
6386         Fix typo in docs.
6387
6388         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6389         (gst_video_scale_init), (gst_video_scale_prepare_size),
6390         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6391         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6392         * gst/videoscale/gstvideoscale.h:
6393         Added docs, examples.
6394         Some code cleanups.
6395         Post errors instead of g_warning.
6396
6397 2006-03-02  Wim Taymans  <wim@fluendo.com>
6398
6399         * docs/libs/gst-plugins-base-libs-docs.sgml:
6400         * docs/libs/gst-plugins-base-libs-sections.txt:
6401         * docs/libs/gst-plugins-base-libs.types:
6402         * docs/plugins/Makefile.am:
6403         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6404         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6405         Added some more docs to libs and plugins.
6406
6407         * gst-libs/gst/audio/gstringbuffer.c:
6408         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6409         * gst-libs/gst/audio/gstringbuffer.h:
6410         Document ringbuffer some more.
6411
6412         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6413         (gst_video_rate_setcaps), (gst_video_rate_reset),
6414         (gst_video_rate_init), (gst_video_rate_flush_prev),
6415         (gst_video_rate_swap_prev), (gst_video_rate_event),
6416         (gst_video_rate_chain), (gst_video_rate_change_state):
6417         * gst/videorate/gstvideorate.h:
6418         Fix videorate to use segments.
6419         Make it work with 0/1 framerates (closes #331903)
6420         Handle EOS correctly.
6421         Added docs.
6422
6423 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6426         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6427         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6428           In state change function, first chain up to parent class,
6429           then handle downwards state change stuff. Remove some
6430           commented out cruft from 0.8 code.
6431
6432 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6433
6434         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6435         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6436         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6437         (gst_ogm_parse_chain):
6438           Don't remove/re-add source pad if the new caps are the same as
6439           the old caps anyway (#333042). When removing source pad, don't
6440           unref it afterwards - we didn't ref it when adding. Sprinkle some
6441           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6442           after using gst_pad_get_parent(). Return downstream flow return
6443           value in chain function.
6444
6445 2006-03-02  Wim Taymans  <wim@fluendo.com>
6446
6447         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6448         * docs/plugins/gst-plugins-base-plugins.args:
6449         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6450         * docs/plugins/gst-plugins-base-plugins.interfaces:
6451         * docs/plugins/gst-plugins-base-plugins.signals:
6452         Fix hierarchy, added some more elements to the docs.
6453
6454         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6455         (gst_ffmpegcsp_get_type):
6456         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6457         Fix docs for ffmpegcolorspace.
6458
6459 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6460
6461         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6462         (apetag_type_find), (ape_type_find), (plugin_init):
6463           Some typefinding fine-tuning:
6464           - rank ID3/APE tags in order of preference via probabilities, so that
6465             ID3v2 > APEv2 > APEv1 > ID3v1.
6466           - three or four bytes don't really justify MAXIMUM probability,
6467             change those to 'very likely' (musepack and monkeysaudio).
6468
6469 2006-03-01  Wim Taymans  <wim@fluendo.com>
6470
6471         * docs/plugins/Makefile.am:
6472         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6473         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6474         * ext/alsa/gstalsamixer.c:
6475         * ext/alsa/gstalsamixer.h:
6476         * ext/alsa/gstalsamixerelement.c:
6477         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
6478         * ext/alsa/gstalsamixerelement.h:
6479         * ext/alsa/gstalsasink.c:
6480         * ext/alsa/gstalsasink.h:
6481         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6482         (gst_alsasrc_init):
6483         * ext/alsa/gstalsasrc.h:
6484         Added alsa docs.
6485         Small code cleanups.
6486
6487 2006-03-01  Wim Taymans  <wim@fluendo.com>
6488
6489         * ext/theora/Makefile.am:
6490         Dist new header too,
6491
6492 2006-03-01  Wim Taymans  <wim@fluendo.com>
6493
6494         * docs/plugins/Makefile.am:
6495         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6496         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6497         * ext/gnomevfs/gstgnomevfssink.h:
6498         * ext/gnomevfs/gstgnomevfssrc.h:
6499         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6500         * ext/vorbis/vorbisdec.h:
6501         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
6502         * ext/vorbis/vorbisenc.h:
6503         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
6504         (vorbis_parse_chain), (vorbis_parse_change_state):
6505         * ext/vorbis/vorbisparse.h:
6506         * gst/audioconvert/gstaudioconvert.h:
6507         * gst/tcp/gsttcpserversink.h:
6508         * gst/videotestsrc/gstvideotestsrc.c:
6509         * gst/videotestsrc/gstvideotestsrc.h:
6510         * gst/volume/gstvolume.c:
6511         * gst/volume/gstvolume.h:
6512         Fix some more docs.
6513         Added docs for vorbisdec and vorbisparse.
6514         Fix vorbisparse.
6515
6516 2006-03-01  Wim Taymans  <wim@fluendo.com>
6517
6518         * docs/plugins/Makefile.am:
6519         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6520         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6521         * ext/pango/gstclockoverlay.h:
6522         * ext/pango/gsttextoverlay.h:
6523         * ext/pango/gsttextrender.h:
6524         * ext/pango/gsttimeoverlay.h:
6525         * ext/theora/gsttheoradec.h:
6526         * ext/theora/gsttheoraenc.h:
6527         * ext/theora/theoradec.c:
6528         * ext/theora/theoraenc.c:
6529         * gst/audioconvert/gstaudioconvert.h:
6530         * gst/audiotestsrc/gstaudiotestsrc.h:
6531         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6532         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6533         * gst/tcp/gstmultifdsink.h:
6534         Updated/added documentation.
6535
6536         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6537         (gst_text_overlay_halign_get_type),
6538         (gst_text_overlay_wrap_mode_get_type),
6539         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
6540         (gst_text_overlay_init), (gst_text_overlay_set_property),
6541         (gst_text_overlay_get_property):
6542         Fix up properties to be enums instead of string to make bindings,
6543         introspection and automatic GUI creation possible.
6544         Add getters for the properties.
6545
6546 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
6547
6548         * gst/audiotestsrc/gstaudiotestsrc.c:
6549           added defines of M_PI and M_PI_2
6550         * gst/ffmpegcolorspace/avcodec.h:
6551           removed #include "stdint.h" for win32 as _stdint.h is 
6552           autogenerated to win32/common
6553         * win32/common/libgstaudio.def:
6554         * win32/common/libgsttag.def:
6555           added some exports
6556         * win32/vs6:
6557           some project files bugs corrected
6558         * win32/vs7:
6559           project files are reset to the default vs7 configuration 
6560           (they link to msvcr71.dll using default optimizations)
6561           
6562 2006-02-28  Wim Taymans  <wim@fluendo.com>
6563
6564         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6565         Fix some docs.
6566
6567 2006-02-28  Edward Hervey  <edward@fluendo.com>
6568
6569         * ext/alsa/gstalsasrc.c:
6570         Set proper class on the ElementDetails:
6571         Source/Audio instead of Src/Audio/
6572
6573 2006-02-28  Edward Hervey  <edward@fluendo.com>
6574
6575         * gst/videoscale/vs_scanline.c:
6576         (vs_scanline_resample_nearest_RGBA):
6577         Revert optimization in videoscale. It should go in liboil and have
6578         an appropriate liboil function.
6579
6580 2006-02-28  Wim Taymans  <wim@fluendo.com>
6581
6582         * gst-libs/gst/audio/gstbaseaudiosink.c:
6583         (gst_base_audio_sink_provide_clock):
6584         Don't try to provide a clock in the NULL state.
6585
6586 2006-02-28  Wim Taymans  <wim@fluendo.com>
6587
6588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6589         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
6590         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6591         (gst_ogg_demux_deactivate_current_chain),
6592         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
6593         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
6594         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6595         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6596         Use GstSegment infrastructure to remove duplicated code
6597         and handle more seek cases correctly.
6598
6599 2006-02-28  Wim Taymans  <wim@fluendo.com>
6600
6601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6602         (gst_ffmpegcsp_transform):
6603         Don't ignore return code from ffmpeg convert function.
6604
6605         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
6606         Split out some long statements to ease debugging.
6607
6608 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
6609
6610         * ext/libvisual/visual.c: (gst_visual_init),
6611         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
6612         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
6613         being able to renegotiate the size. Instead, use the negotiation
6614         algorithm from the goom plugin to pick an initial output caps. 
6615
6616         Also, allow theoretical libvisual plugins that might support non-GL 
6617         output even if they also do GL.
6618
6619 2006-02-26  Julien MOUTTE  <julien@moutte.net>
6620
6621         * ext/libvisual/visual.c: (gst_visual_init),
6622         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
6623         (plugin_init): Load only non GL plugins. Fix some memleaks and 
6624         possible negotiation issues.
6625
6626 2006-02-25  Julien MOUTTE  <julien@moutte.net>
6627
6628         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
6629
6630 2006-02-24  Michael Smith  <msmith@fluendo.com>
6631
6632         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
6633         (cmml_type_find), (plugin_init):
6634           Fix CMML type find function to not require a specific minor version
6635           of the CMML header.
6636
6637           Add an MPEG4 video elementary stream typefind function.
6638
6639 2006-02-04  Michael Smith  <msmith@fluendo.com>
6640
6641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
6642         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
6643         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6644         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
6645         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
6646         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
6647           Annodex support in ogg demuxer. Doesn't do very much without the
6648           other annodex patches (to come).
6649
6650 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
6653
6654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6655           Pick up palette for MS video v1 (#327028)
6656
6657 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6660         (gst_ffmpegcsp_caps_remove_format_info),
6661         (gst_ffmpegcsp_get_unit_size):
6662           The 'palette_data' field from incoming RGB caps shouldn't be
6663           proxied on outgoing YUV caps; also, restrict unit size
6664           adjustment in case of paletted data only to the unit that
6665           actually has a palette. Fixes #330711.
6666
6667 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6670         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6671         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
6672         (gst_ffmpegcsp_get_unit_size):
6673           Plug some memory leaks.
6674
6675 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
6676
6677         * sys/ximage/Makefile.am:
6678         * sys/xvimage/Makefile.am:
6679           Add some _CFLAGS and _LIBS that seem to be missing
6680           and/or required for Cygwin (see #317048).
6681
6682 2006-02-22  Wim Taymans  <wim@fluendo.com>
6683
6684         * ext/alsa/gstalsasrc.c:
6685         Fix description as pointed out by caugier.
6686
6687 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
6688
6689         Reviewed by : Edward Hervey  <edward@fluendo.com>
6690
6691         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
6692         (qt_type_find):
6693         Better 3gp typefinding (#331526).
6694
6695 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
6698           Don't send EOS event here, the base class will send one for us.
6699
6700         * gst/playback/gstplaybasebin.c: (prepare_output):
6701           Subpictures without video stream aren't allowed either.
6702         
6703         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6704           Fix debug statement copy'n'paste-o.
6705
6706 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
6707
6708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
6709           Fix issues with mixer keeping state when muting/unmuting
6710           and when changing the volume whilst muted (see #331763
6711           and #331765).
6712
6713 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
6716         (parse_subrip), (gst_sub_parse_format_autodetect):
6717           Set right caps given that we send escaped text. Also,
6718           honour <i></i>, <b></b> and <u></u> markers that can be found
6719           in .srt files (fixes #310202).
6720
6721 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         * gst-libs/gst/audio/mixerutils.c:
6724         (element_factory_rank_compare_func):
6725           Make order in which elements are tried more determinable.
6726
6727 2006-02-20  Julien MOUTTE  <julien@moutte.net>
6728
6729         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6730         (remove_element_chain), (cleanup_decodebin),
6731         (gst_decode_bin_change_state): Make decodebin reusable by
6732         fixing remove_element_chain first and then introduce a
6733         cleaner in state change to ->NULL. (Closes #331678)
6734
6735 2006-02-19  Wim Taymans  <wim@fluendo.com>
6736
6737         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
6738         use 0666 mask when creating files so umask gets applied
6739         correctly. Fixes #331295.
6740
6741 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/subparse/Makefile.am:
6744         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6745         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
6746         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
6747         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
6748         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
6749         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
6750         * gst/subparse/gstssaparse.h:
6751         * gst/subparse/gstsubparse.c: (plugin_init):
6752           Add very basic parser for SSA subtitle streams (as often
6753           found in matroska files).
6754
6755 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
6758           That should be text/x-pango-markup, not text/x-pango-layout.
6759
6760 2006-02-19  Julien MOUTTE  <julien@moutte.net>
6761
6762         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
6763         Polishing.
6764
6765 2006-02-19  Julien MOUTTE  <julien@moutte.net>
6766
6767         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
6768         (gst_text_overlay_finalize), (gst_text_overlay_init),
6769         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
6770         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
6771         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
6772         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
6773         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
6774         Fix state change deadlock.
6775
6776 2006-02-19  Julien MOUTTE  <julien@moutte.net>
6777
6778         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
6779         (gst_text_overlay_finalize), (gst_text_overlay_init),
6780         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
6781         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
6782         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
6783         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
6784         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
6785         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
6786         and subtitles files.
6787
6788 2006-02-19  Julien MOUTTE  <julien@moutte.net>
6789
6790         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
6791         should be considered as raw.
6792
6793 2006-02-19  Julien MOUTTE  <julien@moutte.net>
6794
6795         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
6796         (cb_probe):
6797         * gst/playback/gststreaminfo.h: Introduce language informations.
6798
6799 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
6800
6801         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6802         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
6803         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6804         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
6805         Set shared memory segments to be deleted as soon as we have attached,
6806         that way they get cleaned up automatically if we crash.
6807
6808 2006-02-18  Julien MOUTTE  <julien@moutte.net>
6809
6810         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
6811         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
6812         functions are called with lock held.
6813
6814 2006-02-18  Julien MOUTTE  <julien@moutte.net>
6815
6816         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
6817         (gst_text_overlay_finalize), (gst_text_overlay_init),
6818         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
6819         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
6820         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6821         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6822         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6823         (gst_text_overlay_change_state): Refactoring of textoverlay
6824         without collectpads. This now supports sparse subtitles coming
6825         from a demuxer instead of a sub file. Seeking is still broken 
6826         though. Need to discuss with wtay some more on how to handle
6827         seeking correctly.
6828         * ext/pango/gsttextoverlay.h:
6829         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
6830         subtitles coming from the demuxer.
6831
6832 2006-02-17  Wim Taymans  <wim@fluendo.com>
6833
6834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6835         (gst_vorbisenc_convert_sink):
6836         Use some more scaling functions.
6837
6838 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         * ext/cdparanoia/gstcdparanoiasrc.c:
6841         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
6842         (gst_cd_paranoia_paranoia_callback),
6843         (gst_cd_paranoia_src_signal_is_being_watched),
6844         (gst_cd_paranoia_src_read_sector):
6845         * ext/cdparanoia/gstcdparanoiasrc.h:
6846           Add back 'transport-error' and 'uncorrected-error' signals and
6847           make them actually be fired when bad stuff happens (#319340).
6848
6849 2006-02-17  Wim Taymans  <wim@fluendo.com>
6850
6851         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6852         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6853         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
6854         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
6855         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
6856         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6857         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6858         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6859         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
6860         (gst_ring_buffer_clear):
6861         Small cleanups.
6862         Added some G_LIKELY.
6863
6864 2006-02-17  Wim Taymans  <wim@fluendo.com>
6865
6866         * gst-libs/gst/audio/TODO:
6867         Update TODO
6868
6869         * gst-libs/gst/audio/gstbaseaudiosink.c:
6870         (gst_base_audio_sink_get_offset):
6871         When trying to play samples ASAP and we don't have a
6872         previous sample, try to play at position 0 instead of
6873         an invalid position.
6874
6875 2006-02-17  Wim Taymans  <wim@fluendo.com>
6876
6877         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
6878         (gst_alsasink_reset):
6879         Also release lock when we get an error in _reset();
6880         fix an error message.
6881
6882 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6883
6884         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6885         (gst_alsasink_init), (get_channel_free_structure),
6886         (caps_add_channel_configuration), (gst_alsasink_getcaps),
6887         (gst_alsasink_close):
6888         * ext/alsa/gstalsasink.h:
6889           Add support for more than 2 channels (#326720).
6890
6891 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6892
6893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6894           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
6895           with 4 or 6 channels, assume a default channel layout to make things
6896           work (not sure there's anything else we can do in those cases).
6897
6898 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * gst-libs/gst/audio/multichannel.c:
6901           Minor docs fix.
6902
6903         * gst-libs/gst/riff/Makefile.am:
6904         * gst-libs/gst/riff/riff-ids.h:
6905         * gst-libs/gst/riff/riff-media.c:
6906         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
6907           Add support for WAVEFORMATEX, eg. PCM audio with more than two
6908           channels and a channel layout map.
6909           
6910 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
6911
6912         Reviewed by Edward Hervey  <edward@fluendo.com>
6913
6914         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
6915         C-level optimization of the RGBA nearest neighbour function.
6916         Eventually this might end up in liboil with vectorized versions.
6917
6918 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * gst-libs/gst/audio/multichannel.c:
6921         (gst_audio_get_channel_positions):
6922           When we have more than 2 channels, but no channel layout is
6923           specified in the caps, return some default channel layout
6924           to the caller and warn about about a possibly buggy element
6925           (could be buggy filtercaps as well of course) (#317038).
6926
6927 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6930           Add gst-libs/gst/cdda to list of lib search paths.
6931
6932 2006-02-15  Andy Wingo  <wingo@pobox.com>
6933
6934         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
6935         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
6936         to the Lord Jesus that I do not have to touch the ogg muxer ever
6937         again.
6938
6939 2006-02-15  Edward Hervey  <edward@fluendo.com>
6940
6941         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6942         quicktime movie files can also contain 'uuid' atoms.
6943
6944 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * gst/audioconvert/plugin.c: (plugin_init):
6947           Register the GstAudioChannelPosition enum type with the type
6948           system in the plugin_init function, so that it is known before
6949           any element actually makes use of multi-channel stuff. This is
6950           required for example if one wants to be able to deserialise/use
6951           a caps string with channel positions before any pipeline has
6952           been setup and started, like with gst-launch.
6953
6954 2006-02-14  Wim Taymans  <wim@fluendo.com>
6955
6956         * gst-libs/gst/audio/gstringbuffer.c:
6957         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
6958         (gst_ring_buffer_samples_done), (wait_segment),
6959         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
6960         Add some compiler G_(UN_)LIKELY help.
6961         SIGNAL the ringbuffer waiters when going to PAUSED as well to
6962         make sure they can exit their functions. Should fix #330748
6963
6964 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6965
6966         * Makefile.am:
6967         * configure.ac:
6968         * win32/MANIFEST:
6969         * win32/common/_stdint.h:
6970           Windows does not have long long; copy the generated _stdint.h
6971         * win32/common/interfaces-enumtypes.c:
6972         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
6973         (gst_mixer_track_flags_get_type),
6974         (gst_tuner_channel_flags_get_type):
6975         * win32/common/multichannel-enumtypes.c:
6976         (gst_audio_channel_position_get_type):
6977           update
6978
6979 2006-02-13  Wim Taymans  <wim@fluendo.com>
6980
6981         * gst-libs/gst/audio/gstbaseaudiosink.c:
6982         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
6983         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6984         Always sync on first sample we receive when starting.
6985
6986 2006-02-13  Wim Taymans  <wim@fluendo.com>
6987
6988         * gst/playback/gstplaybin.c: (gen_vis_element):
6989         Update vis bin docs.
6990         Move queue after tee so we don't queue video buffers but
6991         audio samples instead. Fixes problems where the video queue
6992         is filled and the audio queue empty.
6993
6994 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6997           No need to push an EOS event here, GstBaseSrc will do that for us
6998           when we return FLOW_UNEXPECTED.
6999           
7000 2006-02-12  Wim Taymans  <wim@fluendo.com>
7001
7002         * gst-libs/gst/audio/gstbaseaudiosink.c:
7003         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7004         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7005         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7006         Use scale functions when possible.
7007         Fix error messages.
7008         Free clockid when after waiting for EOS.
7009         Use G_(UN_)LIKLY when it makes sense.
7010         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7011
7012 2006-02-12  Edward Hervey  <edward@fluendo.com>
7013
7014         * gst/playback/gstplaybasebin.c: (prepare_output): 
7015         Remove stray semi-colon (fixes #330888).
7016
7017 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7018
7019         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7021         Fix up the XShm call testing so that we catch errors, and don't
7022         cause new ones by attempting to detach from a segment we failed
7023         to attach to. Fixes #312439.
7024
7025 2006-02-10  Edward Hervey  <edward@fluendo.com>
7026
7027         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7028         Added flv file typefind (video/x-flv).
7029
7030 2006-02-10  Edward Hervey  <edward@fluendo.com>
7031
7032         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7033         (gst_riff_create_video_template_caps):
7034         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7035         Also added the caps to the default set of riff video caps.
7036
7037 2006-02-09  Andy Wingo  <wingo@pobox.com>
7038
7039         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7040         time and the end time of the last packet in the page.
7041         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7042         on the pages in our queue, set the duration as well. Reflow a
7043         debug statement.
7044         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7045         Fixes bad muxing order.
7046
7047 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7048
7049         * gst-libs/gst/rtp/gstbasertppayload.c:
7050         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7051           update seqnum before setting it on the packet; this makes sure
7052           that the timestamp and seqnum properties match after pushing
7053           a buffer
7054
7055 2006-02-09  Andy Wingo  <wingo@pobox.com>
7056
7057         * gst-libs/gst/audio/gstringbuffer.c
7058         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7059         overflow after 13.5 hours of recording. Kapow!
7060
7061         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7062         the buffer size -- we don't care about underrun/overrun reporting
7063         right now, just need to return a useful value.
7064
7065 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7066
7067         * configure.ac:
7068           Back to CVS
7069
7070 === release 0.10.3 ===
7071
7072 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7073
7074         * configure.ac:
7075           releasing 0.10.3, "Under Pressure"
7076
7077 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7078
7079         * configure.ac:
7080         Drat. Bump libtool version number for new API.
7081         Prelease 0.10.2.3 (of 0.10.3)
7082
7083 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7084
7085         * configure.ac:
7086         * win32/common/config.h:
7087         0.10.2.2 prerelease (of 0.10.3).
7088
7089 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7090
7091         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7092           Revert Andy's newsegment change pending a more correct
7093           fix.
7094
7095 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7096
7097         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7098         (qt_type_find), (plugin_init):
7099           detect more files as 3gp
7100           group and reorder the iso file formats
7101
7102 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7103
7104         * ext/vorbis/vorbis.c: (plugin_init):
7105           Register musicbrainz tags, so apps don't have to.
7106
7107 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7110         (gst_tag_to_vorbis_tag):
7111           Make sure we called gst_tag_register_musicbrainz_tags()
7112           before possibly mapping a vorbiscomment string from/to a
7113           musicbrainz tag.
7114
7115 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7118           In case we can't find the required number of consecutive
7119           mpeg audio frames to positively identify an MPEG audio
7120           stream, check if there's at least a valid mpeg audio
7121           frame right at offset 0 and if so suggest mpeg/audio
7122           caps with a very low probability (#153004).
7123
7124 2006-02-07  Andy Wingo  <wingo@pobox.com>
7125
7126         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7127         a TIME segment if we get timestamped buffers. Requires recent
7128         fixes in core to work properly.
7129
7130 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * gst/playback/gstplaybasebin.c: (prepare_output):
7133           Don't print the URI as part of the error message, it
7134           makes error dialogs look rather ugly, especially if
7135           the URI is very long or has characters in it that
7136           need escaping.
7137
7138 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         * gst/playback/gstplaybasebin.c: (prepare_output):
7141           Error out if we have only text or subtitles, but nothing
7142           else. Also error out if we have subtitles but no video
7143           stream.
7144
7145 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7146
7147         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7148           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7149           Post an error message on the bus when we encounter an
7150           error, which will hopefully be more meaningful than the
7151           'Internal Flow Error' message users get to see if we
7152           just return GST_FLOW_ERROR.
7153
7154 2006-02-07  Andy Wingo  <wingo@pobox.com>
7155
7156         * configure.ac (GST_MAJORMINOR): Update core version req to
7157         0.10.2.2, for the collectpads API addition (#330244).
7158
7159 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7162           Return FALSE from plugin_init() when GnomeVFS can't
7163           be initialised for some reason (#328423).
7164
7165 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7166
7167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7168         Stick to seeking theory until i find the bug.
7169         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7170
7171 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7172
7173         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7174         (theora_enc_finalize), (theora_enc_sink_setcaps),
7175         (theora_set_header_on_caps), (theora_enc_chain),
7176         (theora_enc_change_state):
7177         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7178           Make theoraenc and the tests leak free. Like, really.
7179
7180 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7181
7182         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7183         (theora_enc_finalize), (theora_enc_sink_setcaps):
7184           Add a finalize method to ensure we clean up state even if
7185           someone omitted the state change back to NULL.
7186
7187         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7188         (gst_vorbisenc_chain):
7189           Free some more leaked bits.
7190
7191         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7192         (stop_pipeline):
7193           Wait for state changes to happen if they're ASYNC.
7194
7195           This ought to teach those fancy pants buildbots a lesson.
7196
7197 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7198
7199         * gst-libs/gst/tag/gstid3tag.c:
7200           Add mapping for ID3 International Standard Recording Code
7201           tag "TSRC"
7202
7203 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7204
7205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7206           Don't leak tag names.
7207
7208 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * docs/libs/gst-plugins-base-libs-docs.sgml:
7211         * docs/libs/gst-plugins-base-libs-sections.txt:
7212         * gst-libs/gst/tag/gstid3tag.c:
7213         * gst-libs/gst/tag/gstvorbistag.c:
7214         * gst-libs/gst/tag/tags.c:
7215           Split libgsttag docs into multiple sections.
7216
7217 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * docs/libs/Makefile.am:
7220         * docs/libs/gst-plugins-base-libs-docs.sgml:
7221         * docs/libs/gst-plugins-base-libs-sections.txt:
7222         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7223         * gst-libs/gst/tag/gstvorbistag.c:
7224         * gst-libs/gst/tag/tag.h:
7225         * gst-libs/gst/tag/tags.c:
7226           Add libgsttag to the docs.
7227
7228 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7229
7230         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7231         (gst_text_overlay_init), (gst_text_overlay_src_event),
7232         (gst_text_overlay_collected): Fix clockoverlay.
7233
7234 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7235
7236         * docs/libs/compiling.sgml:
7237           Fix typo: it's pkg-config, not pkg-gconfig
7238
7239         * docs/libs/gst-plugins-base-libs-docs.sgml:
7240         * docs/libs/gst-plugins-base-libs-sections.txt:
7241         * docs/libs/tmpl/gstgconf.sgml:
7242           There is no libgstgconf in 0.10, remove it
7243           from the docs.
7244
7245 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7246
7247         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7248         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7249         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7250         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7251         (gst_sub_parse_class_init), (gst_sub_parse_init),
7252         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7253         (parse_mpsub), (parser_state_init), (handle_buffer),
7254         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7255         * gst/subparse/gstsubparse.h: Introduce seeking code.
7256
7257 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7258
7259         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7260           Add comment about LANGUAGE tag inconsistency (we want
7261           ISO-639-1, but extract three-letter identifiers?)
7262
7263         * po/POTFILES.in:
7264           Add two translatable files.
7265
7266 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * gst-libs/gst/tag/Makefile.am:
7269         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7270         * gst-libs/gst/tag/tag.h:
7271         * gst-libs/gst/tag/tags.c:
7272         (gst_tag_register_musicbrainz_tags_internal),
7273         (gst_tag_register_musicbrainz_tags):
7274           Forward-port some tags stuff from the 0.8 branch. This is
7275           mostly the addition of musicbrainz tags and their mapping
7276           to vorbistags, and a vorbistag mapping of the language tag.
7277
7278 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7279
7280         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7281         refactoring.
7282
7283 2006-02-04  David Schleef  <ds@schleef.org>
7284
7285         * ext/ogg/gstoggmux.c:
7286         * gst/typefind/gsttypefindfunctions.c:
7287           Add Dirac typefinding and add dirac format to oggmux.
7288
7289 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * gst/playback/gstdecodebin.c: (try_to_link_1):
7292           Don't put essential function call into
7293           g_return_*() macro, otherwise it'll all be
7294           replaced by NOOPs when compiling with
7295           G_DISABLE_CHECKS defined.
7296
7297 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7298
7299         * ext/ogg/gstoggdemux.c:
7300         * ext/ogg/gstoggparse.c:
7301         * gst/tcp/gsttcpserversink.c:
7302         * sys/v4l/v4lsrc_calls.c:
7303         * sys/v4l/v4lsrc_calls.h:
7304         Just make it compile with --disable-gst-debug.
7305
7306 2006-02-03  Wim Taymans  <wim@fluendo.com>
7307
7308         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7309         (gst_alsasink_class_init), (gst_alsasink_init),
7310         (gst_alsasink_write), (gst_alsasink_reset):
7311         * ext/alsa/gstalsasink.h:
7312         Add lock to protect alsa calls.
7313         Implement reset to flush samples ASAP, does not work
7314         with dmix though.
7315
7316 2006-02-02  Wim Taymans  <wim@fluendo.com>
7317
7318         * gst-libs/gst/audio/gstbaseaudiosink.c:
7319         (gst_base_audio_sink_provide_clock):
7320         Ugh.. getting late I guess...
7321
7322 2006-02-02  Wim Taymans  <wim@fluendo.com>
7323
7324         * gst-libs/gst/audio/gstbaseaudiosink.c:
7325         (gst_base_audio_sink_provide_clock),
7326         (gst_base_audio_sink_set_property),
7327         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7328         Don't try to provide a clock when we are not negotiated since
7329         we might not be able to make it run.
7330
7331 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * gst/playback/gstdecodebin.c: (try_to_link_1):
7334           Unlinking two source pads is ... hard.
7335
7336 2006-02-02  Wim Taymans  <wim@fluendo.com>
7337
7338         * gst-libs/gst/audio/TODO:
7339         Updated.
7340
7341         * gst-libs/gst/audio/gstbaseaudiosink.c:
7342         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7343         On EOS, wait till the last sample is played before posting EOS.
7344
7345 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7346
7347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7348           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7349           setting queue_delay to zero. Also avoid thread being started if
7350           queue_delay is zero.
7351
7352 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7353
7354         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7355           Make test work again by connecting fakesinks to each decoded pad,
7356           which makes the pipeline wait until each fakesink has a buffer
7357           queued before going to PAUSED state. At that point we know the
7358           decodebin pads are negotiated.
7359
7360 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7363         (gst_cdda_base_src_handle_event):
7364         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7365           Pass unhandled queries to the parent class's query function.
7366
7367 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7370         (gst_ogg_pad_src_query):
7371         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7372         * ext/theora/theoradec.c: (theora_dec_src_query),
7373         (theora_dec_sink_query):
7374         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7375         (vorbis_dec_sink_query):
7376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7377         (gst_vorbisenc_sink_query):
7378         * gst/adder/gstadder.c: (gst_adder_query):
7379           Pass unhandled queries upstream instead of just
7380           dropping them (#326447). Also, fix supported
7381           query types list for some elements.
7382
7383 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7384
7385         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7386         (paris_type_find), (ilbc_type_find), (plugin_init):
7387           Fix typefinding for audio/x-au, audio/x-paris and
7388           audio/iLBC-sh. We cannot use the START_WITH macros
7389           here, because there can only be one typefind factory
7390           with the same name (caps), so the second one would
7391           replace the first one and the first one would never
7392           be called when doing typefinding (see #161712).
7393           
7394
7395 2006-01-31  Wim Taymans  <wim@fluendo.com>
7396
7397         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7398         (vorbis_handle_header_packet), (vorbis_dec_push),
7399         (vorbis_handle_data_packet):
7400         Use scale_int when we can, add some more scaling.
7401         Check packettype before parsing it.
7402
7403 2006-01-31  Wim Taymans  <wim@fluendo.com>
7404
7405         * ext/theora/theoradec.c: (_theora_granule_time),
7406         (theora_dec_src_convert), (theora_dec_sink_convert):
7407         Call right _scale functions.
7408         Use parameter instead of some other random value.
7409
7410 2006-01-31  Wim Taymans  <wim@fluendo.com>
7411
7412         * ext/theora/theoradec.c: (_theora_granule_frame),
7413         (_theora_granule_time), (_inc_granulepos),
7414         (theora_dec_src_convert), (theora_dec_sink_convert),
7415         (theora_handle_type_packet), (theora_handle_data_packet),
7416         (theora_dec_chain):
7417         Use higher precision timestamps calculation.
7418         Convert some other conversions to _scale.
7419
7420 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7421
7422         * gst/audiotestsrc/gstaudiotestsrc.c:
7423         (gst_audio_test_src_create_sine_table), (plugin_init):
7424         * gst/volume/gstvolume.c: (plugin_init):
7425           initialize gst_controller before using
7426
7427 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7428
7429         * tests/check/pipelines/theoraenc.c:
7430         * tests/check/pipelines/vorbisenc.c:
7431         Define constant using G_GINT64_CONSTANT to avoid errors when
7432         passing it around - otherwise it gets truncated to 32 bits.
7433
7434         Fixes failing tests.
7435
7436 2006-01-31  Andy Wingo  <wingo@pobox.com>
7437
7438         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7439         caps being set doesn't have a framerate value. Basically a stopgap
7440         measure.
7441
7442         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7443         technically correct enough to put into core though.
7444         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7445         DURATION. Fixes theoraenc ! oggmux.
7446
7447         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7448         fraction, not double.
7449
7450 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7451
7452         * win32/vs7:
7453         add vs7 project files created by Sergey Scobich
7454
7455 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7456
7457         * win32/vs8:
7458         add vs8 project files created by Sergey Scobich
7459         
7460 2006-01-30  Andy Wingo  <wingo@pobox.com>
7461
7462         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7463         timestamp + duration, not just timestamp -- ogg pages should be
7464         ordered by stop time. Necessary fix given the change in vorbis
7465         timestamps.
7466
7467         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7468         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7469         (granulepos_add): New function, handles the messiness of adjusting
7470         granulepos values.
7471         (theora_buffer_from_packet):
7472         (theora_enc_chain):
7473         (theora_enc_sink_event): Use granulepos_add, not +.
7474
7475         * tests/check/pipelines/theoraenc.c
7476         (check_buffer_granulepos_from_starttime): Just check the frame
7477         count, not the actual granulepos -- we can't dictate to the
7478         encoder when it should be placing keyframes.
7479
7480 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7481
7482         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7483           SERVICE_NOT_AVAILABLE happens for example when you're trying to
7484           play an http:// stream from a server that's not serving
7485
7486 2006-01-30  Andy Wingo  <wingo@pobox.com>
7487
7488         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
7489         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
7490         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
7491         available.
7492
7493         * ext/theora/gsttheoraenc.h:
7494         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
7495         although theoraenc was timestamping correctly. Added handling of
7496         streams that start with nonzero timestamps.
7497
7498         * tests/check/Makefile.am:
7499         * tests/check/pipelines/theoraenc.c: New file, basically does same
7500         tests as vorbisenc.
7501
7502         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
7503
7504 2006-01-30  Wim Taymans  <wim@fluendo.com>
7505
7506         * gst-libs/gst/audio/gstaudiosink.c:
7507         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
7508         (gst_audioringbuffer_pause):
7509         Implement pause that does not wait for completion.
7510
7511         * gst-libs/gst/audio/gstbaseaudiosink.c:
7512         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7513         Don't drop buffers when going to PAUSED but perform preroll on
7514         remaining samples now that core base class supports this.
7515
7516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
7517         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
7518         (gst_ring_buffer_commit):
7519         Pause should not signal waiters.
7520         Implement return value of _commit correctly.
7521
7522 2006-01-30  Andy Wingo  <wingo@pobox.com>
7523
7524         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
7525
7526         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
7527         updated to timestamp from the first sample, not the last.
7528         (gst_vorbisenc_buffer_from_header_packet): New function, takes
7529         special care of granulepos and timestamp for header packets.
7530         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
7531         when the first buffer has a nonzero timestamp.
7532
7533         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
7534         (GstVorbisEnc.subgranule_offset): New members. Take care of the
7535         case when the first audio buffer we get has a nonzero timestamp.
7536         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
7537         properly timestamp vorbis buffers with the time of the first
7538         sample, not the last.
7539         
7540         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
7541         vorbis_granule_time_copy -- now it takes the granule/subgranule
7542         offset into account.
7543
7544         * tests/check/pipelines/vorbisenc.c: New test for correctness of
7545         timestamps, durations, and granulepos on buffers produced by
7546         vorbisenc.
7547
7548 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
7549
7550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7551         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7552           Patch from Eric Jonas to support conversions to/from UYVY 
7553           (Fixes: #324626)
7554
7555 2006-01-30  Julien MOUTTE  <julien@moutte.net>
7556
7557         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
7558         (setup_subtitle), (setup_source), (set_active_source):
7559         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7560         (gen_text_element), (gen_audio_element), (gen_vis_element),
7561         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
7562
7563 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
7564
7565         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
7566         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
7567                 use gst_guint64_to_gdouble to be compliant with vs6
7568         * gst/playback/gstdecodebin.c: (try_to_link_1)
7569         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
7570                 use G_GINT64_CONSTANT for int64 constants
7571         * win32/common/libgstinterfaces.def:
7572                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
7573         * win32/vs6:
7574                 update and add new project files
7575                 
7576 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7577
7578         * Makefile.am:
7579         * win32/MANIFEST:
7580         * win32/common/interfaces-enumtypes.c:
7581         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7582         (gst_mixer_track_flags_get_type),
7583         (gst_tuner_channel_flags_get_type):
7584         * win32/common/interfaces-enumtypes.h:
7585         * win32/common/multichannel-enumtypes.c:
7586         (gst_audio_channel_position_get_type):
7587         * win32/common/multichannel-enumtypes.h:
7588           add a win32-update rule like in core, and copy over enumtypes files
7589
7590 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7591
7592         * win32/MANIFEST:
7593         * win32/common/config.h:
7594         * win32/common/config.h.in:
7595           add config files just like in core
7596
7597 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
7598
7599         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
7600           Make gcc-4.1 happy (part of #327357).
7601
7602 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7603
7604         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
7605         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
7606         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
7607         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
7608         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
7609         (gst_alsasrc_unprepare), (gst_alsasrc_read):
7610           Update all error messages.  All of them should either use
7611           the default translated message, or actually provide a
7612           translatable string.
7613           Make the string for channel count problems meaningful.
7614
7615 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7616
7617         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7618           check for and throw RESOURCE_BUSY
7619
7620 2006-01-27  David Schleef  <ds@schleef.org>
7621
7622         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
7623           checked in this change -- it requires liboil features not
7624           in 0.3.6.  Revert parts.
7625
7626 2006-01-27  David Schleef  <ds@schleef.org>
7627
7628         * REQUIREMENTS:
7629         * configure.ac: update liboil requirement to 0.3.6
7630         * gst/videoscale/Makefile.am:
7631         * gst/videoscale/vs_scanline.c: liboilify
7632
7633 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
7634
7635         * ext/libvisual/visual.c: (get_buffer):
7636           When pad_alloc returns a GstFlowReturn other
7637           than GST_FLOW_OK, make sure it is passed upstream.
7638
7639 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
7640
7641         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7642         (gst_alsasink_class_init):
7643           Free the device name string.
7644
7645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7646         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
7647         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
7648           Don't remove a pad from the collectpads structure until it
7649           is released - it's a request pad, and may receive data again
7650           if the element gets moved back to PLAYING state.
7651
7652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7653           Ensure we turn on double buffering on the Xv port, and
7654           set the colour key to something dark and mysterious that
7655           isn't black.
7656
7657 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7658
7659         * ext/alsa/gstalsaplugin.c: (plugin_init):
7660         * ext/cdparanoia/gstcdparanoiasrc.c:
7661         (gst_cd_paranoia_src_base_init), (plugin_init):
7662         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
7664           - a library should not call setlocale. see "Libraries" node in
7665             gettext manual
7666           - make sure all plugins that use translation do bindtextdomain
7667             to point to the localedir
7668         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
7669         (setup_sinks), (plugin_init):
7670           all this, and check for NULL when creating sinks
7671
7672 2006-01-27  Julien MOUTTE  <julien@moutte.net>
7673
7674         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
7675         (plugin_init): Make typefinding of subtitles work again.
7676
7677 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
7678
7679         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7680         (mp3_type_frame_length_from_header), (mp3_type_find),
7681         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
7682         (plugin_init):
7683           Backport a bunch of typefinding fixes from the 0.8 branch.
7684           Also, improve wavpack typefinding: if we can't peek the
7685           entire wavpack block, try to parse the bits we can get and
7686           see if we find what we're looking for in those.
7687
7688 2006-01-26  Julien MOUTTE  <julien@moutte.net>
7689
7690         * sys/ximage/ximagesink.c:
7691         (gst_ximagesink_calculate_pixel_aspect_ratio):
7692         * sys/xvimage/xvimagesink.c:
7693         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
7694         more cases of pixel aspect ratio.
7695
7696 2006-01-26  Edward Hervey  <edward@fluendo.com>
7697
7698         * gst/playback/gstdecodebin.c: (pad_probe):
7699         Also consider the flush-start and tag events as unblockers
7700         for the pad probes.
7701
7702 2006-01-26  Julien MOUTTE  <julien@moutte.net>
7703
7704         * gst/playback/gstplaybin.c: (gst_play_bin_init),
7705         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
7706         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
7707         On the fly visualisation switch, works disabling, enabling as
7708         well but it won't be able to enable vis in a playbin that was
7709         created with no visualisation.
7710
7711 2006-01-25  Wim Taymans  <wim@fluendo.com>
7712
7713         * gst-libs/gst/audio/gstbaseaudiosink.c:
7714         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7715         Undo previous commit that returned WRONG_STATE sooner, it breaks 
7716         resume after pause.
7717
7718 2006-01-25  Wim Taymans  <wim@fluendo.com>
7719
7720         * gst-libs/gst/audio/gstbaseaudiosink.c:
7721         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
7722         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
7723         Improve debugging.
7724         Post error when caps cannot be parsed.
7725         Resync on discontinuity in the stream.
7726         Clip samples to segment boundaries.
7727         return WRONG_STATE sooner when we are flushing.
7728
7729         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
7730         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
7731         Make audiosrc operate in TIME.
7732         Set TIMESTAMP and DURATION on buffers.
7733
7734 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * tests/examples/seek/seek.c: (main):
7737           Output tag messages as well.
7738
7739 2006-01-23  Edward Hervey  <edward@fluendo.com>
7740
7741         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7742         (free_pad_probes), (remove_fakesink), (pad_probe),
7743         (close_pad_link), (gst_decode_bin_change_state):
7744         Replace GstPadBlockCallback with pad probes that detect
7745         first buffer AND eos before removing fakesink.
7746         Fixes hang with demuxers doing EOS while pre-rolling.
7747         Solves #328279
7748
7749 2006-01-23  Andy Wingo  <wingo@pobox.com>
7750
7751         * ext/alsa/gstalsasink.c:
7752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7753         (gst_base_rtp_depayload_setcaps),
7754         (gst_base_rtp_depayload_add_to_queue),
7755         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
7756         
7757         Patch by: Jens Granseuer <jensgr at gmx dot net>
7758
7759 2006-01-22  Julien MOUTTE  <julien@moutte.net>
7760
7761         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
7762         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7763         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
7764         frames. We might get a frame destroyed after changing state to
7765         NULL, adding a safety check on xcontext.
7766
7767 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
7768
7769         * gst-libs/gst/interfaces/xoverlay.c:
7770           Fix prepare-xwindow-id code example in the docs - we need to
7771           ignore all messages that aren't element messages as well.
7772           
7773 2006-01-21  Julien MOUTTE  <julien@moutte.net>
7774
7775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
7776           I think one day i'll completely undestand how caps negotiation
7777           is supposed to work. This refactoring handles buffer_alloc
7778           called with caps we can't handle. We definitely don't want a
7779           set_caps with those caps, so we define and allocate a buffer
7780           we would like to receive.
7781
7782 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * gst/playback/gstplaybasebin.c: (setup_source):
7785           Free iterator when done.
7786
7787 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
7788
7789         * gst-libs/gst/audio/gstbaseaudiosink.c:
7790         (gst_base_audio_sink_render):
7791           Fix playback of non-synchronised streams by assuming a rate
7792           of 1.0 instead of a random one.
7793
7794           Makes this work again:
7795
7796           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
7797           endianness=(int)4321, signed=(boolean)true, width=(int)16,
7798           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
7799           audioresample ! alsasink
7800
7801 === release 0.10.2 ===
7802
7803 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
7804
7805         * configure.ac:
7806           releasing 0.10.2, "Then the devil is six"
7807
7808 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7809
7810         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7811         * gst/playback/gststreamselector.c:
7812         (gst_stream_selector_set_property):
7813           Comment out broken code that connects to the state-changed signal.
7814           At this point, changing current stream selection is broken, but 
7815           stuff like gst-launch playbin current-audio=1 works and filters
7816           to the chosen stream.
7817
7818 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7819
7820         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7821           Fix #327216 (null dereference in vorbisdec)
7822
7823 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
7824
7825         * ext/theora/theoradec.c: (theora_handle_comment_packet):
7826           Post taglist actually on bus instead of just freeing it
7827           (fixes #327114 and totem bug #327080).
7828
7829         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7830           Use gst_element_found_tags_for_pad(), so that the tags
7831           are sent downstream as an event as well.
7832
7833 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7834
7835         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7836         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
7837         (gst_ximagesink_buffer_alloc):
7838         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7839         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
7840         (gst_xvimagesink_buffer_alloc):
7841           move all regularly occurring messages to GST_LOG level
7842           add some more object logs
7843
7844 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7845
7846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7847           fix a silly segfault
7848
7849 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
7850
7851         * docs/libs/gst-plugins-base-libs-docs.sgml:
7852         * docs/libs/gst-plugins-base-libs-sections.txt:
7853         * gst-libs/gst/audio/mixerutils.c:
7854         * gst-libs/gst/audio/mixerutils.h:
7855           Add docs for mixerutils stuff.
7856
7857 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
7858
7859         * gst/playback/gstplaybasebin.c: (setup_source):
7860           Fix playback for sources that emit raw audio or
7861           raw video streams (e.g.: cd audio sources) (#325984).
7862
7863 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7864
7865         * gst-libs/gst/audio/mixerutils.c:
7866         (gst_audio_mixer_filter_do_filter):
7867           actually save the element we create
7868
7869 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         * gst-libs/gst/cdda/gstcddabasesrc.c:
7872         (gst_cdda_base_src_handle_track_seek):
7873           No need to post a tag message on the bus when seeking
7874           within the same track, only post it when the current
7875           track changes.
7876
7877 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
7878
7879         * gst/playback/gstplaybasebin.c: (group_destroy),
7880         (probe_triggered), (new_decoded_pad), (mute_group_type),
7881         (set_active_source):
7882         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7883         * gst/playback/gststreamselector.c:
7884         (gst_stream_selector_base_init),
7885         (gst_stream_selector_set_property),
7886         (gst_stream_selector_request_new_pad):
7887           Reenable stream selection. These mechanisms need a complete overhaul
7888           in the face of 0.8->0.10 changes though.
7889
7890 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
7891
7892         * ext/ogg/gstoggdemux.c:
7893           Change the pad template to src_%d to match the pads that 
7894           are created from it. decodebin needs this information in order
7895           to decide that oggdemux is capable of producing multiple pads
7896           (and hence needs queues inserted).
7897
7898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7899         (gst_ogg_mux_collected):
7900           Make debug output more useful by using GST_PTR_FORMAT.
7901
7902 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7903
7904         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
7907           Set depth and width for alaw/mulaw (fixes #326601).
7908
7909 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7910
7911         * tests/icles/Makefile.am:
7912           don't build the tests if we don't have the libs
7913
7914 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
7917         (gst_cd_paranoia_paranoia_callback):
7918           Don't try to free NULL pointers.
7919
7920 2006-01-10  Edward Hervey  <edward@fluendo.com>
7921
7922         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
7923         (gst_audio_rate_change_state), (plugin_init):
7924         Add debugging category.
7925         Fix type issues.
7926         Add case for incoming buffers without valid offset/offset_end.
7927
7928 2006-01-10  Michael Smith  <msmith@fluendo.com>
7929
7930         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
7931           Don't leak GCond in audio sources.
7932
7933 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
7934
7935         * gst/playback/gstplaybin.c: (gen_audio_element):
7936           Don't leak an autoaudiosink/alsasink when we generate
7937           a new audio element. (old code, I guess)
7938
7939 2006-01-10  Michael Smith  <msmith@fluendo.com>
7940
7941         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7942           Support float audio in audiorate.
7943           Use width rather than depth for selecting sample width.
7944
7945 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/videotestsrc/videotestsrc.h:
7948           Use GLib types here (that way we don't have to include the
7949           generated _stdint.h header, which makes life easier for win32
7950           folks that don't use autotools for the build) (#325990, patch
7951           by: Sergey Scobich).
7952
7953 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
7954
7955         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
7956         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
7957         (gst_ring_buffer_pause), (wait_segment):
7958         * gst-libs/gst/audio/gstringbuffer.h:
7959           Name (private) union, makes Forte compiler happy (this time
7960           for real) (#324900).
7961
7962 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
7963
7964         * gst-libs/gst/audio/Makefile.am:
7965           Link against libgstinterfaces, needed for mixer
7966           and property probe stuff.
7967
7968 2006-01-09  Edward Hervey  <edward@fluendo.com>
7969
7970         * gst-libs/gst/Makefile.am:
7971
7972 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
7973
7974         * gst-libs/gst/audio/Makefile.am:
7975         * gst-libs/gst/audio/mixerutils.c:
7976         (gst_audio_mixer_filter_do_filter),
7977         (gst_audio_mixer_filter_check_element),
7978         (gst_audio_mixer_filter_probe_feature),
7979         (element_factory_rank_compare_func),
7980         (gst_audio_default_registry_mixer_filter):
7981         * gst-libs/gst/audio/mixerutils.h:
7982           Add gst_audio_default_registry_mixer_filter() utility
7983           function.
7984
7985 2006-01-03  Michael Smith  <msmith@fluendo.com>
7986
7987         * gst/audioresample/resample.h:
7988           As before, but for o_buf
7989
7990 2006-01-03  Michael Smith  <msmith@fluendo.com>
7991
7992         * gst/audioresample/resample.h:
7993           Declare struct _ResampleState.buffer as unsigned char *, not void *,
7994           since we do arithmetic on it.
7995
7996 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
7999         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8000         (gst_ring_buffer_pause), (wait_segment):
8001         * gst-libs/gst/audio/gstringbuffer.h:
8002           Sun's Forte compiler doesn't seem to like anonymous structs,
8003           so use same setup as in GstBaseSrc (fixes #324900).
8004
8005 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8006
8007         * configure.ac:
8008         * gst/volume/Makefile.am:
8009         * gst/volume/demo.c:
8010           move old example to tests/examples/volume/volune.c
8011         * tests/examples/Makefile.am:
8012         * tests/examples/seek/seek.c: (main):
8013           change window-close event from "delete-event" to "destroy"
8014         * tests/examples/volume/Makefile.am:
8015         * tests/examples/volume/volume.c: (value_changed_callback),
8016         (setup_gui), (message_received), (eos_message_received), (main):
8017           fix event handling and bus usage
8018
8019 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8020
8021         * gst/audiotestsrc/gstaudiotestsrc.c:
8022         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8023         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8024         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8025         (gst_audio_test_src_create_square),
8026         (gst_audio_test_src_create_saw),
8027         (gst_audio_test_src_create_triangle),
8028         (gst_audio_test_src_create_silence),
8029         (gst_audio_test_src_create_white_noise),
8030         (gst_audio_test_src_create_pink_noise),
8031         (gst_audio_test_src_init_sine_table),
8032         (gst_audio_test_src_create_sine_table),
8033         (gst_audio_test_src_change_wave),
8034         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8035         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8036         * gst/audiotestsrc/gstaudiotestsrc.h:
8037           update to basesrc changes, implement segmented seeking and eos
8038           handling, add a 'sine-tab' waveform for performance critical playback
8039
8040 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         * po/POTFILES.in:
8043           ... and this time the other modified file that I missed last time.
8044
8045 2005-12-29  Michael Smith  <msmith@fluendo.com>
8046
8047         * gst/playback/gstdecodebin.c: (new_pad):
8048           Fix non-C89 variable declaration not at the start of a block. Should
8049           help some compilers.
8050
8051 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * tests/check/Makefile.am:
8054           And now fix 'make distcheck' (builddir != srcdir)
8055
8056 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * configure.ac:
8059         * ext/cdparanoia/Makefile.am:
8060         * ext/cdparanoia/gstcdparanoia.c:
8061         * ext/cdparanoia/gstcdparanoia.h:
8062         * ext/cdparanoia/gstcdparanoiasrc.c:
8063         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8064         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8065         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8066         (gst_cd_paranoia_paranoia_callback),
8067         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8068         (gst_cd_paranoia_src_set_property),
8069         (gst_cd_paranoia_src_get_property), (plugin_init):
8070         * ext/cdparanoia/gstcdparanoiasrc.h:
8071           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8072           plugin again (there are still fixes required to playbin to make
8073           cdda:// uris work there).
8074
8075 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8076
8077         * tests/check/Makefile.am:
8078           Fix test case compilation.
8079
8080 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * gst-libs/gst/cdda/gstcddabasesrc.c:
8083         (gst_cdda_base_src_update_duration),
8084         (gst_cdda_base_src_calculate_cddb_id):
8085           An integer is not a string. Fix access to uninitialised variable.
8086
8087         * tests/check/Makefile.am:
8088           Add cddabasesrc unit test; also actually enable the vorbis test.
8089
8090         * tests/check/generic/states.c:
8091           Blacklist new cd audio elements as well.
8092
8093         * tests/check/libs/cddabasesrc.c:
8094           Unit test for GstCddaBaseSrc (discid calculation mostly).
8095
8096 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8097
8098         * docs/libs/Makefile.am:
8099         * docs/libs/gst-plugins-base-libs-docs.sgml:
8100         * docs/libs/gst-plugins-base-libs-sections.txt:
8101         * docs/libs/gst-plugins-base-libs.types:
8102           Add docs for libgstcdda/GstCddaBaseSrc.
8103
8104         * gst-libs/gst/interfaces/mixertrack.h:
8105           Do one struct member per line with a semicolon at the end, that way
8106           even gtk-doc might parse it without complaining.
8107
8108 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * configure.ac:
8111         * gst-libs/gst/Makefile.am:
8112         * gst-libs/gst/cdda/Makefile.am:
8113         * gst-libs/gst/cdda/base64.c:
8114         * gst-libs/gst/cdda/base64.h:
8115         * gst-libs/gst/cdda/gstcddabasesrc.c:
8116         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8117         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8118         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8119         (gst_cdda_base_src_get_property),
8120         (gst_cdda_base_src_get_track_from_sector),
8121         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8122         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8123         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8124         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8125         (gst_cdda_base_src_uri_get_protocols),
8126         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8127         (gst_cdda_base_src_uri_handler_init),
8128         (gst_cdda_base_src_setup_interfaces),
8129         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8130         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8131         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8132         (gst_cdda_base_src_add_tags),
8133         (gst_cdda_base_src_add_index_associations),
8134         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8135         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8136         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8137         (gst_cdda_base_src_create):
8138         * gst-libs/gst/cdda/gstcddabasesrc.h:
8139         * gst-libs/gst/cdda/sha1.c:
8140         * gst-libs/gst/cdda/sha1.h:
8141           Add new libgstcdda with GstCddaBaseSrc class.
8142
8143 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * ext/gnomevfs/gstgnomevfssink.h:
8146           Use GstBaseSinkClass as parent_class member for class struct, not
8147           GstBaseSink.
8148
8149 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8150
8151         Patch by: Michael Benes
8152
8153         * gst/videotestsrc/gstvideotestsrc.c:
8154         (gst_video_test_src_class_init), (gst_video_test_src_start):
8155           Add start method to reset running time and number of frames sent
8156           when starting up (fixes #324696)
8157
8158 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8159
8160         * docs/plugins/Makefile.am:
8161         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8162         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8163         * docs/plugins/gst-plugins-base-plugins.args:
8164         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8165         * docs/plugins/gst-plugins-base-plugins.signals:
8166           Add docs stuff for gnomevfssrc and gnomevfssink.
8167
8168         * ext/gnomevfs/gstgnomevfssrc.c:
8169           Fix example pipeline in gtk-doc blurb.
8170
8171 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8172
8173         * ext/gnomevfs/Makefile.am:
8174         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8175         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8176         (gst_gnome_vfs_handle_get_type), (plugin_init):
8177         * ext/gnomevfs/gstgnomevfs.h:
8178         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8179         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8180         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8181         (gst_gnome_vfs_sink_set_property),
8182         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8183         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8184         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8185         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8186         (gst_gnome_vfs_sink_uri_get_type),
8187         (gst_gnome_vfs_sink_uri_get_protocols),
8188         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8189         (gst_gnome_vfs_sink_uri_handler_init):
8190         * ext/gnomevfs/gstgnomevfssink.h:
8191           Port gnomevfssink; add gtk-doc blurb.
8192
8193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8194         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8195         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8196         (gst_gnome_vfs_src_uri_get_type),
8197         (gst_gnome_vfs_src_uri_get_protocols),
8198         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8199         (gst_gnome_vfs_src_uri_handler_init),
8200         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8201         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8202         (gst_gnome_vfs_src_send_additional_headers_callback),
8203         (gst_gnome_vfs_src_received_headers_callback),
8204         (gst_gnome_vfs_src_push_callbacks),
8205         (gst_gnome_vfs_src_pop_callbacks),
8206         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8207         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8208         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8209         * ext/gnomevfs/gstgnomevfssrc.h:
8210           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8211           file; add gtk-doc blurb with example pipelines.
8212
8213 === release 0.10.1 ===
8214
8215 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8216
8217         * configure.ac:
8218           releasing 0.10.1, "Dobro Dedek"
8219
8220 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8221
8222         * gst/typefind/gsttypefindfunctions.c:
8223         iLBC30 and iLBC20 added to typefind.
8224
8225 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8226
8227         * gst-libs/gst/audio/gstbaseaudiosink.c:
8228         (gst_base_audio_sink_class_init):
8229         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8230         (gst_base_audio_src_class_init):
8231           update strings, values are in microseconds
8232           change the default sink buffer time to something that is smaller
8233           (to help software volume mixing have a slightly lower delay) but
8234           still be acceptable on Wim's laptop
8235
8236 2005-12-20  Edward Hervey  <edward@fluendo.com>
8237
8238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8239         Made a quack, forgot to add DUCK to the riff video template.
8240
8241 2005-12-19  Edward Hervey  <edward@fluendo.com>
8242
8243         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8244         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8245         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8246         (gst_ogm_parse_chain):
8247         Make sure pads are initialized correctly.
8248         * gst-libs/gst/riff/riff-ids.h:
8249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8250         (gst_riff_create_video_template_caps):
8251         Add a whole bunch of FOURCC <=> MimeType.
8252         Extend the riff video pad template to support the newly added fourcc.
8253
8254 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8255
8256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8257         (gst_ogg_demux_activate_chain):
8258           Extra debug output when activating/deactivating chains.
8259
8260         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8261         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8262         (unlinked):
8263           Remove a queue from our list when it becomes unlinked.
8264           Don't add queues to elements in class 'Demux' if they
8265           can only produce one pad 
8266
8267 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8268
8269         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8270         (gst_video_sink_get_type): Add a debug category.
8271
8272 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8273
8274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8275         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8276           Handle downstream newsegment by sending our own newsegment before the
8277           next buffer to be released. (#323900)
8278
8279 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8280
8281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8282         (gst_base_rtp_depayload_set_gst_timestamp):
8283           add queue delay to new segment as well (as opposed to just the first
8284           buffer). (bug #322347)
8285
8286 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8287
8288         * ext/libvisual/visual.c: (make_valid_name):
8289           change some char* into char[]
8290         * gst/audiotestsrc/gstaudiotestsrc.c:
8291         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8292         (gst_audio_test_src_create):
8293         * gst/audiotestsrc/gstaudiotestsrc.h:
8294           prepare to handle EOS and SEGMENT_DONE
8295
8296 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8297
8298         * tests/check/generic/states.c: (GST_START_TEST):
8299           Blacklist cdparanoia element in state test.
8300
8301 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8302
8303           Patch by: Benjamin Pineau
8304
8305         * gst/tcp/gsttcp.c:
8306         * gst/tcp/gsttcpclientsink.c:
8307         * gst/tcp/gsttcpserversink.c:
8308         * gst/tcp/gsttcpserversrc.c:
8309           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8310
8311 2005-12-15  Michael Smith  <msmith@fluendo.com>
8312
8313         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8314         (gst_video_rate_chain):
8315           Fix timestamping for videorate when the first buffer it sees has a
8316           non-zero timestamp. Fix some misleading debug output.
8317
8318 2005-12-15  Michael Smith  <msmith@fluendo.com>
8319
8320         * gst/audioresample/gstaudioresample.c:
8321           Don't leak all input buffers to audioresample.
8322
8323 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8324
8325         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8326           Don't operate on empty text buffers. Strip newlines and
8327           tabs only from the end of the text, but leave them intact
8328           in the middle. Fix typo in gtk-doc description.
8329
8330 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst/playback/gstplaybasebin.c:
8333         * gst/playback/gstplaybin.c: (handoff):
8334           Make sure the video frame buffer we return to apps via the
8335           "frame" property always has caps set on it. Modify
8336           _gst_gvalue_set_object() macro to handle NULL objects
8337           gracefully too.
8338
8339 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8340
8341         * gst/audiotestsrc/gstaudiotestsrc.c:
8342         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8343         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8344         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8345         (gst_audio_test_src_create):
8346         * gst/audiotestsrc/gstaudiotestsrc.h:
8347         Adjust to some recent api changes and add wtays new cool seeking
8348         capabillities
8349
8350 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * ext/alsa/Makefile.am:
8353         * ext/alsa/gstalsadeviceprobe.c:
8354         * ext/alsa/gstalsadeviceprobe.h:
8355           Helper functions to add device probing via the GstPropertyProbe
8356           interface to a class.
8357
8358         * ext/alsa/gstalsamixer.h:
8359           Comment out GST_ALSA_MIXER, it returns a struct that's not
8360           used.
8361
8362         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8363           Add some debug info. 
8364
8365         * ext/alsa/gstalsamixerelement.c:
8366         (gst_alsa_mixer_element_interface_supported),
8367         (gst_implements_interface_init),
8368         (gst_alsa_mixer_element_init_interfaces),
8369         (gst_alsa_mixer_element_class_init),
8370         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8371         (gst_alsa_mixer_element_set_property),
8372         (gst_alsa_mixer_element_get_property),
8373         (gst_alsa_mixer_element_change_state):
8374         * ext/alsa/gstalsamixerelement.h:
8375           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8376           for device handling (gnome-volume-control will need that).
8377
8378 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8379
8380         * ext/Makefile.am: fix cdparanoia entry
8381         * gst-plugins-base.spec.in: add cdparanoia
8382
8383 2005-12-12  Michael Smith  <msmith@fluendo.com>
8384
8385         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8386           Use the correct function to free list of typefind factories.
8387
8388 2005-12-12  Wim Taymans  <wim@fluendo.com>
8389
8390         * gst/videotestsrc/gstvideotestsrc.c:
8391         (gst_video_test_src_class_init), (gst_video_test_src_init),
8392         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8393         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8394         (gst_video_test_src_create):
8395         * gst/videotestsrc/gstvideotestsrc.h:
8396         Implement seeking in videotestsrc.
8397         Small cleanups.
8398
8399 2005-12-12  Wim Taymans  <wim@fluendo.com>
8400
8401         * ext/cdparanoia/Makefile.am:
8402         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8403         (gst_paranoia_endian_get_type), (_do_init),
8404         (cdparanoia_class_init), (cdparanoia_init),
8405         (cdparanoia_set_property), (cdparanoia_get_property),
8406         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8407         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8408         (cdparanoia_convert), (cdparanoia_get_query_types),
8409         (cdparanoia_query), (cdparanoia_set_index),
8410         (cdparanoia_uri_set_uri):
8411         * ext/cdparanoia/gstcdparanoia.h:
8412         Partially ported cdparanoia now that basesrc can support a
8413         plugin like this..
8414
8415 2005-12-12  Wim Taymans  <wim@fluendo.com>
8416
8417         * tests/examples/seek/scrubby.c: (main):
8418         Set higher priority for bus events so they don't get reordered with
8419         gtk gui events.
8420
8421         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8422         (flush_toggle_cb), (main):
8423         Added checkbox to disable flushing seeks. 
8424         Disable scrubbing when doing non flushing seeks.
8425
8426 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8427
8428         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8429         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8430         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8431         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8432           Implement some sort of event handling that doesn't rely on
8433           g_return_if_fail; make sure we always push the last chunk of an 
8434           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8435           state change function; remove some old cruft. Seeking is still
8436           rather unlikely to work though.
8437
8438         * tools/.cvsignore:
8439           Ignore more.
8440
8441 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8442
8443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8444         Fixed a leak of the current image reference when cleaning up.
8445         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8446
8447 2005-12-09  Michael Smith  <msmith@fluendo.com>
8448
8449         * tools/Makefile.am:
8450         * tools/gst-launch-ext-m.m:
8451           Remove gst-launch-ext. It doesn't work, and is no longer
8452           particularly useful.
8453
8454 2005-12-08  Luca Ognibene  <luogni@tin.it>
8455
8456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8457           don't pass random values to ogmparse convert function.
8458           Make seeking possible in the exile1.ogm file.
8459
8460 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8461
8462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8463         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8464           Work around refcount problem with g_value_set_object() that occur
8465           if the core has been compiled against GLib-2.6 (g_value_set_object()
8466           will only g_object_ref() the element, but the caller will
8467           gst_object_unref() it and bad things will happen due to the way
8468           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8469           totem for people on FC4 using Thomas's 0.10 RPMs.
8470           
8471 2005-12-07  Edward Hervey  <edward@fluendo.com>
8472
8473         Time to welcome ogm to 0.10 :)
8474         
8475         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8476         (gst_ogg_pad_typefind):
8477         Oggdemux can now properly typefind elements with dynamic pads.
8478         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8479         Properly set caps on src pad, and set caps on outgoing buffers.
8480
8481 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8482
8483         * ext/alsa/gstalsamixer.h:
8484         * ext/alsa/gstalsamixerelement.h:
8485         * ext/alsa/gstalsamixeroptions.h:
8486         * ext/alsa/gstalsamixertrack.h:
8487         * ext/alsa/gstalsasink.c:
8488         * ext/alsa/gstalsasink.h:
8489         * ext/alsa/gstalsasrc.c:
8490         * ext/alsa/gstalsasrc.h:
8491         * ext/cdparanoia/gstcdparanoia.h:
8492         * ext/gnomevfs/gstgnomevfsuri.h:
8493         * ext/ogg/gstoggdemux.c:
8494         * ext/ogg/gstoggmux.c:
8495         * ext/pango/gsttextoverlay.h:
8496         * ext/theora/theoradec.c:
8497         * ext/theora/theoraenc.c:
8498         * ext/vorbis/vorbisdec.h:
8499         * ext/vorbis/vorbisenc.c:
8500         * ext/vorbis/vorbisenc.h:
8501         * ext/vorbis/vorbisparse.h:
8502         * gst-libs/gst/audio/gstaudioclock.h:
8503         * gst-libs/gst/audio/gstaudiosink.c:
8504         * gst-libs/gst/audio/gstaudiosink.h:
8505         * gst-libs/gst/audio/gstaudiosrc.c:
8506         * gst-libs/gst/audio/gstaudiosrc.h:
8507         * gst-libs/gst/audio/gstbaseaudiosink.c:
8508         * gst-libs/gst/audio/gstbaseaudiosink.h:
8509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8510         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8511         * gst-libs/gst/audio/gstringbuffer.h:
8512         * gst-libs/gst/audio/multichannel.h:
8513         * gst-libs/gst/floatcast/floatcast.h:
8514         * gst-libs/gst/interfaces/colorbalance.c:
8515         * gst-libs/gst/interfaces/colorbalance.h:
8516         * gst-libs/gst/interfaces/colorbalancechannel.h:
8517         * gst-libs/gst/interfaces/mixer.h:
8518         * gst-libs/gst/interfaces/mixeroptions.h:
8519         * gst-libs/gst/interfaces/mixertrack.h:
8520         * gst-libs/gst/interfaces/navigation.h:
8521         * gst-libs/gst/interfaces/propertyprobe.h:
8522         * gst-libs/gst/interfaces/tuner.h:
8523         * gst-libs/gst/interfaces/tunerchannel.h:
8524         * gst-libs/gst/interfaces/tunernorm.h:
8525         * gst-libs/gst/interfaces/xoverlay.h:
8526         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8527         * gst-libs/gst/riff/riff-ids.h:
8528         * gst-libs/gst/riff/riff-media.h:
8529         * gst-libs/gst/riff/riff-read.h:
8530         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8531         * gst-libs/gst/rtp/gstbasertppayload.c:
8532         * gst-libs/gst/rtp/gstbasertppayload.h:
8533         * gst-libs/gst/rtp/gstrtpbuffer.c:
8534         * gst-libs/gst/rtp/gstrtpbuffer.h:
8535         * gst-libs/gst/tag/gsttageditingprivate.h:
8536         * gst-libs/gst/tag/gstvorbistag.c:
8537         (gst_tag_list_from_vorbiscomment_buffer):
8538         * gst-libs/gst/tag/tag.h:
8539         * gst-libs/gst/video/video.h:
8540         * gst/adder/gstadder.c:
8541         * gst/adder/gstadder.h:
8542         * gst/audioconvert/audioconvert.c:
8543         * gst/audioconvert/audioconvert.h:
8544         * gst/audioconvert/gstaudioconvert.c:
8545         * gst/audioconvert/gstchannelmix.c:
8546         * gst/audioconvert/gstchannelmix.h:
8547         * gst/audiorate/gstaudiorate.c:
8548         * gst/audioresample/buffer.h:
8549         * gst/audioresample/functable.h:
8550         * gst/audioresample/gstaudioresample.c:
8551         * gst/audioresample/resample.h:
8552         * gst/ffmpegcolorspace/avcodec.h:
8553         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8554         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8555         * gst/ffmpegcolorspace/imgconvert.c:
8556         * gst/ffmpegcolorspace/imgconvert_template.h:
8557         * gst/playback/gstdecodebin.c:
8558         * gst/playback/gstplaybasebin.h:
8559         * gst/playback/gstplaybin.c:
8560         * gst/playback/gststreaminfo.h:
8561         * gst/tcp/gstfdset.c:
8562         * gst/tcp/gstfdset.h:
8563         * gst/tcp/gstmultifdsink.c:
8564         * gst/tcp/gstmultifdsink.h:
8565         * gst/tcp/gsttcp.h:
8566         * gst/tcp/gsttcpclientsrc.c:
8567         * gst/tcp/gsttcpclientsrc.h:
8568         * gst/tcp/gsttcpplugin.h:
8569         * gst/tcp/gsttcpserversink.c:
8570         * gst/tcp/gsttcpserversrc.c:
8571         * gst/typefind/gsttypefindfunctions.c:
8572         * gst/videorate/gstvideorate.c:
8573         * gst/videotestsrc/gstvideotestsrc.h:
8574         * gst/videotestsrc/videotestsrc.h:
8575         * sys/v4l/gstv4lcolorbalance.h:
8576         * sys/v4l/gstv4ltuner.h:
8577         * sys/v4l/gstv4lxoverlay.h:
8578         * sys/v4l/v4l_calls.h:
8579         * sys/v4l/videodev_mjpeg.h:
8580         * tests/check/elements/audioconvert.c:
8581         * tests/check/elements/audioresample.c:
8582         * tests/check/elements/audiotestsrc.c:
8583         * tests/check/elements/videotestsrc.c:
8584         * tests/check/elements/volume.c:
8585         * tests/examples/seek/scrubby.c:
8586         * tests/examples/seek/seek.c:
8587           expand tabs
8588
8589 === release 0.10.0 ===
8590
8591 2005-12-05   <thomas (at) apestaart (dot) org>
8592
8593         * configure.ac:
8594           releasing 0.10.0, "Mont-d'or"
8595
8596 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
8597
8598         * tests/examples/seek/Makefile.am:
8599         Build fix for when gtk is not available.
8600
8601 2005-12-05  Andy Wingo  <wingo@pobox.com>
8602
8603         * ext/libvisual/visual.c: (get_buffer):
8604         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
8605         * ext/pango/gsttextrender.c: (gst_text_render_chain):
8606         * ext/theora/theoradec.c: (theora_handle_data_packet):
8607         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8608         (theora_enc_chain):
8609         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8610         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8611         Update for alloc_buffer changes.
8612
8613 2005-12-05  Andy Wingo  <wingo@pobox.com>
8614
8615         patch by: Kai Vehmanen <kv2004 eca cx>
8616         
8617         * gst-libs/gst/rtp/gstbasertpdepayload.c
8618         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
8619
8620 2005-12-04  Andy Wingo  <wingo@pobox.com>
8621
8622         patch by: Sebastien Cote <sebas642 yahoo ca>
8623         
8624         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
8625         Fixes #319172.
8626
8627 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         * docs/plugins/Makefile.am:
8630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8632         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8633         * ext/pango/gstclockoverlay.c:
8634         * ext/pango/gsttextoverlay.c: 
8635         * ext/pango/gsttextrender.c:
8636         * ext/pango/gsttimeoverlay.c:
8637           Add gtk-doc blurbs to pango elements.
8638
8639 2005-12-02  Wim Taymans  <wim@fluendo.com>
8640
8641         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
8642         * gst/audioresample/buffer.h:
8643         * gst/audioresample/gstaudioresample.c:
8644         * gst/audioresample/gstaudioresample.h:
8645         * gst/audioresample/resample.c: (resample_input_flush),
8646         (resample_input_pushthrough), (resample_input_eos),
8647         (resample_get_output_size_for_input),
8648         (resample_get_input_size_for_output), (resample_get_output_size),
8649         (resample_get_output_data):
8650         * gst/audioresample/resample.h:
8651         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8652         Fix audioresample, seek torture, new segments, reverse negotiation
8653         etc.. work fine.
8654
8655 2005-12-02  Wim Taymans  <wim@fluendo.com>
8656
8657         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8658         Small cleanups.
8659
8660 2005-12-02  Wim Taymans  <wim@fluendo.com>
8661
8662         * gst/audioconvert/gstaudioconvert.c:
8663         (gst_audio_convert_transform):
8664         Post errors.
8665
8666 === release 0.9.7 ===
8667
8668 2005-12-01   <thomas (at) apestaart (dot) org>
8669
8670         * configure.ac:
8671           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
8672
8673 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8674
8675         * Makefile.am:
8676         * po/hu.po:
8677         * win32/MANIFEST:
8678         * win32/gst.sln:
8679           add win32 MANIFEST file
8680           do something to the hungarian translation
8681
8682 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
8683
8684         * ext/Makefile.am:
8685           Add $(PANGO_DIR) to SUBDIRS
8686
8687         * ext/pango/gstclockoverlay.c:
8688         * ext/pango/gsttimeoverlay.c:
8689           Fix and improve element descriptions.
8690
8691 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8692
8693         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8694         * docs/plugins/inspect/plugin-libvisual.xml:
8695         * docs/plugins/inspect/plugin-pango.xml:
8696           add pango plugin to docs
8697
8698 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8699
8700         * configure.ac:
8701         * ext/Makefile.am:
8702           moved pango to base
8703
8704 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8705
8706         * configure.ac:
8707         * tests/Makefile.am:
8708         * tests/icles/.cvsignore:
8709         * tests/icles/Makefile.am:
8710         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
8711         (close_display), (resize_window), (move_window), (create_window),
8712         (terminate_playback), (pause_playback), (start_playback), (main):
8713           add stress test for xoverlay from Julien
8714
8715 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8716
8717         * docs/libs/tmpl/gstcolorbalance.sgml:
8718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8719         * gst-libs/gst/rtp/gstbasertppayload.c:
8720         * gst-libs/gst/rtp/gstrtpbuffer.c:
8721         * gst-libs/gst/rtp/gstrtpbuffer.h:
8722           Do burger's rename for rtp payloaders and depayloaders
8723
8724 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8725
8726         * win32/:
8727           add Visual Studio 6 build files
8728
8729 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8730
8731         * docs/libs/gst-plugins-base-libs-docs.sgml:
8732         * docs/libs/gst-plugins-base-libs-sections.txt:
8733         * docs/libs/tmpl/gstaudio.sgml:
8734         * docs/libs/tmpl/gstringbuffer.sgml:
8735         * gst-libs/gst/interfaces/xoverlay.c:
8736         * gst-libs/gst/video/gstvideofilter.c:
8737         * gst-libs/gst/video/gstvideosink.c:
8738           update documentation
8739
8740 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8741
8742         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
8743         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
8744         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
8745         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
8746         (gst_multi_fd_sink_get_stats),
8747         (gst_multi_fd_sink_remove_client_link),
8748         (gst_multi_fd_sink_handle_client_read),
8749         (gst_multi_fd_sink_client_queue_data),
8750         (gst_multi_fd_sink_client_queue_caps),
8751         (gst_multi_fd_sink_client_queue_buffer),
8752         (gst_multi_fd_sink_new_client),
8753         (gst_multi_fd_sink_handle_client_write),
8754         (gst_multi_fd_sink_recover_client),
8755         (gst_multi_fd_sink_queue_buffer),
8756         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
8757         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
8758         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
8759         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
8760         * gst/tcp/gstmultifdsink.h:
8761         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
8762         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
8763         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
8764         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
8765         (gst_tcp_client_sink_set_property),
8766         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
8767         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
8768         * gst/tcp/gsttcpclientsink.h:
8769         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
8770         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
8771         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
8772         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
8773         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
8774         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
8775         * gst/tcp/gsttcpclientsrc.h:
8776         * gst/tcp/gsttcpplugin.c: (plugin_init):
8777         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
8778         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
8779         (gst_tcp_server_sink_finalize),
8780         (gst_tcp_server_sink_handle_server_read),
8781         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
8782         (gst_tcp_server_sink_set_property),
8783         (gst_tcp_server_sink_get_property),
8784         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
8785         * gst/tcp/gsttcpserversink.h:
8786         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
8787         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
8788         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
8789         (gst_tcp_server_src_set_property),
8790         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
8791         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
8792         * gst/tcp/gsttcpserversrc.h:
8793           more borgifying
8794
8795 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8796
8797         * docs/plugins/Makefile.am:
8798         * docs/plugins/gst-plugins-base-plugins.args:
8799         * docs/plugins/inspect/plugin-libvisual.xml:
8800         * gst/audioconvert/plugin.h:
8801         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
8802         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
8803         (gst_audio_rate_setcaps), (gst_audio_rate_init),
8804         (gst_audio_rate_chain), (gst_audio_rate_set_property),
8805         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
8806         (plugin_init):
8807         * gst/audiotestsrc/gstaudiotestsrc.c:
8808         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
8809         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8810         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8811         (gst_audio_test_src_get_query_types),
8812         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
8813         (gst_audio_test_src_create_square),
8814         (gst_audio_test_src_create_saw),
8815         (gst_audio_test_src_create_triangle),
8816         (gst_audio_test_src_create_silence),
8817         (gst_audio_test_src_create_white_noise),
8818         (gst_audio_test_src_init_pink_noise),
8819         (gst_audio_test_src_generate_pink_noise_value),
8820         (gst_audio_test_src_create_pink_noise),
8821         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
8822         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
8823         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
8824         (plugin_init):
8825         * gst/audiotestsrc/gstaudiotestsrc.h:
8826         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
8827         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
8828         (gst_sub_parse_init), (gst_sub_parse_formats),
8829         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
8830         (convert_encoding), (get_next_line),
8831         (gst_sub_parse_data_format_autodetect),
8832         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
8833         (gst_sub_parse_loop), (gst_sub_parse_chain),
8834         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
8835         (plugin_init):
8836         * gst/subparse/gstsubparse.h:
8837         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
8838         (gst_video_rate_base_init), (gst_video_rate_class_init),
8839         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
8840         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
8841         (gst_video_rate_init), (gst_video_rate_event),
8842         (gst_video_rate_chain), (gst_video_rate_set_property),
8843         (gst_video_rate_get_property), (gst_video_rate_change_state),
8844         (plugin_init):
8845         * gst/videoscale/gstvideoscale.c:
8846         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
8847         (gst_video_scale_src_template_factory),
8848         (gst_video_scale_sink_template_factory),
8849         (gst_video_scale_get_type), (gst_video_scale_base_init),
8850         (gst_video_scale_class_init), (gst_video_scale_init),
8851         (gst_video_scale_set_property), (gst_video_scale_get_property),
8852         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
8853         (gst_video_scale_prepare_size), (parse_caps),
8854         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
8855         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
8856         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
8857         (plugin_init):
8858         * gst/videoscale/gstvideoscale.h:
8859         * gst/videotestsrc/gstvideotestsrc.c:
8860         (gst_video_test_src_pattern_get_type),
8861         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
8862         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
8863         (gst_video_test_src_set_pattern),
8864         (gst_video_test_src_set_property),
8865         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
8866         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
8867         (gst_video_test_src_event), (gst_video_test_src_get_times),
8868         (gst_video_test_src_create), (plugin_init):
8869         * gst/videotestsrc/gstvideotestsrc.h:
8870         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
8871         (gst_video_test_src_smpte), (gst_video_test_src_snow),
8872         (gst_video_test_src_black):
8873         * gst/videotestsrc/videotestsrc.h:
8874           borgify further
8875           clean up docs a little
8876
8877 2005-11-30  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8880         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
8881         (gst_basertppayload_event), (gst_basertppayload_push),
8882         (gst_basertppayload_change_state):
8883         * gst-libs/gst/rtp/gstbasertppayload.h:
8884         closed #320644.
8885
8886 2005-11-30  Julien MOUTTE  <julien@moutte.net>
8887
8888         * docs/libs/gst-plugins-base-libs-docs.sgml:
8889         * docs/libs/gst-plugins-base-libs-sections.txt:
8890         * gst-libs/gst/video/gstvideofilter.c:
8891         * gst-libs/gst/video/gstvideosink.c:
8892         * gst-libs/gst/video/gstvideosink.h: Adding docs.
8893
8894 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8895
8896         * LICENSE:
8897           move
8898         * po/af.po:
8899         * po/az.po:
8900         * po/cs.po:
8901         * po/en_GB.po:
8902         * po/hu.po:
8903         * po/it.po:
8904         * po/nb.po:
8905         * po/nl.po:
8906         * po/or.po:
8907         * po/sq.po:
8908         * po/sr.po:
8909         * po/sv.po:
8910         * po/uk.po:
8911         * po/vi.po:
8912         * Makefile.am:
8913           update
8914         * scripts/autoplugins.sh:
8915           remove
8916
8917 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8918
8919         * Makefile.am:
8920         * configure.ac:
8921         * examples/Makefile.am:
8922         * examples/capsfilter/Makefile.am:
8923         * examples/capsfilter/capsfilter1.c:
8924         * examples/gob/Makefile.am:
8925         * examples/gob/gst-identity2.gob:
8926         * examples/indexing/.cvsignore:
8927         * examples/indexing/Makefile.am:
8928         * examples/indexing/indexmpeg.c:
8929         * examples/seeking/.cvsignore:
8930         * examples/seeking/Makefile.am:
8931         * examples/seeking/cdparanoia.c:
8932         * examples/seeking/cdplayer.c:
8933         * examples/seeking/chained.c:
8934         * examples/seeking/scrubby.c:
8935         * examples/seeking/seek.c:
8936         * examples/stats/Makefile.am:
8937         * examples/stats/mp2ogg.c:
8938         * examples/switch/.cvsignore:
8939         * examples/switch/Makefile.am:
8940         * examples/switch/switcher.c:
8941         * tests/Makefile.am:
8942         * tests/check/generic/.cvsignore:
8943         * tests/check/pipelines/.cvsignore:
8944         * tests/examples/Makefile.am:
8945         * tests/examples/seek/Makefile.am:
8946           reorganize stuff under tests/
8947
8948 2005-11-30  Edward Hervey  <edward@fluendo.com>
8949
8950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8951         Go away you stupid GstStaticPadTemplate memleak.
8952
8953 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8954
8955         * gst-libs/gst/net/Makefile.am:
8956         * gst-libs/gst/net/README:
8957         * gst-libs/gst/net/gstnetbuffer.c:
8958         * gst-libs/gst/net/gstnetbuffer.h:
8959           this was moved to "netbuffer"
8960
8961 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8962
8963         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
8964         (gst_video_filter_class_init), (gst_video_filter_init):
8965         * gst-libs/gst/video/gstvideofilter.h:
8966           borgify name to bring in line with other classes
8967
8968 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * gst/audioscale/.cvsignore:
8971         * gst/audioscale/Makefile.am:
8972         * gst/audioscale/README:
8973         * gst/audioscale/audioscale.vcproj:
8974         * gst/audioscale/dtof.c:
8975         * gst/audioscale/dtos.c:
8976         * gst/audioscale/functable.c:
8977         * gst/audioscale/gstaudioscale.c:
8978         * gst/audioscale/gstaudioscale.h:
8979         * gst/audioscale/private.h:
8980         * gst/audioscale/resample.c:
8981         * gst/audioscale/resample.h:
8982         * gst/audioscale/test.c:
8983           remove
8984
8985 2005-11-30  Edward Hervey  <edward@fluendo.com>
8986
8987         * gst-libs/gst/netbuffer/Makefile.am:
8988         really, really tired
8989
8990 2005-11-30  Edward Hervey  <edward@fluendo.com>
8991
8992         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8993         Update for new GstTypeFindFactory _register()
8994
8995 2005-11-30  Edward Hervey  <edward@fluendo.com>
8996
8997         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
8998         Let's not override libgstnet from core for no reason...
8999         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9000         Ok, maybe not so quick next time.
9001
9002 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9003
9004         * configure.ac:
9005         * gst-libs/gst/Makefile.am:
9006           moved gst-libs/gst/net to netbuffer through CVS surgery
9007           remove old directory
9008           updating build to accomodate
9009           (#322257)
9010
9011 2005-11-29  Andy Wingo  <wingo@pobox.com>
9012
9013         * pkgconfig/gstreamer-plugins-base.pc.in:
9014         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9015         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9016         (#322257).
9017
9018 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9019
9020         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9021         3rd time's the charm. Correct ref-counting for discarded buffers.
9022
9023 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9024
9025         * gst/playback/gststreamselector.c:
9026         (gst_stream_selector_class_init),
9027         (gst_stream_selector_set_property),
9028         (gst_stream_selector_get_property),
9029         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9030         Fix ref-counting
9031
9032 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         * gst/subparse/gstsubparse.c: (feed_textbuf):
9035           Don't access already unref'ed buffer.
9036
9037 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9038
9039         * gst/playback/gststreamselector.c:
9040         (gst_stream_selector_class_init), (gst_stream_selector_init),
9041         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9042         (gst_stream_selector_get_property),
9043         (gst_stream_selector_get_linked_pad),
9044         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9045         * gst/playback/gststreamselector.h:
9046         Add the active-pad property for playbin to use shortly. Ignore buffers
9047         from any other pad, returning GST_FLOW_NOT_LINKED
9048
9049 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9050
9051         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9052         patch from bug #322704 (Alessandro Decina).
9053
9054 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9055
9056         * gst-libs/gst/audio/Makefile.am:
9057           folded audiofilter into the audio library
9058
9059 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9060
9061         * gst/videoscale/gstvideoscale.h:
9062         * gst/videoscale/gstvideoscale.c:
9063           remove unimplemented scale methods
9064
9065 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9066
9067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9068           Don't leak caps.
9069
9070 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9071
9072         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9073         (gst_ximagesink_setcaps):
9074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9075         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9076         happens (only visible on ximagesink but bug is in xv too) set_caps was
9077         destroying the internal x[v]image used to memcpy non locally alloced
9078         buffers so that it got renewed on next _chain. The issue is that 
9079         _expose will try to put that image as it reffed it in _put.
9080         Using gst_buffer_unref instead of destroy fixes it !
9081
9082 2005-11-28  Edward Hervey  <edward@fluendo.com>
9083
9084         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9085         (try_to_link_1), (queue_filled_cb):
9086         Better use of the queues. Start with a small size queue and only increase
9087         the size of the queues when the other queues are empty.
9088
9089 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9090
9091         * gst-libs/gst/video/Makefile.am:
9092           compile in copied-over videofilter into the video library
9093         * gst-libs/gst/video/videosink.h:
9094           rename the header to gstvideosink.h since it's a base GstObject class
9095         * sys/ximage/ximagesink.h:
9096         * sys/xvimage/xvimagesink.h:
9097           use the new header
9098
9099 2005-11-28  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9102         * gst/playback/gstplaybasebin.h:
9103         Prepare to handle errors betters.
9104
9105         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9106         Set sinks to PAUSED first before adding and linking them so that
9107         we don't interrupt dataflow.
9108
9109 2005-11-28  Wim Taymans  <wim@fluendo.com>
9110
9111         * gst-libs/gst/audio/TODO:
9112         Updated TODO
9113
9114         * gst-libs/gst/audio/gstaudiosink.c:
9115         (gst_audioringbuffer_open_device),
9116         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9117         (gst_audioringbuffer_release):
9118         Small cleanups.
9119
9120         * gst-libs/gst/audio/gstbaseaudiosink.c:
9121         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9122         (gst_base_audio_sink_change_state):
9123         Slave to the master clock when going to PLAYING and unslave when
9124         going to PAUSED.
9125
9126         * gst-libs/gst/audio/gstringbuffer.c:
9127         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9128         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9129         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9130         (gst_ring_buffer_clear_all), (wait_segment),
9131         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9132         (gst_ring_buffer_advance):
9133         * gst-libs/gst/audio/gstringbuffer.h:
9134         Add some docs and cleanups.
9135
9136 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9137
9138         * sys/xvimage/xvimagesink.c:
9139         (gst_xvimagesink_navigation_send_event): Fix navigation events
9140         coordinates translation with pixel aspect ratios.
9141
9142 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9143
9144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9145         Use calculated video geometry from _setcaps instead of buffer
9146         caps to respect pixel aspect ratio. (fixes #322388)
9147
9148 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9149
9150         * docs/libs/tmpl/gstcolorbalance.sgml:
9151         * docs/libs/tmpl/gstmixer.sgml:
9152         * docs/libs/tmpl/gstxoverlay.sgml:
9153         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9154         interface.
9155
9156 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9157
9158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9159         Refuse to create an XvImage if we can't find the format.
9160
9161 2005-11-28  Edward Hervey  <edward@fluendo.com>
9162
9163         * gst-libs/gst/riff/riff-media.c:
9164         (gst_riff_create_audio_template_caps):
9165         Add ATRAC3 to the list of riff-possible audio caps.
9166         I know we still don't have a plugin for atrac3, but it's saner to output
9167         that than a cryptic mimetype.
9168
9169 2005-11-27  Edward Hervey  <edward@fluendo.com>
9170
9171         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9172         Don't try to create a zero-sized subbuffer.
9173
9174 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9175
9176         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9177         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9178         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9179         (gst_ximagesink_expose): Fixed a tricky race.
9180         * sys/ximage/ximagesink.h:
9181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9182         (gst_xvimagesink_expose): Fixed a tricky race.
9183         * sys/xvimage/xvimagesink.h:
9184
9185 2005-11-27  Edward Hervey  <edward@fluendo.com>
9186
9187         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9188         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9189         Remove unused properties, and add queues between demuxers and decoders
9190         so that a lot more files can preroll properly.
9191
9192 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9193
9194         * gst-libs/gst/net/Makefile.am:
9195         * gst-libs/gst/rtp/Makefile.am:
9196         * gst-libs/gst/tag/Makefile.am:
9197           remove silly include
9198         * gst/tags/Makefile.am:
9199         * gst/tags/gsttagediting.c:
9200         * gst/tags/gsttageditingprivate.h:
9201         * gst/tags/tagedit.vcproj:
9202           remove directory, is as good as empty
9203
9204 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9205
9206         * configure.ac:
9207           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9208         * gst-libs/Makefile.am:
9209         * gst-libs/gst/audio/Makefile.am:
9210         * gst-libs/gst/interfaces/Makefile.am:
9211         * gst-libs/gst/net/Makefile.am:
9212         * gst-libs/gst/riff/Makefile.am:
9213         * gst-libs/gst/rtp/Makefile.am:
9214         * gst-libs/gst/tag/Makefile.am:
9215         * gst-libs/gst/video/Makefile.am:
9216           and use them
9217
9218 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9219
9220         * docs/libs/tmpl/gstcolorbalance.sgml:
9221         * docs/libs/tmpl/gstmixer.sgml:
9222         * docs/libs/tmpl/gstxoverlay.sgml:
9223         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9224         * sys/ximage/ximagesink.h:
9225         * sys/xvimage/xvimagesink.h: More and more documentation.
9226
9227 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9228
9229         * docs/libs/gst-plugins-base-libs-docs.sgml:
9230         * docs/libs/gst-plugins-base-libs-sections.txt:
9231         * docs/libs/tmpl/gstcolorbalance.sgml:
9232         * docs/libs/tmpl/gstmixer.sgml:
9233         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9234         to documentation.
9235
9236 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9237
9238         * docs/plugins/Makefile.am:
9239         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9240         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9241         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9242
9243 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9244
9245         * docs/plugins/Makefile.am:
9246         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9247         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9248         * docs/plugins/inspect/plugin-adder.xml:
9249         * docs/plugins/inspect/plugin-alsa.xml:
9250         * docs/plugins/inspect/plugin-audioconvert.xml:
9251         * docs/plugins/inspect/plugin-audiorate.xml:
9252         * docs/plugins/inspect/plugin-audioresample.xml:
9253         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9254         * docs/plugins/inspect/plugin-decodebin.xml:
9255         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9256         * docs/plugins/inspect/plugin-gnomevfs.xml:
9257         * docs/plugins/inspect/plugin-ogg.xml:
9258         * docs/plugins/inspect/plugin-playbin.xml:
9259         * docs/plugins/inspect/plugin-subparse.xml:
9260         * docs/plugins/inspect/plugin-tcp.xml:
9261         * docs/plugins/inspect/plugin-theora.xml:
9262         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9263         * docs/plugins/inspect/plugin-video4linux.xml:
9264         * docs/plugins/inspect/plugin-videorate.xml:
9265         * docs/plugins/inspect/plugin-videoscale.xml:
9266         * docs/plugins/inspect/plugin-videotestsrc.xml:
9267         * docs/plugins/inspect/plugin-volume.xml:
9268         * docs/plugins/inspect/plugin-vorbis.xml:
9269         * docs/plugins/inspect/plugin-ximagesink.xml:
9270         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9271         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9272
9273 2005-11-26  Edward Hervey  <edward@fluendo.com>
9274
9275         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9276         Properly return GstFlowReturn from gst_pad_push in chain functions.
9277
9278 2005-11-25  Michael Smith  <msmith@fluendo.com>
9279
9280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9281         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9282         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9283         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9284           Handle various conditions better when we don't understand a stream.
9285           Removes a heap of CRITICALs on ogg streams containing unknown data.
9286
9287 2005-11-24  Andy Wingo  <wingo@pobox.com>
9288
9289         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9290         Be threadsafe.
9291
9292 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9293
9294         * configure.ac: back to HEAD
9295
9296 === release 0.9.6 ===
9297
9298 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9299
9300         * configure.ac:
9301           releasing 0.9.6, "White Eight"
9302
9303 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9304
9305         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9306         * docs/plugins/inspect/plugin-sine.xml:
9307           remove sinesrc some more
9308
9309 2005-11-23  Wim Taymans  <wim@fluendo.com>
9310
9311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9312         If we are reading too slowly, jump forward in the ringbuffer
9313         instead of blocking.
9314
9315 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9316
9317         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9318         (gst_visual_chain):
9319         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9320         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9321         (gst_videorate_chain):
9322         * gst/videotestsrc/gstvideotestsrc.c:
9323         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9324         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9325         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9326         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9327         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9328         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9329           Updates for API changes
9330
9331 2005-11-23  Wim Taymans  <wim@fluendo.com>
9332
9333         * gst-libs/gst/audio/gstbaseaudiosink.c:
9334         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9335         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9336         Fix for calibration API change.
9337
9338 2005-11-23  Michael Smith <msmith@fluendo.com>
9339
9340         * gst-libs/gst/audio/multichannel.c:
9341         (gst_audio_get_channel_positions),
9342         (gst_audio_set_channel_positions),
9343         (gst_audio_set_structure_channel_positions_list),
9344         (gst_audio_fixate_channel_positions):
9345           Use gst_value_array_*() functions on value arrays, not
9346           gst_value_list_*().
9347
9348 2005-11-23  Edward Hervey  <edward@fluendo.com>
9349
9350         * autogen.sh:
9351         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9352         Fixes autogen
9353
9354 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9355
9356         * check/Makefile.am:
9357         * check/elements/videotestsrc.c: (setup_videotestsrc),
9358         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9359         (main):
9360           add a test for videotestsrc
9361
9362 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9363
9364         * gst/sine/.cvsignore:
9365         * gst/sine/Makefile.am:
9366         * gst/sine/gstsinesrc.c:
9367         * gst/sine/gstsinesrc.h:
9368         * gst/sine/sinesrc.vcproj:
9369           and remove sinesrc from the repository.  Closes #321446
9370
9371 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9372
9373         * configure.ac:
9374         * gst-plugins-base.spec.in:
9375           remove sinesrc from the build
9376
9377 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         * check/Makefile.am:
9380         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9381         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9382         (main):
9383           add a test for audiotestsrc, testing all waves.  Even seems
9384           leak-free at first glance, nice job Stefan
9385
9386 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9387
9388         * po/af.po:
9389         * po/az.po:
9390         * po/cs.po:
9391         * po/en_GB.po:
9392         * po/hu.po:
9393         * po/it.po:
9394         * po/nb.po:
9395         * po/nl.po:
9396         * po/or.po:
9397         * po/sq.po:
9398         * po/sr.po:
9399         * po/sv.po:
9400         * po/uk.po:
9401         * po/vi.po:
9402           Translation string updates
9403
9404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9405         (gst_v4lsrc_set_caps):
9406         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9407         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9408         * sys/v4l/v4lsrc_calls.h:
9409           Improve v4lsrc, by making it work again.
9410
9411 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9412
9413         * ext/libvisual/visual.c: (gst_visual_chain):
9414           Fix the fps calculations.
9415
9416         * gst/ffmpegcolorspace/avcodec.h:
9417           Move structure element for clarity
9418
9419         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9420         * gst-libs/gst/interfaces/tunernorm.h:
9421         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9422         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9423         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9424         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9425         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9426         (gst_v4lmjpegsrc_getcaps):
9427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9428         (gst_v4lsrc_set_caps):
9429         * sys/v4l/gstv4lsrc.h:
9430         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9431         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9432         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9433         * sys/v4l/v4lsrc_calls.h:
9434           Fractional framerates...
9435
9436 2005-11-22  Wim Taymans  <wim@fluendo.com>
9437
9438         * gst-libs/gst/audio/gstbaseaudiosink.c:
9439         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9440         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9441         And we provide a clock by default, of course...
9442
9443 2005-11-22  Wim Taymans  <wim@fluendo.com>
9444
9445         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9446         This clock can be slaved to a master clock now.
9447
9448         * gst-libs/gst/audio/gstbaseaudiosink.c:
9449         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9450         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9451         (gst_base_audio_sink_set_clock),
9452         (gst_base_audio_sink_set_property),
9453         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9454         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9455         * gst-libs/gst/audio/gstbaseaudiosink.h:
9456         Handle slaving the internal clock to the clock selected in the
9457         pipeline.
9458         Add property to make the basesink not provide a clock.
9459
9460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9461         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9462         (gst_base_rtp_depayload_wait):
9463         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9464         We can use the clock in GstElement, no need to store it ourselves.
9465
9466 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9467
9468         * docs/libs/tmpl/gstaudio.sgml:
9469           update
9470         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9471         (gst_paranoia_endian_get_type):
9472         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9473         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9474         * gst/audiotestsrc/gstaudiotestsrc.c:
9475         (gst_audiostestsrc_wave_get_type):
9476         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9477         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9478         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9479         (gst_sync_method_get_type), (gst_unit_type_get_type),
9480         (gst_client_status_get_type), (gst_multifdsink_class_init),
9481         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
9482         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
9483         (gst_multifdsink_get_property):
9484         * gst/tcp/gstmultifdsink.h:
9485         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
9486         * gst/videotestsrc/gstvideotestsrc.c:
9487         (gst_videotestsrc_pattern_get_type):
9488           remove deprecated properties
9489           fix up enums to correctly have short lowercase dashed nicks
9490
9491 2005-11-22  Michael Smith <msmith@fluendo.com>
9492
9493         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9494         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9495           Add underscore.
9496
9497 2005-11-22  Michael Smith <msmith@fluendo.com>
9498
9499         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9501           Use utility method for scaling clocktime for fractional framerates.
9502
9503 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
9504
9505         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9506         (gst_visual_chain):
9507         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9508         * ext/theora/theoradec.c: (theora_handle_type_packet):
9509         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9510         (theora_enc_chain):
9511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9512         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
9513         * gst-libs/gst/video/video.h:
9514         * gst/ffmpegcolorspace/avcodec.h:
9515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9516         (gst_ffmpeg_caps_to_pixfmt):
9517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9518         (gst_ffmpegcsp_set_caps):
9519         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9520         (gst_videorate_setcaps), (gst_videorate_blank_data),
9521         (gst_videorate_chain):
9522         * gst/videotestsrc/gstvideotestsrc.c:
9523         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
9524         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
9525         (gst_videotestsrc_event), (gst_videotestsrc_create):
9526         * gst/videotestsrc/gstvideotestsrc.h:
9527         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9528         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
9529         (gst_ximagesink_get_times), (gst_ximagesink_init):
9530         * sys/ximage/ximagesink.h:
9531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9532         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9533         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
9534         * sys/xvimage/xvimagesink.h:
9535           Convert elements to use fractions for their framerate.
9536           V4L elements to come later tonight.
9537
9538 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9539
9540         * gst-libs/gst/audio/audio.c:
9541         * gst-libs/gst/audio/audio.h:
9542           remove some deprecated functions
9543
9544 2005-11-22  Andy Wingo  <wingo@pobox.com>
9545
9546         * Update for gst_tag_setter API changes.
9547
9548 2005-11-22  Andy Wingo  <wingo@pobox.com>
9549
9550         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
9551         (gst_ogg_demux_perform_seek):
9552         * ext/theora/theoradec.c (theora_dec_sink_event):
9553         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
9554         update-funcnames.
9555
9556 2005-11-22  Wim Taymans  <wim@fluendo.com>
9557
9558         * examples/seeking/seek.c: (main):
9559         Give higher priority to bus signals than the gtk events
9560         to fix a race condition in the segment looping.
9561
9562 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         * ext/theora/Makefile.am:
9565         * ext/vorbis/Makefile.am:
9566         * gst-libs/gst/tag/Makefile.am:
9567         * gst-plugins-base.spec.in:
9568           Rename libgsttagedit to libgsttag (#322117).
9569
9570 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
9573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9574           Call gst_x_overlay_prepare_xwindow_id() to give applications
9575           a final chance to set their own xwindow id before the video
9576           sink creates its own window.
9577
9578 2005-11-22  Julien MOUTTE  <julien@moutte.net>
9579
9580         * sys/xvimage/xvimagesink.c:
9581         (gst_xvimagesink_navigation_send_event): Handle navigation
9582         events correcly with borders if applicable.
9583
9584 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         Patch by: Luca Ognibene
9587
9588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9589         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
9590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9591         (gst_ffmpegcsp_caps_remove_format_info):
9592         * gst/ffmpegcolorspace/imgconvert.c:
9593         * gst/ffmpegcolorspace/imgconvert_template.h:
9594           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
9595           #318353); use gst_structure_has_name().
9596
9597 2005-11-22  Julien MOUTTE  <julien@moutte.net>
9598
9599         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
9600         (gst_ximagesink_class_init): Add debug macros on functions.
9601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9602         (gst_xvimagesink_xwindow_draw_borders),
9603         (gst_xvimagesink_xvimage_put),
9604         (gst_xvimagesink_xwindow_update_geometry),
9605         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
9606         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
9607         (gst_xvimagesink_xcontext_clear),
9608         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9609         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9610         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9611         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9612         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
9613         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9614         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
9615         expose while being PAUSED, out of data flow navigation events, etc..
9616
9617 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9618
9619         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
9620         * gst-libs/gst/audio/audio.h:
9621           fix prototype - wondering why the test worked regardless
9622
9623 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9624
9625         * check/Makefile.am:
9626         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
9627         * gst-libs/gst/audio/audio.h:
9628           add a method that returns a proper GstClockTime
9629
9630 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9631
9632         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
9633         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
9634         * gst-libs/gst/interfaces/xoverlay.h:
9635           Remove everything having to do with the desired size; add 
9636           gst_x_overlay_prepare_xwindow_id() function; remove the
9637           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
9638           post a message on the bus instead (#321816).
9639
9640         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
9641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
9642         (gst_xvimagesink_xoverlay_init):
9643           Remove desired size stuff (#321816).
9644
9645 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9648         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9649         (mpeg_video_type_find), (mpeg_video_stream_type_find):
9650           Terminate vararg functions with NULL instead of 0 to 
9651           make gcc4 happy.
9652
9653 2005-11-21  Andy Wingo  <wingo@pobox.com>
9654
9655         patch by: Sebastien Cote <sebas642@yahoo.ca>
9656         
9657         * gst-libs/gst/rtp/gstrtpbuffer.h: 
9658         * gst-libs/gst/rtp/gstrtpbuffer.c
9659         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
9660
9661 2005-11-21  Andy Wingo  <wingo@pobox.com>
9662
9663         * gst/playback/gstplaybin.c (gen_audio_element) 
9664         (gen_video_element): Use the new MISSING_PLUGIN core error
9665         category. Closes #320060.
9666
9667         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
9668         * gst/videorate/gstvideorate.c (gst_videorate_event):
9669         * ext/theora/theoradec.c (theora_dec_sink_event): 
9670         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
9671         stream lock.
9672
9673         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
9674         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
9675         stream lock changes.
9676
9677 2005-11-21  Wim Taymans  <wim@fluendo.com>
9678
9679         * gst-libs/gst/audio/gstbaseaudiosink.c:
9680         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9681         (gst_base_audio_sink_provide_clock),
9682         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
9683         (gst_base_audio_sink_change_state):
9684         * gst/audioresample/gstaudioresample.c:
9685         Segment update fix.
9686
9687 2005-11-21  Andy Wingo  <wingo@pobox.com>
9688
9689         * *.h:
9690         * *.c: Ran scripts/update-macros. Oh yes.
9691
9692 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9693
9694         * sys/ximage/Makefile.am:
9695         * sys/ximage/ximage.c:
9696           Rename ximage plugin to ximagesink (#321426) (Don't forget to
9697           remove your old libgstximage.* manually if necessary).
9698
9699 2005-11-21  Michael Smith <msmith@fluendo.com>
9700
9701         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
9702           Minimal fix for bug #320200: set the min/max bitrate in the correct
9703           units. A better fix would be to upgrade to the RATEMANAGE2
9704           interface, rather than using the deprecated interface used here, but
9705           that would require an update in our libvorbis dependency (to 1.1),
9706           which is probably undesirable.
9707
9708 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
9709
9710         * ext/libvisual/visual.c: (get_buffer):
9711         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9712         (gst_base_audio_src_fixate):
9713         * gst/audioconvert/gstaudioconvert.c:
9714         (gst_audio_convert_fixate_caps):
9715         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
9716         * gst/audiotestsrc/gstaudiotestsrc.c:
9717         (gst_audiotestsrc_src_fixate):
9718         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9719         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
9720         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
9721         * gst/videotestsrc/gstvideotestsrc.c:
9722         (gst_videotestsrc_src_fixate):
9723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
9724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
9725           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
9726           (#322027)
9727
9728
9729 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9732         (gst_riff_create_iavs_caps):
9733         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
9734         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9735         (gst_riff_parse_info):
9736         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
9737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
9738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9739           Fixes for GST_FOURCC_FORMAT API change.
9740
9741 2005-11-21  Andy Wingo  <wingo@pobox.com>
9742
9743         patch by: Alessandro Dessina <alessandro nnva org>
9744
9745         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
9746         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
9747         (gst_ogg_parse_chain):
9748         * ext/theora/theoraenc.c (theora_set_header_on_caps):
9749         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
9750         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
9751         gst_value_list calls on arrays. Fixes #321962.
9752
9753 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9756         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
9757         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9758         * gst/adder/gstadder.c: (gst_adder_init),
9759         (gst_adder_request_new_pad), (gst_adder_collected),
9760         (gst_adder_change_state):
9761           Update for gst_collectpads_foo() to gst_collect_pads_foo()
9762           API change.
9763
9764 2005-11-21  Michael Smith <msmith@fluendo.com>
9765
9766         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
9767         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
9768           Properly handle pad_push return values.
9769
9770 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
9771
9772         * gst-libs/gst/tag/Makefile.am:
9773         * gst-libs/gst/tag/gstvorbistag.c:
9774         (gst_tag_list_to_vorbiscomment_buffer):
9775           Remove obsolete vorbistag element and debug category.
9776
9777         * gst/playback/gstplaybasebin.c: (check_queue):
9778           Don't divide by 0 when queue-threshold is 0.
9779
9780         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
9781           Don't modify an existing pixel-aspect-ratio if we fail to read
9782           a new one.
9783
9784 2005-11-20  Wim Taymans  <wim@fluendo.com>
9785
9786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
9787         (gst_vorbisenc_push_packet):
9788         GST_PAD_IS_USABLE is gone, use the return value of
9789         the push or pad_alloc_buffer instead.
9790
9791 2005-11-18  Julien MOUTTE  <julien@moutte.net>
9792
9793         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9794         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
9795         (gst_ximagesink_ximage_destroy),
9796         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
9797         (gst_ximagesink_xwindow_new),
9798         (gst_ximagesink_xwindow_update_geometry),
9799         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
9800         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
9801         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
9802         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
9803         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
9804         (gst_ximagesink_navigation_send_event),
9805         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
9806         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
9807         (gst_ximagesink_finalize), (gst_ximagesink_init),
9808         (gst_ximagesink_class_init):
9809         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
9810         This new version brings correct software scaling, non flickering
9811         window while resizing, pixel aspect ratio handling, usage of
9812         hardware buffer pools, out of data flow event thread for 
9813         navigation and handling of expose events even when being PAUSED,
9814         a new property to keep video aspect ratio when resizing, etc...
9815
9816 2005-11-18  Julien MOUTTE  <julien@moutte.net>
9817
9818         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9819         (gst_videoscale_fixate_caps): Introduce back caps fixate with
9820         handling of PAR.
9821
9822 2005-11-18    <bilboed@dvdsrc.fluendo.com>
9823
9824         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
9825         Unsetting IS_SINK flag from the fakesink, so decodebin
9826         never behaves as a sink.
9827
9828 2005-11-17  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9831         (gst_base_audio_src_change_state):
9832         Fix the audiosrc base class again, we did not unflush.
9833
9834 2005-11-17  Julien MOUTTE  <julien@moutte.net>
9835
9836         * examples/seeking/seek.c: (make_dv_pipeline),
9837         (make_vorbis_theora_pipeline), (make_avi_pipeline),
9838         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
9839         to ogg/vorbis/theora pipeline.
9840
9841 2005-11-17  Wim Taymans  <wim@fluendo.com>
9842
9843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9844         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
9845         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
9846         Fix EOS on multiple streams.
9847         More debugging.
9848
9849 2005-11-16  Wim Taymans  <wim@fluendo.com>
9850
9851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
9852         (gst_ogg_demux_perform_seek):
9853         Segment done must include stream time.
9854
9855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9856         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
9857         (gst_ogg_mux_change_state):
9858         Fix ogg muxer again.
9859
9860 2005-11-16  Wim Taymans  <wim@fluendo.com>
9861
9862         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
9863         Fix compile again.
9864
9865 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9866
9867         * ext/libvisual/visual.c: (gst_visual_init):
9868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
9869         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
9870         (gst_ogg_parse_chain):
9871         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9872         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
9873         * ext/theora/theoradec.c: (gst_theora_dec_init):
9874         * ext/theora/theoraenc.c: (gst_theora_enc_init):
9875         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
9876         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
9877         * gst/adder/gstadder.c: (gst_adder_class_init),
9878         (gst_adder_dispose):
9879         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9880         * gst/subparse/gstsubparse.c: (gst_subparse_init):
9881         * gst/videorate/gstvideorate.c: (gst_videorate_init):
9882           Fix a whole set of pad template leaks
9883
9884 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9885
9886         * check/generic/states.c: (GST_START_TEST):
9887           fix the test so that it only checks for elements that are part of
9888           this source module
9889
9890 2005-11-16  Michael Smith <msmith@fluendo.com>
9891
9892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
9893         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
9894         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9895         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
9896         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
9897         (gst_ogg_mux_change_state):
9898           Fix leaking collectpads.
9899
9900 2005-11-16  Edward Hervey  <edward@fluendo.com>
9901
9902         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
9903         (gst_videorate_event), (gst_videorate_chain):
9904         Handle segment seeks
9905
9906 2005-11-16  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst-libs/gst/audio/gstbaseaudiosink.c:
9909         (gst_base_audio_sink_provide_clock),
9910         (gst_base_audio_sink_change_state):
9911         Set ringbuffer to non-flushing when going to PAUSED, set to
9912         flushing again when going to READY.
9913
9914         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9915         (gst_ring_buffer_stop):
9916         Start in flushing mode by default.
9917         Don't set flushing in the _stop method, let the app call
9918         this explicitly.
9919
9920 2005-11-16  Julien MOUTTE  <julien@moutte.net>
9921
9922         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
9923         * gst-libs/gst/video/videosink.h: Add helper function needed
9924         for video sinks.
9925
9926 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
9927
9928         * gst/videoscale/gstvideoscale.c:
9929         (gst_videoscale_handle_src_event):
9930           Don't leak reference to pad parent.
9931
9932 2005-11-16  Wim Taymans  <wim@fluendo.com>
9933
9934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
9935         Set ringbuffer to flushing when stopping so that we don't
9936         block on wait_segment anymore and livelock.
9937
9938 2005-11-16  Wim Taymans  <wim@fluendo.com>
9939
9940         * examples/seeking/seek.c: (send_event), (do_seek),
9941         (loop_toggle_cb), (segment_done), (main):
9942         Added looping checkbox.
9943
9944 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9945
9946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9947         (gst_ogg_demux_init):
9948         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
9949         (gst_vorbis_dec_init):
9950           revert unrefs, they don't pass make check
9951
9952 2005-11-15  Johan Dahlin  <johan@gnome.org>
9953
9954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9955         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
9956         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
9957         (gst_vorbis_dec_init):
9958         Fix pad template leaks. 
9959
9960 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9963           Make state change function thread safe.
9964
9965 2005-11-15  Edward Hervey  <edward@fluendo.com>
9966
9967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
9968         (gst_ogg_demux_class_init):
9969         Implement GstElement::send_event, so we can send seek events
9970         in GST_STATE_READY
9971
9972 2005-11-14  Julien MOUTTE  <julien@moutte.net>
9973
9974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
9975         Discovered how to take away flickering while resizing the
9976         window. Please don't put that in ximagesink, refactoring in
9977         progress.
9978
9979 2005-11-14  Michael Smith <msmith@fluendo.com>
9980
9981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
9982         (gst_multifdsink_render):
9983           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
9984
9985 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         * gst/playback/gstplaybin.c: (gen_audio_element):
9988           Use autoaudiosink, it tends to be more widely available than
9989           autoaudiiosink.
9990           
9991 2005-11-14  Andy Wingo  <wingo@pobox.com>
9992
9993         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
9994         as well if it is available. Fixes #316442.
9995
9996 2005-11-14  Michael Smith <msmith@fluendo.com>
9997
9998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
9999         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10000         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10001         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10002         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10003         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10005         (gst_vorbisenc_change_state):
10006           Fix a small memory leak in vorbisenc.
10007           Fix large memory leaks in oggmux, also fix lots of state change
10008           bugs in oggmux.
10009
10010 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10011
10012         * gst/videotestsrc/gstvideotestsrc.c:
10013         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10014         (gst_videotestsrc_src_fixate):
10015           move fixation to a fixate function
10016           remove negotiate function, basesrc's is good enough
10017           fixes a bug for check when using the element alone
10018
10019 2005-11-13  Edward Hervey  <edward@fluendo.com>
10020
10021         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10022         (key_toggle_cb), (main):
10023         Added checkboxes for adding/removing the accurate and key_unit seek
10024         flags.
10025
10026 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10027
10028         * configure.ac: back to HEAD
10029
10030 === release 0.9.5 ===
10031
10032 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10033
10034         * configure.ac:
10035           releasing 0.9.5, "No No Kia"
10036
10037 2005-11-11  Edward Hervey  <edward@fluendo.com>
10038
10039         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10040         Added parse-launch syntax seeking mode for the seeking example.
10041         This should help stress-test even more cases.
10042         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10043
10044 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         * sys/xvimage/xvimagesink.c:
10047         (gst_xvimagesink_navigation_send_event):
10048           Check whether peer pad exists before sending navigation events
10049           to it.
10050
10051 2005-11-11  Michael Smith <msmith@fluendo.com>
10052
10053         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10054         (gst_vorbisenc_buffer_from_packet):
10055         * ext/vorbis/vorbisenc.h:
10056           Set duration on encoded buffers. This allows oggmux's
10057           max_page_delay parameter to actually work.
10058
10059 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10062         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10063         (gst_ffmpegcsp_avpicture_fill):
10064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10065         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10066           Make palettes work again (see #132341). Use our own macros
10067           for rounding up.
10068
10069 2005-11-10  Andy Wingo  <wingo@pobox.com>
10070
10071         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10072         string doober.
10073
10074 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10075
10076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10077         (gst_ffmpegcsp_transform_caps):
10078           Prefer passthrough in transform_caps
10079
10080 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10081
10082         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10083           check for ALSA errors properly, instead of relying on ALSA's
10084           error strings to serve to the user.
10085
10086 2005-11-10  Wim Taymans  <wim@fluendo.com>
10087
10088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10089         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10090         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10091         Modernise the seek code.
10092
10093 2005-11-10  Michael Smith <msmith@fluendo.com>
10094         
10095         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10096         (setup_substreams), (set_active_source):
10097           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10098           trying to go to NULL if we failed to read a file.
10099
10100 2005-11-10  Wim Taymans  <wim@fluendo.com>
10101
10102         * gst/audiotestsrc/gstaudiotestsrc.c:
10103         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10104         (gst_audiotestsrc_create):
10105         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10106         (gst_sinesrc_get_times), (gst_sinesrc_create):
10107         * gst/videotestsrc/gstvideotestsrc.c:
10108         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10109         (gst_videotestsrc_create):
10110         The base class can now sync for us.
10111
10112 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10113
10114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10115           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10116           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10117           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10118           format=(fourcc)I420" ! xvimagesink
10119
10120 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10123         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10124         (gst_sinesrc_newsegment):
10125           Send newsegment event in TIME format, set duration if
10126           num-buffers is set, fix duration querying.
10127
10128 2005-11-10  Michael Smith <msmith@fluendo.com>
10129
10130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10131         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10132         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10133         (gst_ogg_mux_collected):
10134          Fix EOS handling, partially. Now forwarding an EOS event once we have
10135          EOS on all pads works correctly. However, we still don't properly set
10136          EOS on the actual ogg stream pages.
10137
10138 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10141           Set elements to NULL state before disposing of them.
10142
10143 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10144
10145         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10148         (gst_base_rtp_depayload_init),
10149         (gst_base_rtp_depayload_set_gst_timestamp):
10150         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10151           We need to send a newsegment event for each instance, not
10152           just for the first instance of this class (get rid of
10153           static variable in function). (#321011).
10154           
10155 2005-11-08  Michael Smith <msmith@fluendo.com>
10156
10157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10158         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10159         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10160         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10161           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10162           This makes us mux things correctly according to the ogg muxing
10163           rules. Still not handling EOS correctly right now, though.
10164
10165 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst/audioconvert/gstaudioconvert.c:
10168           Fix typo in docs. 
10169
10170 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10173         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10174           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10175           creating a new chain; should fix live streaming. Also
10176           add more debug output and fix a typo.
10177
10178 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10179
10180         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/volume/gstvolume.c: (volume_set_caps):
10183           Fix compilation on Solaris with Forte. (#320923)
10184
10185 2005-11-08  Wim Taymans  <wim@fluendo.com>
10186
10187         * gst-libs/gst/audio/gstbaseaudiosink.c:
10188         (gst_base_audio_sink_render):
10189         No need to do a typecheck.
10190
10191 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * ext/alsa/gstalsa.h:
10194           We register a debug category, so let's use it.
10195
10196 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10197
10198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10199         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10200         Fixed a small problem.
10201
10202 2005-11-04  Wim Taymans  <wim@fluendo.com>
10203
10204         * examples/seeking/Makefile.am:
10205         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10206         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10207         (make_playerbin_pipeline), (format_value), (update_scale),
10208         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10209         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10210         (print_usage), (main):
10211         Added app for playback speed testing.
10212
10213         * examples/seeking/seek.c: (dynamic_link),
10214         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10215         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10216         (message_received), (main):
10217         Updated seek example.
10218
10219 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10220
10221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10222         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10223         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10224         (gst_base_rtp_depayload_set_clock):
10225         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10226         Don't sleep on the bench (system clock) when you have a nice 
10227         comfortable bed (Gstreamer clock) to sleep on.
10228
10229 2005-11-03  Wim Taymans  <wim@fluendo.com>
10230
10231         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10232         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10233         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10234         Handle the case where a pad_block failed.
10235
10236 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10237
10238         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10239
10240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10241         (gst_base_rtp_depayload_add_to_queue),
10242         (gst_base_rtp_depayload_push),
10243         (gst_base_rtp_depayload_set_gst_timestamp),
10244         (gst_base_rtp_depayload_queue_release):
10245           Fixes some bugs in the depayloader's queuing/de-queueing code.
10246
10247 2005-10-31  Michael Smith <msmith@fluendo.com>
10248
10249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10250         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10251         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10252           Patch from Alessandro Decina <alessandro@nnva.org>.
10253           Make oggdemux only find the final time in a chain, not per-pad,
10254           since the per-pad information can be very expensive to locate, and
10255           it isn't used anywhere. This makes reading a file containing
10256           OggSkeleton reasonably fast.
10257           Also, make chain finding work when there are logical bitstreams that
10258           can't be decoded. Fixes #319110.
10259
10260 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10261
10262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10263         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10264         (gst_base_rtp_depayload_chain),
10265         (gst_base_rtp_depayload_add_to_queue),
10266         (gst_base_rtp_depayload_push),
10267         (gst_base_rtp_depayload_set_gst_timestamp),
10268         (gst_base_rtp_depayload_queue_release),
10269         (gst_base_rtp_depayload_start_thread),
10270         (gst_base_rtp_depayload_set_property),
10271         (gst_base_rtp_depayload_get_property):
10272         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10273         Some random fixes, to fullfill the desires of thomas.
10274
10275 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10276
10277         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10278         (gst_base_rtp_depayload_add_to_queue),
10279         (gst_base_rtp_depayload_push):
10280         Fixed the queueing algorithm.
10281
10282 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10283
10284         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10285         (gst_base_rtp_depayload_push):
10286         A small fix
10287
10288 2005-10-31  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst-libs/gst/audio/gstringbuffer.h:
10291         Don't break ABI.
10292
10293         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10294         (gst_ffmpeg_caps_to_pixfmt):
10295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10296         (gst_ffmpegcsp_set_caps):
10297         Some more comments.
10298         Handle missing required caps fields better.
10299
10300 2005-10-31  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst-libs/gst/audio/gstbaseaudiosink.c:
10303         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10304         (gst_base_audio_sink_render):
10305         * gst-libs/gst/audio/gstringbuffer.c:
10306         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10307         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10308         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10309         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10310         (gst_ring_buffer_read):
10311         * gst-libs/gst/audio/gstringbuffer.h:
10312         Add flushing mode to the ringbuffer so that it in all cases does
10313         not try to handle more audio. This makes sure it does not try to
10314         block anymore when flushing and fixes a livelock.
10315
10316 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10319         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10320         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10321           Explicitly check for -1 values before doing a conversion
10322           and always map them to -1. (#315545)
10323
10324 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10325
10326         * gst/playback/gstplaybin.c: (gen_video_element):
10327           first try autovideosink, then xvimagesink, then error out
10328         * po/POTFILES.in:
10329           add translatable file
10330         * po/af.po:
10331         * po/az.po:
10332         * po/cs.po:
10333         * po/en_GB.po:
10334         * po/hu.po:
10335         * po/it.po:
10336         * po/nb.po:
10337         * po/nl.po:
10338         * po/or.po:
10339         * po/sq.po:
10340         * po/sr.po:
10341         * po/sv.po:
10342         * po/uk.po:
10343         * po/vi.po:
10344           update translations
10345
10346 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10347
10348         * gst-libs/gst/rtp/gstbasedepayload.c:
10349         * gst-libs/gst/rtp/gstbasedepayload.h:
10350           Minor cleanups
10351
10352 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         * gst/playback/.cvsignore:
10355         * gst/playback/decodetest.c:
10356         * gst/playback/test3.c:
10357           Port these two tests as well.
10358
10359 2005-10-27  Wim Taymans  <wim@fluendo.com>
10360
10361         * ext/theora/theoradec.c: (theora_dec_src_query),
10362         (theora_dec_sink_event):
10363         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10364         (theora_enc_change_state):
10365         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10366         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10367         Take proper locks when handling events.
10368
10369 2005-10-27  Wim Taymans  <wim@fluendo.com>
10370
10371         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10372         (gst_adder_change_state):
10373         Fix timestamps and fix deadlock when stopping the collectpads.
10374
10375 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10376
10377         * gst-libs/gst/rtp/gstrtpbuffer.h:
10378         Declaring the payload types as strings too so that they can be used
10379         in the padtemplate inialization.
10380
10381 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10382
10383         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10384
10385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10386         (gst_base_rtp_depayload_class_init):
10387         Fixes a small but nasty bug. The derived elements no longer segfaults
10388         on finalization.
10389
10390 2005-10-26  Michael Smith <msmith@fluendo.com>
10391
10392         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10393           When clearing an audioconvert context, set tmpbufsize to zero, so
10394           we'll allocate it again later if required.
10395           This fixes audioconvert re-negotiating formats, which previously
10396           segfaulted with a NULL destination buffer.
10397
10398 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10399
10400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10401         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10402         (gst_base_rtp_depayload_set_gst_timestamp),
10403         (gst_base_rtp_depayload_queue_release):
10404         Fixed a smalll memleak.
10405
10406 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10408         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10409         (gst_base_rtp_depayload_finalize),
10410         (gst_base_rtp_depayload_setcaps),
10411         (gst_base_rtp_depayload_add_to_queue),
10412         (gst_base_rtp_depayload_push),
10413         (gst_base_rtp_depayload_set_gst_timestamp),
10414         (gst_base_rtp_depayload_queue_release),
10415         (gst_base_rtp_depayload_thread),
10416         (gst_base_rtp_depayload_change_state):
10417         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10418         Changed the C++ comments to C comments
10419
10420 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10421
10422         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10423         * gst/tcp/gsttcpclientsrc.h:
10424         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10425         * gst/tcp/gsttcpserversrc.h:
10426           Remove unused 'curoffset' structure member.
10427
10428 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10429
10430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10431         (gst_base_rtp_depayload_base_init),
10432         (gst_base_rtp_depayload_finalize):
10433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10434         * gst-libs/gst/rtp/gstbasertppayload.h:
10435           The pad-template on the sinkpad should be set by the derived classes.
10436           Also added some useful macros.
10437
10438 2005-10-24  Wim Taymans  <wim@fluendo.com>
10439
10440         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10441         Correctly flush decoder samples even if we could not
10442         copy them to an output buffer. Fixes #319618.
10443
10444 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10445
10446         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10448         the caps against our xcontext caps.
10449
10450 2005-10-24  Wim Taymans  <wim@fluendo.com>
10451
10452         * gst-libs/gst/audio/gstbaseaudiosink.c:
10453         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10454         Remove g_print
10455         Use sync property from baseclass to disable sync.
10456
10457 2005-10-24  Wim Taymans  <wim@fluendo.com>
10458
10459         * gst-libs/gst/audio/gstbaseaudiosink.c:
10460         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10461         Buffers with no timestamps get aligned with previous buffers or
10462         on underrun, played ASAP.
10463
10464 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10465
10466         * gst-libs/gst/video/video.h:
10467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10468         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10470         here comes my change on caps for framerate and geometry range.
10471         We are now accepting 1 to MAXINT for width and height, and from
10472         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10473         to be blended correctly in videomixer.
10474
10475 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10476
10477         * configure.ac:
10478           back to HEAD
10479
10480 === release 0.9.4 ===
10481
10482 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10483
10484         * NEWS:
10485         * RELEASE:
10486         * configure.ac:
10487           releasing 0.9.4, "Velociraptor"
10488
10489 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10490
10491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
10492         * po/POTFILES.in:
10493           STOPPED -> FAILED
10494
10495 2005-10-21  Wim Taymans  <wim@fluendo.com>
10496
10497         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10498         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
10499         (pad_blocked), (close_pad_link), (new_pad):
10500         Don't try to remove elements twice.
10501
10502 2005-10-21  Wim Taymans  <wim@fluendo.com>
10503
10504         * ext/theora/theoradec.c: (theora_dec_src_query),
10505         (theora_dec_sink_event):
10506         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10507         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10508         (vorbis_handle_data_packet):
10509         * ext/vorbis/vorbisdec.h:
10510         Fix old naming.
10511
10512         * gst-libs/gst/audio/gstbaseaudiosink.c:
10513         (gst_base_audio_sink_render):
10514         Don't try to sync on buffers without a timestamp.
10515
10516 2005-10-21  Wim Taymans  <wim@fluendo.com>
10517
10518         * ext/theora/theoradec.c: (theora_dec_src_query),
10519         (theora_dec_sink_event):
10520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10521         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10522         (vorbis_handle_data_packet):
10523         * ext/vorbis/vorbisdec.h:
10524         Fix old naming.
10525
10526 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
10529         (gst_vorbisenc_src_query):
10530           Implement position and duration queries.
10531
10532         * gst/playback/test3.c: (update_scale), (main):
10533           Fix for async state changes and print nicer output.
10534
10535 2005-10-20  Wim Taymans  <wim@fluendo.com>
10536
10537         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
10538         (dump_element_stats), (main):
10539         * gst/playback/test6.c: (main):
10540         Fix tests again
10541
10542 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
10545         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
10546           Don't use functions for position queries when handling
10547           duration queries.
10548
10549 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10550
10551         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10552         (vorbis_handle_data_packet), (vorbis_dec_chain),
10553         (vorbis_dec_change_state):
10554         * ext/vorbis/vorbisdec.h:
10555           Vorbis streams can be embedded in other container formats
10556           than ogg, container formats where the demuxer might set 
10557           timestamps on encoded vorbis buffers instead of those silly 
10558           granulepos thingies. In short: make vorbisdec handle 
10559           timestamps on incoming buffers as well.
10560
10561 2005-10-20  Wim Taymans  <wim@fluendo.com>
10562
10563         * gst/playback/gstplaybasebin.c: (group_destroy),
10564         (gst_play_base_bin_change_state):
10565         Fix leak.
10566         Handle case where playbasebin is now ASYNC because
10567         decodebin is.
10568
10569 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * gst/audioconvert/Makefile.am:
10572         * gst/audioconvert/bufferframesconvert.c:
10573         * gst/audioconvert/plugin.c: (plugin_init):
10574         * gst/audioconvert/plugin.h:
10575           And bye bye buffer-frames-convert
10576
10577 2005-10-19  Wim Taymans  <wim@fluendo.com>
10578
10579         * check/elements/audioconvert.c:
10580         * docs/libs/tmpl/gstaudio.sgml:
10581         * docs/libs/tmpl/gstcolorbalance.sgml:
10582         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10583         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
10584         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
10585         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
10586         * gst-libs/gst/audio/audio.h:
10587         * gst/audioconvert/audioconvert.h:
10588         * gst/audioconvert/gstaudioconvert.c:
10589         (gst_audio_convert_parse_caps):
10590         * gst/volume/gstvolume.c:
10591         Bye bye buffer-frames.
10592
10593 2005-10-19  Wim Taymans  <wim@fluendo.com>
10594
10595         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
10596         (query_positions_elems), (query_positions_pads), (update_scale),
10597         (do_seek), (set_update_scale), (message_received), (main):
10598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10599         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
10600         (gst_ogg_demux_loop):
10601         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10602         * ext/theora/theoradec.c: (theora_dec_src_query),
10603         (theora_dec_sink_event):
10604         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10605         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
10606         * gst/adder/gstadder.c: (gst_adder_query):
10607         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
10608         * gst/playback/test3.c: (update_scale):
10609         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
10610         (dump_element_stats), (main):
10611         * gst/playback/test6.c: (main):
10612         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
10613         Query API update.
10614
10615 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10616
10617         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
10618         (xml_check_first_element), (xml_type_find), (smil_type_find),
10619         (plugin_init):
10620           Add typefinding for SMIL and for generic XML. Based on patch by
10621           Akos Maroy (#308663).
10622
10623 2005-10-18  Wim Taymans  <wim@fluendo.com>
10624
10625         * gst/playback/Makefile.am:
10626         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10627         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
10628         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
10629         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
10630         (gst_decode_bin_change_state):
10631         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10632         (gst_play_bin_send_event_to_sink):
10633         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
10634         (dump_element_stats), (main):
10635         * gst/playback/test6.c: (main):
10636         Make playbin async, it'll commit state to paused when all streams
10637         are detected.
10638         Remove ugly hack.
10639         Added test6.c to show async behaviour.
10640
10641 2005-10-18  Wim Taymans  <wim@fluendo.com>
10642
10643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10644         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
10645         Fix for segment-start/stop API change.
10646
10647 2005-10-18  Wim Taymans  <wim@fluendo.com>
10648
10649         * check/Makefile.am:
10650         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
10651         (main):
10652         Add future test for clock selection.
10653
10654 2005-10-18  Wim Taymans  <wim@fluendo.com>
10655
10656         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
10657         (gst_alsasink_close):
10658         Set handle to NULL.
10659
10660         * gst-libs/gst/audio/gstringbuffer.c:
10661         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10662         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10663         (gst_ring_buffer_start), (gst_ring_buffer_pause),
10664         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
10665         (gst_ring_buffer_read):
10666         More debug info.
10667
10668 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
10669
10670         * gst/audiotestsrc/Makefile.am:
10671         * gst/sine/Makefile.am:
10672         * gst/volume/Makefile.am:
10673           fix broken build of controllerized plugins
10674
10675 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10676
10677         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10680         (gst_riff_create_video_template_caps):
10681           Add support for Indeo-3 (IV32).
10682
10683 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685         * configure.ac:
10686           rewrite
10687
10688 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10689
10690         * gst-libs/gst/video/video.c: (gst_video_get_size):
10691         * gst/audiotestsrc/gstaudiotestsrc.c:
10692           doc updates
10693
10694 2005-10-17  Andy Wingo  <wingo@pobox.com>
10695
10696         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
10697         with the collectpads change.
10698         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
10699
10700         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
10701
10702         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
10703
10704         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
10705         alloc_buffer flow return to callers.
10706         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
10707         change. Fix some memleaks in theoraenc.
10708
10709         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
10710         in strange circumstance.
10711
10712 2005-10-17  Julien MOUTTE  <julien@moutte.net>
10713
10714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10715         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
10716         from caps, let's use the caps...
10717
10718 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10719
10720         * configure.ac:
10721           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
10722
10723 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10724
10725         * gst-libs/gst/interfaces/Makefile.am:
10726           fix silly typo
10727
10728 2005-10-16  Andy Wingo  <wingo@pobox.com>
10729
10730         * gst/playback/gstdecodebin.c
10731         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
10732         function!
10733         (try_to_link_1): Increase kraziness level.
10734
10735 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10736
10737         * configure.ac:
10738           restructure like the core one
10739         * gst-libs/gst/audio/Makefile.am:
10740         * gst-libs/gst/interfaces/Makefile.am:
10741         * gst-libs/gst/net/Makefile.am:
10742         * gst-libs/gst/riff/Makefile.am:
10743         * gst-libs/gst/rtp/Makefile.am:
10744         * gst-libs/gst/tag/Makefile.am:
10745         * gst-libs/gst/video/Makefile.am:
10746           use correct linker flags, now the libs are properly versioned
10747         * check/elements/audioconvert.c: (verify_convert):
10748         * ext/alsa/gstalsaplugin.c:
10749         * ext/cdparanoia/gstcdparanoia.c:
10750         * ext/gnomevfs/gstgnomevfs.c:
10751         * ext/libvisual/visual.c:
10752         * ext/ogg/gstogg.c:
10753         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
10754         * ext/theora/theora.c:
10755         * ext/vorbis/vorbis.c:
10756         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10757         * gst-libs/gst/tag/gsttagediting.c:
10758         * gst-libs/gst/video/video.c:
10759         * gst/adder/gstadder.c:
10760         * gst/audioconvert/plugin.c:
10761         * gst/audiorate/gstaudiorate.c:
10762         * gst/audioresample/gstaudioresample.c:
10763         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10764         * gst/audioscale/gstaudioscale.c:
10765         * gst/audioscale/resample.c:
10766         * gst/audiotestsrc/gstaudiotestsrc.c:
10767         * gst/ffmpegcolorspace/gstffmpeg.c:
10768         * gst/playback/gstdecodebin.c: (close_pad_link):
10769         * gst/playback/gstplaybin.c: (gen_video_element),
10770         (gen_audio_element):
10771         * gst/sine/gstsinesrc.c:
10772         * gst/subparse/gstsubparse.c:
10773         * gst/tags/gsttagediting.c:
10774         * gst/tcp/gsttcpplugin.c:
10775         * gst/typefind/gsttypefindfunctions.c:
10776         * gst/videorate/gstvideorate.c:
10777         * gst/videoscale/gstvideoscale.c:
10778         * gst/videotestsrc/gstvideotestsrc.c:
10779         * gst/volume/gstvolume.c:
10780         * sys/v4l/gstv4l.c:
10781         * sys/ximage/ximage.c:
10782         * sys/xvimage/xvimagesink.c:
10783           fix up defines
10784
10785 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * ext/vorbis/vorbisenc.c:
10788         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10789         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
10790         (gst_tag_to_vorbis_comments):
10791           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
10792
10793 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
10794
10795         * examples/stats/mp2ogg.c:
10796         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10797           typo fixes
10798
10799 2005-10-13  Michael Smith <msmith@fluendo.com>
10800
10801         * ext/ogg/gstoggmux.c:
10802           Use magic glib macros to define constants as 64 bit, to ensure
10803           appropriate vararg passing.
10804
10805 2005-10-13  Michael Smith <msmith@fluendo.com>
10806
10807         * ext/ogg/gstoggmux.c:
10808         * gst/audioconvert/audioconvert.c: (float):
10809           Don't use LL suffix, as it's not portable, and neither of these
10810           uses required it anyway.
10811
10812 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
10813
10814         * examples/indexing/indexmpeg.c: (main):
10815         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
10816         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
10817         (cdparanoia_convert), (cdparanoia_query):
10818         * ext/cdparanoia/gstcdparanoia.h:
10819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
10820         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
10821         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
10822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
10823         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
10824         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
10825         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
10826         (gst_multifdsink_render), (gst_multifdsink_start),
10827         (gst_multifdsink_stop):
10828         * gst/tcp/gstmultifdsink.h:
10829         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
10830         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
10831         (gst_tcpclientsink_stop):
10832         * gst/tcp/gsttcpclientsink.h:
10833         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
10834         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
10835         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
10836         * gst/tcp/gsttcpclientsrc.h:
10837         * gst/tcp/gsttcpserversink.h:
10838         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
10839         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
10840         (gst_tcpserversrc_stop):
10841         * gst/tcp/gsttcpserversrc.h:
10842         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
10843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
10844         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
10845           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
10846           moved bitshift from macro to enum definition
10847
10848 2005-10-12  Wim Taymans  <wim@fluendo.com>
10849
10850         * examples/seeking/Makefile.am:
10851         Oops.
10852
10853 2005-10-12  Wim Taymans  <wim@fluendo.com>
10854
10855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
10856         (gst_ring_buffer_read), (gst_ring_buffer_clear):
10857         Don't assert on normal stuff.
10858
10859         * gst/playback/gstplaybin.c: (do_playbin_seek):
10860         API fix.
10861
10862 2005-10-12  Wim Taymans  <wim@fluendo.com>
10863
10864         * check/pipelines/simple_launch_lines.c: (run_pipeline):
10865         * examples/seeking/Makefile.am:
10866         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
10867         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
10868         (do_seek), (set_update_scale), (message_received), (main):
10869         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
10870         (gst_ring_buffer_read), (gst_ring_buffer_clear):
10871         Update for _get_state() API change.
10872
10873 2005-10-11  Wim Taymans  <wim@fluendo.com>
10874
10875         * gst-libs/gst/audio/gstbaseaudiosink.c:
10876         (gst_base_audio_sink_render):
10877         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10878         (gst_base_audio_src_create):
10879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
10880         (gst_ring_buffer_read):
10881         Cleanups.
10882         Commit and read from ringbuffer in samples rather than bytes.
10883
10884 2005-10-11  Wim Taymans  <wim@fluendo.com>
10885
10886         * gst-libs/gst/audio/gstbaseaudiosink.c:
10887         (gst_base_audio_sink_render):
10888         Respect segment rate and accum when scheduling samples.
10889
10890 2005-10-11  Julien MOUTTE  <julien@moutte.net>
10891
10892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10893         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
10894         EOS correctly, that needs more work.
10895
10896 2005-10-11  Wim Taymans  <wim@fluendo.com>
10897
10898         * check/generic/states.c: (GST_START_TEST):
10899         remove old property.
10900
10901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10902         (gst_ogg_demux_perform_seek):
10903         * ext/theora/theoradec.c: (theora_dec_sink_event):
10904         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10905         (vorbis_handle_data_packet):
10906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10907         (gst_base_rtp_depayload_set_gst_timestamp):
10908         * gst/videorate/gstvideorate.c: (gst_videorate_event):
10909         Update for newsegment API change.
10910
10911 2005-10-11  Michael Smith <msmith@fluendo.com>
10912
10913         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
10914         (do_playbin_seek), (gst_play_bin_send_event):
10915           Override send_event differently, so that we can takes bits of
10916           functionality from GstPipeline (special handling for seeks,
10917           including pausing/resuming, and resetting stream time) and still get
10918           the appropriate behaviour of only forwarding event to a single sink,
10919           rather than all of them.
10920           Unfortunately requires a lot of code duplication, but the
10921           alternatives are equally ugly in the end.
10922
10923 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10924
10925         * check/elements/audioconvert.c: (setup_audioconvert),
10926         (cleanup_audioconvert), (get_int_caps), (verify_convert),
10927         (GST_START_TEST), (audioconvert_suite):
10928           clean up tests a little, fix some leaks.
10929
10930 2005-10-10  Wim Taymans  <wim@fluendo.com>
10931
10932         * ext/alsa/gstalsasink.c:
10933         Also allow unsigned int.
10934
10935         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10936         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
10937         Small cleanup
10938
10939 2005-10-10  Wim Taymans  <wim@fluendo.com>
10940
10941         * check/pipelines/simple_launch_lines.c: (run_pipeline):
10942         Small update, use API as stated in design docs.
10943
10944         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
10945         (update_scale), (do_seek), (seek_cb), (set_update_scale),
10946         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
10947         (message_received), (main):
10948         Updated seek example for GOption. Some usability improvements.
10949
10950 2005-10-10  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst/audioconvert/audioconvert.h:
10953         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
10954         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
10955         Alloc temp storage somewhere else where we can do it more
10956         portable.
10957
10958 2005-10-10  Wim Taymans  <wim@fluendo.com>
10959
10960         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
10961         (gst_tcpserversrc_start):
10962         Don't block in accept while doing the state change, move
10963         to poll and make cancellable.
10964
10965 2005-10-09  Philippe Khalaf <burger@speedy.org>
10966
10967         * gst-libs/gst/rtp/rtpbasedepayload.c:
10968         Set timestamp and add queue delay to timestamp
10969         * gst-libs/gst/rtp/rtpbuffer.h:
10970         Set correct payload type for h263
10971
10972 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
10973
10974         * gst/audiotestsrc/gstaudiotestsrc.c:
10975         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
10976         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
10977         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
10978         (gst_audiotestsrc_create_triangle),
10979         (gst_audiotestsrc_create_silence),
10980         (gst_audiotestsrc_create_white_noise),
10981         (gst_audiotestsrc_init_pink_noise),
10982         (gst_audiotestsrc_generate_pink_noise_value),
10983         (gst_audiotestsrc_create_pink_noise),
10984         (gst_audiotestsrc_change_wave):
10985         * gst/audiotestsrc/gstaudiotestsrc.h:
10986           fixed typo, added pink noise
10987
10988 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
10991         (plugin_init):
10992           Add wavpack and spc typefind functions from 0.8 branch.
10993
10994 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
10997         (ar_type_find), (msdos_type_find), (plugin_init):
10998           Add typefind functions for tar archives, ar archives,
10999           RAR archives, and msdos-executables (dlls, exe, etc.).
11000           Some of those would be wrongly identified as mpeg
11001           streams of some sort before (#315550).
11002
11003 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11004
11005         * configure.ac:
11006         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11007         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11008         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11009         * gst/audiotestsrc/Makefile.am:
11010         * gst/audiotestsrc/gstaudiotestsrc.c:
11011         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11012         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11013         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11014         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11015         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11016         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11017         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11018         (gst_audiotestsrc_create_silence),
11019         (gst_audiotestsrc_create_white_noise),
11020         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11021         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11022         (gst_audiotestsrc_start), (plugin_init):
11023         * gst/audiotestsrc/gstaudiotestsrc.h:
11024           add new plugin and element
11025         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11026           use gobject_class
11027
11028 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11031         (gst_adder_init), (gst_adder_request_new_pad),
11032         (gst_adder_change_state):
11033           Add query function to source pad, so adder reports the correct
11034           time/sample position when queried (#315457); fix state change
11035           function; use GST_DEBUG_FUNCPTR() for pad functions.
11036
11037 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11038
11039         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11040           Fix leaks in typefind registration
11041           Clean up the gratuitous commenting and whitespacing a little
11042
11043 2005-10-08  Wim Taymans  <wim@fluendo.com>
11044
11045         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11046         Only actually wait for the thread to be stopped if it's 
11047         running.
11048
11049 2005-10-08  Wim Taymans  <wim@fluendo.com>
11050
11051         * gst-libs/gst/audio/gstbaseaudiosink.c:
11052         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11053         If we receive EOS we can start playback of what we had.
11054
11055 2005-10-08  Wim Taymans  <wim@fluendo.com>
11056
11057         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11058         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11059         (gst_multifdsink_stop):
11060         Fix crasher when going to NULL multiple times.
11061
11062 2005-10-06  Wim Taymans  <wim@fluendo.com>
11063
11064         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11065         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11066         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11068         patch from Edgard Lima <edgard.lima@indt.org.br>
11069         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11070
11071 2005-10-06  Wim Taymans  <wim@fluendo.com>
11072
11073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11074         Report the FLOW_RETURN as string in the error message.
11075
11076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11077         Don't assert when clearing an unnegotiated buffer.
11078
11079 2005-10-04  Michael Smith <msmith@fluendo.com>
11080
11081         * gst/playback/gstplaybasebin.c: (group_destroy),
11082         (gen_preroll_element), (remove_groups), (setup_source):
11083         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11084         (setup_sinks), (gst_play_bin_send_event),
11085         (gst_play_bin_change_state):
11086           Set state to NULL before removing from bin. Fix refcounting.
11087
11088 2005-10-04  Michael Smith <msmith@fluendo.com>
11089
11090         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11091           Correct refcounting in send_event() function. Previously was wrong
11092           if the first sink was unable to handle the event.
11093
11094 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11095
11096         * configure.ac:
11097           back to development
11098
11099 === release 0.9.3 ===
11100
11101 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11102
11103         * configure.ac:
11104           Releasing 0.9.3, "De Facto"
11105
11106 2005-10-03  Andy Wingo  <wingo@pobox.com>
11107
11108         * gst/playback/gstdecodebin.c (try_to_link_1)
11109         (remove_element_chain): set element to NULL before removing it.
11110
11111 2005-10-02  Johan Dahlin  <johan@gnome.org>
11112
11113         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11114         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11115         MT safe.
11116
11117 2005-10-02  Andy Wingo  <wingo@pobox.com>
11118
11119         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11120         (gst_ring_buffer_prepare_read): 
11121         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11122         Demote to LOG.
11123
11124 2005-09-29  Wim Taymans  <wim@fluendo.com>
11125
11126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11127         * ext/theora/theoradec.c: (theora_handle_data_packet):
11128         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11129         Propagate error codes from alloc_buffer too.
11130
11131 2005-09-29  Wim Taymans  <wim@fluendo.com>
11132
11133         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11134         We use fixed caps.
11135
11136         * gst/playback/Makefile.am:
11137         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11138         (dump_element_stats), (main):
11139         Added example stream introspection code.
11140
11141 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11142
11143         * gst/adder/gstadder.c: (gst_adder_collected):
11144           fix adder for float elements
11145
11146 2005-09-28  Wim Taymans  <wim@fluendo.com>
11147
11148         * gst-libs/gst/audio/gstbaseaudiosink.c:
11149         (gst_base_audio_sink_class_init),
11150         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11151         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11152         (gst_base_audio_src_class_init),
11153         (gst_base_audio_src_provide_clock):
11154         get_clock -> provide_clock
11155
11156 2005-09-28  Andy Wingo  <wingo@pobox.com>
11157
11158         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11159         and unlocking.
11160
11161         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11162         unlocking.
11163
11164         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11165         Actually add the pad template.
11166         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11167
11168         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11169         I'm at it...
11170
11171         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11172         from fdsrc. Get caps in create() instead of start() so it can be
11173         interrupted. Interruption somewhat untested.
11174
11175         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11176         Proper EOS handling.
11177
11178 2005-09-27  Andy Wingo  <wingo@pobox.com>
11179
11180         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11181
11182         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11183
11184         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11185
11186         * gst/tcp/gsttcp.h: 
11187         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11188         out of tcpclientsrc.c. Cancellable.
11189         (gst_tcp_socket_read): Made private, cancellable, with better
11190         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11191         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11192         whole buffer, and better diagnostics.
11193         (gst_tcp_gdp_read_caps): Same.
11194
11195         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11196
11197 2005-09-26  Andy Wingo  <wingo@pobox.com>
11198
11199         * gst/sine/gstsinesrc.h:
11200         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11201         change the 'sync' property to 'is-live' and implement it halfway,
11202         update for controller api change.
11203
11204         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11205         controller api change.
11206
11207 2005-09-24  Wim Taymans  <wim@fluendo.com>
11208
11209         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11210         * gst-libs/gst/audio/gstaudiosink.c:
11211         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11212         (gst_audioringbuffer_stop):
11213         * gst-libs/gst/audio/gstbaseaudiosink.c:
11214         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11215         (gst_base_audio_sink_change_state):
11216         * gst-libs/gst/audio/gstbaseaudiosink.h:
11217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11218         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11219         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11220         * gst-libs/gst/audio/gstringbuffer.h:
11221         Fix sync again. Moved sample alignment to basesink.
11222
11223 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11224
11225         * docs/plugins/Makefile.am:
11226         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11227         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11228         * gst/volume/gstvolume.c:
11229           add/fix docs
11230         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11231         * gst-libs/gst/audio/audio.h:
11232           add conversion macros for frames <-> clocktime
11233
11234 2005-09-23  David Schleef  <ds@schleef.org>
11235
11236         * gst/audioresample/Makefile.am:
11237         * gst/audioresample/debug.h:
11238         * gst/audioresample/gstaudioresample.c:
11239         * gst/audioresample/resample.c: Convert to using gst debugging
11240
11241 2005-09-22  Wim Taymans  <wim@fluendo.com>
11242
11243         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11244         (gst_play_bin_send_event):
11245         Only seek on one sink, the first one that succeeds.
11246
11247 2005-09-22  Michael Smith <msmith@fluendo.com>
11248
11249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11250         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11251         Don't flush encoder state unless we have an initialised encoder.
11252         Clear out encoder state on PAUSED_TO_READY.
11253
11254 2005-09-22  Wim Taymans  <wim@fluendo.com>
11255
11256         * gst-libs/gst/rtp/gstbasertppayload.c:
11257         (gst_basertppayload_class_init), (gst_basertppayload_init),
11258         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11259         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11260         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11261         (gst_basertppayload_set_property),
11262         (gst_basertppayload_get_property),
11263         (gst_basertppayload_change_state):
11264         * gst-libs/gst/rtp/gstbasertppayload.h:
11265         Added max-ptime to control amount of data in the rtp packets.
11266
11267 2005-09-21  Andy Wingo  <wingo@pobox.com>
11268
11269         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11270         thingies.
11271
11272         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11273         can be called multiple times, dogs.
11274
11275 2005-09-21  Wim Taymans  <wim@fluendo.com>
11276
11277         * gst-libs/gst/rtp/gstbasertppayload.c:
11278         (gst_basertppayload_class_init), (gst_basertppayload_init),
11279         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11280         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11281         (gst_basertppayload_push), (gst_basertppayload_get_property),
11282         (gst_basertppayload_change_state):
11283         Allow 0 ssrc too.
11284
11285 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11286
11287         * docs/libs/compiling.sgml:
11288           fixing typos
11289
11290 2005-09-20  Wim Taymans  <wim@fluendo.com>
11291
11292         * gst-libs/gst/rtp/gstbasertppayload.c:
11293         (gst_basertppayload_class_init), (gst_basertppayload_init),
11294         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11295         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11296         (gst_basertppayload_push), (gst_basertppayload_set_property),
11297         (gst_basertppayload_get_property),
11298         (gst_basertppayload_change_state):
11299         * gst-libs/gst/rtp/gstbasertppayload.h:
11300         Added property to configure sequence number offsets.
11301
11302 2005-09-20  Wim Taymans  <wim@fluendo.com>
11303
11304         * gst-libs/gst/rtp/gstbasertppayload.c:
11305         (gst_basertppayload_class_init), (gst_basertppayload_init),
11306         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11307         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11308         (gst_basertppayload_push), (gst_basertppayload_set_property),
11309         (gst_basertppayload_get_property),
11310         (gst_basertppayload_change_state):
11311         * gst-libs/gst/rtp/gstbasertppayload.h:
11312         Make timestamp offset configurable.
11313
11314 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11315
11316         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11317           fix wrong pop/unref
11318
11319 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11320
11321         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst-libs/gst/interfaces/propertyprobe.c:
11324         (gst_property_probe_probe_property_name),
11325         (gst_property_probe_needs_probe_name),
11326         (gst_property_probe_get_values_name),
11327         (gst_property_probe_probe_and_get_values_name):
11328           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11329           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11330
11331 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11332
11333         * check/Makefile.am:
11334           have some tests be disabled for valgrinding
11335         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11336         (GST_START_TEST):
11337         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11338           Fix A Leak.  Chain To Parent Finalize.
11339
11340 2005-09-19  Wim Taymans  <wim@fluendo.com>
11341
11342         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11343         Fixed wav pipeline.
11344
11345 2005-09-19  Wim Taymans  <wim@fluendo.com>
11346
11347         * gst-libs/gst/rtp/gstbasertppayload.c:
11348         (gst_basertppayload_class_init), (gst_basertppayload_init),
11349         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11350         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11351         (gst_basertppayload_push), (gst_basertppayload_get_property),
11352         (gst_basertppayload_change_state):
11353         Posting ERROR and WARNING messages is good.
11354
11355 2005-09-19  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11358         (gst_base_rtp_depayload_add_to_queue),
11359         (gst_base_rtp_depayload_push),
11360         (gst_base_rtp_depayload_set_gst_timestamp),
11361         (gst_base_rtp_depayload_queue_release):
11362         This one was not supposed to go in.
11363
11364 2005-09-19  Wim Taymans  <wim@fluendo.com>
11365
11366         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11367         Fix for bus API.
11368
11369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11370         (gst_base_rtp_depayload_chain),
11371         (gst_base_rtp_depayload_add_to_queue),
11372         (gst_base_rtp_depayload_push),
11373         (gst_base_rtp_depayload_set_gst_timestamp),
11374         (gst_base_rtp_depayload_queue_release):
11375         Some cleanups.
11376
11377         * gst-libs/gst/rtp/gstbasertppayload.c:
11378         (gst_basertppayload_class_init), (gst_basertppayload_init),
11379         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11380         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11381         (gst_basertppayload_get_property),
11382         (gst_basertppayload_change_state):
11383         Added debugging category.
11384
11385 2005-09-18  David Schleef  <ds@schleef.org>
11386
11387         * gst/playback/gstdecodebin.c: free plugin list correctly
11388         * gst/playback/gstplaybin.c: emit warning if autovideosink
11389           and autoaudiosink can't be found (instead of segfaulting)
11390
11391 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11392
11393         * check/elements/audioconvert.c: (GST_START_TEST):
11394           try out 24 bit conversion
11395
11396 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11397
11398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11399         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11400         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11401         * ext/vorbis/vorbisenc.h:
11402           Fix EOS handling.  Still needs a fix in the ogg muxer to
11403           mark the last page as eos.
11404
11405 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11406
11407         * common/gtk-doc-plugins.mak:
11408         * docs/plugins/Makefile.am:
11409         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11410         * gst/ffmpegcolorspace/Makefile.am:
11411         * gst/ffmpegcolorspace/avcodec.h:
11412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11413         * gst/tcp/gstmultifdsink.c:
11414           fix up ffmpegcolorspace docs; extract header
11415
11416 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * common/gtk-doc-plugins.mak:
11419         * docs/plugins/Makefile.am:
11420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11421         * ext/theora/Makefile.am:
11422         * ext/theora/gsttheoraenc.h:
11423         * ext/theora/theoraenc.c:
11424         * ext/vorbis/vorbisenc.c:
11425           pick up signals and args for vorbis; add some docs for vorbis
11426
11427 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11428
11429         * common/gstdoc-scangobj:
11430         * common/gtk-doc-plugins.mak:
11431         * docs/libs/Makefile.am:
11432         * docs/plugins/gst-plugins-base-plugins.args:
11433         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11434         * docs/plugins/gst-plugins-base-plugins.interfaces:
11435         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11436         * docs/plugins/gst-plugins-base-plugins.signals:
11437           only scanobj stuff from our source module.  Not sure yet
11438           if that's correct, given the hierarchy stuff :)
11439
11440 2005-09-15  Wim Taymans  <wim@fluendo.com>
11441
11442         * gst/audioconvert/gstaudioconvert.c:
11443         And enable 24 bits mode as well..
11444
11445 2005-09-15  Wim Taymans  <wim@fluendo.com>
11446
11447         * gst-libs/gst/rtp/Makefile.am:
11448         * gst-libs/gst/rtp/gstbasertppayload.c:
11449         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11450         (gst_basertppayload_class_init), (gst_basertppayload_init),
11451         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11452         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11453         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11454         (gst_basertppayload_set_property),
11455         (gst_basertppayload_get_property),
11456         (gst_basertppayload_change_state):
11457         * gst-libs/gst/rtp/gstbasertppayload.h:
11458         Added rtp payloader base class.
11459
11460 2005-09-15  Andy Wingo  <wingo@pobox.com>
11461
11462         * configure.ac (plugindir): Remove the EOL matcher from the
11463         regexp, as it causes me problems. Libtool? Make? Who knows?
11464
11465 2005-09-14  David Schleef  <ds@schleef.org>
11466
11467         * check/generic/states.c: 
11468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11469         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11470           Fixes for changes in registry API.
11471
11472         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11473           to GST_PLUGIN_LDFLAGS.
11474         * ext/libvisual/visual.c: Make the library shut up.
11475         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11476         * gst-libs/gst/audio/gstaudiofilter.c: same
11477
11478 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11479
11480         * docs/plugins/Makefile.am:
11481         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11482         * docs/plugins/inspect/plugin-libvisual.xml:
11483         * docs/plugins/tmpl/element-tcpserversink.sgml:
11484         * ext/theora/theoraenc.c:
11485           add libvisual plugin and theoraenc element to docs
11486
11487 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11488
11489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11490         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11491         * ext/theora/theoraenc.c:
11492           add theoraenc
11493
11494 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * gst/audioconvert/Makefile.am:
11497           Audioconvert derives from GstBaseTransform and should
11498           link to the library with our base elements to avoid
11499           unresolved symbols. Makes things work with MinGW (#316160)
11500
11501         * gst/playback/test4.c: (main):
11502           Fix MinGW build problem and use g_usleep() instead of 
11503           sleep() (#316162)
11504
11505 2005-09-12  Wim Taymans  <wim@fluendo.com>
11506
11507         * gst/audioconvert/audioconvert.c: (float),
11508         (audio_convert_prepare_context), (audio_convert_convert):
11509         * gst/audioconvert/audioconvert.h:
11510         Cleanups, speedups, simplifications, added back support
11511         for 24 bits.
11512
11513 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11514
11515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11517         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11518         * docs/plugins/tmpl/element-tcpserversink.sgml:
11519         * gst/ffmpegcolorspace/gstffmpeg.c:
11520         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11521         * gst/videotestsrc/gstvideotestsrc.c:
11522         * gst/volume/gstvolume.c:
11523           add more elements to the docs
11524
11525 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
11526
11527         * check/Makefile.am:
11528         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
11529         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
11530           Add extra tests for basetransform based components. 
11531           Comment out the test_element_negotiation test until we decide
11532           if it's testing correct behaviour.
11533         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
11534         (gst_visual_chain), (gst_visual_change_state):
11535           Slightly more correct but still bogus timestamping.
11536           Fix state change function.
11537         * gst/audioconvert/gstaudioconvert.c:
11538         (gst_audio_convert_class_init):
11539         * gst/audioresample/gstaudioresample.c:
11540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11541         (gst_ffmpegcsp_class_init):
11542         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11543         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
11544         (gst_videoscale_prepare_image):
11545         * gst/volume/gstvolume.c: (gst_volume_class_init),
11546         (volume_transform_ip):
11547           Basetransform updates. Enable passthrough modes.
11548         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
11549         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
11550         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
11551           Negotiation fix that allows the window to return to the original
11552           size and renegotiate passthrough upstream. Extra debug output.
11553
11554 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11555
11556         * gst/sine/gstsinesrc.c:
11557         * gst/volume/gstvolume.c:
11558           fix up header include
11559
11560 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
11561
11562         * gst-libs/gst/audio/gstbaseaudiosink.c:
11563         (gst_base_audio_sink_render):
11564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
11565         * gst/volume/gstvolume.c: (gst_volume_class_init),
11566         (volume_transform):
11567           fixing lost sync, some more debugging
11568
11569 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
11570
11571         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
11572         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
11573         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
11574         (gst_xvimagesink_check_xshm_calls):
11575           Fix compilation when XShm is not available.
11576
11577 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
11578
11579         * ext/libvisual/visual.c: (gst_visual_dispose),
11580         (gst_visual_getcaps), (gst_visual_src_setcaps),
11581         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
11582         (gst_visual_change_state):
11583           Finish fixing up libvisual plugin so that it runs. 
11584
11585 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
11586
11587         * ext/vorbis/vorbisenc.c:
11588         * gst-libs/gst/tag/gstvorbistag.c:
11589           gsttaginterface.h -> gsttagsetter.h
11590
11591 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
11594           added another test that failes for me (test is not active by default)
11595
11596 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11597
11598         * configure.ac:
11599           v4l2 is no longer in gst-plugins-base
11600
11601 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
11602
11603         * configure.ac:
11604           In the output at the end, don't show the first plugin on the same
11605           line as "Core plug-ins, always built:".
11606           Indent the output as for other plugin categories
11607         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
11608           #define that can be used to not use peer buffer_alloc functions for
11609           test purposes.
11610         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
11611         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
11612         (gst_ximagesink_show_frame):
11613         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
11614         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
11615         (gst_xvimagesink_show_frame):
11616           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
11617           fails gracefully instead of XError aborting or deadlocking.
11618
11619 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
11620
11621         * ext/libvisual/Makefile.am:
11622           link against gst-base-libs
11623
11624 2005-09-06  David Schleef  <ds@schleef.org>
11625
11626         * configure.ac: Enable libvisual plugin.
11627         * ext/libvisual/Makefile.am:
11628         * ext/libvisual/visual.c: Fixes to make it compile.
11629
11630 === release 0.9.2 ===
11631
11632 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11633
11634         * NEWS:
11635         * RELEASE:
11636         * configure.ac:
11637         * docs/random/ChangeLog-0.8:
11638           releasing 0.9.2, "Spoon"
11639
11640 2005-09-05  Michael Smith <msmith@fluendo.com>
11641
11642         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
11643           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
11644           that in the vorbisenc element.
11645
11646 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11647
11648         * common/gtk-doc-plugins.mak:
11649         * docs/plugins/Makefile.am:
11650           fix distcheck
11651         * gst/audioresample/resample.c:
11652           fix wrong docstring
11653
11654 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11655
11656         * common/gst-xmlinspect.py:
11657         * common/gtk-doc-plugins.mak:
11658           only inspect plugins for this given package
11659           require gst-python 0.9
11660
11661 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11662
11663         * Makefile.am:
11664         * autogen.sh:
11665         * common/gst-xmlinspect.py:
11666         * configure.ac:
11667         * docs/Makefile.am:
11668         * docs/plugins/inspect/plugin-alsa.xml:
11669         * docs/plugins/inspect/plugin-audioresample.xml:
11670         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11671         * docs/plugins/inspect/plugin-ogg.xml:
11672         * docs/plugins/tmpl/element-gnomevfssink.sgml:
11673         * docs/plugins/tmpl/element-multifdsink.sgml:
11674         * docs/plugins/tmpl/element-tcpserversink.sgml:
11675         * docs/plugins/tmpl/element-vorbisenc.sgml:
11676         * gst-plugins-base.spec.in:
11677           various doc-related updates
11678
11679 2005-08-31  Wim Taymans  <wim@fluendo.com>
11680
11681         * gst-libs/gst/audio/gstbaseaudiosink.c:
11682         (gst_base_audio_sink_render):
11683         Resync if the buffer timestamps drift more than a 10th 
11684         of a second.
11685
11686 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
11687
11688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
11689         (gst_v4lsrc_get_property):
11690           The 'timestamp-offset' property is registered as an int64, so
11691           let's use g_value_{set|get}_int64() in our setter and getter
11692           functions (makes it work and fixes warnings with gst-inspect).
11693
11694 2005-08-30  Wim Taymans  <wim@fluendo.com>
11695
11696         * check/elements/audioconvert.c: (setup_audioconvert):
11697         * check/elements/audioresample.c: (setup_audioresample):
11698         * check/elements/volume.c: (setup_volume):
11699         Fix checks.
11700
11701 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11702
11703         * common/gtk-doc-plugins.mak:
11704         * common/plugins.xsl:
11705         * docs/plugins/Makefile.am:
11706           make module a param
11707
11708 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
11709
11710         * examples/seeking/seek.c: (make_mp3_pipeline),
11711         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
11712         (play_cb), (pause_cb), (stop_cb):
11713           update the example
11714
11715 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
11716
11717         * gst/volume/gstvolume.c: (gst_volume_class_init),
11718         (volume_transform):
11719           do not update controlled params, if buffer has no timestamp
11720
11721 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
11722
11723         * configure.ac:
11724         * gst/sine/Makefile.am:
11725         * gst/volume/Makefile.am:
11726           controllerized elements also need to link against controller-libs ;)
11727
11728 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
11729
11730         * docs/libs/tmpl/gstcolorbalance.sgml:
11731         * docs/libs/tmpl/gstgconf.sgml:
11732         * docs/libs/tmpl/gstmixer.sgml:
11733         * docs/libs/tmpl/gstringbuffer.sgml:
11734         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11735         (gst_sinesrc_create):
11736         * gst/volume/gstvolume.c: (gst_volume_class_init),
11737         (volume_transform):
11738           controllerized two audio plugins
11739
11740 2005-08-29  Andy Wingo  <wingo@pobox.com>
11741
11742         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
11743         (vorbis_handle_data_packet): Fix some int overflow errors.
11744
11745         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
11746         -1.
11747         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
11748         valid.
11749         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
11750         if it's valid. Fixed streaming-mode playback.
11751
11752         * check/elements/volume.c (cleanup_volume): Fix for running
11753         CK_FORK=no.
11754
11755         * check/elements/audioconvert.c: Convert from native endian, not
11756         little endian.
11757
11758 2005-08-29  Michael Smith <msmith@fluendo.com>
11759
11760         * ext/ogg/Makefile.am:
11761         * ext/ogg/gstogg.c: (plugin_init):
11762         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
11763         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
11764         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
11765         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
11766         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
11767         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
11768         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
11769         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
11770         Add an ogg parser element.
11771
11772 2005-08-28  Andy Wingo  <wingo@pobox.com>
11773
11774         * Updates for two-arg init from GST_BOILERPLATE_FULL.
11775
11776 2005-08-26  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst/audioconvert/audioconvert.c: (if), (float),
11779         (audio_convert_get_func_index), (check_default),
11780         (audio_convert_clean_fmt), (audio_convert_prepare_context),
11781         (audio_convert_clean_context), (audio_convert_get_sizes),
11782         (audio_convert_convert):
11783         Cleanups.
11784
11785 2005-08-26  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst/audioconvert/audioconvert.c: (if), (float),
11788         (audio_convert_get_func_index), (check_default),
11789         (audio_convert_clean_fmt), (audio_convert_prepare_context),
11790         (audio_convert_clean_context), (audio_convert_get_sizes),
11791         (audio_convert_convert):
11792         More elegant and working temp buffer selection algo.
11793
11794 2005-08-26  Wim Taymans  <wim@fluendo.com>
11795
11796         * gst/audioconvert/audioconvert.c: (if), (float),
11797         (audio_convert_get_func_index), (check_default),
11798         (audio_convert_clean_fmt), (audio_convert_prepare_context),
11799         (audio_convert_clean_context), (audio_convert_get_sizes),
11800         (get_temp_buffer), (audio_convert_convert):
11801         Use realloc else we lose our original data.
11802
11803 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11804
11805         * gst/audioresample/gstaudioresample.c:
11806           use base class' newsegment to properly timestamp
11807
11808 2005-08-26  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/audioconvert/audioconvert.c: (if), (float),
11811         (audio_convert_get_func_index), (check_default),
11812         (audio_convert_clean_fmt), (audio_convert_prepare_context),
11813         (audio_convert_clean_context), (audio_convert_get_sizes),
11814         (get_temp_buffer), (audio_convert_convert):
11815         * gst/audioconvert/gstaudioconvert.c:
11816         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
11817         (gst_audio_convert_transform_caps),
11818         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
11819         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
11820         Oops, allocate enough space to perform the channel mix.
11821
11822 2005-08-26  Wim Taymans  <wim@fluendo.com>
11823
11824         * gst/audioconvert/Makefile.am:
11825         * gst/audioconvert/audioconvert.c: (if), (float),
11826         (audio_convert_get_func_index), (check_default),
11827         (audio_convert_clean_fmt), (audio_convert_prepare_context),
11828         (audio_convert_clean_context), (audio_convert_get_sizes),
11829         (get_temp_buffer), (audio_convert_convert):
11830         * gst/audioconvert/audioconvert.h:
11831         * gst/audioconvert/gstaudioconvert.c:
11832         (gst_audio_convert_class_init), (gst_audio_convert_init),
11833         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
11834         (gst_audio_convert_get_unit_size),
11835         (gst_audio_convert_transform_caps),
11836         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
11837         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
11838         * gst/audioconvert/gstaudioconvert.h:
11839         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11840         (gst_channel_mix_fill_identical),
11841         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
11842         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
11843         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
11844         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
11845         (gst_channel_mix_mix):
11846         * gst/audioconvert/gstchannelmix.h:
11847         Cleanups, librarify a bit, optimize, better negotiation and more.
11848
11849 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
11850
11851         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
11852         Another from MikeS:
11853         During typefinding, don't support negative offsets
11854         (offsets from the end of the stream) in our typefind->peek() function
11855         - nothing embedded in ogg ever needs them. However, we need to recognise
11856         those requests and reject them, otherwise we return invalid pointers.
11857
11858 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
11859
11860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11861         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
11862         (vorbisdec_finalize), (vorbis_handle_type_packet):
11863           Big shout-out to MikeS for fixing this giant memory leak.
11864           Huzzah!
11865
11866 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11867
11868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
11869         (audio_convert_get_unit_size):
11870           plug some leaks
11871
11872 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11873
11874         * check/Makefile.am:
11875         * check/elements/audioconvert.c: (setup_audioconvert),
11876         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11877         (GST_START_TEST), (audioconvert_suite), (main):
11878           add a test for audioconvert
11879         * gst/audioresample/gstaudioresample.c:
11880         * gst/audioresample/gstaudioresample.h:
11881           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
11882           note that for buffers of 1/3 sec this means DURATION(c) is 
11883           one nanosecond more than for a and b
11884
11885 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11886
11887         * check/Makefile.am:
11888         * check/elements/audioresample.c: (setup_audioresample),
11889         (cleanup_audioresample), (fail_unless_perfect_stream),
11890         (test_perfect_stream_instance), (GST_START_TEST),
11891           add a check for audioresample
11892         (audioresample_suite), (main):
11893         * check/elements/volume.c: (GST_START_TEST):
11894           remove unused method
11895         * gst/audioresample/gstaudioresample.c:
11896           set correct buffer parameters since we're changing them
11897         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11898           add some debug
11899
11900 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11901
11902         * gst/audioresample/debug.c:
11903         * gst/audioresample/gstaudioresample.c:
11904           add room for extra overlap samples when asked to transform size
11905           protect against possible mem corruption and check for discrepancies
11906           between written size and outbuffer's size so we can warn for
11907           potential problems
11908         * gst/audioresample/resample.c: (resample_init),
11909         (resample_get_output_size_for_input), (resample_get_output_size),
11910         (resample_set_n_channels), (resample_set_format):
11911           set debug level based on RESAMPLE_DEBUG env var
11912           make sure that get_output_size* returns a whole number of
11913           sample_size
11914           set sample_size each time either channel or format is set
11915         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
11916         * gst/audioresample/resample_functable.c:
11917         (resample_scale_functable):
11918         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11919           remove r->sample_size, it's done in resample.c now
11920           add some debugging to the ref implementation
11921           make sure we only give back bytes that are wholes of the sample
11922           size
11923
11924 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
11925         * gst/playback/gstplaybasebin.c: (fill_buffer):
11926         Revert unpopular change for GST_MESSAGE_SRC to GObject.
11927
11928 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
11929
11930         * gst/volume/gstvolume.c:
11931           made set_caps function static
11932
11933 2005-08-24  Wim Taymans  <wim@fluendo.com>
11934
11935         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11936         (gst_vorbisenc_change_state):
11937         Stop leaking taglists.
11938
11939 2005-08-24  Wim Taymans  <wim@fluendo.com>
11940
11941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11942         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
11943         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
11944         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
11945         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
11946         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
11947         Parse seeking events better.
11948         Unref static caps.
11949         Generate correct newsegment events, fixes seeking in live oggs.
11950
11951         * ext/theora/theoradec.c: (theora_dec_src_query),
11952         (theora_dec_src_event), (theora_dec_src_getcaps),
11953         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
11954         Use newsegment values to report correct play time.
11955
11956         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11957         (vorbis_dec_src_event), (vorbis_dec_sink_event):
11958         * ext/vorbis/vorbisdec.h:
11959         Parse and use newsegment values to report correct play time.
11960
11961         * gst-libs/gst/audio/gstbaseaudiosink.c:
11962         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11963         Clear ringbuffer on flush.
11964         Use newsegment values to calculate playback time.
11965
11966         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
11967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
11968         Basesink does newsegment calculations for us now.
11969
11970 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11971
11972         * check/Makefile.am:
11973         * configure.ac:
11974           add core's plugins to the mix so that playbin works
11975         * check/generic/states.c: (GST_START_TEST):
11976           set a 0 timeout on pipelines, so they don't force the next
11977           state change
11978         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
11979         (gst_play_base_bin_change_state):
11980           remove the crappy error handling and do GST error handling
11981
11982 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11983
11984         * check/Makefile.am:
11985         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
11986           add same test as to core, it bitches out on playbin atm.
11987
11988 2005-08-24  Wim Taymans  <wim@fluendo.com>
11989
11990         * configure.ac:
11991         Remove audioscale.
11992
11993 2005-08-24  Wim Taymans  <wim@fluendo.com>
11994
11995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11996         (gst_videoscale_prepare_size), (parse_caps),
11997         (gst_videoscale_set_caps), (gst_videoscale_get_size),
11998         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
11999         (gst_videoscale_transform):
12000         * gst/videoscale/gstvideoscale.h:
12001         Refactor, make use of BaseTranform really well.
12002
12003 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12004
12005         * configure.ac:
12006           compile audioresample
12007         * gst/audioresample/Makefile.am:
12008         * gst/audioresample/buffer.c:
12009         * gst/audioresample/functable.c:
12010         * gst/audioresample/gstaudioresample.c:
12011         * gst/audioresample/gstaudioresample.h:
12012         * gst/audioresample/resample.c:
12013         (resample_get_output_size_for_input):
12014         * gst/audioresample/resample.h:
12015         * gst/audioresample/resample_chunk.c:
12016         * gst/audioresample/resample_functable.c:
12017         * gst/audioresample/resample_ref.c:
12018           port to use basetransform; doesn't work in all cases yet
12019
12020 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12021
12022         * gst/audioconvert/gstaudioconvert.c:
12023         (gst_audio_convert_class_init), (gst_audio_convert_init),
12024         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12025         (audio_convert_fixate_caps), (audio_convert_set_caps),
12026         (audio_convert_transform),
12027         (gst_audio_convert_buffer_to_default_format),
12028         (gst_audio_convert_buffer_from_default_format),
12029         (gst_audio_convert_channels):
12030         * gst/audioconvert/gstchannelmix.c:
12031         * gst/audioconvert/gstchannelmix.h:
12032           port to basetransform
12033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12034         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12035         (gst_ffmpegcsp_get_unit_size):
12036         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12037         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12038           fix for basetransform changes
12039
12040 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12041
12042         * check/Makefile.am:
12043           Add CHECK_CFLAGS and LDFLAGS
12044
12045         * gst/playback/gstplaybasebin.c: (fill_buffer):
12046           GST_MESSAGE_SRC became a GObject
12047
12048 2005-08-24  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12051         (gst_ring_buffer_clear_all):
12052         * gst-libs/gst/audio/gstringbuffer.h:
12053         Added function to clear the ringbuffer.
12054
12055 2005-08-24  Andy Wingo  <wingo@pobox.com>
12056
12057         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12058         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12059         of _open and _close.
12060
12061         * sys/v4l/gstv4lxoverlay.h:
12062         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12063         an Xv connection here, instead of all the time. Make Xv only be
12064         loaded if you axe for it. Kindof a workaround for buggy behaviour
12065         of Xv when using remote xservers (XvQueryExtension would block).
12066         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12067         replace the _open and _close public API. Only start the xv
12068         connection if necessary.
12069         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12070
12071 2005-08-23  David Schleef  <ds@schleef.org>
12072
12073         * gst/audioresample/Makefile.am: Leet audioresampling code
12074         * gst/audioresample/buffer.c:
12075         * gst/audioresample/buffer.h:
12076         * gst/audioresample/debug.c:
12077         * gst/audioresample/debug.h:
12078         * gst/audioresample/functable.c:
12079         * gst/audioresample/functable.h:
12080         * gst/audioresample/gstaudioresample.c:
12081         * gst/audioresample/gstaudioresample.h:
12082         * gst/audioresample/resample.c:
12083         * gst/audioresample/resample.h:
12084         * gst/audioresample/resample_chunk.c:
12085         * gst/audioresample/resample_functable.c:
12086         * gst/audioresample/resample_ref.c:
12087
12088 2005-08-23  Wim Taymans  <wim@fluendo.com>
12089
12090         * examples/seeking/seek.c: (make_vorbis_pipeline),
12091         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12092         Small seek updates.
12093
12094 2005-08-23  Andy Wingo  <wingo@pobox.com>
12095
12096         * gst-libs/gst/audio/gstbaseaudiosrc.c
12097         (gst_base_audio_src_fixate): Only fixate endianness if it is
12098         present in the caps.
12099
12100 2005-08-22  Andy Wingo  <wingo@pobox.com>
12101
12102         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12103         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12104         device-name property.
12105
12106         * gst-libs/gst/audio/gstaudiosrc.h:
12107         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12108         close_device in the ring buffer, like gstaudiosink.
12109
12110         * ext/alsa/gstalsamixer.h:
12111         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12112         macro to implement the interface without much code. Cleanups. 
12113
12114         * ext/alsa/gstalsasrc.h:
12115         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12116         READY.
12117
12118         * ext/alsa/Makefile.am: Add new files.
12119         * ext/alsa/gstalsamixerelement.c: 
12120         * ext/alsa/gstalsamixerelement.c: Split element code out from
12121         mixer code so that alsasrc can be a mixer too.
12122
12123 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12126         (GST_START_TEST):
12127         * check/elements/vorbisdec.c: (setup_vorbisdec),
12128         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12129         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12130         (vorbis_handle_identification_packet),
12131         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12132         (vorbis_handle_header_packet), (vorbis_dec_push),
12133         (vorbis_dec_chain):
12134           use the setup/teardown methods to save code.  save code is good.
12135
12136 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12137
12138         * check/Makefile.am:
12139           add ext dir for plugins
12140           add vorbisdec test conditionally
12141         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12142         (GST_START_TEST), (volume_suite):
12143           add a test with wrong caps
12144         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12145         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12146           add a vorbisdec test
12147         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12148         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12149           clean up debug output
12150         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12151           yay, fix a segfault/security issue in vorbisdec
12152           gst-launch fakesrc ! vorbisdec wasn't happy
12153         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12154         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12155         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12156         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12157         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12158         (gst_vorbisenc_set_metadata), (get_constraints_string),
12159         (update_start_message), (gst_vorbisenc_setup),
12160         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12161         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12162         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12163         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12164         * ext/vorbis/vorbisenc.h:
12165           march in line
12166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12167         (gst_ffmpegcsp_transform):
12168           have the kow come home
12169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12170           debug my func ptr
12171         * gst/volume/gstvolume.c: (volume_set_caps):
12172           add a debug
12173
12174 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12175
12176         * Makefile.am:
12177         * check/.cvsignore:
12178         * check/Makefile.am:
12179         * check/elements/.cvsignore:
12180         * check/elements/volume.c: (chain_func), (event_func),
12181         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12182         (main):
12183         * configure.ac:
12184           add unit test structure for gst-plugins-base
12185           add a test for volume
12186         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12187         (gst_volume_set_volume), (gst_volume_get_volume),
12188         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12189         (volume_funcfind), (volume_process_float), (volume_process_int16),
12190         (volume_set_caps), (volume_transform), (volume_update_mute),
12191         (volume_update_volume), (volume_set_property),
12192         (volume_get_property):
12193           document a little; use basetransform vmethod _set_caps
12194
12195 2005-08-19  Andy Wingo  <wingo@pobox.com>
12196
12197         * ext/alsa/gstalsamixertrack.h:
12198         * ext/alsa/gstalsamixertrack.c:
12199         * ext/alsa/gstalsamixeroptions.h:
12200         * ext/alsa/gstalsamixeroptions.c:
12201         * ext/alsa/gstalsamixer.h:
12202         * ext/alsa/gstalsamixer.c: Port to 0.9.
12203
12204         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12205         Remove gstalsa.c and alsaclock. No more cruft here.
12206         
12207 2005-08-18  Wim Taymans  <wim@fluendo.com>
12208
12209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12210         (gst_base_rtp_depayload_chain),
12211         (gst_base_rtp_depayload_add_to_queue),
12212         (gst_base_rtp_depayload_push),
12213         (gst_base_rtp_depayload_queue_release):
12214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12215         Fix for RTPBuffer changes.
12216
12217         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12218         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12219         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12220         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12221         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12222         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12223         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12224         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12225         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12226         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12227         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12228         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12229         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12230         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12231         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12232         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12233         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12234         (gst_rtpbuffer_get_payload):
12235         * gst-libs/gst/rtp/gstrtpbuffer.h:
12236         Don't subclass GstBuffer but add methods and helper functions
12237         to construct and manipulate RTP packets in regular GstBuffers.
12238
12239 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12240
12241         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12242           moved statement below switch
12243         * gst/volume/gstvolume.c: (gst_volume_class_init):
12244           added debug ptr
12245
12246 2005-08-16  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12249         (gst_base_audio_src_change_state):
12250         Open and close device in READY<->NULL state change.
12251
12252 2005-08-16  Andy Wingo  <wingo@pobox.com>
12253
12254         * examples/seeking/Makefile.am: Don't compile non-compiling
12255         compiled objects with the compiler.
12256
12257         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12258         elements.
12259
12260 2005-08-12  Philippe Khalaf <burger@speedy.org>
12261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12262         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12263           Made a thread to release the queue.
12264           Removed timestamp conversion for now.
12265
12266 2005-08-10  Philippe Khalaf <burger@speedy.org>
12267         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12269           Added rtp timestamp -> gst timestamp conversion.
12270           Fixed several problems with queue.
12271
12272 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
12273
12274         * gst-libs/gst/audio/gstaudioclock.h:
12275         * gst-libs/gst/audio/gstaudiofilter.h:
12276         * gst-libs/gst/audio/gstaudiosink.h:
12277         * gst-libs/gst/audio/gstaudiosrc.h:
12278         * gst-libs/gst/audio/gstbaseaudiosink.h:
12279         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12280         * gst-libs/gst/audio/gstringbuffer.h:
12281         * gst-libs/gst/net/gstnetbuffer.h:
12282         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12283         * gst-libs/gst/rtp/gstrtpbuffer.h:
12284           Add padding (you will need to rebuild gst-plugins-base,
12285           gst-plugins and all applications afterwards!)
12286
12287 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
12288
12289         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12290         (gst_riff_parse_chunk):
12291           Fix bug in debug message and add some more debug messages.
12292
12293 2005-08-08  Edward Hervey  <edward@fluendo.com>
12294
12295         * gst-libs/gst/riff/riff-media.c:
12296         backported updates since branch
12297
12298 2005-08-08  Andy Wingo  <wingo@pobox.com>
12299
12300         * gst-libs/gst/audio/gstbaseaudiosink.c
12301         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12302         like good elements should. Close on READY->NULL too.
12303
12304         * gst-libs/gst/audio/gstaudiosink.c
12305         (gst_audioringbuffer_open_device,
12306         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12307         (gst_audioringbuffer_release): Updates for new ring buffer API,
12308         hook into the new audio sink api.
12309
12310         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12311         (GstAudioSinkClass.close): Just open and close the device -- no
12312         resource allocation or configuration.
12313         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12314         vmethods, handle device setup and resource allocation.
12315
12316         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12317         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12318         base class API.
12319
12320         * gst-libs/gst/audio/gstringbuffer.h
12321         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12322         New vmethods.
12323
12324         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12325         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12326         New API functions. The device should be opened before acquiring
12327         and closed after releasing.
12328
12329 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
12330
12331         * gst-libs/gst/interfaces/mixer.h:
12332           Reset padding to GST_PADDING.
12333
12334 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12335
12336         * gst/playback/gstplaybin.c: (remove_sinks):
12337           Remove visualization from parent explicitely; works around some
12338           apparent refcount issue that I haven't tracked down yet.
12339
12340 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12341
12342         * ext/alsa/gstalsasink.c: (set_hwparams):
12343           Assign debug category, add negotiation debug msgs.
12344
12345 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12346
12347         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12348           Fix error code for file-not-found to NOT_FOUND.
12349
12350 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12351
12352         * common/gtk-doc-plugins.mak:
12353         * docs/plugins/Makefile.am:
12354         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12355         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12356           renamed to actual element names, so much nicer to look at
12357         * docs/plugins/tmpl/gstmultifdsink.sgml:
12358           remove
12359         * docs/plugins/tmpl/multifdsink.sgml:
12360         * docs/plugins/tmpl/tcpserversink.sgml:
12361           add
12362         * ext/alsa/gstalsa.c:
12363         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12364         * ext/ogg/gstoggmux.c:
12365         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12366         * gst/playback/gstdecodebin.c:
12367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12368         * gst/tcp/gsttcpserversink.c:
12369           various fixes and documentation additions
12370
12371 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12372
12373         * common/Makefile.am:
12374         * common/gstdoc-scangobj:
12375         * common/gtk-doc-plugins.mak:
12376         * common/gtk-doc.mak:
12377           add a custom scangobj that uses the registry
12378           add a custom gtk-doc-plugins.mak that uses it
12379           some doc build fixes
12380         * configure.ac:
12381         * docs/Makefile.am:
12382         * docs/plugins/Makefile.am:
12383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12385         * docs/plugins/gst-plugins-base-plugins.types:
12386         * docs/plugins/tmpl/gstmultifdsink.sgml:
12387           add docs for one element, multifdsink
12388         * gst/adder/gstadder.h:
12389         * gst/volume/gstvolume.h:
12390           don't privatize enum
12391         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12392         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12393         (gst_sync_method_get_type), (gst_client_status_get_type),
12394         (gst_multifdsink_class_init),
12395         (gst_multifdsink_client_queue_buffer),
12396         (gst_multifdsink_handle_client_write):
12397         * gst/tcp/gstmultifdsink.h:
12398         * gst/tcp/gsttcp.h:
12399         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12400         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12401         (gst_tcpclientsink_render):
12402         * gst/tcp/gsttcpclientsink.h:
12403         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12404         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12405         (gst_tcpclientsrc_start):
12406         * gst/tcp/gsttcpclientsrc.h:
12407         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12408         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12409         * gst/tcp/gsttcpserversrc.h:
12410         * gst/typefind/gsttypefindfunctions.c:
12411           remove superfluous Type stuff
12412
12413 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12414
12415         * gst/playback/gstplaybin.c: (gen_video_element):
12416           Enable videoscale.
12417
12418 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12419
12420         * gst-libs/gst/gconf/gconf.c:
12421         * gst-libs/gst/gconf/gconf.h:
12422           Fix some Andy Problem [tm].
12423
12424 2005-08-04  Andy Wingo  <wingo@pobox.com>
12425
12426         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12428         (gst_ffmpegcsp_get_size): Adapt to API changes.
12429
12430         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12431         Implement an in-place do-nothing transform.
12432
12433 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12434
12435         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12436         (gst_ximagesink_renegotiate_size):
12437           Do not set new window sizes yet if we prepare a new buffer size
12438           for upstream renegotiation (software scaling) at some point in the
12439           future, because this new size waqs not actually accepted yet. Once
12440           accepted, renegotiation later on will set the new sizes just fine.
12441           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12442           embedding testcase.
12443
12444 2005-08-03  Andy Wingo  <wingo@pobox.com>
12445
12446         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12447         (gst_ximagesink_buffer_alloc): 
12448         Protect the height, width, and desired_caps with the pool_lock.
12449         Fixes videotestsrc ! queue ! ximagesink.
12450
12451 2005-08-02  Edward Hervey  <edward@fluendo.com>
12452
12453         * gst/volume/gstvolume.c:
12454         include left from controller cleanup
12455
12456 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12458           Stop collectpads before calling the parent state
12459           change function on PAUSED->READY.
12460
12461 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12462         * configure.ac:
12463           When testing for X libs, use the X CFlags 
12464         * gst/adder/gstadder.c: (gst_adder_change_state):
12465           Stop the collectpads before calling parent state change function
12466           on PAUSED->READY, otherwise we deadlock deactivating pads.
12467
12468 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12469
12470         * configure.ac:
12471         * docs/libs/tmpl/gstcolorbalance.sgml:
12472         * docs/libs/tmpl/gstmixer.sgml:
12473         * examples/Makefile.am:
12474         * gst/sine/Makefile.am:
12475         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12476         (gst_sinesrc_set_property), (plugin_init):
12477         * gst/sine/gstsinesrc.h:
12478         * gst/volume/Makefile.am:
12479         * gst/volume/gstvolume.c: (gst_volume_set_volume),
12480         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
12481         (volume_process_float), (volume_process_int16),
12482         (volume_set_property), (plugin_init):
12483         * gst/volume/gstvolume.h:
12484           deactivate and remove dparams (libgstcontrol)
12485
12486 2005-07-29  Wim Taymans  <wim@fluendo.com>
12487
12488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
12489         Convert me to BaseTransform!! help..
12490
12491 2005-07-29  Andy Wingo  <wingo@pobox.com>
12492
12493         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
12494         sinks.
12495
12496         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
12497         support of both endiannesses.
12498
12499 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
12500
12501         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12502           Fix confusing debug message (s/event/query/)
12503
12504 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
12505
12506         * gst/videotestsrc/videotestsrc.h:
12507           Use "_stdint.h" instead of <stdint.h>
12508
12509 2005-07-27  Wim Taymans  <wim@fluendo.com>
12510
12511         * ext/vorbis/Makefile.am:
12512         Revert wrong commit.
12513
12514 2005-07-27  Wim Taymans  <wim@fluendo.com>
12515
12516         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
12517         More compilation fixen.
12518
12519 2005-07-27  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst-libs/gst/audio/gstbaseaudiosink.c:
12522         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12523         (gst_base_audio_sink_create_ringbuffer),
12524         (gst_base_audio_sink_change_state):
12525         Fix compilation.
12526
12527 2005-07-27  Wim Taymans  <wim@fluendo.com>
12528
12529         * examples/seeking/seek.c: (setup_dynamic_link),
12530         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
12531         (query_positions_elems), (query_positions_pads), (do_seek):
12532         Update seek example.
12533
12534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
12535         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
12536         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
12537         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
12538         (gst_ogg_demux_handle_event),
12539         (gst_ogg_demux_deactivate_current_chain),
12540         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
12541         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12542         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
12543         (gst_ogg_demux_loop):
12544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
12545         * ext/theora/theoradec.c: (theora_dec_src_event),
12546         (theora_dec_src_getcaps), (theora_dec_sink_event),
12547         (theora_dec_push), (theora_dec_chain):
12548         * ext/vorbis/Makefile.am:
12549         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
12550         (vorbis_dec_sink_event), (vorbis_dec_push),
12551         (vorbis_handle_data_packet):
12552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
12553         (gst_vorbisenc_chain):
12554         * gst/playback/gststreaminfo.c: (cb_probe):
12555         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
12556         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12557         * gst/videoscale/gstvideoscale.c:
12558         (gst_videoscale_handle_src_event):
12559         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
12560         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
12561         (gst_ximagesink_navigation_send_event):
12562         * sys/xvimage/xvimagesink.c:
12563         (gst_xvimagesink_navigation_send_event):
12564         Various event updates and cleanups
12565
12566 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12567
12568         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
12569           Fix segfault for I420/YV12.
12570
12571 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12572
12573         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
12574           Report bitrate.
12575
12576 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12577
12578         * gst/playback/gstplaybin.c: (gen_video_element),
12579         (gen_audio_element):
12580           Switch to auto*sink elements as default sinks; add volume element
12581           so that volume control in totem works.
12582
12583 2005-07-21  Wim Taymans  <wim@fluendo.com>
12584
12585         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12586         * gst/playback/gstplaybin.c: (setup_sinks),
12587         (gst_play_bin_change_state):
12588         Refcount fix and more comments.
12589
12590 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12591
12592         * sys/ximage/Makefile.am:
12593         * sys/ximage/ximage.c: (plugin_init):
12594         * sys/ximage/ximagesink.c:
12595         Prepare for adding ximagesrc, rename of plugin to ximage etc.
12596         
12597
12598 2005-07-21  Wim Taymans  <wim@fluendo.com>
12599
12600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
12601         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
12602         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
12603         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12604         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
12605         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
12606         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
12607         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
12608         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12609         Generate correct disconts for live chained oggs.
12610
12611         * gst-libs/gst/audio/gstbaseaudiosink.c:
12612         (gst_base_audio_sink_render),
12613         (gst_base_audio_sink_create_ringbuffer),
12614         (gst_base_audio_sink_change_state):
12615         Handle discont math correctly.
12616
12617         * gst/playback/gstplaybin.c: (add_sink):
12618         Some small debug cleanup.
12619
12620 2005-07-21  Wim Taymans  <wim@fluendo.com>
12621
12622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
12623         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
12624         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
12625         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12626         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
12627         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
12628         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
12629         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
12630         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12631         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
12632         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
12633         (gst_ogg_demux_change_state), (gst_ogg_print):
12634         Reorganize code to send the right disconts when in streaming
12635         mode.
12636
12637 2005-07-20  Andy Wingo  <wingo@pobox.com>
12638
12639         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
12640         fix (?), fixes a seggie mcfalterson (#310894).
12641
12642 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12643
12644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
12645         (gst_ogg_mux_set_header_on_caps):
12646         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
12647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
12648         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
12649         * gst-libs/gst/audio/multichannel.c:
12650         (gst_audio_set_channel_positions),
12651         (gst_audio_set_structure_channel_positions_list):
12652         * gst/playback/gstdecodebin.c: (dynamic_create):
12653         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
12654         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
12655           Fixes for API changes in core.
12656
12657 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12658
12659         * gst/playback/gstplaybasebin.c: (fill_buffer):
12660           Use _new_custom() so we can set custom message types for buffering
12661           messages.
12662
12663 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12664
12665         * configure.ac:
12666         * gst-libs/gst/Makefile.am:
12667         * gst-libs/gst/gconf/.cvsignore:
12668         * gst-libs/gst/gconf/Makefile.am:
12669         * gst-libs/gst/gconf/test-gconf.c:
12670         * pkgconfig/Makefile.am:
12671         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
12672         * pkgconfig/gstreamer-gconf.pc.in:
12673           Remove gconf stuff, use gconf elements instead from now on.
12674
12675 2005-07-20  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst-libs/gst/audio/TODO:
12678         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
12679         (gst_audio_clock_get_internal_time):
12680         * gst-libs/gst/audio/gstaudioclock.h:
12681         * gst-libs/gst/audio/gstbaseaudiosink.c:
12682         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
12683         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
12684         (gst_base_audio_sink_render),
12685         (gst_base_audio_sink_create_ringbuffer),
12686         (gst_base_audio_sink_change_state):
12687         Make sure the audio clock always returns an increasing value.
12688
12689 2005-07-19  Andy Wingo  <wingo@pobox.com>
12690
12691         * gst/videotestsrc/: Cleanups.
12692
12693 2005-07-19  Wim Taymans  <wim@fluendo.com>
12694
12695         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
12696         Better debugging.
12697
12698 2005-07-19  Wim Taymans  <wim@fluendo.com>
12699
12700         * examples/seeking/seek.c: (make_dv_pipeline),
12701         (make_vorbis_theora_pipeline), (query_rates),
12702         (query_positions_elems), (query_positions_pads), (do_seek):
12703         Make correct DV pipeline.
12704
12705 2005-07-18  Andy Wingo  <wingo@pobox.com>
12706
12707         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
12708         default. Also because it's the only thing that really works. (This
12709         is used in the GConf elements).
12710         Use AS_LIBTOOL_TAGS.
12711
12712 2005-07-18  Wim Taymans  <wim@fluendo.com>
12713
12714         * gst/playback/gstdecodebin.c: (remove_element_chain):
12715         * gst/playback/gstplaybin.c: (add_sink):
12716         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
12717         (gst_stream_info_set_mute):
12718         * gst/playback/gststreamselector.c:
12719         (gst_stream_selector_get_linked_pad),
12720         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
12721         More leak and compile fixes.
12722
12723 2005-07-18  Wim Taymans  <wim@fluendo.com>
12724
12725         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
12726         (query_rates), (query_positions_elems), (query_positions_pads),
12727         (do_seek), (seek_cb), (stop_seek):
12728         Updated seek example. 
12729
12730         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
12731         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
12732         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
12733         * gst/playback/gstplaybin.c: (add_sink):
12734         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
12735         (gst_stream_info_set_mute):
12736         Some refcount leak fixes.
12737
12738 2005-07-16  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst-libs/gst/audio/gstbaseaudiosink.c:
12741         (gst_base_audio_sink_render):
12742         Align samples even if we have roundoff errors in the 
12743         timestamp conversion.
12744
12745 2005-07-16  Wim Taymans  <wim@fluendo.com>
12746
12747         * docs/libs/tmpl/gstringbuffer.sgml:
12748         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
12749         (query_rates), (query_positions_elems), (query_positions_pads),
12750         (update_scale), (do_seek):
12751         Updated seek example.
12752
12753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12754         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
12755         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
12756         (gst_ogg_demux_loop):
12757         Push out correct discont values.
12758
12759         * ext/theora/theoradec.c: (theora_dec_src_convert),
12760         (theora_dec_sink_convert), (theora_dec_src_getcaps),
12761         (theora_dec_sink_event), (theora_handle_type_packet),
12762         (theora_handle_header_packet), (theora_dec_push),
12763         (theora_handle_data_packet), (theora_dec_chain),
12764         (theora_dec_change_state):
12765         Better timestamping.
12766
12767         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12768         (vorbis_dec_sink_event), (vorbis_dec_push),
12769         (vorbis_handle_data_packet), (vorbis_dec_chain):
12770         * ext/vorbis/vorbisdec.h:
12771         Better timestamping.
12772
12773         * gst-libs/gst/audio/gstbaseaudiosink.c:
12774         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
12775         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12776         Handle syncing on timestamps instead of sample offsets. Make
12777         use of DISCONT values as described in design docs.
12778
12779         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12780         (gst_base_audio_src_get_time):
12781         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
12782         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
12783         (gst_ring_buffer_read):
12784         * gst-libs/gst/audio/gstringbuffer.h:
12785         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
12786         (gst_ximagesink_show_frame):
12787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12788         Correcly convert buffer timestamp to stream time.
12789
12790 2005-07-16  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/audioconvert/gstaudioconvert.c:
12793         (gst_audio_convert_get_buffer):
12794         Timestamp buffers correctly.
12795
12796         * gst/playback/gstplaybin.c: (gen_video_element):
12797         Make internal fakesink silent.
12798
12799 2005-07-15  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/ffmpegcolorspace/Makefile.am:
12802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12803         (gst_ffmpegcsp_caps_remove_format_info),
12804         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12805         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
12806         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
12807         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
12808         Ported ffmpegcolorspace to basetransform.
12809
12810         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
12811         * gst/volume/gstvolume.c: (volume_transform):
12812         Ported to new API.
12813
12814 2005-07-14  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/videotestsrc/Makefile.am:
12817         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
12818         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
12819         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
12820         (gst_videotestsrc_init), (gst_videotestsrc_event),
12821         (gst_videotestsrc_create), (gst_videotestsrc_start),
12822         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
12823         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12824         (gst_videotestsrc_get_property):
12825         * gst/videotestsrc/gstvideotestsrc.h:
12826         Make videotestsrc a pushsrc.
12827
12828 2005-07-14  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst/tcp/gstfdset.c: (gst_fdset_free):
12831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12832         (gst_multifdsink_add), (gst_multifdsink_remove),
12833         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12834         (gst_multifdsink_remove_client_link),
12835         (gst_multifdsink_client_queue_data),
12836         (gst_multifdsink_client_queue_caps),
12837         (gst_multifdsink_client_queue_buffer),
12838         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
12839         (gst_multifdsink_stop):
12840         * gst/tcp/gstmultifdsink.h:
12841         0.8 backporting.
12842
12843         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
12844         Also draw image when not from a pool.
12845
12846 2005-07-14  Wim Taymans  <wim@fluendo.com>
12847
12848         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
12849         (mute_stream), (silence_stream):
12850         Small debug additions.
12851
12852 2005-07-14  Wim Taymans  <wim@fluendo.com>
12853
12854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
12855         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
12856         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
12857         Better error recovery, ignore unconnected pads and
12858         non-fatal errors.
12859
12860 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12861
12862         * docs/libs/tmpl/gstaudio.sgml:
12863         * docs/libs/tmpl/gstcolorbalance.sgml:
12864         * docs/libs/tmpl/gstgconf.sgml:
12865         * docs/libs/tmpl/gstmixer.sgml:
12866         * docs/libs/tmpl/gstringbuffer.sgml:
12867         * docs/libs/tmpl/gsttuner.sgml:
12868         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12869         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
12870         (gst_tcpclientsrc_class_init):
12871         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
12872         (gst_tcpserversrc_class_init):
12873         * sys/v4l/gstv4lelement.c:
12874           more autistic cleanliness in functions/names/defines
12875
12876 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12877
12878         * configure.ac:
12879           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
12880           added manually to each Makefile.am so we are sure it goes
12881           *last* and doesn't add -L flags before linking in libs of our
12882           own, like, say, internal .la libs, that then accidentally pick
12883           up the installed copy.
12884         * docs/libs/Makefile.am:
12885         * ext/alsa/Makefile.am:
12886         * ext/cdparanoia/Makefile.am:
12887         * ext/gnomevfs/Makefile.am:
12888         * ext/libvisual/Makefile.am:
12889         * ext/ogg/Makefile.am:
12890         * ext/theora/Makefile.am:
12891         * ext/vorbis/Makefile.am:
12892         * gst-libs/gst/video/Makefile.am:
12893         * gst/adder/Makefile.am:
12894         * gst/audioconvert/Makefile.am:
12895         * gst/audiorate/Makefile.am:
12896         * gst/audioscale/Makefile.am:
12897         * gst/ffmpegcolorspace/Makefile.am:
12898         * gst/playback/Makefile.am:
12899         * gst/sine/Makefile.am:
12900         * gst/subparse/Makefile.am:
12901         * gst/tags/Makefile.am:
12902         * gst/tcp/Makefile.am:
12903         * gst/typefind/Makefile.am:
12904         * gst/videorate/Makefile.am:
12905         * gst/videoscale/Makefile.am:
12906         * gst/videotestsrc/Makefile.am:
12907         * gst/volume/Makefile.am:
12908         * sys/v4l/Makefile.am:
12909         * sys/ximage/Makefile.am:
12910         * sys/xvimage/Makefile.am:
12911           adapt properly to this change. This should make sure that
12912           plugins and libs properly link to the as-yet-uninstalled
12913           copies of stuff like libgstinterfaces and libgstvideo
12914
12915 2005-07-13  Andy Wingo  <wingo@pobox.com>
12916
12917         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
12918         (gst_v4lsrc_fixate): Fixate on format as well.
12919
12920         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
12921         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
12922         buffer points to it.
12923         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
12924         rather just doing X calls ourselves. Also fixes a memleak.
12925
12926 2005-07-12  Andy Wingo  <wingo@pobox.com>
12927
12928         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
12929         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
12930         (gst_v4lsrc_create): Re-add the copy-mode property, default to
12931         TRUE to avoid deadlocks if an element holds on to our buffers.
12932
12933 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12934
12935         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12936         (gst_sinesrc_init), (gst_sinesrc_create),
12937         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
12938         (gst_sinesrc_start):
12939         * gst/sine/gstsinesrc.h:
12940           removing num-buffers property before moving it
12941
12942 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12943
12944         * configure.ac:
12945           use overridable ERROR_CFLAGS
12946         * docs/libs/gst-plugins-base-libs.types:
12947         * docs/libs/tmpl/gstringbuffer.sgml:
12948         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
12949         (gst_alsasink_class_init):
12950         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
12951         (gst_alsasrc_class_init):
12952         * gst-libs/gst/audio/audio.h:
12953         * gst-libs/gst/audio/gstaudioclock.h:
12954         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
12955         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
12956         (gst_audio_filter_link), (gst_audio_filter_init),
12957         (gst_audio_filter_chain), (gst_audio_filter_set_property),
12958         (gst_audio_filter_get_property),
12959         (gst_audio_filter_class_add_pad_templates):
12960         * gst-libs/gst/audio/gstaudiofilter.h:
12961         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12962         (gst_audio_filter_template_get_type),
12963         (gst_audio_filter_template_base_init),
12964         (gst_audio_filter_template_class_init),
12965         (gst_audio_filter_template_init),
12966         (gst_audio_filter_template_set_property),
12967         (gst_audio_filter_template_get_property), (plugin_init),
12968         (gst_audio_filter_template_setup),
12969         (gst_audio_filter_template_filter),
12970         (gst_audio_filter_template_filter_inplace):
12971         * gst-libs/gst/audio/gstaudiosink.c:
12972         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12973         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
12974         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
12975         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
12976         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
12977         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
12978         * gst-libs/gst/audio/gstaudiosink.h:
12979         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
12980         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12981         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12982         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
12983         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
12984         (gst_audio_src_class_init), (gst_audio_src_init),
12985         (gst_audio_src_create_ringbuffer):
12986         * gst-libs/gst/audio/gstaudiosrc.h:
12987         * gst-libs/gst/audio/gstbaseaudiosink.c:
12988         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
12989         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
12990         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
12991         (gst_base_audio_sink_set_property),
12992         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
12993         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
12994         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
12995         (gst_base_audio_sink_create_ringbuffer),
12996         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
12997         * gst-libs/gst/audio/gstbaseaudiosink.h:
12998         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12999         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13000         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13001         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13002         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13003         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13004         (gst_base_audio_src_event), (gst_base_audio_src_create),
13005         (gst_base_audio_src_create_ringbuffer),
13006         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13007         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13008         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13009         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13010         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13011         (gst_ring_buffer_debug_spec_caps),
13012         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13013         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13014         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13015         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13016         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13017         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13018         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13019         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13020         (gst_ring_buffer_clear):
13021         * gst-libs/gst/audio/gstringbuffer.h:
13022         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13023         (gst_video_sink_class_init), (gst_video_sink_get_type):
13024         * gst-libs/gst/video/videosink.h:
13025         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13026         (gst_multifdsink_class_init),
13027         (gst_multifdsink_handle_client_write),
13028         (gst_multifdsink_change_state):
13029         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13030         (gst_tcpclientsink_setcaps):
13031         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13032         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13033         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13034         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13035         (gst_ximagesink_send_pending_navigation),
13036         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13037         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13039         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13040         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13041         (gst_xvimagesink_send_pending_navigation),
13042         (gst_xvimagesink_navigation_send_event),
13043         (gst_xvimagesink_set_xwindow_id),
13044         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13045         (gst_xvimagesink_get_type):
13046         more macro splitting
13047
13048 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13049
13050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13051           plug a memleak, allows me to import 1479 albums in one go
13052           in jamboree
13053         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13054         (vorbis_handle_type_packet), (vorbis_dec_chain),
13055         (vorbis_dec_change_state):
13056           fix some format strings
13057
13058 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13059
13060         * docs/libs/tmpl/gstcolorbalance.sgml:
13061         * docs/libs/tmpl/gstmixer.sgml:
13062         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13063         (gst_alsasink_set_property), (gst_alsasink_get_property):
13064         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13065         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13066           add device property
13067
13068 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13069
13070         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13071         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13072         (audiocast_register_listener), (audiocast_thread_run),
13073         (gst_gnomevfssrc_send_additional_headers_callback),
13074         (gst_gnomevfssrc_received_headers_callback),
13075         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13076         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13077         (gst_gnomevfssrc_get_size):
13078           add/clean up debugging
13079         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13080           cleanups
13081
13082 2005-07-07  Andy Wingo  <wingo@pobox.com>
13083
13084         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13085         framerate. Need to get a handle on when exactly this function is
13086         called, tho.
13087
13088         * sys/v4l/v4lsrc_calls.h:
13089         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13090         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13091         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13092
13093         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13094         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13095         v4lelements are sources.
13096
13097         * sys/v4l/gstv4lxoverlay.h:
13098         * sys/v4l/gstv4lxoverlay.c:
13099         * sys/v4l/gstv4ltuner.h:
13100         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13101         
13102         * sys/v4l/gstv4lsrc.h:
13103         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13104         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13105         or something should handle that. Made a live source.
13106
13107         * sys/v4l/gstv4lelement.h:
13108         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13109         signals. Some cleanups.
13110
13111         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13112
13113         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13114         stuff.
13115
13116         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13117         stuff.
13118
13119         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13120
13121 2005-07-07  Wim Taymans  <wim@fluendo.com>
13122
13123         * ext/theora/theoradec.c: (theora_get_query_types),
13124         (theora_dec_src_getcaps), (theora_dec_push):
13125         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13127         Remove deprecated/unused query types.
13128
13129 2005-07-06  Wim Taymans  <wim@fluendo.com>
13130
13131         * ext/alsa/Makefile.am:
13132         * ext/alsa/gstalsaplugin.c: (plugin_init):
13133         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13134         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13135         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13136         (gst_alsasrc_class_init), (gst_alsasrc_init),
13137         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13138         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13139         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13140         (gst_alsasrc_reset):
13141         * ext/alsa/gstalsasrc.h:
13142         * gst-libs/gst/audio/Makefile.am:
13143         * gst-libs/gst/audio/gstaudiosink.c:
13144         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13145         (gst_audioringbuffer_start):
13146         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13147         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13148         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13149         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13150         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13151         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13152         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13153         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13154         * gst-libs/gst/audio/gstaudiosrc.h:
13155         * gst-libs/gst/audio/gstbaseaudiosink.c:
13156         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13157         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13158         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13159         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13160         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13161         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13162         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13163         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13164         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13165         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13166         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13167         (gst_baseaudiosrc_change_state):
13168         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13169         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13170         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13171         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13172         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13173         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13174         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13175         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13176         * gst-libs/gst/audio/gstringbuffer.h:
13177         Added audiosource base classes.
13178         Ported alsasrc, still very basic.
13179
13180 2005-07-06  Wim Taymans  <wim@fluendo.com>
13181
13182         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13183         (theora_dec_push), (theora_handle_data_packet):
13184         Prepare for better timestamp fix later.
13185
13186         * gst/audioconvert/gstaudioconvert.c:
13187         List most accurate caps first
13188
13189         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13190         Use proper pad task function.
13191
13192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13193         (gst_xvimagesink_show_frame):
13194         Fix deadlock when alloc failed.
13195
13196 2005-07-05  Andy Wingo  <wingo@pobox.com>
13197
13198         * ext/gnomevfs/gstgnomevfssrc.c:
13199         * gst/sine/gstsinesrc.c:
13200         * gst/tcp/gsttcpserversrc.c:
13201         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13202
13203         * sys/v4l/: Port from 0.8.
13204
13205         * Many files: Null if we got it....
13206
13207 2005-07-05  Andy Wingo  <wingo@pobox.com>
13208
13209         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13210         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13211         Signedness fixes.
13212
13213 2005-07-05  Wim Taymans  <wim@fluendo.com>
13214
13215         * configure.ac:
13216         * gst/tcp/Makefile.am:
13217         * gst/tcp/README:
13218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13219         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13220         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13221         (is_sync_frame), (gst_multifdsink_handle_client_write),
13222         (gst_multifdsink_render), (gst_multifdsink_start),
13223         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13224         * gst/tcp/gstmultifdsink.h:
13225         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13226         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13227         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13228         * gst/tcp/gsttcp.h:
13229         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13230         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13231         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13232         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13233         * gst/tcp/gsttcpclientsink.h:
13234         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13235         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13236         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13237         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13238         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13239         * gst/tcp/gsttcpclientsrc.h:
13240         * gst/tcp/gsttcpplugin.c: (plugin_init):
13241         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13242         * gst/tcp/gsttcpserversink.h:
13243         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13244         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13245         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13246         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13247         (gst_tcpserversrc_stop):
13248         * gst/tcp/gsttcpserversrc.h:
13249         * gst/tcp/gsttcpsink.c:
13250         * gst/tcp/gsttcpsink.h:
13251         * gst/tcp/gsttcpsrc.c:
13252         * gst/tcp/gsttcpsrc.h:
13253         Ported tcp plugins to 0.9. 
13254         
13255
13256 2005-07-05  Andy Wingo  <wingo@pobox.com>
13257
13258         * gst/playback/gstplaybasebin.c (fill_buffer):
13259         message_new_application fixen.
13260
13261         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13262         Style fix.
13263
13264 2005-07-04  Wim Taymans  <wim@fluendo.com>
13265
13266         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13267         Set caps on output buffer.
13268
13269 2005-07-04  Andy Wingo  <wingo@pobox.com>
13270
13271         * ext/gnomevfs/gstgnomevfssrc.c
13272         (gst_gnomevfssrc_received_headers_callback) 
13273         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13274         hopefully.
13275
13276         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13277         No refcount leakage.
13278
13279         * configure.ac: Enable -Werror.
13280         
13281         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13282         * gst/audioconvert/bufferframesconvert.c
13283         (buffer_frames_convert_fixate):
13284         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13285         (gst_audio_convert_fixate):
13286         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13287         (gst_sinesrc_create): Fixate func changes.
13288         
13289         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13290         (gst_ximagesink_buffer_alloc): Unused var.
13291
13292 2005-07-01  Andy Wingo  <wingo@pobox.com>
13293
13294         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13295         getcaps to do explicit caps. Needs to be done in all decoders,
13296         possibly via a base class.
13297
13298         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13299
13300         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13301         caps on the sink pad, just rely on the pad template. Also, setting
13302         ANY caps on a pad is not valid because the caps are not fixed.
13303
13304         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13305         caps on the buffer, and get the width from the desired_caps if
13306         they're set.
13307         (gst_ximagesink_renegotiate_size): Implement via setting the
13308         desired_caps on the ximagesink.
13309         (gst_ximagesink_setcaps): Only reset the width of the player if it
13310         wasn't already set. Not sure if this is right.
13311         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13312
13313         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13314         that the user wants. NULL unless the window has been resized.
13315
13316         * gst/volume/gstvolume.c (volume_transform): Adapt to
13317         basetransform refcount changes.
13318         
13319 2005-07-01  Andy Wingo  <wingo@pobox.com>
13320
13321         * gst/videoscale/gstvideoscale.c:
13322         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13323         from BaseTransform, implements a transform_caps. Removed dead code
13324         including some PAR stuff that was never reached -- should probably
13325         be added back somehow.
13326
13327 2005-07-01  Andy Wingo  <wingo@pobox.com>
13328
13329         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13330         come later.
13331
13332 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13333
13334         * configure.ac:
13335         * docs/libs/Makefile.am:
13336         * docs/libs/gst-plugins-libs.types:
13337         * ext/alsa/Makefile.am:
13338         * ext/alsa/gstalsamixer.h:
13339         * ext/alsa/gstalsamixeroptions.h:
13340         * ext/alsa/gstalsamixertrack.h:
13341         * gst-libs/gst/Makefile.am:
13342         * gst-libs/gst/colorbalance/.cvsignore:
13343         * gst-libs/gst/colorbalance/Makefile.am:
13344         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13345         * gst-libs/gst/colorbalance/colorbalance.c:
13346         * gst-libs/gst/colorbalance/colorbalance.h:
13347         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13348         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13349         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13350         * gst-libs/gst/interfaces/Makefile.am:
13351         * gst-libs/gst/interfaces/colorbalance.c:
13352         (gst_color_balance_class_init):
13353         * gst-libs/gst/interfaces/colorbalance.h:
13354         * gst-libs/gst/interfaces/interfaces-marshal.list:
13355         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13356         * gst-libs/gst/interfaces/mixer.h:
13357         * gst-libs/gst/interfaces/mixeroptions.h:
13358         * gst-libs/gst/interfaces/navigation.c:
13359         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13360         * gst-libs/gst/interfaces/tuner.h:
13361         * gst/volume/Makefile.am:
13362         * gst/volume/gstvolume.c:
13363         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13364         * sys/ximage/Makefile.am:
13365         * sys/ximage/ximagesink.c:
13366         * sys/xvimage/Makefile.am:
13367         * sys/xvimage/xvimagesink.c:
13368           fold in all interfaces into an interfaces dir, preserving CVS
13369           history
13370
13371 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13372
13373         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13374           Fix build after riff changes.
13375
13376 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13377
13378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13379         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13380         (gst_riff_create_video_template_caps),
13381         (gst_riff_create_audio_template_caps),
13382         (gst_riff_create_iavs_template_caps):
13383         * gst-libs/gst/riff/riff-media.h:
13384         * gst-libs/gst/riff/riff-read.h:
13385         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13386           Add gst_riff_init() to initialize the debug category, instead
13387           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13388
13389 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13390
13391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13392           Oops, I shouldn't apply hacks.
13393
13394 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13395
13396         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13397           Remove pad_loop function which doesn't work.
13398
13399 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13400
13401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13402           Send EOS when deactivating.
13403         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13404         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13405         (gen_preroll_element), (probe_triggered), (mute_stream),
13406         (silence_stream), (new_decoded_pad), (setup_substreams),
13407         (set_active_source):
13408         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13409         (remove_sinks), (add_sink):
13410         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13411           Change for new probe API.
13412
13413 2005-06-29  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13416         * gst-libs/gst/audio/gstbaseaudiosink.c:
13417         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13418         (gst_baseaudiosink_change_state):
13419         * gst-libs/gst/audio/gstbaseaudiosink.h:
13420         * gst-libs/gst/audio/gstringbuffer.c:
13421         (gst_ringbuffer_set_callback):
13422         Fix compilation error.
13423         Ringbuffer starts out as not running.
13424         Free our clock in dispose.
13425         When releasing the ringbuffer we need to renegotiate so
13426         clear the pad caps.
13427
13428 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13429
13430         * autogen.sh:
13431         * configure.ac:
13432         * docs/Makefile.am:
13433         * docs/libs/Makefile.am:
13434         * docs/libs/gst-plugins-libs-docs.sgml:
13435         * docs/libs/gst-plugins-libs-sections.txt:
13436         * docs/libs/gst-plugins-libs.types:
13437         * docs/libs/tmpl/gstaudio.sgml:
13438         * docs/libs/tmpl/gstcolorbalance.sgml:
13439         * docs/libs/tmpl/gstringbuffer.sgml:
13440         * gst-libs/gst/audio/gstringbuffer.c:
13441         (gst_ringbuffer_set_callback):
13442           reinstate gtk-doc docs for plugin libs
13443
13444 2005-06-28  Wim Taymans  <wim@fluendo.com>
13445
13446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13447         (gst_ogg_demux_init):
13448         Removed pad loop function.
13449
13450 2005-06-28  Wim Taymans  <wim@fluendo.com>
13451
13452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13453         If we're building a chain we are not in an error case
13454         when we queue a buffer.
13455
13456 2005-06-28  Andy Wingo  <wingo@pobox.com>
13457
13458         * *.c: Don't cast to GstObject before reffing/unreffing.
13459
13460 2005-06-27  Andy Wingo  <wingo@pobox.com>
13461
13462         * gst/videotestsrc/gstvideotestsrc.c
13463         (gst_videotestsrc_activate_push): Activation API changes.
13464
13465         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13466         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13467         they have refs on the decodebin.
13468
13469         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13470         parent class.
13471         (gst_ogg_pad_typefind): Don't leak a pad ref.
13472         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13473         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13474         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13475
13476 2005-06-27  Edward Hervey  <edward@fluendo.com>
13477
13478         * ext/theora/theoradec.c: (theora_dec_change_state): 
13479         re-arranged call to parent's state change in order to avoid locks (or
13480         worse).
13481
13482 2005-06-26  Edward Hervey  <edward@fluendo.com>
13483
13484         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13485         2nd argument of 'unknow-type' signal is a GstCaps and not a
13486         GstMiniObject
13487
13488 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
13489         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
13490           Set the worker thread's running flag to TRUE before starting the
13491           thread.
13492         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
13493           Catch a failure to add typefind to the bin.
13494
13495 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13496
13497         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13498         (gst_sinesrc_init), (gst_sinesrc_create),
13499         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13500         (gst_sinesrc_start):
13501         * gst/sine/gstsinesrc.h:
13502           add num-buffers and timestamp-offset properties
13503         * gst/videotestsrc/gstvideotestsrc.c:
13504         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
13505         (gst_videotestsrc_get_property):
13506           add timestamp-offset property
13507
13508 2005-06-23  Christian Schaller  <uraeus@gnome.org>
13509
13510         * configure.ac: add videorate
13511         * gst-plugins-base.spec.in: add videorate
13512
13513 2005-06-23  Wim Taymans  <wim@fluendo.com>
13514
13515         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13516         (gst_videorate_getcaps), (gst_videorate_setcaps),
13517         (gst_videorate_event), (gst_videorate_chain):
13518         Fixed videorate, fixating an already fixated caps is not
13519         an error.
13520
13521 2005-06-23  Wim Taymans  <wim@fluendo.com>
13522
13523         * ext/ogg/README:
13524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
13525         Buffer on caps is not boxed anymore.
13526
13527 2005-06-22  Wim Taymans  <wim@fluendo.com>
13528
13529         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13531         Set buffers on caps as miniobjects and not as boxed.
13532
13533 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13534
13535         * configure.ac:
13536           back to HEAD
13537
13538 === release 0.9.1 ===
13539
13540 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13541
13542         * .cvsignore:
13543         * NEWS:
13544         * README:
13545         * RELEASE:
13546         * configure.ac:
13547         * po/af.po:
13548         * po/az.po:
13549         * po/cs.po:
13550         * po/en_GB.po:
13551         * po/hu.po:
13552         * po/it.po:
13553         * po/nb.po:
13554         * po/nl.po:
13555         * po/or.po:
13556         * po/sq.po:
13557         * po/sr.po:
13558         * po/sv.po:
13559         * po/uk.po:
13560         * po/vi.po:
13561           updates for release
13562
13563 2005-06-09  Andy Wingo  <wingo@pobox.com>
13564
13565         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
13566         
13567 2005-06-09  Andy Wingo  <wingo@pobox.com>
13568
13569         * configure.ac:
13570         * gst-libs/gst/Makefile.am:
13571         * gst-libs/gst/net/Makefile.am:
13572         Add gstnet to build.
13573
13574 2005-06-09  Andy Wingo  <wingo@pobox.com>
13575
13576         * gst-libs/gst/gconf/gconf.c:
13577         * gst/playback/test.c:
13578         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
13579         fixes.
13580
13581         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
13582
13583         * ext/theora/theoraenc.c (theora_enc_chain): 
13584         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
13585
13586         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
13587         RealPad.
13588
13589 2005-06-02  Wim Taymans  <wim@fluendo.com>
13590
13591         * gst-libs/gst/net/Makefile.am:
13592         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13593         * pkgconfig/gstreamer-libs.pc.in:
13594         Added net stuff, version net lib.
13595
13596 2005-06-02  Wim Taymans  <wim@fluendo.com>
13597
13598         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13599         (query_rates), (query_positions_elems), (query_positions_pads),
13600         (do_seek):
13601         Updated seek example.
13602
13603 2005-06-02  Andy Wingo  <wingo@pobox.com>
13604
13605         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
13606         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
13607         list.
13608
13609         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
13610         remove the typefind, the bin dispose will do it for us. When it's
13611         removed and unreffed, the signal handler will be disconnected,
13612         too.
13613         (unlinked): It's too difficult to disconnect from unlinked
13614         handlers, as they are on pads not elements. Just punt if the pads
13615         aren't grandkids of the bin.
13616
13617 2005-06-02  Wim Taymans  <wim@fluendo.com>
13618
13619         * ext/ogg/README:
13620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13621         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
13622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13623         * ext/theora/theoradec.c: (theora_dec_src_query),
13624         (theora_handle_data_packet):
13625         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13626         (theora_enc_chain):
13627         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13628         (vorbis_handle_data_packet):
13629         * gst/audioconvert/bufferframesconvert.c:
13630         (buffer_frames_convert_chain):
13631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13632         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
13633         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
13634         (gst_ffmpegcsp_chain):
13635         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13636         (gst_videorate_getcaps), (gst_videorate_setcaps),
13637         (gst_videorate_event), (gst_videorate_chain):
13638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
13639         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
13640         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13641         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13642         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13643         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
13644         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
13645         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13646         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
13647         Cleanups and buffer alloc.
13648
13649 2005-05-31  Wim Taymans  <wim@fluendo.com>
13650
13651         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
13652         Don't try to call the delay method when the device is not
13653         opened.
13654
13655 2005-05-31  Wim Taymans  <wim@fluendo.com>
13656
13657         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
13658         Get actual segment size and buffer size after opening
13659         the device.
13660
13661 2005-05-30  Wim Taymans  <wim@fluendo.com>
13662
13663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
13664         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
13665         Also FLUSH upstream, makes the loop function exit faster.
13666         
13667         * ext/theora/theoradec.c: (theora_dec_src_query):
13668         Some more debug info in the query.
13669         
13670         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13671         (gst_ximagesink_setcaps):
13672         Release lock on par error, better error reporting.
13673
13674 2005-05-26  Wim Taymans  <wim@fluendo.com>
13675
13676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13677         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
13678         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
13679         Clear chains in READY
13680         Queue packets until the chain is activated.
13681
13682 2005-05-25  Wim Taymans  <wim@fluendo.com>
13683
13684         * gst-libs/gst/audio/gstaudiosink.c:
13685         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13686         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
13687         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13688         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
13689         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
13690         (gst_audiosink_create_ringbuffer):
13691         * gst-libs/gst/audio/gstbaseaudiosink.c:
13692         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
13693         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
13694         (gst_baseaudiosink_set_property), (build_linear_format),
13695         (debug_spec_caps), (debug_spec_buffer),
13696         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
13697         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
13698         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
13699         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
13700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
13701         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
13702         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
13703         (gst_ringbuffer_play), (gst_ringbuffer_pause),
13704         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
13705         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
13706         (wait_segment), (gst_ringbuffer_commit),
13707         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
13708         (gst_ringbuffer_clear):
13709         Various small cleanups.
13710
13711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13712         (gst_audio_convert_change_state):
13713         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
13714         No need to take the locks anymore.
13715
13716 2005-05-25  Wim Taymans  <wim@fluendo.com>
13717
13718         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13719         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
13720         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
13721         (type_found):
13722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
13723         (group_destroy), (group_commit), (queue_overrun),
13724         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
13725         (mute_stream), (new_decoded_pad), (setup_substreams),
13726         (setup_source), (mute_group_type), (set_active_source),
13727         (gst_play_base_bin_change_state):
13728         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13729         (gen_video_element), (gen_text_element), (gen_audio_element),
13730         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
13731         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
13732         (gst_stream_info_dispose), (gst_stream_info_set_mute):
13733         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13734         Some playbin cleanups mostly refcounting sloppyness.
13735
13736 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13737
13738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13739           Work with streaming input.
13740
13741 2005-05-25  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13744         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
13745         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
13746         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
13747         No need to take the STREAM lock anymore.
13748
13749 2005-05-25  Wim Taymans  <wim@fluendo.com>
13750
13751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13752         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
13753         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
13754         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
13755         (gst_ogg_demux_sink_activate):
13756         * ext/theora/theoradec.c: (theora_dec_src_event),
13757         (theora_handle_comment_packet), (theora_dec_chain),
13758         (theora_dec_change_state):
13759         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13760         (vorbis_handle_data_packet), (vorbis_dec_chain),
13761         (vorbis_dec_change_state):
13762         Remove STREAM locks as they are taken in core now.
13763         Never set bogus granulepos on vorbis/theora.
13764         Fix leaks in theoradec tag parsing.
13765
13766 2005-05-25  Wim Taymans  <wim@fluendo.com>
13767
13768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13769         Fix memleaks, GST_BUFFER_DATA() is not freed.
13770
13771 2005-05-25  Wim Taymans  <wim@fluendo.com>
13772
13773         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13774         Open non-blocking, set to blocking mode afterwards to avoid
13775         lockups when audio device is busy.
13776
13777 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13778
13779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
13780           This can't be good.
13781
13782 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13783
13784         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13785         (gst_audio_convert_chain), (gst_audio_convert_link_src),
13786         (gst_audio_convert_setcaps):
13787           Implement instant setup switching.
13788
13789 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13790
13791         * gst/playback/gstplaybasebin.c: (probe_triggered):
13792           Fix missing unlock.
13793         * gst/playback/gstplaybin.c: (add_sink):
13794           First add, then link (otherwise pad link fails).
13795
13796 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13797
13798         * examples/Makefile.am:
13799         fix buildbot (make distcheck)
13800
13801 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13802
13803         * gst/playback/gstplaybin.c: (gen_vis_element):
13804           Remove some wrong code. Doesn't work yet.
13805
13806 2005-05-19  Wim Taymans  <wim@fluendo.com>
13807
13808         * gst-libs/gst/net/Makefile.am:
13809         * gst-libs/gst/net/README:
13810         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
13811         (gst_netbuffer_class_init), (gst_netbuffer_init),
13812         (gst_netbuffer_finalize), (gst_netbuffer_copy),
13813         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
13814         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
13815         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
13816         * gst-libs/gst/net/gstnetbuffer.h:
13817         Added buffer subclass to store extra to/from addresses for
13818         network sources/sinks.
13819
13820 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13821
13822         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
13823           Don't lock an unassigned variable.
13824
13825 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13826
13827         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13828           Increase buffer for video, decrease buffer for other media types.
13829         * gst/playback/gstplaybin.c: (gen_video_element),
13830         (gen_audio_element):
13831           Change names for debugging purposes.
13832
13833 2005-05-18  Wim Taymans  <wim@fluendo.com>
13834
13835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13836         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
13837         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
13838         (gst_ffmpegcsp_chain):
13839         Enable buffer alloc passthrough if the source and dest
13840         formats are the same.
13841
13842 2005-05-17  Wim Taymans  <wim@fluendo.com>
13843
13844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13845         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
13846         (gst_ogg_demux_chain_unlocked):
13847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13848         (gst_audio_convert_caps_remove_format_info),
13849         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
13850         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
13851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13852         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
13853         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
13854         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
13855         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13856         (gst_ffmpegcsp_get_property):
13857         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13858         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
13859         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
13860         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13861         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
13862         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13863         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
13864         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
13865         Leak fixes in oggdemux.
13866         Some cleanups in audioconvert.
13867         Make passthrough work along with buffer_alloc etc.
13868         Make buffer_alloc and buffer recycling actually work in
13869         xvimagesink.
13870
13871 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13872
13873         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
13874           make the compiler happy
13875
13876 2005-05-17  Wim Taymans  <wim@fluendo.com>
13877
13878         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
13879         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13880         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
13881         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
13882         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13883         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
13884         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13885         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
13886         (gst_xvimagesink_set_xwindow_id):
13887         * sys/xvimage/xvimagesink.h:
13888         Port xvimagesink to new MiniObject.
13889
13890 2005-05-17  Wim Taymans  <wim@fluendo.com>
13891
13892         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
13893         (gst_audiofilter_chain):
13894         * gst-libs/gst/audio/gstaudiosink.c:
13895         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13896         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
13897         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13898         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
13899         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
13900         (gst_audiosink_create_ringbuffer):
13901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13902         (gst_audio_convert_caps_remove_format_info),
13903         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
13904         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13906         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
13907         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
13908         Fix passthrough in ffmpegcolorspace.
13909         Fix memset in audiosink on wrong memory.
13910
13911 2005-05-16  David Schleef  <ds@schleef.org>
13912
13913         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
13914         to GstMiniObject.
13915
13916 2005-05-16  David Schleef  <ds@schleef.org>
13917
13918         Port from GstData to GstMiniObject.
13919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
13921         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
13922         (gst_ogg_mux_collected):
13923         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13924         * ext/theora/theoradec.c: (theora_handle_comment_packet),
13925         (theora_handle_data_packet):
13926         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13927         (theora_set_header_on_caps), (theora_enc_chain):
13928         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13929         (vorbis_handle_comment_packet):
13930         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13931         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13932         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
13933         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
13934         * gst/audioconvert/gstaudioconvert.c:
13935         (gst_audio_convert_get_buffer):
13936         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13937         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13938         (mute_stream), (silence_stream):
13939         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
13940         * gst/volume/gstvolume.c: (volume_transform):
13941         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13942         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
13943         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
13944         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
13945         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
13946         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
13947         (gst_ximagesink_buffer_alloc):
13948         * sys/ximage/ximagesink.h:
13949
13950 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13951
13952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13953         (fill_buffer), (check_queue), (queue_threshold_reached),
13954         (queue_out_of_data):
13955         * gst/playback/gstplaybasebin.h:
13956           Post buffer-fullness on the bus.
13957
13958 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13959
13960         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13961         (try_to_link_1):
13962         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13963         (group_commit), (probe_triggered), (setup_source),
13964         (gst_play_base_bin_change_state):
13965         * gst/playback/gstplaybasebin.h:
13966         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13967         (gst_play_bin_init), (remove_sinks), (setup_sinks),
13968         (gst_play_bin_change_state):
13969           Move setup_output_pads into a virtual function, remove
13970           group-switch (no longer needed) and redirect (handled by bus
13971           now) signals.
13972
13973 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13974
13975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13976         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
13977         (get_active_group), (get_building_group), (group_destroy),
13978         (group_commit), (check_queue), (queue_overrun),
13979         (queue_threshold_reached), (queue_out_of_data),
13980         (gen_preroll_element), (remove_groups), (unknown_type),
13981         (add_element_stream), (no_more_pads), (probe_triggered),
13982         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
13983         (setup_substreams), (setup_source), (finish_source),
13984         (prepare_output), (muted_group_change_state),
13985         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13986         (gst_play_base_bin_change_state):
13987         * gst/playback/gstplaybasebin.h:
13988         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13989         (gst_play_bin_init), (gst_play_bin_set_property),
13990         (gen_video_element), (gen_text_element), (gen_audio_element),
13991         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13992         (gst_play_bin_change_state):
13993         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13994         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
13995         (stream_info_change_state), (gst_stream_info_set_mute),
13996         (gst_stream_info_get_property):
13997         * gst/playback/gststreaminfo.h:
13998         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
13999         (gst_stream_selector_get_linked_pad),
14000         (gst_stream_selector_getcaps),
14001         (gst_stream_selector_get_linked_pads),
14002         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14003         * gst/playback/gststreamselector.h:
14004           Rough port of playbin. Needs some more work, but is mostly done,
14005           and uses a few locks in important places, which should make stuff
14006           like chain-switches clean. Still uses GST_STATE() in a few places,
14007           which isn't all that good an idea, subtitles/elements disabled
14008           because no elements to test with and thus probably broken, query
14009           and event handling moved to GstBin, internal thread removed
14010           alltogether because the pipeline does that for us now. Can play
14011           Ogg/Vorbis files. Haven't tested anything else yet.
14012
14013 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14014
14015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14016           Do no-more-pads (needed for autoplugging).
14017
14018 2005-05-10  Andy Wingo  <wingo@pobox.com>
14019
14020         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14021         message to the bus with the tags. Still not sent downstream tho.
14022
14023         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14024         get_parent.
14025         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14026         avoid refcounting hassles.
14027
14028 2005-05-09  Andy Wingo  <wingo@pobox.com>
14029
14030         * gst/volume/Makefile.am:
14031         * gst/volume/demo.c
14032         * gst/volume/gstvolume.h
14033         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14034         basetransform. Probably need an audio filter base class.
14035
14036 2005-05-09  Wim Taymans  <wim@fluendo.com>
14037
14038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14039         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14040         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14041         (gst_vorbisenc_chain):
14042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14043         (gst_audio_convert_caps_remove_format_info),
14044         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14045         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14046         Make caps writable before writing to it.
14047         Fix negotiation in audioconvert some more.
14048
14049 2005-05-09  Wim Taymans  <wim@fluendo.com>
14050
14051         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14052         (gst_videorate_getcaps), (gst_videorate_setcaps),
14053         (gst_videorate_event), (gst_videorate_chain):
14054         Better negotiation.
14055
14056 2005-05-09  Wim Taymans  <wim@fluendo.com>
14057
14058         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14059         (gst_videorate_getcaps), (gst_videorate_setcaps),
14060         (gst_videorate_blank_data), (gst_videorate_init),
14061         (gst_videorate_event), (gst_videorate_chain),
14062         (gst_videorate_change_state):
14063         Port videorate, do a better job at negotiation while we're at
14064         it.
14065
14066 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14067
14068         * configure.ac:
14069           Disable libvisual
14070
14071         * examples/Makefile.am:
14072         * gst-libs/gst/audio/Makefile.am:
14073         * gst-libs/gst/riff/Makefile.am:
14074         * gst-libs/gst/tag/Makefile.am:
14075         * gst-libs/gst/video/Makefile.am:
14076           Fixups for missing variables.
14077
14078 2005-05-09  Wim Taymans  <wim@fluendo.com>
14079
14080         * examples/seeking/seek.c: (make_theora_pipeline),
14081         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14082         (query_rates), (query_positions_elems), (query_positions_pads),
14083         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14085         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14086         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14087         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14088         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14090         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14091         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14092         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14093         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14094         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14095         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14096         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14097         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14098         (theora_dec_src_convert), (theora_dec_sink_convert),
14099         (theora_dec_src_query), (theora_dec_sink_query),
14100         (theora_dec_src_event), (theora_dec_sink_event),
14101         (theora_handle_comment_packet), (theora_handle_type_packet),
14102         (theora_handle_header_packet), (theora_handle_data_packet),
14103         (theora_dec_chain):
14104         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14105         (vorbis_dec_convert), (vorbis_dec_src_query),
14106         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14107         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14108         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14109         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14111         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14112         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14113         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14114         (gst_play_bin_query):
14115         * gst/playback/test3.c: (update_scale):
14116         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14117         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14118         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14119         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14120         (gst_videotestsrc_src_query):
14121         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14122         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14123         (paint_hline_YUV9):
14124         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14125         Port to new query API.
14126         Updated seek.
14127         Cleanups in x[v]imagesink
14128
14129 2005-05-09  Andy Wingo  <wingo@pobox.com>
14130
14131         * ext/alsa/gstalsasink.h:
14132         * ext/gnomevfs/gstgnomevfssrc.c:
14133         (gst_gnomevfssrc_get_icy_metadata):
14134         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14135         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14136         * ext/theora/theoradec.c (theora_dec_src_query)
14137         (theora_dec_src_event, theora_dec_sink_event)
14138         (theora_handle_comment_packet, theora_handle_data_packet):
14139         * ext/theora/theoraenc.c (theora_enc_chain):
14140         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14141         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14142         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14143         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14144         (qt_type_find):
14145         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14146         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14147         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14148         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14149         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14150         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14151         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14152         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14153         (paint_setup_RGB565, paint_setup_xRGB1555):
14154         * gst/videotestsrc/videotestsrc.h:
14155         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14156         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14157         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14158         GCC4 fixes.
14159         
14160         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14161         gst_pad_query_position. Fixes oggdemux.
14162
14163 2005-05-08  David Schleef  <ds@schleef.org>
14164
14165         * configure.ac: Require liboil.
14166         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14167         a few more.
14168         * gst/videotestsrc/videotestsrc.c:
14169         * gst/videotestsrc/videotestsrc.h:
14170
14171 2005-05-06  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14174         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14175         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14176         Well, unreffing a buffer right before pushing it is asking
14177         for trouble..
14178
14179 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14180
14181         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14182
14183 2005-05-06  Wim Taymans  <wim@fluendo.com>
14184
14185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14186         (gst_audio_convert_caps_remove_format_info),
14187         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14188         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14190         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14191         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14192         * gst/sine/Makefile.am:
14193         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14194         (gst_sinesrc_class_init), (gst_sinesrc_init),
14195         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14196         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14197         (gst_sinesrc_update_freq):
14198         * gst/sine/gstsinesrc.h:
14199         * gst/tcp/gstmultifdsink.c:
14200         * sys/xvimage/xvimagesink.c:
14201         Fixed negotiation wrt _peer_get_caps()
14202         Some cleanups.
14203
14204
14205 2005-05-06  Wim Taymans  <wim@fluendo.com>
14206
14207         * gst-libs/gst/audio/gstaudiosink.c:
14208         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14209         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14210         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14211         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14212         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14213         (gst_audiosink_create_ringbuffer):
14214         * gst-libs/gst/audio/gstbaseaudiosink.c:
14215         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14216         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14217         (gst_baseaudiosink_set_property), (build_linear_format),
14218         (debug_spec_caps), (debug_spec_buffer),
14219         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14220         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14221         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14222         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14223         * gst-libs/gst/audio/gstbaseaudiosink.h:
14224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14225         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14226         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14227         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14228         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14229         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14230         (wait_segment), (gst_ringbuffer_commit),
14231         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14232         (gst_ringbuffer_clear):
14233         * gst-libs/gst/audio/gstringbuffer.h:
14234         Make the base audiosink return an error when there is no
14235         audiobuffer negotiated.
14236
14237 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14238
14239         * ext/Makefile.am:
14240         Disable cdparanoia until someone ports it!
14241
14242 2005-05-06  Wim Taymans  <wim@fluendo.com>
14243
14244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14245         (gst_ogg_demux_sink_activate):
14246         And revert after wingo's revert.. sigh..
14247
14248 2005-05-05  Andy Wingo  <wingo@pobox.com>
14249
14250         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14251         GObject.
14252         * configure.ac: Return audiorate and subparse from the ghetto.
14253         Re-enable -Wall -Werror.
14254         * gst/subparse/gstsubparse.c:
14255         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14256         or chain-based. Cleaned up a bit. Not tested.
14257         
14258 2005-05-05  Christian Schaller <christian@fluendo.com> 
14259
14260         * Makefile.am: remove stuff that is not building
14261         * configure.ac: remove stuff that is not building
14262         * examples/Makefile.am: remove stuff that is not building
14263         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14264         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14265         * sys/Makefile.am: remove stuff that is not building
14266         * testsuite/Makefile.am: remove stuff that is not building
14267
14268 2005-05-05  Andy Wingo  <wingo@pobox.com>
14269
14270         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14271         * gst-libs/gst/tag/gstvorbistag.c:
14272         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14273         * gst/adder/gstadder.h:
14274         * gst/audioconvert/gstchannelmix.c:
14275         (gst_audio_convert_fill_one_other):
14276         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14277         (gst_audiorate_init), (gst_audiorate_chain):
14278         * gst/playback/gstplaybasebin.c: (setup_source):
14279         * gst/playback/test3.c: (update_scale):
14280         Some GCC4 fixes
14281         
14282         * po/af.po:
14283         * po/az.po:
14284         * po/cs.po:
14285         * po/en_GB.po:
14286         * po/hu.po:
14287         * po/it.po:
14288         * po/nb.po:
14289         * po/nl.po:
14290         * po/or.po:
14291         * po/sq.po:
14292         * po/sr.po:
14293         * po/sv.po:
14294         * po/uk.po:
14295         * po/vi.po: Foo
14296
14297 2005-05-05  Wim Taymans  <wim@fluendo.com>
14298
14299         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14300         (gst_audio_convert_caps_remove_format_info),
14301         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14302         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14303         * gst/videotestsrc/gstvideotestsrc.c:
14304         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14305         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14306         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14307         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14308         Don't ignore _push() return values.
14309         Make sure no processing is done when shutting down.
14310         Videotestsrc pad activation fix.
14311
14312 2005-05-05  Wim Taymans  <wim@fluendo.com>
14313
14314         * gst/adder/Makefile.am:
14315         * gst/adder/gstadder.c: (gst_adder_setcaps),
14316         (gst_adder_class_init), (gst_adder_init),
14317         (gst_adder_request_new_pad), (gst_adder_collected),
14318         (gst_adder_change_state):
14319         * gst/adder/gstadder.h:
14320         Ported adder as an example of a mixer element using
14321         collect pads. Needs more negotiation work.
14322
14323 2005-05-05  Wim Taymans  <wim@fluendo.com>
14324
14325         * ext/theora/theoradec.c: (_inc_granulepos),
14326         (theora_dec_src_event), (theora_dec_sink_event),
14327         (theora_handle_comment_packet), (theora_handle_type_packet),
14328         (theora_handle_header_packet), (theora_handle_data_packet),
14329         (theora_dec_chain):
14330         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14331         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14332         (theora_push_buffer), (theora_push_packet),
14333         (theora_enc_sink_event), (theora_enc_chain),
14334         (theora_enc_change_state), (theora_enc_set_property),
14335         (theora_enc_get_property):
14336         Added stream lock to decoder so that we can serialize
14337         the discont event.
14338         More theoraenc porting, recover from errors, do clean
14339         shutdown.
14340
14341 2005-05-05  Wim Taymans  <wim@fluendo.com>
14342
14343         * ext/ogg/Makefile.am:
14344         * ext/ogg/README:
14345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14346         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14347         (gst_ogg_print):
14348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14349         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14350         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14351         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14352         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14353         (gst_ogg_mux_change_state):
14354         Ported ogg muxer.
14355
14356 2005-05-05  Wim Taymans  <wim@fluendo.com>
14357
14358         * docs/design-audiosinks.txt:
14359         * gst-libs/gst/audio/TODO:
14360         * gst-libs/gst/audio/gstaudiosink.c:
14361         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14362         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14363         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14364         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14365         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14366         (gst_audiosink_create_ringbuffer):
14367         * gst-libs/gst/audio/gstbaseaudiosink.c:
14368         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14369         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14370         (gst_baseaudiosink_set_property), (build_linear_format),
14371         (debug_spec_caps), (debug_spec_buffer),
14372         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14373         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14374         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14375         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14376         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14377         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14378         (gst_ringbuffer_release), (gst_ringbuffer_play),
14379         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14380         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14381         (gst_ringbuffer_set_sample), (wait_segment),
14382         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14383         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14384         More work on the audiosink, mostly debugging and a race in
14385         shutdown.
14386
14387 2005-04-28  Wim Taymans  <wim@fluendo.com>
14388
14389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14390         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14391         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14392         (vorbis_dec_src_query), (vorbis_dec_src_event),
14393         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14394         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14395         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14396         Don't crap out when seeking back to position 0.
14397
14398 2005-04-28  Wim Taymans  <wim@fluendo.com>
14399
14400         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14401         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14402         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14403         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14404         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14405         Make audio sink configurable, use alsasink as default.
14406
14407 2005-04-28  Wim Taymans  <wim@fluendo.com>
14408
14409         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14410         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14411         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14412         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14413         (vorbis_dec_change_state):
14414         * ext/vorbis/vorbisdec.h:
14415         Refactor, use STREAM_LOCK.
14416
14417 2005-04-28  Wim Taymans  <wim@fluendo.com>
14418
14419         * ext/theora/theoradec.c: (_inc_granulepos),
14420         (theora_dec_sink_event), (theora_handle_comment_packet),
14421         (theora_handle_type_packet), (theora_handle_header_packet),
14422         (theora_handle_data_packet), (theora_dec_chain),
14423         (theora_dec_change_state):
14424         Refactor a bit, use STREAM_LOCK.
14425
14426 2005-04-28  Wim Taymans  <wim@fluendo.com>
14427
14428         * ext/alsa/Makefile.am:
14429         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14430         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14431         (gst_alsa_link), (gst_alsa_close_audio):
14432         * ext/alsa/gstalsaplugin.c: (plugin_init):
14433         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14434         (gst_alsasink_dispose), (gst_alsasink_base_init),
14435         (gst_alsasink_class_init), (gst_alsasink_init),
14436         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14437         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14438         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14439         (gst_alsasink_reset):
14440         * ext/alsa/gstalsasink.h:
14441         Implement alsasink with simple open/write/close API. 
14442         Make alsa dir build by disabling compilation of code.
14443
14444 2005-04-28  Wim Taymans  <wim@fluendo.com>
14445
14446         * gst-libs/gst/audio/Makefile.am:
14447         * gst-libs/gst/audio/audio.h:
14448         * gst-libs/gst/audio/audioclock.c:
14449         * gst-libs/gst/audio/audioclock.h:
14450         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14451         (gst_audio_clock_class_init), (gst_audio_clock_init),
14452         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14453         * gst-libs/gst/audio/gstaudioclock.h:
14454         * gst-libs/gst/audio/gstaudiosink.c:
14455         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14456         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14457         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14458         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14459         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14460         (gst_audiosink_create_ringbuffer):
14461         * gst-libs/gst/audio/gstbaseaudiosink.c:
14462         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14463         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14464         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14465         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14466         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14467         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14468         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14469         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14470         * gst-libs/gst/audio/gstbaseaudiosink.h:
14471         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14472         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14473         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14474         (gst_ringbuffer_release), (gst_ringbuffer_play),
14475         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14476         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14477         (gst_ringbuffer_set_sample), (wait_segment),
14478         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14479         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14480         * gst-libs/gst/audio/gstringbuffer.h:
14481         Make ringbuffer faster and more simple by removing the locks
14482         in the playback thread.
14483         Add sample accurate playback based on buffer sample offsets.
14484         Make the baseaudiosink provide a clock.
14485         Parse caps in the base class.
14486         Correctly handle seeking, flushing and state changes.
14487
14488 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14489
14490         * configure.ac:
14491         * gst/audioconvert/Makefile.am:
14492         * gst/audioscale/Makefile.am:
14493           Fix part of the build.  Come on guys, autogen didn't even work :)
14494
14495 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14496
14497         * configure.ac:
14498         * gst-libs/gst/Makefile.am:
14499         * gst-libs/gst/media-info/.cvsignore:
14500         * gst-libs/gst/media-info/Makefile.am:
14501         * gst-libs/gst/media-info/README:
14502         * gst-libs/gst/media-info/media-info-priv.c:
14503         * gst-libs/gst/media-info/media-info-priv.h:
14504         * gst-libs/gst/media-info/media-info-test.c:
14505         * gst-libs/gst/media-info/media-info.c:
14506         * gst-libs/gst/media-info/media-info.h:
14507         * gst-libs/gst/media-info/media-info.vcproj:
14508         * pkgconfig/Makefile.am:
14509         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14510         * pkgconfig/gstreamer-media-info.pc.in:
14511           Remove media-info, which is also successed by playbin (see Totem
14512           implementation).
14513
14514 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14515
14516         * configure.ac:
14517         * examples/Makefile.am:
14518         * examples/gstplay/.cvsignore:
14519         * examples/gstplay/Makefile.am:
14520         * examples/gstplay/player.c:
14521         * gst-libs/gst/Makefile.am:
14522         * gst-libs/gst/play/.cvsignore:
14523         * gst-libs/gst/play/Makefile.am:
14524         * gst-libs/gst/play/play.c:
14525         * gst-libs/gst/play/play.h:
14526         * gst-libs/gst/play/play.vcproj:
14527         * pkgconfig/Makefile.am:
14528         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14529         * pkgconfig/gstreamer-play.pc.in:
14530           Remove libgstplay, playbin is now the official successor.
14531
14532 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14533
14534         * configure.ac:
14535         * gst-libs/gst/Makefile.am:
14536         * gst-libs/gst/xwindowlistener/Makefile.am:
14537         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14538         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
14539           Remove deprecated xwindowlistener (I've moved xwindowlistening
14540           in the v4l/v4l2 plugins over to serverside).
14541
14542 2005-04-25  David Schleef  <ds@schleef.org>
14543
14544         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
14545         to examples/dynparams.  Examples do not belong interspersed with
14546         source code.
14547         * examples/dynparams/demo-dparams.c:
14548         * gst/sine/Makefile.am:
14549         * gst/sine/demo-dparams.c:
14550
14551 2005-04-25  David Schleef  <ds@schleef.org>
14552
14553         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
14554         * gst-libs/gst/audio/Makefile.am:
14555         * gst-libs/gst/riff/Makefile.am:
14556         * gst-libs/gst/tag/Makefile.am:
14557         * gst-libs/gst/video/Makefile.am:
14558         * gst-libs/gst/xwindowlistener/Makefile.am:
14559
14560         Convert to 0.9 API, seems to work:
14561         * sys/ximage/Makefile.am:
14562         * sys/ximage/ximagesink.c:
14563
14564 2005-04-24  David Schleef  <ds@schleef.org>
14565
14566         Link plugins against libraries:
14567         * ext/alsa/Makefile.am:
14568         * gst/tcp/Makefile.am:
14569
14570         Remove asm code that should be in liboil
14571         * gst/videoscale/Makefile.am:
14572         * gst/videoscale/videoscale_x86_asm.s:
14573
14574         gettext wants these checked in:
14575         * po/af.po:
14576         * po/az.po:
14577         * po/cs.po:
14578         * po/en_GB.po:
14579         * po/hu.po:
14580         * po/it.po:
14581         * po/nb.po:
14582         * po/nl.po:
14583         * po/or.po:
14584         * po/sq.po:
14585         * po/sr.po:
14586         * po/sv.po:
14587         * po/uk.po:
14588         * po/vi.po:
14589
14590 2005-04-24  David Schleef  <ds@schleef.org>
14591
14592         Convert gst_main() to g_main_loop_run()
14593         * gst/playback/decodetest.c: (main):
14594         * gst/playback/test2.c: (main):
14595         * gst/playback/test3.c: (main):
14596         * gst/playback/test4.c: (main):
14597
14598         Link plugins against libraries:
14599         * ext/libvisual/Makefile.am:
14600         * sys/xvimage/Makefile.am:
14601
14602 2005-04-24  David Schleef  <ds@schleef.org>
14603
14604         * configure.ac: Remove idct and resample libs
14605         * gst-libs/gst/Makefile.am: same
14606
14607         Remove usage of gst_library_load():
14608         * ext/alsa/gstalsaplugin.c: (plugin_init):
14609         * ext/libvisual/visual.c: (plugin_init):
14610         * ext/ogg/gstogg.c: (plugin_init):
14611         * ext/theora/theora.c: (plugin_init):
14612         * ext/vorbis/vorbis.c: (plugin_init):
14613         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
14614         * gst/audioscale/gstaudioscale.c:
14615         * gst/adder/gstadder.c: (plugin_init):
14616         * gst/audioconvert/plugin.c: (plugin_init):
14617         * sys/ximage/ximagesink.c: (plugin_init):
14618         * sys/xvimage/xvimagesink.c: (plugin_init):
14619         * gst/tcp/gsttcpplugin.c: (plugin_init):
14620
14621         Link plugins against libraries:
14622         * ext/ogg/Makefile.am:
14623         * ext/theora/Makefile.am:
14624         * ext/vorbis/Makefile.am:
14625         * gst/audioconvert/Makefile.am:
14626
14627         Create proper libraries:
14628         * gst-libs/gst/riff/Makefile.am:
14629         * gst-libs/gst/audio/Makefile.am:
14630         * gst-libs/gst/video/Makefile.am:
14631
14632         Move resample library to audioscale plugin directory:
14633         * gst-libs/gst/resample/Makefile.am:
14634         * gst-libs/gst/resample/README:
14635         * gst-libs/gst/resample/dtof.c:
14636         * gst-libs/gst/resample/dtos.c:
14637         * gst-libs/gst/resample/functable.c:
14638         * gst-libs/gst/resample/private.h:
14639         * gst-libs/gst/resample/resample.c:
14640         * gst-libs/gst/resample/resample.h:
14641         * gst-libs/gst/resample/resample.vcproj:
14642         * gst-libs/gst/resample/test.c:
14643         * gst/audioscale/Makefile.am:
14644         * gst/audioscale/README:
14645         * gst/audioscale/dtof.c:
14646         * gst/audioscale/dtos.c:
14647         * gst/audioscale/functable.c:
14648         * gst/audioscale/private.h:
14649         * gst/audioscale/resample.c:
14650         * gst/audioscale/resample.h:
14651         * gst/audioscale/test.c:
14652
14653         Move tagedit library to gst-libs:
14654         * gst-libs/gst/tag/Makefile.am:
14655         * gst-libs/gst/tag/gstid3tag.c:
14656         * gst-libs/gst/tag/gsttagediting.c:
14657         * gst-libs/gst/tag/gsttageditingprivate.h:
14658         * gst-libs/gst/tag/gstvorbistag.c:
14659         * gst/tags/Makefile.am:
14660         * gst/tags/gstid3tag.c:
14661         * gst/tags/gstvorbistag.c:
14662
14663         Fix for core changes:
14664         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14665         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
14666         (gst_sinesrc_getrange):
14667
14668 2005-04-23  David Schleef  <ds@schleef.org>
14669
14670         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
14671         in gst-plugins in a long time, and properly belongs in liboil.
14672         * gst-libs/gst/idct/Makefile.am:
14673         * gst-libs/gst/idct/README:
14674         * gst-libs/gst/idct/dct.h:
14675         * gst-libs/gst/idct/doieee:
14676         * gst-libs/gst/idct/fastintidct.c:
14677         * gst-libs/gst/idct/floatidct.c:
14678         * gst-libs/gst/idct/idct.c:
14679         * gst-libs/gst/idct/idct.h:
14680         * gst-libs/gst/idct/idtc.vcproj:
14681         * gst-libs/gst/idct/ieeetest.c:
14682         * gst-libs/gst/idct/intidct.c:
14683
14684 2005-04-20  Wim Taymans  <wim@fluendo.com>
14685
14686         * docs/design-audiosinks.txt:
14687         * gst-libs/gst/audio/Makefile.am:
14688         * gst-libs/gst/audio/TODO:
14689         * gst-libs/gst/audio/gstaudiosink.c:
14690         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14691         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14692         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
14693         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14694         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14695         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
14696         (gst_audiosink_class_init), (gst_audiosink_init),
14697         (gst_audiosink_create_ringbuffer):
14698         * gst-libs/gst/audio/gstaudiosink.h:
14699         * gst-libs/gst/audio/gstbaseaudiosink.c:
14700         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
14701         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
14702         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
14703         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
14704         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
14705         (gst_baseaudiosink_create_ringbuffer),
14706         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14707         * gst-libs/gst/audio/gstbaseaudiosink.h:
14708         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14709         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
14710         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
14711         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14712         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
14713         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14714         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
14715         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
14716         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
14717         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
14718         * gst-libs/gst/audio/gstringbuffer.h:
14719         An attempt at a set of audio base classes together with some
14720         design docs.
14721
14722 2005-04-20  Wim Taymans  <wim@fluendo.com>
14723
14724         * gst/audioconvert/Makefile.am:
14725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14726         (gst_audio_convert_caps_remove_format_info),
14727         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14728         (gst_audio_convert_channels):
14729         Link against audio libs.
14730         Fix audio convert plugin.
14731
14732 2005-04-20  Wim Taymans  <wim@fluendo.com>
14733
14734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
14735         (gst_ogg_demux_sink_activate):
14736         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
14737         (theora_set_header_on_caps), (theora_enc_sink_event),
14738         (theora_enc_chain):
14739         Fix theora encoder.
14740
14741 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14742
14743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
14744         * gst/playback/gstdecodebin.c: (find_compatibles):
14745           Work with staticpadtemplates in elementfactories.
14746
14747 2005-04-12  Wim Taymans  <wim@fluendo.com>
14748
14749         * gst/playback/README:
14750         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14751         (compare_ranks), (print_feature), (gst_decode_bin_init),
14752         (dynamic_create), (dynamic_free), (find_compatibles),
14753         (mimetype_is_raw), (close_pad_link), (got_redirect),
14754         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14755         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
14756         (gst_decode_bin_change_state):
14757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14758         (gst_play_base_bin_init), (group_destroy), (group_commit),
14759         (check_queue), (queue_overrun), (queue_threshold_reached),
14760         (queue_out_of_data), (gen_preroll_element), (unknown_type),
14761         (new_decoded_pad), (setup_subtitle), (gen_source_element),
14762         (got_redirect), (setup_source), (play_base_eos),
14763         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14764         (gst_play_base_bin_remove_element):
14765         * gst/playback/gstplaybasebin.h:
14766         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14767         (gst_play_bin_init), (gst_play_bin_dispose),
14768         (gst_play_bin_set_property), (gen_video_element),
14769         (gen_text_element), (gen_audio_element), (remove_sinks),
14770         (gst_play_bin_send_event):
14771         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14772         (stream_info_change_state), (gst_stream_info_set_mute):
14773         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14774         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
14775         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
14776         (gst_stream_selector_chain):
14777         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14778         (main):
14779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14780         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
14781         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
14782         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
14783         Raw and crude port of decodebin. 
14784         Make playbin compile.
14785
14786 2005-04-06  Wim Taymans  <wim@fluendo.com>
14787
14788         * ext/gnomevfs/Makefile.am:
14789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14790         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
14791         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14792         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
14793         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
14794         (gst_gnomevfssrc_stop):
14795         * ext/ogg/Makefile.am:
14796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
14797         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
14798         * ext/theora/Makefile.am:
14799         * ext/theora/theoradec.c: (_inc_granulepos),
14800         (theora_dec_sink_event), (theora_dec_chain):
14801         * ext/vorbis/Makefile.am:
14802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14803         (vorbis_dec_sink_event), (vorbis_dec_chain):
14804         * gst-libs/gst/audio/Makefile.am:
14805         * sys/xvimage/Makefile.am:
14806         Make gnomevfssrc extend the source base class.
14807         Fix linking against libs in various plugins.
14808
14809 2005-04-06  Andy Wingo  <wingo@pobox.com>
14810
14811         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
14812         GST_BASE_LIBS.
14813
14814         * configure.ac: Add check and AC_SUBST for libgstbase.
14815
14816 2005-03-31  Wim Taymans  <wim@fluendo.com>
14817
14818         * examples/seeking/Makefile.am:
14819         * examples/seeking/cdparanoia.c: (main):
14820         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
14821         (play_cb), (pause_cb), (stop_cb), (main):
14822         * examples/seeking/playbin.c:
14823         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
14824         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
14825         (make_sid_pipeline), (make_vorbis_pipeline),
14826         (make_theora_pipeline), (make_vorbis_theora_pipeline),
14827         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14828         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
14829         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
14830         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
14831         (stop_cb), (main):
14832         * examples/seeking/spider_seek.c:
14833         * examples/seeking/vorbisfile.c:
14834         * ext/gnomevfs/Makefile.am:
14835         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14836         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
14837         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
14838         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
14839         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
14840         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
14841         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
14842         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
14843         * ext/ogg/README:
14844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
14845         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
14846         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
14847         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
14848         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
14849         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
14850         (gst_ogg_pad_event), (gst_ogg_pad_reset),
14851         (gst_ogg_demux_factory_filter), (compare_ranks),
14852         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14853         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14854         (gst_ogg_chain_new), (gst_ogg_chain_free),
14855         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
14856         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
14857         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
14858         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
14859         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
14860         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
14861         (gst_ogg_demux_get_prev_page),
14862         (gst_ogg_demux_deactivate_current_chain),
14863         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14864         (gst_ogg_demux_bisect_forward_serialno),
14865         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14866         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
14867         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
14868         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
14869         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
14870         (gst_ogg_demux_change_state), (gst_ogg_print):
14871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14872         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
14873         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14874         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
14875         (gst_ogg_mux_loop):
14876         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14877         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14878         (theora_dec_src_convert), (theora_dec_sink_convert),
14879         (theora_dec_src_query), (theora_dec_src_event),
14880         (theora_dec_sink_event), (theora_dec_chain),
14881         (theora_dec_change_state):
14882         * ext/theora/theoraenc.c: (gst_theora_enc_init),
14883         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
14884         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
14885         (theora_enc_change_state):
14886         * ext/vorbis/Makefile.am:
14887         * ext/vorbis/oggvorbisenc.c:
14888         * ext/vorbis/oggvorbisenc.h:
14889         * ext/vorbis/vorbis.c: (plugin_init):
14890         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14891         (vorbis_dec_src_query), (vorbis_dec_src_event),
14892         (vorbis_dec_sink_event), (vorbis_dec_chain),
14893         (vorbis_dec_change_state):
14894         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
14895         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
14896         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14897         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14898         (gst_vorbisenc_change_state):
14899         * ext/vorbis/vorbisenc.h:
14900         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
14901         * gst-libs/gst/audio/audioclock.c:
14902         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14903         (gst_audiofilter_init), (gst_audiofilter_chain):
14904         * gst-libs/gst/audio/testchannels.c: (main):
14905         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14906         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
14907         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
14908         (gmip_find_track_streaminfo), (gmip_find_track_format):
14909         * gst-libs/gst/media-info/media-info.c:
14910         (gst_media_info_read_idler):
14911         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
14912         (gst_play_get_all_by_interface):
14913         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
14914         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
14915         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
14916         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
14917         (gst_riff_parse_info):
14918         * gst-libs/gst/riff/riff-read.h:
14919         * gst-libs/gst/riff/riff.c: (plugin_init):
14920         * gst-libs/gst/video/Makefile.am:
14921         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
14922         (gst_videosink_class_init), (gst_videosink_get_type):
14923         * gst-libs/gst/video/videosink.h:
14924         * gst/audioconvert/bufferframesconvert.c:
14925         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
14926         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
14927         * gst/audioconvert/channelmixtest.c: (main):
14928         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14929         (gst_audio_convert_chain),
14930         (gst_audio_convert_caps_remove_format_info),
14931         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
14932         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
14933         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
14934         (gst_audio_convert_buffer_to_default_format),
14935         (gst_audio_convert_buffer_from_default_format),
14936         (gst_audio_convert_channels):
14937         * gst/audioconvert/gstchannelmix.h:
14938         * gst/ffmpegcolorspace/avcodec.h:
14939         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14940         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14941         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
14942         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
14943         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
14944         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14945         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14946         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
14947         (mpeg_video_type_find), (mpeg_video_stream_type_find),
14948         (dv_type_find):
14949         * gst/videotestsrc/gstvideotestsrc.c:
14950         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
14951         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
14952         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
14953         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
14954         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
14955         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
14956         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
14957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14958         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
14959         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
14960         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
14961         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
14962         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14963         (gst_xvimagesink_navigation_send_event),
14964         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
14965         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
14966         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14967         * sys/xvimage/xvimagesink.h:
14968         Plugin port to 0.9, ogg/theora playback should work in the seek
14969         example now.
14970         Removed old examples.
14971         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
14972         explained in 0.9 TODO doc.
14973
14974
14975 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14976
14977         * autogen.sh:
14978         * configure.ac:
14979         * ext/Makefile.am:
14980         * gst/Makefile.am:
14981         * po/POTFILES.in:
14982         * po/af.po:
14983         * po/az.po:
14984         * po/cs.po:
14985         * po/en_GB.po:
14986         * po/hu.po:
14987         * po/it.po:
14988         * po/nb.po:
14989         * po/nl.po:
14990         * po/or.po:
14991         * po/sq.po:
14992         * po/sr.po:
14993         * po/sv.po:
14994         * po/uk.po:
14995         * po/vi.po:
14996         * sys/Makefile.am:
14997         * testsuite/Makefile.am:
14998           remove a whole bunch of plugins.  This module now contains a set
14999           of free reference plugins/elements as agreed.
15000
15001 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15002
15003         * configure.ac:
15004           hunting season on 0.9 is now OPEN
15005
15006 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15007
15008         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15009           Kick the hell out of gcc for not warning me about a symbol conflict.
15010
15011 2005-02-22  Luca Ognibene  <luogni@tin.it>
15012
15013         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
15014
15015         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15016           Don't leak caps string (fixes #168134)
15017
15018         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15019         (gst_jpegenc_init), (gst_jpegenc_finalize),
15020         (gst_jpegenc_change_state):
15021           Don't leak line buffers and context struct (fixes #168133).
15022
15023 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
15024
15025         * configure.ac:
15026         * ext/dirac/gstdiracdec.cc:
15027         (gst_diracdec_chain):
15028           Since dirac 0.5.0 the framerate in dirac is expressed as a
15029           rational number. Fix build and up requirement to 0.5.0, and
15030           also pass parameters to gst_diracdec_link in the right order
15031           (fixes #167959).
15032
15033 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15034
15035         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15036         * ext/faad/gstfaad.h:
15037         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15038         certain invalid muxed streams, where some packets will contain 
15039         junk after decoder data. Partially fixes #149158.
15040
15041 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15042         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15043           Make sure we only write to writable buffers
15044
15045 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
15046
15047         * gst-libs/gst/riff/riff-media.c:
15048         (gst_riff_create_audio_caps_with_data):
15049           Do actually fix invalid RIFF fmt header values for alaw
15050           and mulaw audio instead of just saying so.
15051
15052         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15053           Give gst_riff_create_audio_caps_with_data() a chance to
15054           fix up broken format header fields before extracting any
15055           parameters from the header. (fixes #167633)
15056
15057 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15058
15059         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
15060
15061         * gst/audioconvert/bufferframesconvert.c:
15062         (buffer_frames_convert_link):
15063           Don't leak othercaps. (fixes #167878)
15064
15065 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15066
15067         * configure.ac:
15068         * ext/libvisual/visual.c: (gst_visual_srclink),
15069         (gst_visual_change_state):
15070           Support libvisual 0.2.0.
15071
15072 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
15073
15074         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15075         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15076           Use same rowstrides for I420 as used everywhere else.
15077
15078 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
15079
15080         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15081           Declare variables at beginning of block and make gcc-2.95 happy
15082           (fixes # 167482, patch by Gergely Nagy).
15083           
15084         * gst/tcp/gsttcpclientsrc.c:
15085         * gst/tcp/gsttcpclientsrc.h:
15086           Move some includes into the header, so that struct sockaddr_in is
15087           defined when it should be defined on FreeBSD as well (fixes
15088           #167483).
15089           
15090         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15091           Don't pass uninitialised values to setsockopt() here either.
15092
15093 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15094
15095         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
15096
15097         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15098           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15099
15100 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15101
15102         * gst/playback/gstplaybin.c: (add_sink):
15103           Invert bin_add/link order to workaround deadlock in opt.
15104
15105 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15106
15107         * gst/modplug/gstmodplug.cc:
15108           Add missing break causing position queries to fail.
15109
15110 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15111
15112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15113           Granpos can apparently be -1, which screws up calculations...
15114
15115 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15116
15117         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15118         (gst_ximagesink_send_pending_navigation),
15119         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15120         (gst_ximagesink_init):
15121         * sys/ximage/ximagesink.h:
15122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15123         (gst_xvimagesink_send_pending_navigation),
15124         (gst_xvimagesink_navigation_send_event),
15125         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15126         * sys/xvimage/xvimagesink.h:
15127           Use a mutex protected list to marshal navigation
15128           events into the stream thread from whichever thread
15129           sends them.
15130
15131 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
15132
15133         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15134           Display current position and track length; misc. clean-ups.
15135           
15136         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15137         (speed_init), (speed_chain):
15138           Add query function, so that the stream length and current position
15139           get adjusted when queried (note that current position queries may
15140           still be wrong if the audio sink returns values based on buffer
15141           timestamps instead of passing on the query).
15142
15143 2005-02-13  Benjamin Otte  <otte@gnome.org>
15144
15145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15146         (gst_audio_convert_channels):
15147           create channel conversion matrix when linking
15148         * gst/audioconvert/.cvsignore:
15149         * gst/audioconvert/Makefile.am:
15150         * gst/audioconvert/channelmixtest.c: (main):
15151           add (ugly) test that ensures stereo <=> mono conversion works
15152           correctly
15153
15154 2005-02-13  Benjamin Otte  <otte@gnome.org>
15155
15156         * gst/audioconvert/gstchannelmix.h:
15157           include missing header file
15158         * gst/audioconvert/gstchannelmix.c:
15159         (gst_audio_convert_fill_compatible):
15160           use same sign for both channels when converting to/from compatible
15161           channel. Previously used different signs made the signals cancel
15162           each other out and appear like silence. (fixes #167269)
15163
15164 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
15165
15166         * gst/ffmpegcolorspace/avcodec.h:
15167         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15168         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15169         (gst_ffmpegcsp_avpicture_fill):
15170         * gst/ffmpegcolorspace/imgconvert.c:
15171           Convert to and from YV12 (fixes #156379).
15172
15173 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15174
15175         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15176         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15177         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15178         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15179         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15180         methods from chain and negotiation and vice versa (Fixes #166142).
15181         * sys/ximage/ximagesink.h: Add stream_lock.
15182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15183         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15184         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15185         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15186
15187 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
15188
15189         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15190           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15191           error message when we can't open the DVD device (when dvdnav_open()
15192           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15193           the above). Send something more useful instead (fixes #167117).
15194
15195 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15196
15197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15198         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15199         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15200         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15201         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15202         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15203         methods from chain and negotiation and vice versa (Fixes #166142).
15204         Fix a possible bug of images in the buffer pool being discarded because
15205         we are looking at the wrong geometry.
15206         * sys/xvimage/xvimagesink.h: Add stream_lock.
15207
15208 2005-02-11  David Schleef  <ds@schleef.org>
15209
15210         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15211         unsigned int. (fixes #167128)
15212
15213 2005-02-11  David Schleef  <ds@schleef.org>
15214
15215         * gst/librfb/Makefile.am: Testing stuff before committing is
15216           for wimps... and people with fast machines.  Fix stupid
15217           mistake.
15218
15219 2005-02-11  David Schleef  <ds@schleef.org>
15220
15221         * configure.ac: Pull in librfb from my CVS tree, because it is
15222           too small and annoying to be separate.  Move rfbsrc plugin
15223           to gst/.
15224         * ext/Makefile.am:
15225         * ext/librfb/Makefile.am:
15226         * ext/librfb/gstrfbsrc.c:
15227         * gst/librfb/Makefile.am:
15228         * gst/librfb/gstrfbsrc.c:
15229         * gst/librfb/rfb.c:
15230         * gst/librfb/rfb.h:
15231         * gst/librfb/rfbbuffer.c:
15232         * gst/librfb/rfbbuffer.h:
15233         * gst/librfb/rfbbytestream.c:
15234         * gst/librfb/rfbbytestream.h:
15235         * gst/librfb/rfbcontext.h:
15236         * gst/librfb/rfbdecoder.c:
15237         * gst/librfb/rfbdecoder.h:
15238         * gst/librfb/rfbutil.h:
15239
15240 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
15241
15242         * gst/speed/Makefile.am:
15243         * gst/speed/demo-mp3.c: (main):
15244         * gst/speed/filter.func:
15245         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15246         (speed_class_init), (speed_init), (speed_chain_int16),
15247         (speed_chain_float32), (speed_chain), (speed_set_property),
15248         (speed_get_property), (speed_change_state):
15249         * gst/speed/gstspeed.h:
15250           Fix speed element and make it chain-based (fixes #156467),
15251           and make it handle more than one channel.
15252
15253 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15254
15255         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15256         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15257         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15258         * ext/dts/gstdtsdec.h:
15259           Don't clobber the stack constructing the channels array.
15260           Make the element chain-based. DTS tracks can now be played.
15261           
15262 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
15263
15264         * gst-libs/gst/audio/multichannel.h:
15265         * gst-libs/gst/gconf/gconf.h:
15266         * gst-libs/gst/idct/idct.h:
15267         * gst-libs/gst/media-info/media-info-priv.h:
15268         * gst-libs/gst/play/play.h:
15269         * gst-libs/gst/resample/private.h:
15270         * gst-libs/gst/resample/resample.h:
15271         * gst-libs/gst/riff/riff-ids.h:
15272         * gst-libs/gst/video/video.h:
15273         * gst-libs/gst/video/videosink.h:
15274           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15275           missing, so that they work when included from C++ code.
15276
15277 2005-02-09  David Schleef  <ds@schleef.org>
15278
15279         * testsuite/gst-lint: Check for non-statically scoped
15280           parent_class variables.  This won't be a problem once
15281           plugins are loaded with RTLD_LOCAL.
15282
15283 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15284
15285         * ext/mplex/gstmplexibitstream.cc:
15286           gcc madness.
15287
15288 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15289
15290         * ext/ogg/gstogmparse.c:
15291         * gst/debug/gstnavigationtest.c:
15292           Die, thou faulty symbol pollutors (non-static parent_class).
15293
15294 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15295
15296         * ext/mplex/gstmplexibitstream.cc:
15297           Fix event handling (#165525).
15298
15299 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15300
15301         * ext/mikmod/gstmikmod.c:
15302         * gst/modplug/gstmodplug.cc:
15303           Add missing endianness to template (fixes #165509).
15304
15305 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15306
15307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15308           Fix wrong order of reading of optional bytes (#165290).
15309
15310 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15311
15312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15313           Implement FILLER event awareness.
15314
15315 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15316
15317         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15318           Fix track calculations (#166208).
15319
15320 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15321
15322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15323
15324         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15325         * ext/libpng/gstpngenc.c:
15326           Fix byte-order, use proper fixed caps. Fixes #164197.
15327
15328 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15329
15330         * configure.ac:
15331           Add dvdlpcmdec 
15332
15333         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15334         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15335           Don't push buffers if the src pad isn't negotiated yet.
15336           
15337         * gst/audioconvert/gstaudioconvert.c:
15338         (gst_audio_convert_buffer_to_default_format),
15339         (gst_audio_convert_buffer_from_default_format):
15340           Add support for 24-bit width.
15341
15342         * gst/dvdlpcmdec/.cvsignore:
15343         * gst/dvdlpcmdec/Makefile.am:
15344         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15345         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15346         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15347         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15348         (plugin_init):
15349         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15350           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15351           format. Needs support for the channels maps if someone can find 
15352           a DVD LPCM track with > 2 channels.
15353
15354         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15355         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15356         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15357         * gst/mpegstream/gstdvddemux.h:
15358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15359         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15360         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15361         * gst/mpegstream/gstmpegdemux.h:
15362         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15363         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15364         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15365         (gst_mpeg_parse_handle_src_query),
15366         (gst_mpeg_parse_handle_src_event):
15367           Use audio/x-dvd-lpcm for LPCM output.
15368           Add DTS output.
15369
15370 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15371
15372         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15373
15374         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15375         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15376           Add BGRA handling (#165736).
15377
15378 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15379
15380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15381
15382         * gst/law/alaw-decode.c: (alawdec_link):
15383         * gst/law/alaw-encode.c: (alawenc_link):
15384         * gst/law/mulaw-decode.c: (mulawdec_link):
15385         * gst/law/mulaw-encode.c: (mulawenc_link):
15386           Fix caps memleaks (#166600).
15387
15388 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
15389
15390         * ext/tarkin/mem.h:
15391         * ext/tarkin/wavelet.h:
15392         * ext/tarkin/yuv.h:
15393         * gst/ffmpegcolorspace/avcodec.h:
15394           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15395           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15396
15397 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15398
15399         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15401         (gst_xvimagesink_change_state):
15402           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15403           Xv video (and thereby regenerate Xv colourkey) in clear() so
15404           that PLAY -> READY -> PLAY works (fixes #162504).
15405
15406 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15407
15408         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15409           Switch to list instead of range, since MJPEG-devices really just
15410           support decimations, not any size.
15411
15412 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15413         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15414         (gst_mpeg2dec_reset), (free_all_buffers),
15415         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15416         * ext/mpeg2dec/gstmpeg2dec.h:
15417           The libmpeg2 user-allocated buffer management is awkward, 
15418           to say the least. Hopefully this fixes things.
15419
15420 2005-02-04  Andy Wingo  <wingo@pobox.com>
15421
15422         * gst/audioconvert/bufferframesconvert.c
15423         (buffer_frames_convert_fixate): New function, fixates to 256
15424         frames per buffer by default. (Much better than 1.)
15425         (buffer_frames_convert_init): Set the fixate function for both src
15426         and sink pad.
15427         (buffer_frames_convert_link): After success setting nonfixed caps,
15428         get the negotiated caps so we can know how many buffer-frames it
15429         will be. No idea how this worked at all before.
15430
15431 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15432
15433         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15434         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15435         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15436         (handle_sequence), (handle_picture):
15437         * ext/mpeg2dec/gstmpeg2dec.h:
15438           Rearrange buffer tracking and refcounting and refactor
15439           a little for readability. 
15440
15441 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15442         * sys/v4l/gstv4l.c: (plugin_init):
15443         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15444         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15445         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15446         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15447         * sys/v4l/gstv4ljpegsrc.h:
15448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15449         * sys/v4l/v4l_calls.h:
15450         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15451         (gst_v4lsrc_get_fps):
15452         * sys/v4l/v4lsrc_calls.h:
15453           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15454           you jpeg inside rgb frames" driver.
15455           Don't error in the v4lsrc link function, just return 
15456           REFUSED.
15457
15458 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15459
15460         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15461         (gst_qcamsrc_open):
15462           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15463
15464 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15465
15466         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15467           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15468
15469 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15470
15471         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15472           Reset negotiated state on PAUSED->READY.
15473
15474 2005-02-02  David Schleef  <ds@schleef.org>
15475
15476         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
15477         whereever possible.  (Fixes #165997)
15478         * examples/capsfilter/capsfilter1.c: (main):
15479         * examples/dynparams/filter.c: (create_ui):
15480         * examples/seeking/cdparanoia.c: (get_track_info), (main):
15481         * examples/seeking/chained.c: (main):
15482         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15483         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15484         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
15485         (make_mpeg_pipeline), (make_mpegnt_pipeline):
15486         * examples/seeking/spider_seek.c: (make_spider_pipeline):
15487         * examples/switch/switcher.c: (main):
15488         * ext/dv/demo-play.c: (main):
15489         * ext/faad/gstfaad.c: (gst_faad_change_state):
15490         * ext/mad/gstmad.c: (gst_mad_chain):
15491         * ext/smoothwave/demo-osssrc.c: (main):
15492         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
15493         (gst_gconf_render_bin_from_description),
15494         (gst_gconf_get_default_audio_sink),
15495         (gst_gconf_get_default_video_sink),
15496         (gst_gconf_get_default_audio_src),
15497         (gst_gconf_get_default_video_src),
15498         (gst_gconf_get_default_visualization_element):
15499         * gst/level/demo.c: (main):
15500         * gst/level/plot.c: (main):
15501         * gst/playback/gstplaybin.c: (gen_video_element),
15502         (gen_audio_element):
15503         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
15504         * gst/playondemand/demo-mp3.c: (setup_pipeline):
15505         * gst/sine/demo-dparams.c: (main):
15506         * gst/spectrum/demo-osssrc.c: (main):
15507         * gst/speed/demo-mp3.c: (main):
15508         * gst/volume/demo.c: (main):
15509         * testsuite/embed/embed.c: (main):
15510
15511 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
15512
15513         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15514         (gst_tcpclientsink_finalize):
15515         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15516         (gst_tcpclientsrc_finalize):
15517         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15518         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
15519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15520         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
15521           Don't leak the hostname when shutting down.
15522           In tcpserversrc, take a copy of the default hostname.
15523
15524 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15525
15526         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
15527           Set caps to systemstream=TRUE.
15528
15529 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15530
15531         * testsuite/Makefile.am:
15532           Fix more OSX buildbots.
15533
15534 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
15535
15536         * ext/mpeg2dec/gstmpeg2dec.c:
15537           Don't send things to NULL PAD_PEERs
15538
15539         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
15540           Copy-on-write the incoming buffer.
15541
15542         * gst/mpegstream/gstdvddemux.h:
15543         * gst/mpegstream/gstmpegclock.h:
15544         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15545         (normal_seek), (gst_mpeg_demux_handle_src_event):
15546         * gst/mpegstream/gstmpegdemux.h:
15547         * gst/mpegstream/gstmpegpacketize.h:
15548         * gst/mpegstream/gstmpegparse.c:
15549         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
15550         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
15551         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
15552         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
15553         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
15554         * gst/mpegstream/gstmpegparse.h:
15555         * gst/mpegstream/gstrfc2250enc.h:
15556           Various changes to the way time is computed that make seeking and
15557           total time estimation much better here.
15558           Use G_BEGIN/END_DECLS instead of __cplusplus
15559
15560         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
15561           Use gst_buffer_stamp instead of only copying the TIMESTAMP
15562
15563 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15564
15565         * gst/subparse/gstsubparse.c:
15566           Fix OSX buildbot.
15567
15568 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
15569
15570         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15571         (theora_enc_chain), (theora_enc_change_state):
15572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15573         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
15574         (gst_vorbisenc_change_state):
15575         * ext/vorbis/vorbisenc.h:
15576           Set granulepos and timestamp correctly for streams not
15577           starting at 0, taking into account the initial delay.
15578
15579 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
15580
15581         * gst/mpegstream/gstdvddemux.c:
15582           Add audio/x-dts to audio pad template caps
15583
15584 2005-01-30  David Schleef  <ds@schleef.org>
15585
15586         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
15587         (create_context), (gst_polypsink_link): Fix silly endianness
15588         bug.  Add some debugging.  Remove float from caps; it doesn't
15589         work.  Attempt to get remote audio working.
15590
15591 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15592
15593         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15594           Add 3IV2 fourcc.
15595
15596 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15597
15598         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
15599         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
15600         (gst_avi_demux_stream_data):
15601         * gst/avi/gstavidemux.h:
15602           Invert DIB images. Fixes #132341.
15603
15604 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15605
15606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15607         (gst_ffmpegcsp_chain):
15608           D'oh, reference the palette data, not the palette structure.
15609           Fixes color distortion in #132341.
15610
15611 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15612
15613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15614           PAR can be non-fixed when not provided as argument (#162626).
15615
15616 2005-01-29  David Moore  <dcm@acm.org>
15617
15618         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15619
15620         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15621         (gst_qtdemux_loop_header):
15622           Re-apply patch from #142272 that allows non-seekable sources,
15623           re-proposed by Daniel Drake <dsd@gentoo.org>.
15624
15625 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15626
15627         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
15628           Use the src template for creating the src pad (#162330).
15629
15630 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15631
15632         * configure.ac:
15633         * ext/musepack/Makefile.am:
15634         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
15635         (gst_musepackdec_init), (gst_musepackdec_dispose),
15636         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
15637         (gst_musepack_stream_init), (gst_musepackdec_loop),
15638         (gst_musepackdec_change_state):
15639         * ext/musepack/gstmusepackdec.cpp:
15640         * ext/musepack/gstmusepackdec.h:
15641         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
15642         (gst_musepack_reader_read), (gst_musepack_reader_seek),
15643         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
15644         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
15645         * ext/musepack/gstmusepackreader.cpp:
15646         * ext/musepack/gstmusepackreader.h:
15647           Update to 1.1 API (#165446).
15648
15649 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15650
15651         * ext/Makefile.am:
15652           Unbreak buildbot.
15653
15654 2005-01-28  Andy Wingo  <wingo@pobox.com>
15655
15656         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
15657         to reflect a different dubious internet source. Add a reference
15658         and some commentary.
15659
15660 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15661
15662         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15663         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
15664         * gst/playback/gststreamselector.h:
15665           Be more selective when we're redoing caps negotiation from
15666           within the chain function on a stream change.
15667
15668 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15669
15670         * configure.ac:
15671         * ext/Makefile.am:
15672         * ext/amrnb/Makefile.am:
15673         * ext/amrnb/amrnb.c: (plugin_init):
15674         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
15675         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
15676         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
15677         (gst_amrnbdec_state_change):
15678         * ext/amrnb/amrnbdec.h:
15679         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
15680         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
15681         (gst_amrnbparse_init), (gst_amrnbparse_formats),
15682         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
15683         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
15684         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
15685         * ext/amrnb/amrnbparse.h:
15686           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
15687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15688           Add AMR-NB/-WB raw formats.
15689         * ext/alsa/gstalsa.c: (gst_alsa_link):
15690           Keep valid time when changing format.
15691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15692         (qtdemux_parse_trak):
15693           Add some more format-specific options (#140141, #143555, #155163).
15694
15695 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15696
15697         * gst/matroska/matroska-demux.c:
15698         (gst_matroska_demux_parse_blockgroup):
15699           Fix logic error in timing of subtitle stream synchronization.
15700         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15701           Add skip-chunk, which is found in kodak-camera streams.
15702
15703 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15704
15705         * po/LINGUAS:
15706         * po/vi.po:
15707           Adding Vietnamese translation (submitted by Clytie Siddall)
15708
15709 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15710
15711         * gst/playback/gstdecodebin.c: (try_to_link_1):
15712           Use realpad for signal.
15713
15714 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15715
15716         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
15717           Fix category so decodebin picks it up.
15718
15719 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15720
15721         * ext/mad/Makefile.am:
15722         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
15723         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
15724         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
15725         (found_type), (gst_id3demux_bin_change_state):
15726         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
15727         (gst_id3_tag_init), (gst_id3_tag_handle_event),
15728         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15729         (gst_id3_tag_change_state), (plugin_init):
15730         * ext/mad/gstmad.h:
15731           Add id3demuxbin (which is a simple bin consisting of id3demux
15732           and typefind), take over rank from id3demux, remove typefind
15733           code from id3demux. Makes all broken mp3s that I know of work,
15734           and thereby fixes #152688.
15735
15736 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
15737
15738         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15739
15740         * ext/mad/gstmad.c: (gst_mad_src_event):
15741         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15742           Allow seeks on audio pad, make mad forward those (#164826).
15743         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
15744           Set duration (#165335).
15745
15746 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15747
15748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
15749         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
15750         (gst_asf_demux_process_ext_content_desc),
15751         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
15752         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
15753         * gst/asfdemux/gstasfdemux.h:
15754           Improve metadata display, e.g. if the metadata comes before the
15755           streams are loaded (which is perfectly valid).
15756
15757 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15758
15759         * tools/gst-launch-ext-m.m:
15760           Fix AVI/ASF pipelines (#165340).
15761
15762 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
15763         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
15764         build failure on amd64
15765
15766 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
15767
15768         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
15769         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
15770           Check environment variables GST_ID3V2_TAG_ENCODING,
15771           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
15772           list of character encodings to force interpretation of non-unicode
15773           strings stored in an ID3v2 tag to a particular encoding. If none
15774           is specified, try to use current locale's encoding, then fall back
15775           to ISO-8859-1 (which will always succeed). (Resolves #149274)
15776         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
15777         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
15778           Check environment variables GST_ID3V1_TAG_ENCODING,
15779           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
15780           list of character encodings to use in case a string encountered
15781           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
15782           specified, try to use the current locale's encoding, then fall
15783           back to ISO-8859-1 (which will always succeed).
15784
15785 2005-01-25  Benjamin Otte  <otte@gnome.org>
15786
15787         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15788           - on half framerate, compute the rate in advance so the comparisons
15789             don't compare wrong values
15790           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
15791             behaviour
15792           - don't use mad_header_decode anymore, mad_frame_decode does that
15793             automatically
15794           - when getting rid of consumed bytes, reset the stream's skiplen
15795           (fixes #163867)
15796
15797 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
15798
15799         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
15800           Use 1/2 a second for default max_discont, as PES streams from DVB
15801           seem to have larger spacings in the SCR. 
15802           Fix a typo.
15803
15804 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15805
15806         * gst/playback/gstplaybasebin.c: (group_commit):
15807           Notify delayed stream-info availability.
15808
15809 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
15810         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
15811         (gst_a52dec_handle_event), (gst_a52dec_chain):
15812         Add some debug output. Check that a discont has a valid
15813         time associated.
15814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15815         (gst_alsa_sink_loop):
15816         Ignore TAG events. A little extra debug for broken timestamps.
15817         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
15818         (dvdnavsrc_change_state):
15819         Ensure we send a discont to engage the link before we send any
15820         other events.
15821         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
15822         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
15823         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
15824         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
15825         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
15826         dvd://title works in totem because typefinding sends a seek that ends
15827         up going back to chapter 1 regardless.
15828         * ext/mpeg2dec/gstmpeg2dec.c:
15829         * ext/mpeg2dec/gstmpeg2dec.h:
15830         Output correct timestamps and handle disconts.
15831         * ext/ogg/gstoggdemux.c: (get_relative):
15832         Small guard against a null dereference.
15833         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
15834         (gst_textoverlay_set_property):
15835         Free memory when done. Don't call gst_event_filler_get_duration on
15836         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
15837         g_warning.
15838         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
15839         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
15840         (gst_sw_srclink), (gst_smoothwave_chain):
15841         Draw solid lines, prettier colours.
15842         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
15843         Add a default palette that'll work for some movies.
15844         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
15845         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
15846         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
15847         * gst/mpegstream/gstdvddemux.h:
15848         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15849         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
15850         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
15851         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
15852         * gst/mpegstream/gstmpegparse.h:
15853         Use PTM/NAV events when for timestamp adjustment when connected to 
15854         dvdnavsrc. Don't use many discont events where one suffices.
15855         * gst/playback/gstplaybasebin.c: (group_destroy),
15856         (gen_preroll_element), (gst_play_base_bin_add_element):
15857         * gst/playback/gstplaybasebin.h:
15858         Make sure we remove subtitles from the same bin we put them in.
15859         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
15860         (gst_subparse_buffer_format_autodetect),
15861         (gst_subparse_change_state):
15862         Fix some memleaks and invalid accesses.
15863         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
15864         (oggskel_type_find), (cmml_type_find), (plugin_init):
15865         Some typefind functions for Annodex v3.0 files
15866         * gst/wavparse/gstwavparse.h:
15867         GstRiffReadClass is the correct parent class.
15868
15869 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15870
15871         * gst-libs/gst/riff/riff-media.c:
15872         (gst_riff_create_video_caps_with_data):
15873           Add extradata to huffyuv (fixes #165013).
15874         * gst-libs/gst/riff/riff-read.c:
15875         (gst_riff_read_strf_vids_with_data):
15876           Fix extradata extraction if it is in the chunk size.
15877
15878 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
15879
15880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15881
15882         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
15883         (gst_quarktv_change_state), (gst_quarktv_dispose):
15884           Memory free'ing location fix (#164708).
15885
15886 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15887
15888         * gst/playback/gstplaybasebin.c: (group_commit),
15889         (gen_preroll_element), (probe_triggered), (gen_source_element),
15890         (setup_source), (gst_play_base_bin_change_state),
15891         (gst_play_base_bin_add_element):
15892           Don't block for streams.
15893         * gst/playback/gststreaminfo.c: (stream_info_change_state),
15894         (gst_stream_info_set_mute):
15895           Use gst_pad_set_active_recursive.
15896
15897 2005-01-25  Andy Wingo  <wingo@pobox.com>
15898
15899         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
15900         for #ifndef HAVE_XVIDEO.
15901
15902 2005-01-24  Jeffrey C. Ollie
15903
15904         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
15905
15906         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
15907         * ext/gsm/gstgsmdec.h:
15908         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
15909         * ext/gsm/gstgsmenc.h:
15910         Fix rate to 8kHz as per spec, removes obscure errors when no rate
15911         was given by property. Add proper buffer timestamps and offsets.
15912
15913 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15914
15915         * gst-libs/gst/riff/riff-media.c:
15916         (gst_riff_create_audio_caps_with_data):
15917           Audio can be <8000Hz.
15918
15919 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15920
15921         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15922           Explicit state change to workaround refcount bugs.
15923
15924 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15925
15926         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
15927         (gst_avimux_riff_get_avi_header):
15928           Fix...
15929
15930 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15931
15932         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
15933         (gst_riff_read_element_data):
15934         * gst-libs/gst/riff/riff-read.h:
15935           Add _peek version (req'ed in CDXA).
15936         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
15937         (gst_cdxaparse_loop):
15938           Fix parsing in playbin.
15939         * gst/playback/gstdecodebin.c: (close_pad_link):
15940           Ignore current_ pads, they cause major annoyance.
15941
15942 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15943
15944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15945           Safety guard.
15946
15947 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15948
15949         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
15950           Fix padding...
15951
15952 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15953
15954         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
15955           Allow for 0-sized buffers. Fixes length query problems in
15956           starwars.mkv from the testsuite.
15957
15958 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
15959
15960         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
15961         (gst_video_box_i420), (gst_video_box_chain):
15962           Fix row strides for I420 (fixes #163159)
15963           
15964 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15965
15966         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15967           MPEG2 has a useful rate property, so we can actually use that.
15968           For MPEG-1, continue using the bytes/time properties.
15969
15970 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15971
15972         * gst-libs/gst/riff/riff-media.c:
15973         (gst_riff_create_video_caps_with_data),
15974         (gst_riff_create_video_template_caps):
15975           Add intel-h263.
15976
15977 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15978
15979         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15980           Fail if caps negotiation fails. Should fix #162184, and should
15981           definately be in there regardless of it fixing the actual bug.
15982         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
15983         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
15984         (gst_avimux_riff_get_avix_header),
15985         (gst_avimux_riff_get_video_header),
15986         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
15987         (gst_avimux_start_file), (gst_avimux_handle_event),
15988         (gst_avimux_change_state):
15989         * gst/avi/gstavimux.h:
15990           Refactor structure writing to use GST_WRITE_UINT macros, add
15991           metadata writing support.
15992
15993 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15994
15995         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
15996           Elements may already be destroyed when this function is called.
15997
15998 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15999
16000         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16001         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16002           More memory leak fixes (#149162).
16003
16004 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16005
16006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16007         (gst_qtdemux_add_stream):
16008           Fix two memleaks.
16009
16010 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16011
16012         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16013           Argh...
16014
16015 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16016
16017         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16018           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16019           when fixating to six channels in Totem.
16020
16021 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
16022
16023         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16024           Fix compile warnings on Solaris 10 buildbot
16025
16026 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
16027
16028         * ext/dvdread/dvdreadsrc.c: (_read):
16029           Don't read beyond the last cell in a chapter (fixes 
16030           invalid memory access)
16031
16032 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
16033
16034         * ext/dvdread/stream_labels.c:
16035         (dvdreadsrc_get_audio_stream_labels):
16036           Use NULL for an empty GList instead of g_list_alloc(); fix 
16037           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16038           of GString (easier to bulk free later)
16039
16040 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16041
16042         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16043
16044         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16045         (gst_ffmpeg_pixfmt_to_caps):
16046           Fix BGRA32 caps (#164209).
16047
16048 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16049
16050         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16051
16052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16053         (gst_ffmpeg_caps_to_pixfmt):
16054           alpha_mask can be RGBA/ABGR. Fixes #164265.
16055
16056 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16057
16058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16059
16060         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16061         (gst_mpeg2dec_alloc_buffer):
16062         * ext/mpeg2dec/gstmpeg2dec.h:
16063           Crop if decoding size is not the actual image size (#163676).
16064
16065 2005-01-17  Steve Baker  <steve@stevebaker.org>
16066
16067         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16068
16069         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16070         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16071           Add libsndfile typefind functions (#163309).
16072
16073 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16074
16075         * tools/gst-launch-ext-m.m:
16076           Add .aac, fix .m1v/.m2v (#163891).
16077
16078 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16079
16080         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16081           Sanity check, don't wait endlessly since the clock might not
16082           actually run at this point (which is a deadlock). Fixes #164069.
16083
16084 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16085
16086         * gst/playback/gstplaybasebin.c: (probe_triggered):
16087           Of course, only pause if group is done...
16088
16089 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16090
16091         * gst/playback/gstplaybasebin.c: (probe_triggered):
16092           Thread safety.
16093
16094 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16095
16096         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16097           Don't return state change success when the parent
16098           failed.
16099
16100 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16101
16102         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16103           Free events (fix memleak in #162905).
16104
16105 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16106
16107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16108
16109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16110         (gst_ffmpeg_caps_to_pixfmt):
16111           Fix for depth = 15. Fixes #161675.
16112
16113 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16114
16115         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16116           Set FPS correctly, even for webcams and the like.
16117         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16118           Don error on setting while capturing.
16119
16120 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16121
16122         * ext/dv/gstdvdec.c:
16123         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16124         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16125           I'm a bad boy. using /1001. to force C to do float division
16126           and not integer division (as it did in my last commit)
16127           Thanks to David I. Lehn for pointing this mistake.
16128
16129 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16130
16131         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16132           Revert Johan??s 1.35->1.36 since it breaks compat.
16133
16134 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16135
16136         * ext/dv/gstdvdec.c:
16137         * ext/libfame/gstlibfame.c:
16138         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16139         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16140           replace framerate aproximations by their real value
16141           (24000/1001, 30000/1001, 60000/1001)
16142           Finish fixing bug #164049
16143
16144 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16145
16146         * ext/ogg/gstoggmux.c:
16147           eos/bos debugging
16148         * gst/tcp/gstmultifdsink.c:
16149         * gst/tcp/gstmultifdsink.h:
16150         * gst/tcp/gsttcp.c:
16151         * gst/tcp/gsttcp.h:
16152         * gst/tcp/gsttcpclientsink.c:
16153         * gst/tcp/gsttcpclientsrc.c:
16154         * gst/tcp/gsttcpserversink.c:
16155         * gst/tcp/gsttcpserversrc.c:
16156           improve reusability of elements after state changes and errors
16157           make multifdsink throw away streamheaders when receiving new ones
16158
16159 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16160
16161         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16162           Fix for if items are already in list...
16163
16164 2005-01-12  Benjamin Otte  <otte@gnome.org>
16165
16166         * gst/adder/gstadder.c: (gst_adder_loop):
16167           fix adder a bit so it doesn't screw up with events as much anymore
16168
16169 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16170
16171         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16172         (pixbufscale_scale), (gst_pixbufscale_chain):
16173         * ext/gdk_pixbuf/pixbufscale.h:
16174           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16175           to ensure rowstrides are calculated the same way as 
16176           ffmpegcolorspace
16177           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16178           that we pick up duration and offset also.
16179
16180 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16181
16182         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16183         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16184           Reusability fixes.
16185
16186 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16187
16188         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16189         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16190         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16191         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16192           Update flags when requested.
16193
16194 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16195
16196         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16197           Fix dmix.
16198
16199 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16200
16201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16202         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16203         (probe_triggered), (new_decoded_pad), (gen_source_element),
16204         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16205         * gst/playback/gstplaybasebin.h:
16206         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16207         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16208         (gst_play_bin_change_state):
16209           Implement group-switch signal for use in apps to clear metadata
16210           cache, clean up subtitle, add suburi property instead of # hack,
16211           some error-out fixes.
16212
16213 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16216           Debug.
16217         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16218           If we got a state change in the _get handler, don't return success.
16219
16220 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16221
16222         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16223         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16224           Make jpegdec quiet on MJPEG decoding
16225         * gst/asfdemux/README:
16226           Fix mimetypes for MJPEG and H263
16227
16228 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16229
16230         * ext/theora/theoradec.c: (theora_dec_chain):
16231           Fix broken code generation by gcc by swapping arguments.
16232         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16233           Fix \n in debug.
16234
16235 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16236
16237         * TODO:
16238           delete this file, it is by far outdated
16239         * ext/alsa/gstalsa.1: remove
16240         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16241         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16242         (gst_alsa_get_caps):
16243           Add HW probing for supported sample rates. Fixes #161704
16244
16245 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16246
16247         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16248           Don't crash, biatch! :).
16249
16250 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16251
16252         * ext/musepack/gstmusepackreader.cpp:
16253         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16254           Some work on tags - still doesn't work in playbin...
16255         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16256           Handle events...
16257
16258 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16259
16260         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16261           Also shove tags on kid pads.
16262
16263 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16264
16265         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16266           Don't bail on unknown events.
16267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16268           Don't crash on events before negotiation.
16269         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16270           Send tags on pads, too.
16271         * gst/playback/gststreamselector.c:
16272         (gst_stream_selector_request_new_pad):
16273           Forward events on first pad if no input was selected yet.
16274
16275 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16276
16277         * gst/playback/gstplaybasebin.c: (setup_substreams):
16278           Don't disable streamtype if the stream doesn't exist, since
16279           then playing a video after audio will disable both and nothing
16280           will happen. Fixes the testsuite.
16281
16282 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16283
16284         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16285         (gst_v4l_xoverlay_set_xwindow_id):
16286         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16287         (gst_v4l2_xoverlay_set_xwindow_id):
16288           Add debug categories, fix overlay disabling.
16289
16290 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16291
16292         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16293         * ext/alsa/gstalsa.h:
16294           Add HW probing for period_count/size and buffer_size MIX/MAX
16295           Adjust default/user defined value if out of bounds
16296           Should fix bug #162024
16297
16298 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16299
16300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16301           Fix warning (#161191).
16302
16303 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16304
16305         * ext/dvdread/stream_labels.c:
16306         (dvdreadsrc_get_audio_stream_labels):
16307           Fix warning (init the good variable in switch default)
16308
16309 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16310
16311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16312
16313         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16314           Fix gcc-2.95 compile (#163485).
16315
16316 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16317
16318         * configure.ac:
16319         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16320         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16321         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16322         (gst_flacenc_change_state):
16323         * ext/flac/gstflacenc.h:
16324           Update for API change in flac-1.1.1. Update requirement in
16325           configure.ac. Fixes #162974.
16326
16327 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * gst/playback/gstplaybasebin.c: (group_destroy):
16330           Remove hack to get rid of assert and get rid of unlinked
16331           signals properly.
16332
16333 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16334
16335         * gst/playback/gstplaybasebin.c: (setup_source):
16336           Set source to NULL so that resources are free'ed. Fixes issues
16337           with playback of CDDA and similar device-accessing things.
16338
16339 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * testsuite/embed/Makefile.am:
16342           test->noinst, fix make test in buildbot.
16343
16344 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16345
16346         * ext/dvdread/stream_labels.c: new file
16347         * ext/dvdread/stream_labels.h: new file
16348         * ext/dvdread/Makefile.am:
16349         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16350           Extract audio stream label from DVD IFO files.
16351           It only dump them on the console for now, still have to
16352           make playbin aware of them.
16353
16354 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16355
16356         * gst/playback/gstplaybasebin.c: (setup_source):
16357           Fix hanging subs.
16358
16359 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16360
16361         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16362         (gen_preroll_element), (remove_groups), (setup_subtitle),
16363         (gen_source_element), (setup_source):
16364         * gst/playback/gstplaybasebin.h:
16365           Multiple .sub files is just a stupid idea... Fix some threading
16366           mistakes. Interestingly, external .sub files cause playbin to
16367           hang, I don't know why... Parsing fixes contributed by Fran??ois
16368           Kooman <fkooman@tuxed.net>.
16369
16370 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16371
16372         * testsuite/embed/Makefile.am:
16373           Fix buildbot.
16374
16375 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16376
16377         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16378
16379         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16380         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16381         (gst_pngenc_set_property):
16382         * ext/libpng/gstpngenc.h:
16383           Add compression level property (#163323).
16384
16385 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16386
16387         * configure.ac:
16388         * examples/capsfilter/capsfilter1.c: (main):
16389         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16390         * ext/dvdread/Makefile.am:
16391         * ext/dvdread/demo-play:
16392         * ext/dvdread/demo-play.c:
16393         * gconf/gstreamer.schemas.in:
16394         * gst-libs/gst/gconf/gconf.c:
16395         * sys/v4l/TODO:
16396         * testsuite/Makefile.am:
16397         * testsuite/embed/Makefile.am:
16398         * testsuite/embed/embed.c: (cb_expose), (main):
16399           Remove all references to xvideosink, fix examples (#140845).
16400         * gst/playback/gstplaybasebin.c: (group_destroy):
16401           Apparently, disposal does not unlink - so do explicitely.
16402         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16403           Add debug.
16404
16405 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16406
16407         * README: fix PKG_CONFIG_PATH instructions, what was there
16408         previously was breaking default search path, not nice. 
16409         Fixes #163358
16410
16411 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16414         (gst_audioscale_chain):
16415           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16416           when resampling - how the ^@$^!@^! is this possible?!?
16417
16418 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16419
16420         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16421           Reset variables on READY.
16422         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16423         (gst_matroska_mux_loop):
16424           Require data before writing header.
16425
16426 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16427
16428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16429
16430         * ext/mad/gstmad.c: (gst_mad_chain):
16431           Don't call mad_stream_sync() directly after recovering sync.
16432           Fixes #151661.
16433
16434 2005-01-09  Martin Eikermann  <meiker@upb.de>
16435
16436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16437
16438         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16439         (snapshot_handler), (gst_snapshot_sinkconnect),
16440         (gst_snapshot_chain):
16441           Allocate resources when required, fix recursive signal emission
16442           and fix caps. Fixes #161667.
16443
16444 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16445
16446         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16447
16448         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16449         (gst_pngdec_chain):
16450           Handle only 8-bppc (bits-per-pixel-component) images, better
16451           error handling and correct strides. Fixes #163177.
16452         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16453         (gst_pngenc_chain):
16454           Better error handling. Fixes #163348.
16455
16456 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16457
16458         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16459         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16460         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16461         (dvdnavsrc_uri_handler_init):
16462           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16463         * gst/playback/gstplaybasebin.c: (gen_source_element):
16464           Add MMS to streaming URIs.
16465
16466 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16467
16468         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16469         * sys/xvimage/xvimagesink.c:
16470         (gst_xvimagesink_navigation_send_event):
16471           Check for pad availability before sending event.
16472
16473 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst-plugins.spec.in:
16476           Add subparse.
16477
16478 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16479
16480         * configure.ac:
16481           Since we use functions from CVS, up requirement.
16482
16483 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * gst/playback/Makefile.am:
16486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16487         (group_destroy), (group_commit), (group_is_muted),
16488         (gen_preroll_element), (add_stream), (unknown_type),
16489         (probe_triggered), (preroll_unlinked), (mute_stream),
16490         (silence_stream), (new_decoded_pad), (setup_substreams),
16491         (setup_source), (get_active_source), (mute_group_type),
16492         (muted_group_change_state), (set_active_source),
16493         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16494         (play_base_eos), (gst_play_base_bin_change_state):
16495         * gst/playback/gstplaybasebin.h:
16496         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
16497         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16498         (gst_stream_info_dispose), (stream_info_mute_pad),
16499         (stream_info_change_state), (gst_stream_info_set_mute):
16500         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
16501         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
16502         (gst_stream_selector_init), (gst_stream_selector_dispose),
16503         (gst_stream_selector_get_linked_pad),
16504         (gst_stream_selector_get_caps), (gst_stream_selector_link),
16505         (gst_stream_selector_get_linked_pads),
16506         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
16507         * gst/playback/gststreamselector.h:
16508           Adding stream selection support plus required properties for
16509           applications to use this. Fully fixes #100931.
16510
16511 2005-01-08  Benjamin Otte  <otte@gnome.org>
16512
16513         * gst/games/gstpuzzle.c: (nav_event_handler):
16514           - handle nav events differently: forward every event no matter if it
16515             was handled or not.
16516           - translate events
16517           You can now cheat by using navigationtest ! puzzle and moving the
16518           mouse close to the edge of a tile. ;)
16519
16520 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16521
16522         * configure.ac:
16523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
16524         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
16525         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
16526         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
16527         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
16528         (gst_ogm_parse_plugin_init):
16529         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
16530         (gst_textoverlay_link), (gst_textoverlay_getcaps),
16531         (gst_textoverlay_event), (gst_textoverlay_video_chain),
16532         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
16533         * ext/pango/gsttextoverlay.h:
16534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16535         (gst_matroska_demux_handle_seek_event),
16536         (gst_matroska_demux_sync_streams),
16537         (gst_matroska_demux_parse_blockgroup),
16538         (gst_matroska_demux_subtitle_caps),
16539         (gst_matroska_demux_plugin_init):
16540         * gst/matroska/matroska-ids.h:
16541         * gst/playback/gstdecodebin.c: (close_pad_link):
16542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16543         (gen_preroll_element), (remove_groups), (add_stream),
16544         (new_decoded_pad), (setup_subtitles), (gen_source_element),
16545         (setup_source):
16546         * gst/playback/gstplaybasebin.h:
16547         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
16548         * gst/subparse/Makefile.am:
16549         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
16550         (gst_subparse_base_init), (gst_subparse_class_init),
16551         (gst_subparse_init), (gst_subparse_formats),
16552         (gst_subparse_eventmask), (gst_subparse_event),
16553         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
16554         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
16555         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
16556         (parse_mpsub_deinit), (parse_mpsub_init),
16557         (gst_subparse_buffer_format_autodetect),
16558         (gst_subparse_format_autodetect), (gst_subparse_loop),
16559         (gst_subparse_change_state), (gst_subparse_type_find),
16560         (plugin_init):
16561         * gst/subparse/gstsubparse.h:
16562         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
16563         (plugin_init):
16564           Add subtitle support, .sub parser (supports SRT and MPsub),
16565           OGM text support, Matroska UTF-8 text support, deadlock fixes
16566           all over the place, subtitle awareness in decodebin/playbin
16567           and some fixes to textoverlay to handle subtitles in a stream
16568           correctly. Fixes #100931.
16569
16570 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16573           Check for pad availability before doing a query on it.
16574
16575 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16576
16577         * ext/dv/gstdvdec.c:
16578           really fix bpp24/32 dvdec caps (classic rgba indeed)
16579         * gst/asfdemux/gstasfdemux.c:
16580         (gst_asf_demux_process_ext_content_desc):
16581           don't send text tags if they are empty (bis repetita)
16582
16583 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16584
16585         * ext/dv/gstdvdec.c:
16586          remove unneeded comment from dvdec
16587           (related to DV 4CC codes in AVI files)
16588           moved them in gstreamer/docs/random/mimetypes
16589         * gst/asfdemux/gstasfdemux.c:
16590         (gst_asf_demux_process_ext_content_desc):
16591          don't send text tags if they are empty
16592          fix mem leak on error path
16593         * gst/ffmpegcolorspace/avcodec.h:
16594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16595         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16596         (gst_ffmpegcsp_avpicture_fill):
16597         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
16598         * gst/ffmpegcolorspace/imgconvert_template.h:
16599          adds BGR32 and BGRA32 to ffmpegcolorspace
16600           (still bad colors, fixing it on next commit)
16601           helps with dvdec outputing BGR32
16602
16603 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16604
16605         * ext/dv/gstdvdec.c:
16606          Fix audio caps i just broke (missing ',')
16607         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
16608         (gst_matroska_mux_reset):
16609          Fix typo + add FIXME about old "x-gst-metadata" crap
16610
16611 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16612
16613         * ext/dv/demo-play.c: (main):
16614          xvideosink -> xvimagesink
16615         * ext/dv/gstdvdec.c:
16616          change rgb 32/32 caps to 24/32 (no alpha)
16617          change nb of channels to be a list (2 or 4, not 2)
16618          change sample rate to be a list (32, 44.1, 48 kHz) not a range
16619         * gst/asfdemux/gstasfdemux.c:
16620         (gst_asf_demux_process_ext_content_desc):
16621          Add 'date/year' to extracted metadata list
16622
16623 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16624
16625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16626           The return value of fixate_to does not imply that the requested
16627           value was set, so don't assume.
16628
16629 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
16630
16631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16632
16633         * ext/libpng/gstpngdec.c:
16634         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
16635         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
16636         * ext/libpng/gstpngenc.h:
16637           Alpha support (encoder; #163161), mime fixage.
16638
16639 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
16640
16641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
16644         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
16645         (gst_faac_set_property), (gst_faac_get_property):
16646         * ext/faac/gstfaac.h:
16647           Allow for ADTS output (#153434).
16648
16649 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16650
16651         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
16652           Fix against template (#150576).
16653
16654 2005-01-06  Benjamin Otte  <otte@gnome.org>
16655
16656         * gst/games/gstpuzzle.c: (draw_puzzle):
16657           don't draw a puzzle if either width or height of tiles would be 0.
16658
16659 2005-01-06  Benjamin Otte  <otte@gnome.org>
16660
16661         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
16662         (gst_puzzle_class_init), (gst_puzzle_finalize):
16663           no memleaks, please
16664         (gst_puzzle_create), (gst_puzzle_init),
16665         (gst_puzzle_set_property), (gst_puzzle_setup):
16666           change initialization code around so we don't reshuffle on resize
16667         (draw_puzzle):
16668           fix another stupid typo
16669
16670 2005-01-06  Benjamin Otte  <otte@gnome.org>
16671
16672         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
16673           fix stupid typo that borked copying on YUY2
16674
16675 2005-01-06  Benjamin Otte  <otte@gnome.org>
16676
16677         * gst/games/gstpuzzle.c: (draw_puzzle):
16678           fix edges when image sizes aren't multiples of tile sizes
16679
16680 2005-01-06  Benjamin Otte  <otte@gnome.org>
16681
16682         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
16683           make RGB endianness work correctly
16684         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
16685           refactor and fix race with initial shuffling
16686         (nav_event_handler):
16687           allow using the mouse to puzzle
16688         (draw_puzzle):
16689           insist on tiles having width and height as multiples of 4 to get
16690           clean YUV image handling
16691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16692         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
16693           s/DEBUG/LOG/ for common messages
16694         (gst_xvimagesink_navigation_send_event):
16695           fix mouse event translation to not include screen PAR
16696         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16697           fix mouse event translation to actually work
16698
16699 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16700
16701         * gst/asfdemux/gstasfdemux.c:
16702         (gst_asf_demux_process_ext_content_desc):
16703          Extract TrackNumber metadata + clean up code
16704         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
16705          Hope this is the good fix (var used unitialised)
16706
16707 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * ext/faad/gstfaad.c: (gst_faad_chain):
16710           Only increment timestamp if it's valid. Fixes raw AAC streams.
16711
16712 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16713
16714         * configure.ac:
16715         * gst/games/Makefile.am:
16716         * gst/games/gstpuzzle.c:
16717           add a puzzle game with...
16718         * gst/games/gstvideoimage.c:
16719         * gst/games/gstvideoimage.h:
16720           ... full colorspace support (that includes YUV9 and RGB16)) stolen
16721           from videotestsrc and made into something that would be a nice
16722           library for a lot of other plugins.
16723
16724 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16725
16726         * configure.ac:
16727          don't compile faad plugin if a RC of 2.0 is found
16728          Fixes #155346 (and FC1 buildbot)
16729         * gst/asfdemux/gstasfdemux.c:
16730         (gst_asf_demux_process_ext_content_desc):
16731          try to make Solaris compiler happier
16732
16733 2005-01-06  Paul Jack  <pjack@sfaf.org>
16734
16735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16736
16737         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
16738           Fix segfault (#161667).
16739
16740 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16743           Fix framerate reporting.
16744
16745 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16746
16747         * gst-libs/gst/riff/riff-ids.h:
16748         * gst/wavenc/riff.h:
16749          Add AMR (VBR and CBR) ids to riff.h audio codec list
16750         * gst/asfdemux/gstasfdemux.c:
16751         (gst_asf_demux_process_ext_content_desc),
16752         (gst_asf_demux_process_object):
16753           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
16754
16755 2005-01-05  Martin Eikermann  <meiker@upb.de>
16756
16757         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16758
16759         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16760         (gst_dvd_demux_handle_discont):
16761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
16762         (gst_mpeg_demux_handle_discont):
16763           Recreate pads on new-media (#160730).
16764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
16765           Send discont even if manager changes timestamps (#161929).
16766
16767 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
16768
16769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16770
16771         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
16772           Fix invalid memory access (#159211).
16773
16774 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16775
16776         * examples/gstplay/player.c: (main):
16777           Don't iterate.
16778         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
16779           Add visualizations.
16780         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16781         (gst_a52dec_handle_frame):
16782           Set duration.
16783         * ext/dvdnav/gst-dvd:
16784           Add audioconvert. Fixes #161325.
16785         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
16786           Explicitely case to gint64. Possible valgrind error.
16787         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
16788         (gst_play_tick_callback), (gst_play_change_state),
16789         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
16790         (gst_play_set_location), (gst_play_get_location),
16791         (gst_play_seek_to_time), (gst_play_set_data_src),
16792         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16793         (gst_play_set_visualization), (gst_play_connect_visualization),
16794         (gst_play_get_framerate), (gst_play_get_all_by_interface),
16795         (gst_play_new):
16796           Use playbin. Fixes #139749 and #147744.
16797         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
16798           Add genre tag.
16799         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
16800         (audioscale_get_type), (gst_audioscale_base_init),
16801         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
16802         (gst_audioscale_getcaps), (gst_audioscale_fixate),
16803         (gst_audioscale_link), (gst_audioscale_get_buffer),
16804         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
16805         (gst_audioscale_init), (gst_audioscale_dispose),
16806         (gst_audioscale_chain), (gst_audioscale_set_property),
16807         (gst_audioscale_get_property), (plugin_init):
16808           Indent properly.
16809         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16810           Fix LPCM.
16811         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16812         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
16813         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
16814           Add more metadata (fixes #162656).
16815
16816 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16817
16818         * configure.ac:
16819           back to cvs
16820
16821 === release 0.8.7 ===
16822
16823 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16824
16825         * NEWS:
16826         * RELEASE:
16827         * configure.ac:
16828           releasing 0.8.7, "Hyperspace"
16829
16830 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16831
16832         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16833
16834         * gst/playback/gstplaybasebin.c:
16835          Fix for #162924 - free caps after use, not before
16836
16837 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16838
16839         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16840
16841         * gst/playback/gstplaybasebin.c:
16842         * gst/wavparse/gstwavparse.c:
16843           Fix for #154773 - fixes playback of small .wav files
16844
16845 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16846
16847         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16848
16849         * gst/audioscale/gstaudioscale.c:
16850           Fix for #162819 - make audioscale reusable
16851           Fixes playback of more than one file with playbin/totem
16852
16853 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16854
16855         * gst/ffmpegcolorspace/avcodec.h:
16856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16857         * gst/ffmpegcolorspace/imgconvert.c:
16858           clean up the mess that made me cry and avoid needless duplication
16859
16860 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16861
16862         * gst/ffmpegcolorspace/imgconvert.c:
16863           give some indication of why we're segfaulting
16864
16865 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16866
16867         * configure.ac:
16868           Fix indentation, fix v4l2 plugin detection.
16869         * ext/Makefile.am:
16870           Fix libmms location (Maciej, use diff -u!).
16871         * ext/alsa/gstalsa.c: (gst_alsa_init):
16872           Initialize caps cache to NULL.
16873         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16874           Only change state on audiosink if it exists.
16875
16876 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
16877
16878         * gst/matroska/matroska-demux.c:
16879         * gst/matroska/matroska-ids.h:
16880         * gst/matroska/matroska-demux.h:
16881         Fix Vorbis streams failing to decode in some files, where cluster_time
16882         isn't 0, because then it doesn't send codec_priv before actual data.
16883         Remove time-based test and replace it with marker set on beginning of
16884         new stream
16885
16886 2004-12-28  David Schleef  <ds@schleef.org>
16887
16888         Merge patch from Ronald fixing problems with streaming
16889         text.
16890         * ext/cairo/gstcairo.c: (plugin_init):
16891         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
16892         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
16893         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
16894         (gst_textoverlay_font_init), (gst_textoverlay_init),
16895         (gst_textoverlay_set_property):
16896         * ext/cairo/gsttextoverlay.h:
16897
16898 2004-12-27  David Schleef  <ds@schleef.org>
16899
16900         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
16901         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
16902         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
16903         (gst_textoverlay_font_init), (gst_textoverlay_init),
16904         (gst_textoverlay_set_property): Improvements to actually
16905         render text as white on black outline on video, including
16906         font selection and horizontal/vertical alignment.  (Ronald's
16907         christmas present)
16908         * ext/cairo/gsttextoverlay.h:
16909
16910 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16911
16912         * ext/ogg/gstogg.c:
16913         * ext/ogg/gstogmparse.c:
16914           fix ogm[audio/video]parse plugin registration
16915           (riff won't load if bytestream is already loaded)
16916
16917 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16918
16919         * gst/audioconvert/gstchannelmix.c:
16920           fix for GLIB < 2.4
16921
16922 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16923
16924         * Makefile.am:
16925         * configure.ac:
16926           disable docs again until it actually passes make distcheck.
16927
16928 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16929
16930         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
16931         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16932         (plugin_init):
16933           Add 3GP (variables name Q3GP because they can't start with a
16934           number). Add samr audio fourcc (used in .3gp files), decoder
16935           is work in progress. Also do a GST_WARNING instead of ERROR
16936           in case of unknown nodes, to decrease output.
16937
16938 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16939
16940         * Makefile.am:
16941           really fix dist
16942
16943 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16944
16945         * configure.ac:
16946         * ext/speex/gstspeexdec.h:
16947         * ext/speex/gstspeexenc.h:
16948           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
16949           Fix detection code in configure.ac
16950
16951 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16952
16953         * gst/matroska/matroska-demux.c:
16954         (gst_matroska_demux_parse_blockgroup):
16955           Save position, so that queries give proper return values. Don't
16956           know how this could ever have worked before...
16957
16958 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16959
16960         * configure.ac:
16961           Put additional LAME check inside the conditional.  Fixes #152339
16962
16963 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16964
16965         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16966         (gst_avi_demux_stream_scan):
16967           Add some more debug. Fix logic error when setting movi offset
16968           while reading index.
16969
16970 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16971
16972         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16973         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
16974         (gst_avi_demux_process_next_entry):
16975           Add some debugging. Better detection of broken indexes and the
16976           accompanying index recovery. No infinite loops on state changes
16977           when we're still in our loopfunction.
16978
16979 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16980
16981         * configure.ac:
16982           Fix up.
16983
16984 2004-12-22  Archana Shah  <archana.shah@wipro.com>
16985
16986         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16987
16988         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
16989           Normalizing the value before setting
16990         (gst_sunaudiomixer_get_volume):
16991           Normalizing the value after getting. Fixes bug# 161980
16992
16993 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
16994
16995         * Makefile.am: Make sure docs gets disted
16996         * docs/Makefile.am: Make sure all needed files get disted
16997         * gst-plugins.spec.in: latest updates
16998
16999 2004-12-22  Wim Taymans  <wim@fluendo.com>
17000
17001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17002         Revert patch 1.38 as clock distribution over schedulers does
17003         not work correcly in the core yet.
17004
17005 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17006
17007         * sys/oss/README: remove this file, which predates my birth
17008           (and which content is by far outdated)
17009
17010 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17011
17012         * Makefile.am:
17013         * configure.ac:
17014         * docs/Makefile.am:
17015         * docs/libs/Makefile.am:
17016         * docs/libs/gst-plugins-libs-docs.sgml:
17017         * docs/libs/gst-plugins-libs-sections.txt:
17018         * docs/libs/tmpl/gstgconf.sgml:
17019         * docs/upload.mak:
17020         * docs/version.entities.in:
17021           Added boilerplate gtk-doc files for plugin-libs documentation.
17022
17023 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17024
17025         * gst/auparse/gstauparse.c: fix int and float audio caps
17026
17027 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17028
17029         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17030         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17031           g_assert() can be a macro, don't use #ifdef inside it.
17032
17033 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17034
17035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17036
17037         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17038         (gst_videorate_init), (gst_videorate_chain),
17039         (gst_videorate_change_state):
17040           Event handling (fixes #159986).
17041
17042 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17043
17044         * gst-libs/gst/riff/riff-media.c:
17045         (gst_riff_create_video_caps_with_data):
17046           Add BLZ0 (Blizzard's version of DivX) fourcc.
17047
17048 2004-12-18  David Schleef  <ds@schleef.org>
17049
17050         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17051         portability fix.
17052
17053 2004-12-18  David Schleef  <ds@schleef.org>
17054
17055         * gst/tta/ttadec.h: Disable some header code that isn't used
17056         and clearly isn't portable.
17057
17058 2004-12-18  David Schleef  <ds@schleef.org>
17059
17060         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17061         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17062         (avcodec_get_pix_fmt), (avpicture_layout),
17063         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17064         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17065         Fix code to not use GCC extensions (and c99 extensions that
17066         Forte does not like.)
17067
17068 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17069
17070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17071
17072         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17073         (gst_deinterlace_chain):
17074           Rowstride fixes. Fixes #161039.
17075         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17076         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17077         (gst_video_crop_getcaps), (gst_video_crop_link),
17078         (gst_video_crop_i420), (gst_video_crop_chain),
17079         (gst_video_crop_change_state):
17080           Rework of negotiation. Actually works now. Fixes #158650.
17081
17082 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17085           That was very stupid.
17086
17087 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * gst/matroska/matroska-demux.c:
17090         (gst_matroska_demux_parse_blockgroup):
17091           Fix possible crasher.
17092
17093 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17096         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17097           Lace sizes can be zero.
17098
17099 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * ext/musepack/gstmusepackdec.cpp:
17102           Fetch error return values. Fixes #161624.
17103         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17104           Really EOS.
17105
17106 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17109           Work for truncated (unfinished download etc.) files. Fixes #160514.
17110
17111 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17112
17113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17114           Fix for integer overflow. Makes #156001 not crash. Probably masks
17115           the real bug.
17116
17117 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * gst/ac3parse/gstac3parse.c: (plugin_init):
17120           Parsers never have ranks. Fixes #159651.
17121
17122 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17123
17124         * gst/playback/gstdecodebin.c: (compare_ranks):
17125           make sure the facotries are ordered the same every time even if they
17126           have the same rank by using the name
17127         * gst/playback/gstdecodebin.c: (find_compatibles):
17128           make sure we don't add factories to the list twice
17129
17130 2004-12-16  David Schleef  <ds@schleef.org>
17131
17132         * configure.ac: look for musepack headers as musepack/*.h
17133         (fixes #159847)
17134         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17135         * ext/musepack/gstmusepackreader.h: same
17136
17137 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17138
17139         * gst-libs/gst/riff/riff-read.c:
17140         (gst_riff_read_strf_auds_with_data):
17141           Read extradata correctly (fixes #155879).
17142
17143 2004-12-16  David Schleef  <ds@schleef.org>
17144
17145         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17146         audio.  does _not_ attempt or allow conversion unless channels
17147         is 1 or 2.
17148
17149 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17150
17151         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17152
17153 2004-12-16  David Schleef  <ds@schleef.org>
17154
17155         * gst/audioscale/gstaudioscale.c: the resample library only
17156         handles 1 or 2 channels.  Change caps to compensate.
17157
17158 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17159
17160         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17161         (gst_matroska_demux_audio_caps):
17162           Some MPEG-AAC hacks, because else it doesn't work...
17163
17164 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17165
17166         * gst-libs/gst/riff/riff-media.c:
17167         (gst_riff_create_video_caps_with_data),
17168         (gst_riff_create_video_template_caps):
17169           Add h264.
17170
17171 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17172
17173         * gst-libs/gst/audio/Makefile.am:
17174           Try to fix buildbot.
17175
17176 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17177
17178         * gst/tcp/gstmultifdsink.c:
17179           Clean up and uniformize debugging.
17180
17181 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17182
17183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17186         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17188         (gst_mpeg_demux_change_state):
17189           Reset on ready. Fixes 160276.
17190
17191 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17192
17193         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17194
17195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17196         (gst_ffmpegcsp_pad_link):
17197           Fix memleak (#154815).
17198
17199 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17200
17201         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17202
17203         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17204         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17205         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17206         * ext/musicbrainz/gsttrm.h:
17207           Add support for using a proxy server when getting a trm id from
17208           the MusicBrainz database (#149613).
17209
17210 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17211
17212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17213
17214         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17215         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17216           Fix memleaks (#157233).
17217
17218 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17219
17220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17221
17222         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17223         * gst-libs/gst/resample/resample.h:
17224         * gst/audioscale/gstaudioscale.c:
17225           Fix memleak (#159215).
17226
17227 2004-12-16  Toni Willberg  <toniw@iki.fi>
17228
17229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17232         * sys/oss/oss_probe.c: (main):
17233           Check for mono/stereo support (similar to samplerate probing),
17234           fixes #159433. Also add missing copyright header to oss_probe.c.
17235
17236 2004-12-15  David Schleef  <ds@schleef.org>
17237
17238         * configure.ac: add audioresample and cairo plugins.  Remove
17239         HAVE_MMX stuff, because it's not used.
17240         * ext/Makefile.am: same
17241         * ext/audioresample/Makefile.am: You are not ready for an
17242         audio resampling element based on audioresample.
17243         * ext/audioresample/gstaudioresample.c:
17244         * ext/audioresample/gstaudioresample.h:
17245         * ext/cairo/Makefile.am: You are not ready for overlay elements
17246         based on cairo.  Don't look too closely, these elements kinda
17247         suck right now.
17248         * ext/cairo/gstcairo.c: new
17249         * ext/cairo/gsttextoverlay.c: new
17250         * ext/cairo/gsttextoverlay.h: new
17251         * ext/cairo/gsttimeoverlay.c: new
17252         * ext/cairo/gsttimeoverlay.h: new
17253         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17254         problem with compilers that don't support variadic macros.
17255
17256 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17257
17258         Reviewed by:  David Schleef  <ds@schleef.org>
17259
17260         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17261         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17262         bit.  Also ran indent-gst.
17263         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17264         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17265         (gst_sunaudiosrc_setparams):
17266
17267 2004-12-14  David Schleef  <ds@schleef.org>
17268
17269         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17270         output rate to 16000.  Should fix #160235.
17271
17272 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17273
17274         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17275         Add typefinding for mpeg2 pes streams
17276
17277 2004-12-13  David Schleef  <ds@schleef.org>
17278
17279         * configure.ac:  Applied patch from bug #143659, making default
17280         sources and sinks OS-dependent (for Solaris), and added code
17281         for OS/X.
17282         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17283
17284 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17285
17286         * gst-libs/gst/riff/riff-media.c:
17287           forgot to add h2.64 to avidemux template caps
17288
17289 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17290
17291         * gst/wavenc/riff.h:
17292         * gst-libs/gst/riff/riff-media.c:
17293         * gst-libs/gst/riff/riff-ids.h:
17294         * gst/avi/gstavimux.c
17295         add 4CC code for VideoSoft h264 in AVI (VSSH)
17296           fixes bug #160655
17297         remove s323 from riff, it's quicktime specific :(
17298
17299 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17300
17301         * gst/asfdemux/README
17302         * gst/wavenc/riff.h
17303         * gst-libs/gst/riff/riff-ids.h
17304         * gst-libs/gst/riff/riff-media.c
17305         * gst/qtdemux/qtdemux.c:
17306           add new 4CC codes for h263 related codecs
17307           fixes partially bug #155163
17308
17309 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17310
17311         * configure.ac: Update polyaudio requirement to 0.7
17312         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17313
17314 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17315
17316         * gst/interleave/deinterleave.c:
17317         fix my name's spelling! :)
17318
17319 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17320
17321         * AUTHORS ChangeLog
17322         * gst/auparse/gstauparse.c
17323         * gst/interleave/deinterleave.c
17324         * gst/law/:
17325                 alaw-decode.c alaw-encode.c
17326                 mulaw-decode.c mulaw-encode.c
17327         * gst/oneton/gstoneton.c
17328         * sys/osxaudio/:
17329                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17330         * sys/osxvideo/:
17331                 cocoawindow.h cocoawindow.m
17332                 osxvideosink.h osxvideosink.m
17333
17334         put the same mail address for Zaheer Abbas Merali everywhere
17335
17336 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17337
17338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17339           Align by packetsize, and assert that we a packet available before
17340           playing. The first makes webstreams work (they often include
17341           trailing padding data in a packet), the second allows pausing a
17342           ASF stream in totem without getting demux errors afterwards.
17343
17344 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * ext/ogg/gstoggdemux.c: (get_relative):
17347           Check for non-NULL before accessing member (end-of-chain).
17348
17349 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17350
17351         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17352         (cdparanoia_set_property), (cdparanoia_get_property):
17353         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17354         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17355         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17356         (dvdreadsrc_init), (dvdreadsrc_set_property),
17357         (dvdreadsrc_get_property):
17358         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17359         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17360           Synchronize property names where not yet the case. Devices are
17361           now device=X, other versions are deprecated (but still exist).
17362           Also use g_free() unconditionally.
17363         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17364         (setup_source), (gst_play_base_bin_get_property):
17365           Expose source.
17366
17367 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17368
17369         * configure.ac: move GCONF macro outside conditional for the am
17370           conditional. Fixes #160439
17371
17372 2004-12-08  David Schleef  <ds@schleef.org>
17373
17374         * tools/gst-visualise-m.m: Switch to elements that currently
17375         exist.
17376
17377 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17378
17379         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17380           We love wrong commas.
17381
17382 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17383
17384         * gst/matroska/matroska-demux.c:
17385         (gst_matroska_demux_handle_src_query):
17386           Don't set DEFAULT, unsupported - makes length display incorrectly
17387           in some cases.
17388
17389 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17390
17391         * gst/monoscope/README: remove blurb about files being GPL
17392         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17393         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17394           monoscope is now effectively LGPL licensed
17395
17396 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17397
17398         * gst/monoscope/README: Update information to be more correct
17399         * gst/monoscope/convolve.c: Relicense to LGPL
17400         * gst/monoscope/convolve.h: Relicense to LGPL
17401
17402 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17403
17404         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17405           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17407           set default_duration for mpeg1 audio
17408
17409 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17410
17411         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17412         * ext/alsa/gstalsa.h:
17413           refactor big chunks of the core caps negotiation code to make it
17414           a lot faster, because people claim it's really slow
17415           (actually, just cache the getcaps when the device is opened)
17416
17417 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17420         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17421         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17422         (gst_a52dec_change_state), (plugin_init):
17423         * ext/a52dec/gsta52dec.h:
17424           Do something useful with timestamps. Make chain-based (since
17425           there's really no reason to be loopbased).
17426         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17427           Update current_byte/frame correctly.
17428
17429 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17430
17431         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17432         (gst_ape_demux_stream_init):
17433           Forward tags, too.
17434
17435 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17436
17437         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17438           Let's make sure we're done typefinding when detecting tags.
17439
17440 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17441
17442         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17443         (gst_ebml_read_init), (gst_ebml_read_use_event),
17444         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17445         (gst_ebml_read_seek), (gst_ebml_read_skip),
17446         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17447         (gst_ebml_read_master):
17448         * gst/matroska/ebml-read.h:
17449         * gst/matroska/matroska-demux.c:
17450         (gst_matroska_demux_parse_contents),
17451         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17452           Disgustingly evil hack for working around INTERRUPT events and
17453           their extremely annoying habit of being a pain in the ass. We
17454           simply peek a cluster before reading any of it.
17455
17456 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17457
17458         * ext/musepack/gstmusepackdec.cpp:
17459           There's also floating point libmusepacks.
17460
17461 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17462
17463         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17464         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17465           Set DURATION even if source buffer didn't. Also use increasing
17466           timestamps.
17467         * gst-libs/gst/riff/riff-media.c:
17468         (gst_riff_create_audio_caps_with_data):
17469           Block_align can have larger values than 8192.
17470
17471 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17472
17473         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17474         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17475         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17476         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
17477           Fix caps.
17478
17479 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17480
17481         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17482           Fix logic bug.
17483
17484 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17485
17486         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17487           Yay, another one.
17488
17489 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17490
17491         * ext/esd/esdsink.c: (gst_esdsink_chain):
17492           Make error actually say something useful (fixes #156798).
17493         * gst-libs/gst/riff/riff-media.c:
17494         (gst_riff_create_video_caps_with_data),
17495         (gst_riff_create_video_template_caps):
17496           Add Intel Video 5.0 fourcc (IV50).
17497
17498 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
17499
17500         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
17501         detection on mono and stereo mp3 files.
17502
17503 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17504
17505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17506           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
17507           the contained stream).
17508
17509 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17510
17511         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
17512           Oops, remove debug.
17513
17514 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17515
17516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17517
17518         * gst/law/alaw-decode.c: (alawdec_getcaps):
17519         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
17520           Prevent warnings when negotiating caps (fixes #159338).
17521
17522 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17523
17524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17525         (gst_ffmpegcsp_chain):
17526           Remove old leftover that shouldn't be there...
17527
17528 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17529
17530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17531
17532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17533           Don't forward DISCONT events (fixes #159684).
17534
17535 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
17538           Unlink manually since sometimes bin disposal (and therefore
17539           pad unlinking) is delayed, which will cause a new media file
17540           to not be able to start playing instantly.
17541
17542 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17543
17544         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
17545           On mute of an unlinked stream, check for pad availability so
17546           we don't crash on unlinked pad.
17547
17548 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17549
17550         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17551         (gst_avi_demux_massage_index):
17552           Fix quite humiliating bug in omitting 0-sized index chunks but
17553           forgetting to count them for timestamps.
17554
17555 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17556
17557         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
17558           Actually leave the loop if we failed to sync. Don't crash.
17559
17560 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17561
17562         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
17563         (gst_dvd_demux_process_private):
17564         * gst/mpegstream/gstdvddemux.h:
17565           Fix crash (#159759). Doesn't work, though. :-(.
17566
17567 2004-11-28  Benjamin Otte  <otte@gnome.org>
17568
17569         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
17570           more overwriting protection due to modifying channels one by one
17571           instead of all at once
17572
17573 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17574
17575         * gst/audioconvert/gstchannelmix.c:
17576         (gst_audio_convert_fill_normalize):
17577           Normalize using absolute values.
17578
17579 2004-11-28  Julien MOUTTE  <julien@moutte.net>
17580
17581         * configure.ac:
17582         * ext/Makefile.am:
17583         * ext/directfb/Makefile.am:
17584         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
17585         (gst_directfbvideosink_get_pixel_format),
17586         (gst_directfbvideosink_get_format_from_fourcc),
17587         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
17588         (gst_directfbvideosink_sink_link),
17589         (gst_directfbvideosink_change_state),
17590         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
17591         (gst_directfbvideosink_buffer_alloc),
17592         (gst_directfbvideosink_interface_supported),
17593         (gst_directfbvideosink_interface_init),
17594         (gst_directfbvideosink_navigation_send_event),
17595         (gst_directfbvideosink_navigation_init),
17596         (gst_directfbvideosink_set_property),
17597         (gst_directfbvideosink_get_property),
17598         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
17599         (gst_directfbvideosink_base_init),
17600         (gst_directfbvideosink_class_init),
17601         (gst_directfbvideosink_get_type), (plugin_init):
17602         * ext/directfb/directfbvideosink.h: Adding a first version of
17603         directfbvideosink.
17604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
17605         more.
17606
17607 2004-11-28  Benjamin Otte  <otte@gnome.org>
17608
17609         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
17610           walk the samples backwards if out_channels > in_channels so we don't
17611           overwrite data
17612
17613 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * gst/audioconvert/Makefile.am:
17616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17617         (gst_audio_convert_link), (gst_audio_convert_change_state),
17618         (gst_audio_convert_channels):
17619         * gst/audioconvert/gstchannelmix.c:
17620         (gst_audio_convert_unset_matrix),
17621         (gst_audio_convert_fill_identical),
17622         (gst_audio_convert_fill_compatible),
17623         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
17624         (gst_audio_convert_fill_others),
17625         (gst_audio_convert_fill_normalize),
17626         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
17627         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
17628         * gst/audioconvert/gstchannelmix.h:
17629           Implement a channel mixer.
17630
17631 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
17632
17633         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
17634         * ext/alsa/gstalsa.h:
17635         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
17636         Make alsasink actually honor gst_element_set_clock and use that
17637         clock instead of its internal one.
17638
17639 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
17640
17641         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
17642         (gst_play_base_bin_change_state): nullify source and decoder when
17643         going from READY to NULL so that we don't try to do weird stuff with
17644         them when going from NULL to READY
17645         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
17646         instead of g_object_unref
17647         (gen_video_element), (gen_audio_element): more refcounting fixes, now
17648         it should be correct
17649         (gst_play_bin_change_state): don't call remove_sinks if we are
17650         currently disposing the object
17651
17652 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17653
17654         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
17655           Don't forget bass if it's there. Else left channel is silent...
17656
17657 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17658
17659         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
17660         (gst_a52dec_change_state):
17661           Don't do sample adjusting anymore, we use float audio now.
17662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17663           Don't fixate to non-existing properties.
17664
17665 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17666
17667         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
17668         (gst_a52dec_change_state):
17669           Advertise that we can do surround sound.
17670
17671 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17672
17673         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
17674           Add buffer-frames=0.
17675         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
17676         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
17677         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
17678         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
17679         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
17680         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
17681         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
17682         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
17683         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
17684         * ext/dvdread/dvdreadsrc.h:
17685           Add seeking, querying for bytes, sectors, title, angle and
17686           chapter. Handle multiple chapters. Relicense to LGPL because
17687           Billy agreed on that (thanks Billy!).
17688
17689 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
17690
17691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
17692         call parent dispose method
17693
17694 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
17695
17696         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
17697         (gst_audio_clock_get_internal_time):
17698         Fix active <-> inactive transitions: ensure time value always
17699         grows and avoid abrupt value changes.
17700
17701 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
17702
17703         * configure.ac:
17704         * gst/tta/Makefile.am:
17705         * gst/tta/crc32.h:
17706         * gst/tta/filters.h:
17707         * gst/tta/gsttta.c:
17708         * gst/tta/gstttadec.c:
17709         * gst/tta/gstttadec.h:
17710         * gst/tta/gstttaparse.c:
17711         * gst/tta/gstttaparse.h:
17712         * gst/tta/ttadec.h:
17713           added TTA parser and decoder
17714
17715 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17716
17717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17718         (probe_triggered), (check_queue), (buffer_underrun),
17719         (buffer_running), (buffer_overrun), (gen_source_element),
17720         (setup_source):
17721         * gst/playback/gstplaybasebin.h:
17722           Implement buffering. Needs some more work.
17723
17724 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * ext/theora/theoradec.c: (theora_dec_chain):
17727           Fix ilog mask range overflow.
17728
17729 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
17732           Don't omit the last (which in case of dmix is the only :) )
17733           channel count. Don't set channels if <= 2.
17734
17735 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
17736
17737         * gst/playback/gstplaybin.c: (gen_video_element),
17738         (gen_audio_element): Removed 2 obsolete comments
17739
17740 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17741
17742         * ext/vorbis/oggvorbisenc.c
17743         * ext/vorbis/vorbisenc.c :
17744           change description fields of those plugins to differentiate them
17745           (pitivi show Encoders by description, they had the same one)
17746
17747 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
17748
17749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17750
17751         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17752         (gst_play_bin_set_property), (gen_video_element),
17753         (gen_audio_element):
17754           Refcounting fixes for provided audio-/videosinks.
17755
17756 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17757
17758         * gst/playback/gstplaybin.c: (gen_video_element),
17759         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
17760           Don't reference all sinks, but only the video- and audiosinks.
17761           The vis. element should be disposed when we're done with it.
17762           We don't have any reason to keep it around. This fixes warnings
17763           when reusing playbin for playing multiple audio files with
17764           vis. enabled. Also release audio device on pause - idea stolen
17765           from Rhythmbox.
17766
17767 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17768
17769         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
17770         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
17771         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
17772         * ext/alsa/gstalsaplugin.c: (plugin_init):
17773         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
17774         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
17775         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
17776         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
17777         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
17778         (gst_faad_change_state), (plugin_init):
17779         * ext/faad/gstfaad.h:
17780         * ext/vorbis/vorbis.c: (plugin_init):
17781         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17782         * gst-libs/gst/audio/Makefile.am:
17783         * gst-libs/gst/audio/audio.c: (plugin_init):
17784         * gst-libs/gst/audio/multichannel.c:
17785         (gst_audio_check_channel_positions),
17786         (gst_audio_get_channel_positions),
17787         (gst_audio_set_channel_positions),
17788         (gst_audio_set_structure_channel_positions_list),
17789         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
17790         (gst_audio_fixate_channel_positions):
17791         * gst-libs/gst/audio/multichannel.h:
17792         * gst-libs/gst/audio/testchannels.c: (main):
17793         * gst/audioconvert/gstaudioconvert.c:
17794         (gst_audio_convert_class_init), (gst_audio_convert_init),
17795         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
17796         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
17797         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17798         * gst/audioconvert/plugin.c: (plugin_init):
17799           Surround sound support.
17800
17801 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17802
17803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17804           Fix position for discont if we're close as well. Nitpicking, but
17805           saves a few milliseconds of extra waiting or skipping.
17806
17807 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17808
17809         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
17810           We sometimes need parsers for playback, so add those too.
17811
17812 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17813
17814         * configure.ac:
17815         * gst/apetag/Makefile.am:
17816         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
17817         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
17818         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
17819         (gst_ape_demux_get_src_query_types),
17820         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
17821         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
17822         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
17823         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
17824         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
17825         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
17826         (gst_ape_demux_change_state):
17827         * gst/apetag/apedemux.h:
17828         * gst/apetag/apetag.c: (plugin_init):
17829         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
17830         (plugin_init):
17831           APE v1/2 tag reader plus typefind function.
17832
17833 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * configure.ac:
17836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17837         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17838           Remove hacks for older core. Require newer core version
17839           accordingly.
17840
17841 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17842
17843         * gst/cdxaparse/Makefile.am:
17844         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
17845         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
17846         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
17847         * gst/cdxaparse/gstcdxaparse.h:
17848         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
17849         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
17850         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
17851         (gst_cdxastrip_get_src_query_types),
17852         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
17853         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
17854         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
17855         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
17856         * gst/cdxaparse/gstcdxastrip.h:
17857           SVCD/VCD header stripping separated from CDXA image parsing.
17858         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
17859         (plugin_init):
17860           Add VCD/SVCD header typefinding for VCD/SVCD.
17861         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
17862         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
17863         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
17864         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
17865         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
17866         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
17867         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
17868         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
17869         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
17870         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
17871         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
17872         * sys/vcd/vcdsrc.h:
17873           Fix up, add seeking, querying, URI interface. Works in totem now.
17874
17875 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * configure.ac:
17878           back to CVS
17879
17880 === release 0.8.6 ===
17881
17882 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17883
17884         * NEWS:
17885         * RELEASE:
17886         * configure.ac:
17887         * po/af.po:
17888         * po/az.po:
17889         * po/cs.po:
17890         * po/en_GB.po:
17891         * po/hu.po:
17892         * po/it.po:
17893         * po/nb.po:
17894         * po/nl.po:
17895         * po/or.po:
17896         * po/sq.po:
17897         * po/sr.po:
17898         * po/sv.po:
17899         * po/uk.po:
17900           releasing 0.8.6, "IOU Love"
17901
17902 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17903
17904         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17905
17906         * gst/playback/gstplaybasebin.c:
17907           Fix unplayable files error handling.  Fixes #158365
17908
17909 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17910
17911         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17912
17913         * gst/typefind/gsttypefindfunctions.c:
17914           Fix broken mp3 typefinding.  Fixes #158375
17915
17916 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17917
17918         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17919
17920         * ext/ogg/gstoggdemux.c:
17921           Fix sync on broken files.  Fixes #158976
17922
17923 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         patch by: Edward Hervey <bilboed@bilboed.com>
17926
17927         * ext/libpng/gstpngenc.c:
17928           Copy over buffer properties.  Fixes #158832
17929
17930 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17931
17932         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
17933
17934         * ext/dvdread/dvdreadsrc.c:
17935           Fixes invalid reads (#158462)
17936
17937 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         * sys/v4l/gstv4lsrc.c:
17940         * sys/v4l/gstv4lsrc.h:
17941         * sys/v4l/v4lsrc_calls.c:
17942           Probe less and cache it.  Fixes #159187.
17943
17944 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17945
17946         * gst/videorate/gstvideorate.c:
17947           Handle all video formats. Fixes #159186.
17948
17949 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
17950         * gst/synaesthesia/gstsynaesthesia.c:
17951         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
17952         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
17953         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
17954         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
17955         (gst_synaesthesia_change_state), (plugin_init):
17956         Fix up synaesthesia to work under different samplerates/ buffer sizes.
17957         Force 320x200 output, as that's the only thing the underlying
17958         synaesthesia implementation supports. Still needs to be made
17959         re-entrant.
17960
17961 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17962
17963         * configure.ac:
17964           Fix mpeg2enc configure check (similar to mplex check below).
17965
17966 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
17967
17968         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17969
17970         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17971           Fix for gcc-2.95 (fixes #158221).
17972
17973 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17974
17975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17976           Re-add clock distribution hack (until new core is released).
17977           Fixes #158125.
17978
17979 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
17980         * configure.ac:
17981           fix mplex configure check segfaulting on some systems (bug #140994)
17982
17983 2004-11-13  Benjamin Otte  <otte@gnome.org>
17984
17985         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
17986           add debugging
17987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17988           do a wait when we enter the loop func with no data available to
17989           write instead of getting into an 100% CPU loop by just returning and
17990           being called again by the scheduler
17991
17992 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
17993
17994         * configure.ac:
17995         * ext/libvisual/visual.c: (gst_visual_get_type),
17996         (libvisual_log_handler), (gst_visual_getcaps),
17997         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
17998         (plugin_init):
17999           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18000         * ext/smoothwave/Makefile.am:
18001         * ext/smoothwave/demo-osssrc.c: (main):
18002         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18003         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18004         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18005         (plugin_init):
18006         * ext/smoothwave/gstsmoothwave.h:
18007           Make gstsmoothwave a working element in the 20th century.
18008
18009         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18010           Fix incorrect link function
18011
18012 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * gst/volume/gstvolume.c:
18015           Allow buffer-frames=0.
18016
18017 2004-11-12 Iain <iaingnome@gmail.com>
18018
18019         * configure.ac: Check for polypaudio
18020
18021         * ext/Makefile.am: Build the polyp dir
18022
18023         * ext/polyp: The polypsink sources.
18024
18025 2004-10-30 Iain <iaingnome@gmail.com>
18026
18027         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18028         caps to reflect the new number of channels.
18029
18030 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18031
18032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18033           Fix for negotiation order problem. This would show when the
18034           ALSA loopfuction was called before any other function. ALSA
18035           wouldn't do anything because we're not negotiated yet, leading
18036           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18037
18038 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18039
18040         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18041
18042         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18043           No warnings (#157986).
18044
18045 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18048           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18049
18050 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18051
18052         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18053           Signal no-more-pads (so it works in playbin).
18054
18055 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18056
18057         * ext/musepack/gstmusepackreader.cpp:
18058           Workaround for older core.
18059
18060 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18061
18062         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18063           Actually test for odd width/height rather than testing whether
18064           a temporary variable that was 0 before we subtracted 1 is now
18065           not equal to zero (which it always is).
18066
18067 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18068
18069         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18070         Fix compilation if HAVE_XVIDEO is not defined
18071
18072 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18073
18074         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18075         Fix compilation if HAVE_XVIDEO is not defined
18076
18077 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18078
18079         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18080         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18081         (gst_goom_change_state), (plugin_init):
18082         Use the bytestream adapter so goom doesn't depend on the input
18083         buffer size.
18084         Add a debug category
18085
18086 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18087
18088         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18089           Only set hardware parameters *after* negotiation. Before
18090           negotiation, it will set ANY and that seems to cause crashes
18091           (see e.g. #151288, #153227).
18092
18093 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18094
18095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18096           This seems to be antique leftover. It needs to pass error
18097           checking.
18098         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18099         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18100         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18101         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18102           Fix GstXOverlay implementation (#151059).
18103
18104 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18105
18106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18107           Don't assert (#157853).
18108
18109 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18110
18111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18112           Fix bytes/samples confustion.
18113         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18114           Fix for underrun (#144389).
18115
18116 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18119           Disable halfway-seek for pending release (since it needs a new
18120           core release).
18121
18122 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * sys/v4l/gstv4lsrc.c:
18125         * sys/v4l/gstv4lsrc.h:
18126         * sys/v4l/v4lsrc_calls.c:
18127           add autoprobe-fps property so we can separate autoprobing parts
18128
18129 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18130
18131         * sys/v4l/gstv4lsrc.c:
18132         * sys/v4l/v4lsrc_calls.c:
18133         initialise fourcc to catch unset fourcc's, and debug
18134
18135 2004-11-09  Wim Taymans  <wim@fluendo.com>
18136
18137         * gst/playback/README:
18138         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18139         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18140         (gst_play_bin_dispose), (gst_play_bin_set_property),
18141         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18142         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18143         (gst_play_bin_get_formats), (gst_play_bin_convert),
18144         (gst_play_bin_get_query_types), (gst_play_bin_query):
18145         Cleanups and some more documentation.
18146
18147 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18148
18149         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18150         (gst_cacasink_init), (gst_cacasink_chain):
18151         * ext/libcaca/gstcacasink.h:
18152         Cacasink inherits from VideoSink, so let that store the clock.
18153
18154 2004-11-09  Wim Taymans  <wim@fluendo.com>
18155
18156         * gst/playback/README:
18157         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18158         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18159         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18160         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18161         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18162         (setup_sinks):
18163         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18164         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18165         * gst/playback/gststreaminfo.h:
18166         Updated README.
18167         Only switch groups if all streams have muted (EOSed).
18168         Send Tags in sync with the stream playback instead of in
18169         the playback/preroll phase.
18170         Some cleanups, free the fakesrc elements.
18171
18172 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18173
18174         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18175           buffer-frames property was missing
18176         * ext/arts/gst_arts.c:
18177           rate missing from sinkcaps
18178         * ext/audiofile/gstafparse.c:
18179         * ext/audiofile/gstafsink.c:
18180         * ext/audiofile/gstafsrc.c:
18181         * ext/swfdec/gstswfdec.c:
18182           int audio doesn't know buffer-frames
18183         * ext/cdparanoia/gstcdparanoia.c:
18184           int audio doesn't know chunksize either
18185         * ext/nas/nassink.c:
18186           it's endianness, not endianess
18187         * gst-libs/gst/audio/audio.h:
18188           make float standard pad template caps really describe float
18189         * gst/law/mulaw.c: (linear_factory):
18190           signed only, please
18191         * gst/mpegstream/gstdvddemux.c:
18192           widths of 20 are not valid
18193
18194 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18195
18196         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18197
18198         * po/LINGUAS:
18199         * po/it.po:
18200           Add Italian
18201
18202 2004-11-08  Wim Taymans  <wim@fluendo.com>
18203
18204         * gst/playback/README:
18205         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18206         * gst/playback/gstplaybasebin.c: (probe_triggered),
18207         (gst_play_base_bin_change_state):
18208         Updated README, added more comments for fixmes etc..
18209
18210 2004-11-08  Wim Taymans  <wim@fluendo.com>
18211
18212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18213         We can remove this hack now.
18214
18215 2004-11-08  Wim Taymans  <wim@fluendo.com>
18216
18217         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18218         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18219         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18220         Only mix AYUV for maximum quality.
18221
18222 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18225         (gst_ogg_demux_push), (gst_ogg_pad_push):
18226           Let's act as if we're synchronized now! :).
18227         * ext/theora/theoradec.c: (theora_dec_chain):
18228           Add some debug.
18229
18230 2004-11-08  Wim Taymans  <wim@fluendo.com>
18231
18232         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18233         (gst_alpha_set_property), (gst_alpha_sink_link),
18234         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18235         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18236         (gst_alpha_init_params), (gst_alpha_chain):
18237         Implement alpha functions for AYUV too, this increases
18238         accuracy quite a bit.
18239
18240 2004-11-08  Wim Taymans  <wim@fluendo.com>
18241
18242         * gst/ffmpegcolorspace/avcodec.h:
18243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18244         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18245         (gst_ffmpegcsp_avpicture_fill):
18246         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18247         (gst_ffmpegcsp_caps_remove_format_info):
18248         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18249         (shrink12), (img_get_alpha_info), (deinterlace_line),
18250         (deinterlace_line_inplace):
18251         * gst/ffmpegcolorspace/imgconvert_template.h:
18252         Added AYUV colorspace and handle RGBA a bit more respectful.
18253
18254 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18255
18256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18257           Actually always send a discont (cornercase when resending the
18258           same serial-tagged chain twice).
18259
18260 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18261
18262         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18263         (gst_ximagesink_finalize):
18264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18265         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18266
18267 2004-11-08  Wim Taymans  <wim@fluendo.com>
18268
18269         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18270         Don't segfault on NULL data.
18271
18272 2004-11-08  Wim Taymans  <wim@fluendo.com>
18273
18274         * gst/playback/gstdecodebin.c: (unlinked):
18275         * gst/playback/gstplay-marshal.list:
18276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18277         (gst_play_base_bin_init), (group_create), (get_active_group),
18278         (get_building_group), (group_destroy), (group_commit),
18279         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18280         (add_element_stream), (no_more_pads), (probe_triggered),
18281         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18282         (state_change), (setup_source), (gst_play_base_bin_get_property),
18283         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18284         (gst_play_base_bin_link_stream),
18285         (gst_play_base_bin_get_streaminfo):
18286         * gst/playback/gstplaybasebin.h:
18287         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18288         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18289         Add support for chained ogg files. Prepare for playlist
18290         support. This patch introduces the concept of pad groups, which
18291         together compose one playable media file.
18292
18293 2004-11-07  David Schleef  <ds@schleef.org>
18294
18295         * testsuite/gst-lint: Check for pad templates that aren't statically
18296         scoped.
18297
18298 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18299
18300         * configure.ac:
18301         * ext/Makefile.am:
18302         * ext/musepack/Makefile.am:
18303         * ext/musepack/gstmusepackdec.cpp:
18304         * ext/musepack/gstmusepackdec.h:
18305         * ext/musepack/gstmusepackreader.cpp:
18306         * ext/musepack/gstmusepackreader.h:
18307           Add musepack decoder.
18308         * ext/faad/gstfaad.c: (gst_faad_base_init):
18309           Make pad templates static.
18310         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18311         (plugin_init):
18312           Add musepack typefinder, make mp3 typefinding work halfway stream,
18313           which doesn't actually work yet because id3demux doesn't implement
18314           _get_length().
18315
18316 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18319         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18320           Fix interrupt event handling (#144436).
18321
18322 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18325           Hide unused glory.
18326
18327 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18328
18329         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18330
18331         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18332           Fix weird caps (#157548).
18333
18334 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18335
18336         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18337
18338         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18339           Add missing NULL terminator (#157543).
18340
18341 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18342
18343         * gst/tcp/gsttcp.h:
18344         * gst/tcp/gsttcpclientsink.c:
18345         * gst/tcp/gsttcpclientsrc.c:
18346         * gst/tcp/gsttcpserversink.c:
18347         * gst/tcp/gsttcpserversrc.c:
18348           ports can go up to 65535.  Move common defines to gsttcp.h
18349
18350 2004-11-05  Wim Taymans  <wim@fluendo.com>
18351
18352         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18353         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18354         Added two more colorspaces.
18355
18356 2004-11-05  Wim Taymans  <wim@fluendo.com>
18357
18358         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18359         (gst_ffmpegcsp_avpicture_fill):
18360         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18361         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18362         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18363         More stride fixes.
18364
18365 2004-11-05  Wim Taymans  <wim@fluendo.com>
18366
18367         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18368         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18369         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18370         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18371         (gst_videomixer_loop):
18372         More stride fixes.
18373
18374 2004-11-05  Benjamin Otte  <otte@gnome.org>
18375
18376         * ext/mad/gstmad.c: (gst_mad_chain):
18377           don't overflow data buffer. Flush not needed sync data when syncing
18378           failed.
18379
18380 2004-11-04  Wim Taymans  <wim@fluendo.com>
18381
18382         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18383         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18384         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18385         (gst_alpha_init_params), (gst_alpha_chain),
18386         (gst_alpha_change_state):
18387         Updated the chroma keying algorithm with something more
18388         sophisticated.
18389
18390 2004-11-03  Wim Taymans  <wim@fluendo.com>
18391
18392         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18393         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18394         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18395         Fix stride issues. Does not completely work for odd
18396         heights.
18397
18398 2004-11-03  Wim Taymans  <wim@fluendo.com>
18399
18400         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18401         (gst_alpha_chroma_key), (gst_alpha_chain):
18402         Fix stride issues. Does not completely work for odd
18403         heights.
18404
18405 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18406
18407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18408         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18409         leak fixes
18410
18411 2004-11-03  Wim Taymans  <wim@fluendo.com>
18412
18413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18414         (gst_ffmpegcsp_avpicture_fill):
18415         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18416         (avpicture_alloc):
18417         * gst/ffmpegcolorspace/imgconvert_template.h:
18418         Use correct _fill function to get correct strides.
18419
18420 2004-11-02  David Schleef  <ds@schleef.org>
18421
18422         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18423         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18424         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18425         Change all g_print()s to debugging.  Add a bunch of consistency
18426         checks.
18427
18428 2004-11-02  Wim Taymans  <wim@fluendo.com>
18429
18430         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18431         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18432         (unlinked), (no_more_pads), (close_link):
18433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18434         (unknown_type), (add_element_stream), (new_decoded_pad),
18435         (removed_decoded_pad), (setup_source):
18436         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18437         (gst_stream_info_class_init), (gst_stream_info_init),
18438         (gst_stream_info_new), (gst_stream_info_dispose),
18439         (stream_info_mute_pad), (gst_stream_info_set_property),
18440         (gst_stream_info_get_property):
18441         * gst/playback/gststreaminfo.h:
18442         Fix playback of multiple files.
18443         a slightly different approach to handling dynamic pad removals.
18444         This one only looks at pads that we have linked.
18445
18446 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18447
18448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18449         free" warning from libc.
18450
18451 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18452
18453         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18454         (get_unconnected_element), (remove_starting_from), (pad_removed),
18455         (close_link):
18456           Implement support for dynamic pad changing. We listen to "live"
18457           pad removals (i.e. while playing) and re-setup autoplugging
18458           after that. Playbasebin/playbin need some more work for this
18459           to finally work, but decodebin supports (and replugs) chained
18460           ogg now.
18461
18462 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18463
18464         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18465         (gst_alsa_finalize):
18466         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18467         (gst_cdaudio_finalize):
18468         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18469         (cdparanoia_finalize):
18470         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18471         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18472         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18473         (dvdreadsrc_finalize):
18474         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18475         (gst_flacdec_finalize):
18476         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
18477         (gst_flacenc_finalize):
18478         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
18479         (gst_gnomevfssink_finalize):
18480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
18481         (gst_gnomevfssrc_finalize):
18482         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
18483         (gst_fameenc_finalize):
18484         * ext/nas/nassink.c: (gst_nassink_class_init),
18485         (gst_nassink_finalize):
18486         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
18487         (gst_sdlvideosink_class_init):
18488         * ext/sndfile/gstsf.c: (gst_sf_dispose):
18489         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
18490         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
18491         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
18492         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18493         (gst_x_window_listener_dispose):
18494         * gst/audioscale/gstaudioscale.c:
18495         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
18496         (play_on_demand_finalize):
18497         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
18498         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18499         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
18500         (cdplayer_finalize):
18501         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
18502         (gst_glimagesink_class_init):
18503         * sys/oss/gstosselement.c: (gst_osselement_class_init),
18504         (gst_osselement_finalize):
18505         * sys/oss/gstosssink.c: (gst_osssink_dispose):
18506         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
18507         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
18508           Fixes a bunch of problems with finalize and dispose functions,
18509           either assumptions that dispose is only called once, or not calling
18510           the parent class dispose/finalize function
18511
18512 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
18513
18514         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
18515           added two api precondition guards
18516           use g_strdup with getenv to fix crash when using ENVVAR
18517
18518 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
18519         * ext/esd/esdsink.c: (gst_esdsink_class_init),
18520         (gst_esdsink_finalize):
18521         Use a finalize function, not dispose, and more importantly,
18522         call the parent class finalize function too
18523
18524 2004-11-01  Johan Dahlin  <johan@gnome.org>
18525
18526         * ext/ogg/gstoggdemux.c:
18527         * gst/tags/gstvorbistag.c:
18528         Plug leaks.
18529
18530 2004-10-31  Benjamin Otte  <otte@gnome.org>
18531
18532         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18533           lotsa memleaks today. But they're all small...
18534
18535 2004-10-31  Benjamin Otte  <otte@gnome.org>
18536
18537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18538           another memleak crushed
18539
18540 2004-10-31  Benjamin Otte  <otte@gnome.org>
18541
18542         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
18543           fix memleak
18544
18545 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18546
18547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18548           Hack to prevent crash when going to READY inside signal handler
18549           while this function is active.
18550
18551 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18552
18553         * gst/ffmpegcolorspace/Makefile.am:
18554         * gst/ffmpegcolorspace/avcodec.h:
18555         * gst/ffmpegcolorspace/common.h:
18556         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
18557         * gst/ffmpegcolorspace/dsputil.h:
18558         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
18559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18560         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
18561         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
18562         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
18563         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
18564         (gst_ffmpegcsp_avpicture_fill):
18565         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18567         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18568         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
18569         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
18570         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
18571         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
18572         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
18573         * gst/ffmpegcolorspace/imgconvert.c:
18574         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18575         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
18576         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
18577         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
18578         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
18579         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
18580         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
18581         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
18582         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
18583         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
18584         (grow21), (grow22), (grow41), (grow44), (conv411),
18585         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
18586         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
18587         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
18588         (avpicture_free), (is_yuv_planar), (img_convert),
18589         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
18590         (deinterlace_line_inplace), (deinterlace_bottom_field),
18591         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
18592         * gst/ffmpegcolorspace/imgconvert_template.h:
18593         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
18594         * gst/ffmpegcolorspace/mmx.h:
18595         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
18596         (av_fast_realloc), (av_mallocz_static), (av_free_static),
18597         (av_freep), (avcodec_get_context_defaults),
18598         (avcodec_alloc_context), (avcodec_init):
18599           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
18600           handling plus update from ffmpeg CVS. Large clean-up.
18601
18602 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18603
18604         * gst/playback/Makefile.am:
18605           We need the marshallers for decodebin, too.
18606
18607 2004-10-30  David Schleef  <ds@schleef.org>
18608
18609         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
18610           quicktime typefinding work with 64-bit offsets.
18611
18612 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
18613
18614         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
18615           Set EOS on the element when processing an EOS event.
18616         * ext/speex/gstspeexdec.h:
18617         * ext/speex/gstspeexenc.h:
18618           Only keep a const ptr to the mode
18619         * gst-libs/gst/riff/riff-media.c:
18620         (gst_riff_create_audio_caps_with_data),
18621         (gst_riff_create_audio_template_caps):
18622           Allow WMAV3, with up to 6 channels.
18623         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
18624           Don't call gst_pad_set_event_function on a sink pad.
18625         * gst/mpegstream/gstdvddemux.c:
18626         (gst_dvd_demux_get_subpicture_stream),
18627         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
18628           Copy the explicit caps that were set across to the cur_* pads,
18629           instead of trying to use a possibly non-existent negotiated caps.
18630           Reset the type of subpicture pads to UNKNOWN after calling
18631           init_stream, so that the caps get set.
18632
18633 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
18634
18635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18636
18637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18638           Don't touch buffer if it is of size 0 (fixes #151064).
18639
18640 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18641
18642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
18643           Synchronized discont handling.
18644
18645 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18648         (gst_ogg_demux_push):
18649           Make seeking sort-of exact again (fixes #156387).
18650
18651 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18652
18653         * gst/playback/gstplaybasebin.c: (unknown_type),
18654         (add_element_stream), (new_decoded_pad),
18655         (gst_play_base_bin_change_state):
18656         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
18657         (gst_stream_info_init), (gst_stream_info_new),
18658         (gst_stream_info_dispose), (gst_stream_info_get_property):
18659         * gst/playback/gststreaminfo.h:
18660           Make caps explicitely available. Makes testing for unsupported
18661           types possible. Improves error reporting.
18662
18663 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18664
18665         * gst/audioconvert/gstaudioconvert.c:
18666         (gst_audio_convert_buffer_to_default_format):
18667           Really don't touch read-only buffers (#156563).
18668
18669 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
18670
18671         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18672
18673         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18674           Fix memleak (#155223).
18675
18676 2004-10-29  Wim Taymans  <wim@fluendo.com>
18677
18678         * gst/tcp/.cvsignore:
18679         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
18680         (gst_multifdsink_class_init), (gst_multifdsink_init),
18681         (gst_multifdsink_add), (gst_multifdsink_remove),
18682         (gst_multifdsink_remove_client_link), (is_sync_frame),
18683         (gst_multifdsink_new_client),
18684         (gst_multifdsink_handle_client_write),
18685         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18686         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
18687         (gst_multifdsink_get_property):
18688         * gst/tcp/gstmultifdsink.h:
18689         Added burst on connect sync_method, deprecated sync_clients,
18690         streamlined the sync code some more.
18691
18692 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18693
18694         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
18695         (gst_play_base_bin_change_state):
18696           Improve error reporting.
18697
18698 2004-10-28  Wim Taymans  <wim@fluendo.com>
18699
18700         * gst/tcp/Makefile.am:
18701         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
18702         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
18703         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
18704         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
18705         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18706         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18707         (gst_fdset_wait):
18708         Added more locks around fdset structures. Fixed/reworked
18709         the poll array resizing code.
18710         Added stress test for fdset.
18711
18712 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18713
18714         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
18715         fix build
18716
18717 2004-10-28  Benjamin Otte  <otte@gnome.org>
18718
18719         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
18720           fix link function to always query channels and query width for
18721           floats
18722         * configure.ac:
18723           add equalizer dir
18724         * gst/equalizer/Makefile.am:
18725         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
18726         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
18727         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
18728         (arg_to_scale), (setup_filter),
18729         (gst_iir_equalizer_compute_frequencies),
18730         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
18731         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
18732         (plugin_init):
18733           add an equalizer
18734
18735 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18736
18737         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
18738
18739         * po/LINGUAS:
18740         * po/nb.po:
18741           Added Norwegian Bokmaal translation
18742
18743 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18744
18745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18746           Don't break on options (fixes #156488).
18747
18748 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18749
18750         * configure.ac:
18751         * ext/cdaudio/Makefile.am:
18752         * sys/Makefile.am:
18753           fix build on older automake
18754
18755 2004-10-26  Wim Taymans  <wim@fluendo.com>
18756
18757         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
18758         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
18759         Allow a little margin when negotiating the framerate.
18760
18761 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
18762
18763         * gst/level/gstlevel.c:
18764           synchonised naming of pads and pad-templates
18765
18766 2004-10-26  Wim Taymans  <wim@fluendo.com>
18767
18768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18769         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
18770         (_find_streams_check), (gst_ogg_demux_push):
18771         Fix EOS again. Needs to be done in a better way. We should not
18772         remove the pad if there is no new chained stream.
18773
18774 2004-10-26 Iain <iaingnome@gmail.com>
18775
18776         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
18777         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
18778         of the caps.
18779         * gst/interleave/interleave.c (interleave_class_init): Hook up release
18780         pad.
18781         (interleave_release_pad): Remove the pad.
18782         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
18783         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
18784         the set device.
18785         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
18786         attrs
18787         (gst_xvimagesink_xcontext_clear): Free the xcontext.
18788         (gst_xvimagesink_finalize): Free the par.
18789
18790 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18791
18792         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
18793         (gst_avimux_stop_file):
18794           First calculate the rate, and only then use it. Hdr.rate is a
18795           multiple and not a derivative of hdr.scale. Scale is not the
18796           same as blockalign but is solely related to rate.
18797
18798 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18799
18800         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
18801         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
18802           Implement seeking.
18803
18804 2004-10-25  James Henstridge  <james@jamesh.id.au>
18805
18806         Reviewed by:  David Schleef  <ds@schleef.org>
18807
18808         * examples/gstplay/player.c: (got_stream_length), (main):
18809         * examples/seeking/cdplayer.c: (update_scale):
18810         * examples/seeking/seek.c: (format_value), (update_scale):
18811         * examples/seeking/spider_seek.c: (format_value), (update_scale),
18812         (stop_seek):
18813         Build fixes on AMD64.
18814
18815 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18816
18817         reviewed by: Ronald Bultje <rbultje at gnome dot org>
18818
18819         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18820         Fix for some v4l cards which hang in v4lsrc
18821
18822 2004-10-25  Wim Taymans  <wim@fluendo.com>
18823
18824         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
18825         (gst_ogg_demux_push), (gst_ogg_chains_clear):
18826         Make sure to remove the pad when a new chain is
18827         encountered. Set some vars to NULL so we don't try
18828         to reference freed memory.
18829
18830 2004-10-25  Wim Taymans  <wim@fluendo.com>
18831
18832         * examples/seeking/Makefile.am:
18833         * examples/seeking/cdplayer.c: (update_scale):
18834         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
18835         * examples/seeking/playbin.c: (make_playerbin_pipeline),
18836         (format_value), (update_scale), (iterate), (start_seek),
18837         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
18838         (print_usage), (main):
18839         Added some more examples, update others.
18840
18841 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18842
18843         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
18844         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18845         * ext/theora/theoradec.c: (theora_dec_chain):
18846         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18847           Add codec-name metadata.
18848
18849 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
18850
18851         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18852
18853         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18854         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18855         * ext/alsa/gstalsamixertrack.h:
18856         * po/POTFILES.in:
18857           ALSA mixer track label internationalization (#154054).
18858
18859 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18860
18861         * ext/theora/theoradec.c: (theora_dec_chain):
18862           Export bitrate as metadata.
18863
18864 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18865
18866         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18867         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18868         * ext/alsa/gstalsamixertrack.h:
18869           Fix names, fix loop.
18870
18871 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18872
18873         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
18874         (speex_dec_convert):
18875           sinkconvert function so oggdemux can get the file length (totem).
18876
18877 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
18878
18879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18880
18881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18882           Don't push incomplete packets.
18883         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
18884           Fix MPEG-4 audio typefinding.
18885
18886 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18887
18888         * sys/v4l/Makefile.am:
18889         * sys/v4l/gstv4l.c: (plugin_init):
18890         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
18891         (gst_v4lelement_init), (gst_v4lelement_dispose),
18892         (gst_v4lelement_change_state):
18893         * sys/v4l/gstv4lelement.h:
18894         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
18895         (gst_v4l_xoverlay_close), (idle_refresh),
18896         (gst_v4l_xoverlay_set_xwindow_id):
18897         * sys/v4l/gstv4lxoverlay.h:
18898         * sys/v4l/v4l-overlay_calls.c:
18899         * sys/v4l/v4l_calls.h:
18900         * sys/v4l2/Makefile.am:
18901         * sys/v4l2/gstv4l2.c: (plugin_init):
18902         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
18903         (gst_v4l2element_init), (gst_v4l2element_dispose),
18904         (gst_v4l2element_change_state):
18905         * sys/v4l2/gstv4l2element.h:
18906         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
18907         (gst_v4l2_xoverlay_close), (idle_refresh),
18908         (gst_v4l2_xoverlay_set_xwindow_id):
18909         * sys/v4l2/gstv4l2xoverlay.h:
18910         * sys/v4l2/v4l2-overlay_calls.c:
18911         * sys/v4l2/v4l2_calls.h:
18912           Remove client-side overlay handling, use the X-server v4l plugin
18913           for that. Nicer overlay, less code. Also make the plugin
18914           compileable without X (but then without overlay, obviously).
18915           Makes xwindowlistener obsolete, should we remove that?
18916
18917 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18918
18919         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
18920         (gst_osssrc_src_query):
18921         * sys/oss/gstosssrc.h:
18922           OK, so people want offset in DEFAULT. This time, actually fix all
18923           cases.
18924         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18925           Add FPS properly.
18926
18927 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18928
18929         * gst/asfdemux/gstasfmux.c:
18930         * gst/avi/gstavimux.c:
18931           Framerate.
18932
18933 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18934
18935         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
18936           Fix properties (channel, norm, frequency).
18937
18938 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
18941           Flag typo.
18942         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
18943           No warnings.
18944
18945 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18946
18947         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
18948           Fix hang.
18949
18950 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * sys/v4l2/gstv4l2element.h:
18953           Yet Another Hack (tm) for kernel header borkedness.
18954         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
18955         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
18956         (gst_v4l2src_link), (gst_v4l2src_getcaps),
18957         (gst_v4l2src_change_state):
18958         * sys/v4l2/gstv4l2src.h:
18959         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18960         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
18961           Fix caps, keep track of state, work.
18962
18963 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18964
18965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18966           Quiet.
18967
18968 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18969
18970         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18971           Don't mix bytes and samples.
18972
18973 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18974
18975         * ext/ogg/gstoggmux.c:
18976           Basic pad template which accepts OGM tracks, speex, flac, vorbis
18977           and theora. Any is incorrect.
18978         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
18979           Fix caps.
18980         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
18981         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
18982         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
18983         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
18984         * sys/v4l/gstv4lmjpegsrc.h:
18985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
18986         (gst_v4lsrc_change_state):
18987         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
18988         (gst_v4lmjpegsrc_capture_stop):
18989           Fix caps. Keep track of internal state. Work.
18990
18991 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18992
18993         * ext/Makefile.am:
18994           Fix the build fixes.
18995
18996 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18997
18998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
18999         (gst_ogg_demux_src_event), (_find_chain_seek),
19000         (gst_ogg_pad_push):
19001           Check for pad availability before using it.
19002         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19003           Fix parsing of chained ogg. Needs more work on the decoder side.
19004
19005 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19006
19007         * gst/spectrum/Makefile.am:
19008         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19009         (idle_func):
19010           Fix demo and reenable it. Yes, I'm currently playing with audio
19011           analysis tools
19012
19013 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19014
19015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19016           We love it if files that start at zero work too...
19017
19018 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19019
19020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19021           Handle files with missing EOS headers.
19022
19023 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19024
19025         * gst/tcp/gsttcpserversink.c:
19026         (gst_tcpserversink_handle_server_read),
19027         (gst_tcpserversink_init_send):
19028         Zero some variables first (need for accept not to return EINVAL)
19029
19030 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19031
19032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19033         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19034         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19035         (theora_dec_chain):
19036         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19037         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19038           Seeking and querying finetune.
19039
19040 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19041
19042         * configure.ac:
19043         * ext/Makefile.am:
19044         * ext/raw1394/Makefile.am:
19045           fix the build
19046
19047 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19048
19049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19050           Wrong return.
19051         * gst/playback/Makefile.am:
19052         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19053         * gst/playback/gstplay-marshal.list:
19054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19055           Fix marshallers.
19056
19057 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19060           Silence.
19061
19062 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19063
19064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19065         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19066         (gst_ogg_pad_push):
19067           Yay for non-lineair granulepos in theora.
19068
19069 2004-10-18  Wim Taymans  <wim@fluendo.com>
19070
19071         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19072         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19073         * ext/dv/gstdvdec.h:
19074         Make sure we renegotiate aspect ratio when the camera switches.
19075
19076 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19077
19078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19079         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19080           Start at zero.
19081         * ext/theora/theoradec.c: (theora_dec_chain):
19082           Skip headers. Bad idea for chained ogg, but fixes seeking.
19083
19084 2004-10-18  Wim Taymans  <wim@fluendo.com>
19085
19086         * configure.ac:
19087         I swear, this is the last time I touch this.
19088
19089 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19090
19091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19092         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19093         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19094           Faster seeking.
19095         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19096           Time-to-default conversion.
19097         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19098           Don't error on unknown packets, just skip. We should probably
19099           read them if we want to support chained ogg.
19100
19101 2004-10-18  Wim Taymans  <wim@fluendo.com>
19102
19103         * configure.ac:
19104         Added cdaudio to wrong list.
19105
19106 2004-10-18  Wim Taymans  <wim@fluendo.com>
19107
19108         * configure.ac:
19109         Revive cdaudio.
19110
19111 2004-10-18  Wim Taymans  <wim@fluendo.com>
19112
19113         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19114         (gst_dvdec_video_link), (gst_dvdec_push):
19115         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19116         (gst_smokeenc_resync), (gst_smokeenc_chain):
19117         Fix mimetype on smoke encoder.
19118         Add aspect ratio to dvdec. Not sure if these
19119         values are correct though....
19120
19121 2004-10-18  Wim Taymans  <wim@fluendo.com>
19122
19123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19124         Fix vorbis property descriptions and ranges.
19125
19126 2004-10-18  Wim Taymans  <wim@fluendo.com>
19127
19128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19129         Really do nothing when no data is available.
19130         Go to the playing state when the stream is not seekable
19131         instead of failing.
19132
19133 2004-10-18  Wim Taymans  <wim@fluendo.com>
19134
19135         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19136         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19137         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19138         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19139         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19140         Added uri handler for cd://
19141         Port to new API.
19142
19143 2004-10-18  Wim Taymans  <wim@fluendo.com>
19144
19145         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19146         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19147         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19148         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19149         (remove_prerolls), (unknown_type), (add_element_stream),
19150         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19151         (gst_play_base_bin_remove_element),
19152         (gst_play_base_bin_link_stream):
19153         * gst/playback/gstplaybin.c: (gen_video_element),
19154         (gen_vis_element), (remove_sinks), (setup_sinks):
19155         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19156         (gst_stream_info_get_type), (gst_stream_info_class_init),
19157         (gst_stream_info_init), (gst_stream_info_new),
19158         (gst_stream_info_dispose), (stream_info_mute_pad),
19159         (gst_stream_info_set_property), (gst_stream_info_get_property):
19160         * gst/playback/gststreaminfo.h:
19161         Add sink padtemplate to decodebin.
19162         Added some more comments.
19163         Make queue size configurable in playbasebin.
19164         Added possibility to use elements as sinks (ex cdaudio).
19165
19166 2004-10-15  Wim Taymans  <wim@fluendo.com>
19167
19168         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19169         (gst_speexenc_chain):
19170         Fix speex timestamps so that it gets muxed properly.
19171
19172 2004-10-15  Wim Taymans  <wim@fluendo.com>
19173
19174         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19175         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19176         (gst_dv1394src_init), (gst_dv1394src_dispose),
19177         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19178         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19179         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19180         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19181         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19182         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19183         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19184         * ext/raw1394/gstdv1394src.h:
19185         Added conversion/query functions.
19186         Update buffer timestamps,
19187         Added signals.
19188         Added uri dv:// so it might play from the firewire in playbin.
19189         Fix a possible leak.
19190         Added debugging.
19191
19192 2004-10-15  Wim Taymans  <wim@fluendo.com>
19193
19194         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19195         (gst_dv1394src_init), (gst_dv1394src_set_property),
19196         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19197         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19198         * ext/raw1394/gstdv1394src.h:
19199         Added AV/C VTR control support needed for some cameras.
19200         Added automatic port detection.
19201         Added properties for selecting the channel.
19202         The configure.ac script is not yet updated to reflect the
19203         new libavc1394 and librom1394 dependencies.
19204
19205 2004-10-15  Wim Taymans  <wim@fluendo.com>
19206
19207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19208         (qtdemux_parse), (gst_qtdemux_handle_esds):
19209         An esds box is not a container.
19210         Fix parsing of mp4v boxes.
19211         Do not try to renegotiate fps for each frame. Need to
19212         find a better method. This should fix mp4 playback.
19213
19214 2004-10-14  David Schleef  <ds@schleef.org>
19215
19216         * configure.ac: update for swfdec-0.3 and liboil-0.2
19217         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19218         * ext/swfdec/gstswfdec.h: same
19219         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19220         * gst/videotestsrc/videotestsrc.c: same
19221
19222 2004-10-14  Wim Taymans  <wim@fluendo.com>
19223
19224         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19225         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19226         (is_sync_frame), (gst_multifdsink_new_client),
19227         (gst_multifdsink_handle_client_write),
19228         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19229         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19230         Turn warnings into info.
19231         Don't allow a state change in the streaming thread.
19232
19233 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         * ext/vorbis/oggvorbisenc.c:
19236         * ext/vorbis/vorbisdec.c:
19237           fix template sample rate
19238
19239 2004-10-13  Wim Taymans  <wim@fluendo.com>
19240
19241         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19242         Decoding the header first fixes some problems in resyncing
19243         in more mp3s.
19244
19245 2004-10-12  Wim Taymans  <wim@fluendo.com>
19246
19247         * gst/playback/gstplaybin.c: (gen_video_element),
19248         (gen_vis_element), (remove_sinks), (setup_sinks):
19249         Added vis plugin support, need to configure the vis
19250         element to activate it.
19251
19252 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19253
19254         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19255         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19256           Some debug.
19257         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19258         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19259         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19260         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19261         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19262         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19263         * gst/avi/gstavidemux.h:
19264           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19265           recovery (where, if part of the index is broken, we will still read
19266           the rest of the index and recover the broken part by stream
19267           scanning). More broken media support. EOS workarounds. General AVI
19268           braindamage headache recovery. Aspirin included.
19269
19270 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19271
19272         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19273         (cdparanoia_event), (cdparanoia_query):
19274           Get rid of hideous lead-in.
19275
19276 2004-10-11  Wim Taymans  <wim@fluendo.com>
19277
19278         * gst/playback/gstplaybasebin.c: (setup_source):
19279         Wrong var used to get g_list_next.
19280
19281 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19282
19283         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19284         (cdparanoia_get), (cdparanoia_open):
19285           Report discid as metadata, add duration.
19286
19287 2004-10-11  Wim Taymans  <wim@fluendo.com>
19288
19289         * gst/playback/gstplaybasebin.c: (setup_source):
19290         Cleanup the previous pipeline a little earlier for the
19291         case that a source element provides raw data.
19292
19293 2004-10-11  Benjamin Otte  <otte@gnome.org>
19294
19295         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19296           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19297           consuming the last 128 bytes, even though it was valid mp3 data.
19298
19299 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19300
19301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19302         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19303         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19304         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19305
19306 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19307
19308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19309         Fix for webcams that support only specific width or height
19310
19311 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19312
19313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19314
19315         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19316           Fix wrong discont event setup (fixes #154967).
19317
19318 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19319
19320         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19321
19322         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19323           Error out on invalid data (fixes #154807).
19324
19325 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19326
19327         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19328
19329         * ext/dvdread/dvdreadsrc.c: (_read):
19330           Make titles > 0 work again (fixes #154834).
19331
19332 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19333
19334         * gst-libs/gst/riff/riff-media.c:
19335         (gst_riff_create_video_template_caps):
19336           WMV3 missing in template caps.
19337
19338 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19341           OK, so the original code was too strict. It makes random AVI files
19342           hang for seconds upon opening, which is unacceptable and is far
19343           beyond the original goal of getting multiple chunks for one-chunk
19344           sounc stream files. So now do just that.
19345
19346 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19347
19348         * gst/playback/gstplaybasebin.c: (setup_source),
19349         (gst_play_base_bin_change_state):
19350           Actually clean up streaminfo if output fails. This would trigger
19351           if, for example, there was no CD in the drive. No preroll, so
19352           a streaminfo structure is created, but the subsequent state change
19353           of the thread fails.
19354         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19355           Don't change state if parent failed.
19356
19357 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19358
19359         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19360         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19361         (gen_video_element), (remove_sinks):
19362           Add small bits of code for screenshot handling.
19363
19364 2004-10-08  Wim Taymans  <wim@fluendo.com>
19365
19366         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19367         (gen_video_element), (gen_audio_element), (setup_sinks):
19368         Don't assume the user provided sinks are named "sink"...
19369
19370 2004-10-08  Wim Taymans  <wim@fluendo.com>
19371
19372         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19373         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19374         (gst_play_base_bin_link_stream):
19375         Do not try to autoplug sources that generate raw streams like
19376         cdparanoia.
19377         disconnect the preroll overrun signal when we don't need it anymore.
19378
19379 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19380
19381         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19382         Added reworked patch from #154903 from milosz derezynski (deadchip).
19383
19384 2004-10-08  Wim Taymans  <wim@fluendo.com>
19385
19386         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19387         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19388         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19389         (cdparanoia_convert), (cdparanoia_uri_get_type),
19390         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19391         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19392         * ext/cdparanoia/gstcdparanoia.h:
19393         This adds the cdda://<tracknum> uri.
19394
19395 2004-10-08  Wim Taymans  <wim@fluendo.com>
19396
19397         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19398         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19399         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19401         (unknown_type), (gst_play_base_bin_remove_element),
19402         (gst_play_base_bin_link_stream):
19403         * gst/playback/gstplaybasebin.h:
19404         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19405         (gst_play_bin_set_property), (gen_video_element),
19406         (gen_audio_element), (setup_sinks):
19407         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19408         (gst_stream_info_get_type), (gst_stream_info_class_init),
19409         (gst_stream_info_init), (gst_stream_info_new),
19410         (gst_stream_info_dispose), (stream_info_mute_pad),
19411         (gst_stream_info_set_property), (gst_stream_info_get_property):
19412         * gst/playback/gststreaminfo.h:
19413         Reuse the audio and video bins.
19414         Some internal cleanups in the stream selection code.
19415
19416 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19417
19418         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19419         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19420         * sys/ximage/ximagesink.h:
19421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19422         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19423         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19424         not coming from those elements. Moreover these elements should not keep
19425         the xid they have been given when in NULL state.
19426
19427 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19428
19429         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19430         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19431         * sys/ximage/ximagesink.h:
19432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19433         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19434         * sys/xvimage/xvimagesink.h:
19435           Actually only create a new toplevel window if we're not gonna
19436           embed it right after.
19437
19438 2004-10-07  Wim Taymans  <wim@fluendo.com>
19439
19440         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19441         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19442         * gst/playback/gstplaybin.c: (setup_sinks):
19443         Implement muting/unmuting of streams, mute streams that are not
19444         used.
19445
19446 2004-10-07  Wim Taymans  <wim@fluendo.com>
19447
19448         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19449         (plugin_init):
19450         Added lame audio/x-ac3 typefind function.
19451
19452 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19453
19454         * configure.ac:
19455           bump nano to cvs
19456
19457 === release 0.8.5 ===
19458
19459 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19460
19461         * NEWS:
19462         * RELEASE:
19463         * configure.ac:
19464           releasing 0.8.5, "Take You On"
19465
19466 2004-10-06  Wim Taymans  <wim@fluendo.com>
19467
19468         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19469         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19470         (no_more_pads), (close_link), (type_found):
19471         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19472         * gst/playback/gstplaybin.c: (gen_video_element):
19473         Do not signal the no_more_pads after the first pad when
19474         we are plugging a non dynamic element with multiple
19475         output pads (like swfdec, dvdec, ...).
19476
19477 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19478
19479         * configure.ac:
19480           bump for prerelease
19481
19482 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19483
19484         * gst/wavparse/gstwavparse.c:
19485           add ATRAC3 to STATIC CAPS to fix a warning
19486
19487         * gst/matroska/ebml-read.c:
19488         * gst-libs/gst/riff/riff-read.c:
19489           fix typos
19490
19491 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19492
19493         * gst-libs/gst/riff/riff-media.c:
19494           generate caps for ATRAC3 audio streams
19495
19496         * gst/realmedia/rmdemux.c:
19497           generate caps for ATRAC3 audio streams
19498
19499 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19500
19501         * gst/wavparse/Makefile.am
19502         * gst/wavparse/riff.h
19503         * gst/wavparse/wavparse.vcproj
19504           riff.h removal (unused and duplication with riff-ids.h)
19505
19506 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19507
19508         * gst/wavparse/gstwavparse.h
19509           remove duplicated defines for audio codec codes
19510
19511         * gst-libs/gst/riff/riff-ids.h
19512         * gst/wavenc/riff.h:
19513           add "4CC" code for ATRAC3 audio streams
19514           add "4CC" code for ITU_G721_ADPCM (unused for now)
19515
19516 2004-10-06  Wim Taymans  <wim@fluendo.com>
19517
19518         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
19519         Actually _do_ negotiation. Pass gdouble as arg instead
19520         of guint64 for the framerate.
19521
19522 2004-10-06  Wim Taymans  <wim@fluendo.com>
19523
19524         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19525         (find_compatibles), (close_pad_link), (try_to_link_1),
19526         (no_more_pads), (close_link), (type_found):
19527         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19528         * gst/playback/gstplaybin.c: (gen_video_element),
19529         (gen_audio_element):
19530         Set state on newly added element to READY so that negotiation
19531         can happen ASAP.
19532         Addes some more debug info.
19533         Do not try to plug pads with multiple caps structures or ANY
19534         because it is too dangerous since we do not do dynamic
19535         replugging.
19536
19537 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19538
19539         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
19540
19541         * po/LINGUAS:
19542         * po/or.po:
19543           add Oriya translation
19544
19545 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19546
19547         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19548           Prevent overwrite of size member. Makes audio sound crappy.
19549
19550 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19551
19552         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19553         Add rmvb to the list of known RealMedia extensions
19554
19555 2004-10-05  Wim Taymans  <wim@fluendo.com>
19556
19557         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
19558         (mngdec_openstream), (mngdec_closestream),
19559         (mngdec_handle_sink_event), (mngdec_readdata),
19560         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
19561         (mngdec_getcanvasline), (mngdec_refresh),
19562         (gst_mngdec_change_state):
19563         Set the framerate correctly.
19564
19565 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19566
19567         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19568           There was something wrong with the index massaging.
19569
19570 2004-10-04  Wim Taymans  <wim@fluendo.com>
19571
19572         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
19573         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
19574         (gst_smokedec_chain):
19575         * ext/jpeg/gstsmokedec.h:
19576         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19577         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
19578         * ext/jpeg/gstsmokeenc.h:
19579         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
19580         (smokecodec_decode_new), (smokecodec_info_free),
19581         (smokecodec_set_quality), (smokecodec_get_quality),
19582         (smokecodec_set_threshold), (smokecodec_get_threshold),
19583         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19584         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
19585         (smokecodec_encode), (smokecodec_parse_id),
19586         (smokecodec_parse_header), (smokecodec_decode):
19587         * ext/jpeg/smokecodec.h:
19588         * ext/jpeg/smokeformat.h:
19589         Updated smoke, new bitstream, allows embedding in ogg.
19590
19591 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19592
19593         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19594           Fix seeking in some files. All this code is no longer needed (and
19595           actually breaks stuff) because we now synchronize the full index
19596           right when reading the header.
19597
19598 2004-10-04  Wim Taymans  <wim@fluendo.com>
19599
19600         * configure.ac:
19601         configure update for libmng.
19602
19603 2004-10-04  Wim Taymans  <wim@fluendo.com>
19604
19605         * ext/libmng/Makefile.am:
19606         * ext/libmng/gstmng.c: (plugin_init):
19607         * ext/libmng/gstmng.h:
19608         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
19609         (gst_mngdec_base_init), (gst_mngdec_class_init),
19610         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
19611         (gst_mngdec_loop), (gst_mngdec_get_property),
19612         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
19613         (mngdec_closestream), (mngdec_handle_sink_event),
19614         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
19615         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
19616         (gst_mngdec_change_state):
19617         * ext/libmng/gstmngdec.h:
19618         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
19619         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
19620         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
19621         (gst_mngenc_chain), (gst_mngenc_get_property),
19622         (gst_mngenc_set_property):
19623         * ext/libmng/gstmngenc.h:
19624         Added basic MNG decoder. Needs more work. The encoder does
19625         not work yet.
19626
19627 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19628
19629         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
19630         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
19631         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
19632           Don't hang on length=0 chunks. Some negotiation fixes. Signal
19633           no-more-pads.
19634
19635 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * configure.ac:
19638           you need at least 1.0.4 of speex
19639
19640 2004-10-04 Iain <iaingnome@gmail.com>
19641
19642         * ext/speex/gstspeexdec.h: Revert the includes changes.
19643
19644         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
19645
19646 2004-09-30 Iain <iaingnome@gmail.com>
19647
19648         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
19649         found during init or set as a property instead of hardcoding /dev/audio
19650
19651 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
19654         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
19655         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
19656         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
19657         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
19658         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
19659         (gst_rmdemux_dump_data):
19660           Use debug category, fix EOS handling. filesrc ! rmdemux now
19661           works.
19662
19663 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19664
19665         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19666         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
19667         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
19668           Improve allocation, cutting and sorting of the index. How takes a
19669           few seconds instead of minutes.
19670
19671 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
19672
19673         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
19674           fixed compilation
19675
19676 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19677
19678         * gst-libs/gst/riff/riff-media.c:
19679         (gst_riff_create_video_caps_with_data),
19680         (gst_riff_create_video_template_caps):
19681           Add wing commander format mimetype/fourccs.
19682         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19683           Don't crash if some value is 0.
19684
19685 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * gst-libs/gst/riff/riff-media.c:
19688         (gst_riff_create_video_caps_with_data),
19689         (gst_riff_create_video_template_caps):
19690           Add DIB fourcc (raw, palettized 8-bit RGB).
19691         * gst-libs/gst/riff/riff-read.c:
19692         (gst_riff_read_strf_vids_with_data):
19693           Oops, fix strf_data reading bug.
19694         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19695           Use a non-NULL tag.
19696         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19697           Time for hacks. Sorry Dave. At least one quicktime movie (a
19698           trailer) that I've encountered contains multiple video tracks.
19699           One of those is the actual video track, the other are one-frame
19700           tracks (images). Unfortunately, the number of frames according
19701           to the trak header is 1 for each, so that doesn't help. So
19702           instead, I look at the duration and discard tracks with a
19703           duration shorter than 20% of the length of the stream. Better
19704           than nothing.
19705
19706 2004-10-01  Christian Schaller <christian@fluendo.com>
19707
19708         * ext/ivorbis/vorbis.c:
19709           Patch from Phil Blundell (Bug 152341)
19710
19711 2004-10-01  Wim Taymans  <wim@fluendo.com>
19712
19713         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
19714         (speex_dec_get_formats), (speex_dec_convert),
19715         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
19716         (speex_dec_chain), (gst_speexdec_get_property),
19717         (gst_speexdec_set_property):
19718         Small cleanups.
19719
19720 2004-10-01  Wim Taymans  <wim@fluendo.com>
19721
19722         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
19723         (gst_wavparse_stream_init), (gst_wavparse_fmt),
19724         (gst_wavparse_other), (gst_wavparse_loop),
19725         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19726         (gst_wavparse_srcpad_event):
19727         * gst/wavparse/gstwavparse.h:
19728         Added some more debugging info.
19729         Fix the case where the length of the file is 0.
19730         Make sure we seek to sample borders.
19731
19732 2004-10-01  Wim Taymans  <wim@fluendo.com>
19733
19734         * gst/playback/README:
19735         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19736         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19737         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19738         Add some debug info to decodebin, update README
19739
19740 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
19743           Don't use g_print(); use GST_DEBUG().
19744
19745 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19746
19747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19748         (gst_ogg_mux_queue_pads):
19749           Handle EOS properly.
19750
19751 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
19752
19753         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
19756         (gst_faad_chain), (gst_faad_change_state):
19757         * ext/faad/gstfaad.h:
19758           Allow playback of raw (unframed) MPEG AAC files (#148993).
19759
19760 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
19761
19762         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19763
19764         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19765           Throw error if we didn't recognize the stream. Fixes #152289.
19766
19767 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19768
19769         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19770           Fix negotiation.
19771
19772 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
19773
19774         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19777           Fix memleak.
19778
19779 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
19780
19781         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
19784           Solve #152805.
19785         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
19786           Solve 152806.
19787
19788 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19789
19790         * gst-libs/gst/riff/riff-media.c:
19791         (gst_riff_create_video_caps_with_data),
19792         (gst_riff_create_audio_caps_with_data):
19793           Add codec_data handling (like asfdemux used to do).
19794         * gst/asfdemux/gstasf.c: (plugin_init):
19795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
19796         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
19797           Use riff-media for caps creation instead of our own (mostly
19798           broken) copy of its functions.
19799
19800 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19801
19802         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
19803           Don't actually error out if we get another return value than
19804           -EINVAL. Opposite to what I first thought, drivers have random
19805           return values for this, although -EINVAL is the expected return
19806           value. Since this is not fatal, we shouldn't use
19807           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
19808
19809 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19810
19811         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19812         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
19813         (dvdreadsrc_get_property), (_open), (_seek), (_read),
19814         (dvdreadsrc_get), (dvdreadsrc_open_file),
19815         (dvdreadsrc_change_state):
19816           Fix. Don't do one big huge loop around the whole DVD, that will
19817           cache all data and thus eat sizeof(dvd) (several GB) before we
19818           see something.
19819         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19820           Actually NULL'ify event after using it.
19821         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
19822         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
19823         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19824         (gst_ebml_read_seek), (gst_ebml_read_skip):
19825           Handle events.
19826         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
19827         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
19828         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
19829           Fix timing (this will probably break if I seek using menus, but
19830           I didn't get there yet). VOBs and normal DVDs should now work.
19831           Add a mpeg2-only pad with high rank so this get autoplugged for
19832           MPEG-2 movies.
19833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
19834         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
19835         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
19836         (gst_mpeg_demux_get_audio_stream),
19837         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
19838         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
19839           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
19840           MPEG-1 but use dvddemux for MPEG-2.
19841         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
19842         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
19843         (gst_mpeg_parse_parse_packhead):
19844           Timing. Only add pad template if it exists. Add sink template from
19845           class and not from ourselves. This means we will always use the
19846           correct sink template even if it is not the one defined in this
19847           file.
19848
19849 2004-09-29  Wim Taymans  <wim@fluendo.com>
19850
19851         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
19852         (gst_mpeg_demux_parse_pes):
19853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19854         Fix playback of mpeg again, timestamps where screwed up by
19855         patch 1.61.
19856
19857 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19858
19859         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
19860           Only return true if we actually filled something in. Prevents
19861           player applications from showing a random length for flac files.
19862         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19863         (gst_riff_read_use_event), (gst_riff_read_handle_event),
19864         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
19865         (gst_riff_read_strf_vids_with_data),
19866         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
19867           OK, ok, so I implemented event handling. Apparently it's normal
19868           that we receive random events at random points without asking
19869           for it.
19870         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19871         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
19872         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
19873         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19874         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
19875         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
19876         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
19877         * gst/avi/gstavidemux.h:
19878           Implement non-lineair chunk handling and subchunk processing.
19879           The first solves playback of AVI files where the audio and video
19880           data of individual buffers that we read are not synchronized.
19881           This should not happen according to the wonderful AVI specs, but
19882           of course it does happen in reality. It is also a prerequisite for
19883           the second. Subchunk processing allows us to cut chunks in small
19884           pieces and process each of these pieces separately. This is
19885           required because I've seen several AVI files with incredibly large
19886           audio chunks, even some files with only one audio chunk for the
19887           whole file. This allows for proper playback including seeking.
19888           This patch is supposed to fix all AVI A/V sync issues.
19889         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
19890         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
19891           Work.
19892         * gst/modplug/gstmodplug.cc:
19893           Proper return value setting for the query() function.
19894         * gst/playback/gstplaybasebin.c: (setup_source):
19895           Being in non-playing state (after, e.g., EOS) is not necessarily
19896           a bad thing. Allow for that. This fixes playback of short files.
19897           They don't actually playback fully now, because the clock already
19898           runs. This means that small files (<500kB) with a small length
19899           (<2sec) will still not or barely play. Other files, such as mod
19900           or flx, will work correctly, however.
19901
19902 2004-09-28  Wim Taymans  <wim@fluendo.com>
19903
19904         * ext/speex/gstspeex.c: (plugin_init):
19905         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
19906         (gst_speex_dec_class_init), (speex_dec_get_formats),
19907         (speex_get_event_masks), (speex_get_query_types),
19908         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
19909         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
19910         (gst_speexdec_get_property), (gst_speexdec_set_property),
19911         (speex_dec_change_state):
19912         * ext/speex/gstspeexdec.h:
19913         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
19914         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
19915         (gst_speexenc_base_init), (gst_speexenc_class_init),
19916         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
19917         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
19918         (gst_speexenc_src_query), (gst_speexenc_init),
19919         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
19920         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
19921         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
19922         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
19923         (gst_speexenc_chain), (gst_speexenc_get_property),
19924         (gst_speexenc_set_property), (gst_speexenc_change_state):
19925         * ext/speex/gstspeexenc.h:
19926         Rewrote speex encoder, make sure it can be embedded in ogg.
19927         Implemented speex decoder.
19928
19929 2004-09-28  Christian Schaller <christian@fluendo.com>
19930
19931         * configure.ac:
19932         Remove kioslave plugin. Markey is brewing a new working one
19933         * ext/Makefile.am: Remove kioslave plugin
19934         * ext/kio: remove
19935         * gst-plugins.spec.in: remove kio plugin from spec
19936
19937 2004-09-27  Wim Taymans  <wim@fluendo.com>
19938
19939         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19940         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19941         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
19942         (gst_multifdsink_new_client),
19943         (gst_multifdsink_handle_client_write),
19944         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19945         (gst_multifdsink_handle_clients):
19946         * gst/tcp/gstmultifdsink.h:
19947         Make syncing to keyframes actually work for new clients and lagging
19948         clients.
19949
19950 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19951
19952         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
19953         (gst_navigationtest_handle_src_event), (draw_box_planar411),
19954         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
19955         * gst/debug/gstnavigationtest.h:
19956           make navigationtest display button-press and button-release events
19957
19958 2004-09-26 Iain <iaingnome@gmail.com>
19959
19960         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
19961         the channels have received a new media event.
19962         (interleave_buffered_loop): Compresses a new media event on all
19963         channels into one.
19964
19965 2004-09-26 Iain <iaingnome@gmail.com>
19966
19967         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
19968         call the sinkpad's default event handler and not the srcpads. He also
19969         says this is confusing :)
19970         (gst_wavenc_stop_file): Company says that seek events only go upstream
19971         we should send a discontinuous downstream instead.
19972
19973 2004-09-25  Christian Schaller <christian@fluendo.com>
19974
19975         * Update SPEC file to be usable in conjunction with Fedora Core,
19976           Fedora.us and freshrpms packages
19977         * Fix typo in multifilesrc test Makefile
19978
19979 2004-09-24  Wim Taymans  <wim@fluendo.com>
19980
19981         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19982         Only signal the no_more_pads signal when we have
19983         added the stream to our list.
19984
19985 2004-09-24  Wim Taymans  <wim@fluendo.com>
19986
19987         * gst/playback/gstplaybasebin.c: (remove_prerolls),
19988         (new_decoded_pad):
19989         * gst/playback/gstplaybasebin.h:
19990         * gst/playback/gstplaybin.c: (setup_sinks):
19991         Don't try to preroll or decode more than one audio/video
19992         track.
19993
19994 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19997           Throw error if we failed to find a suitable output. This should
19998           throw an error if we successfully set up a pipeline (e.g. because
19999           we recognized a media file) but found no decodable streams in it
20000           (e.g. because it contains only media stream types for which we
20001           have no decoders, or because it's not a media type).
20002
20003 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * ext/dirac/Makefile.am:
20006         * ext/dirac/gstdirac.cc:
20007         * ext/dirac/gstdiracdec.cc:
20008         * ext/dirac/gstdiracdec.h:
20009           Do something. Don't actually know if this works because I don't
20010           have a demuxer yet.
20011         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20012           Add channels=1 to caps returned from _getcaps().
20013         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20014         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20015         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20016         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20017         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20018         (gst_ogm_parse_change_state):
20019           Separate between audio/video so ogmaudioparse actually uses the
20020           audio pad templates. Both audio and video work now, including
20021           autoplugging. Also use sometimes-srcpad hack.
20022         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20023           Handle events better. Don't hang on infinite loops.
20024         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20025         (gst_avi_demux_init), (gst_avi_demux_reset),
20026         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20027         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20028         (gst_avi_demux_change_state):
20029         * gst/avi/gstavidemux.h:
20030           Improve A/V sync. Still not perfect.
20031         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20032         (gst_ebml_read_skip):
20033           Handle events better.
20034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20035         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20036         (qtdemux_audio_caps):
20037           Add IMA4. Improve event handling. Save offset after a seek when
20038           the headers are at the end of the file so that we don't end up in
20039           an infinite loop.
20040         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20041           Add low-priority typefind support for files with no length.
20042
20043 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20044
20045         * testsuite/multifilesink/Makefile.am:
20046         fix typo
20047
20048 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20049
20050         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20052         mistakes from thaytan's patches.
20053
20054 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20055
20056         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20057           For completeness, XSync in the destroy function as xvimage does.
20058
20059 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20060
20061         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20062            Correct caps negotiation
20063         * gst/volume/gstvolume.c: (volume_chain_float),
20064         (volume_chain_int16):
20065            Modify debug output to be little more informative
20066         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20068         (gst_xvimagesink_xvimage_destroy):
20069           Add XSync calls after detaching from the shared memory segment to
20070           avoid a crash.
20071
20072 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20073
20074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20075         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20076         * ext/vorbis/vorbis.c: (plugin_init):
20077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20078         (gst_vorbisenc_chain):
20079         * ext/vorbis/vorbisenc.h:
20080         remove explicit newmedia support from oggmux and vorbisenc
20081         add debug category to vorbisenc
20082         * gst/multifilesink/gstmultifilesink.c:
20083         (gst_multifilesink_class_init), (gst_multifilesink_init),
20084         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20085         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20086         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20087         (plugin_init):
20088         * gst/multifilesink/gstmultifilesink.h:
20089         add support for streamheader in multifilesink
20090
20091 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20092
20093         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20094         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20095         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20096           Prevent infinite loops. More correct error reporting.
20097         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20098           Error out if negotiation fails.
20099         * gst/playback/gstplaybasebin.c: (setup_source),
20100         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20101         (gst_play_base_bin_found_tag):
20102           Error/tag forwarding. Pre-roll fixes for source errors on state
20103           changes (e.g. "file does not exist") to prevent hangs.
20104
20105 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20106
20107         * testsuite/multifilesink/Makefile.am:
20108         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20109         (gst_newmedia_class_init), (gst_newmedia_init),
20110         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20111         (newfile_signal), (test_signal), (main):
20112         * testsuite/multifilesink/multifilesrc_test.c: (main):
20113         * testsuite/multifilesink/oggtheora_test.c:
20114         (gst_newmedia_base_init), (gst_newmedia_class_init),
20115         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20116         (test_format), (newfile_signal), (test_signal), (main):
20117         * testsuite/multifilesink/oggvorbis_test.c:
20118         (gst_newmedia_base_init), (gst_newmedia_class_init),
20119         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20120         (test_format), (newfile_signal), (test_signal), (main):
20121         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20122         (gst_newmedia_class_init), (gst_newmedia_init),
20123         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20124         (newfile_signal), (test_signal), (main):
20125         New media tests
20126
20127 2004-09-20  Christian Schaller <christian@fluendo.com>
20128
20129         * Fix mikmod license to LGPL as they have relicensed
20130         * Move Dirac and Effectv into LGPL section of README_license
20131
20132 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20133
20134         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20135         (gst_mad_change_state):
20136           Allow for mp3 rate/channels changes. However, only very
20137           conservatively. Reason that we *have* to enable this is smiply
20138           because the mad find_sync() function is not good enough, it will
20139           regularly sync on random data as valid frames and therefore make
20140           us provide random caps as *final* caps of the stream. The best fix
20141           I could think of is to simply require several of the same stream
20142           changes in a row before we change caps.
20143           The actual testcase that works now is #
20144         * ext/ogg/Makefile.am:
20145         * ext/ogg/gstogg.c: (plugin_init):
20146         * ext/ogg/gstogmparse.c:
20147           OGM support (video only for now; I need an audio sample file).
20148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20149         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20150         (gst_asf_demux_add_video_stream):
20151           WMV extradata.
20152         * gst/playback/gstplaybasebin.c: (unknown_type):
20153           Don't error out on single unknown-types after all. It's wrong.
20154           If we found type of video and audio but not of a subtitle stream,
20155           it will still error out (which is unwanted). Will find a better fix
20156           later on.
20157         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20158         (ogmaudio_type_find), (plugin_init):
20159           OGM support.
20160
20161 2004-09-20  Johan Dahlin  <johan@gnome.org>
20162
20163         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20164         after setting caps.
20165
20166 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20167
20168         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20169         * gst/wavenc/gstwavenc.h:
20170         Added newmedia support to wavenc
20171
20172 2004-09-17  Wim Taymans  <wim@fluendo.com>
20173
20174         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20175         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20176         (gst_fdset_fd_can_write), (gst_fdset_wait):
20177         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20178         (gst_multifdsink_init), (gst_multifdsink_add),
20179         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20180         (gst_multifdsink_remove_client_link),
20181         (gst_multifdsink_client_queue_buffer),
20182         (gst_multifdsink_handle_client_write),
20183         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20184         (gst_multifdsink_close), (gst_multifdsink_change_state):
20185         * gst/tcp/gstmultifdsink.h:
20186         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20187         (gst_tcpserversink_removed):
20188         Small cleanups in fdset.c
20189         Use a hastable to map fd to the client structure for faster
20190         lookup in _remove and get_stats.
20191         Added virtual function to close the fds.
20192         Handle clients even when the select/poll call was unblocked because
20193         of a command.
20194         Implement syncing to keyframe in the recovery procedure.
20195
20196 2004-09-16 Iain <iaingnome@gmail.com>
20197
20198         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20199         try caps.
20200
20201 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20202
20203         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20204           Caps are only set if the type of the stream is unknown, but this
20205           is initialized in ->init_stream(), so set to UNKNOWN after calling
20206           ->init_stream() so that capsnego starts.
20207
20208 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20209
20210         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20211         (gst_avi_demux_stream_data):
20212           Just hardcode for raw audio then. AVI audio sucks.
20213
20214 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20215
20216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20217         * gst/matroska/matroska-mux.c: (audiosink_templ),
20218         (gst_matroska_mux_audio_pad_link):
20219         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20220         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20221
20222 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20225         (gst_avi_demux_stream_data):
20226           Try to fix a/v sync issues.
20227
20228 2004-09-15  David Schleef  <ds@schleef.org>
20229
20230         * configure.ac: remove NASM check, since we don't use it.  Update
20231         dirac check to 0.4
20232         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20234         Initialized variables.
20235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20236         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20237         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20238         SVQ3 format
20239
20240 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20241
20242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20243         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20244         * gst/avi/gstavidemux.h:
20245           Fix for compressed audio (mp3) timestamp generation. How did this
20246           ever work?
20247
20248 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20249
20250         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20251           Volume is a double not a float.
20252
20253 2004-09-15  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20256         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20257         Don't close the fd in multifdsink as we didn't open it in the
20258         first place. Some cleanups.
20259
20260 2004-09-15  Wim Taymans  <wim@fluendo.com>
20261
20262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20264         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20265         Fix the case where the muxer would mark pages as delta
20266         frames when they are not (vorbis only ogg).
20267
20268 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20269
20270         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20271         (gst_play_base_bin_change_state):
20272           Handle the case where we failed to setup a clear pipeline. This
20273           will throw an error (or EOS, another nice case) and if you don't
20274           catch that, the app will wait for the signal forever (and thus
20275           hang).
20276
20277 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20278
20279         * ext/gnomevfs/gstgnomevfssink.c:
20280         (gst_gnomevfssink_uri_get_protocols):
20281         * ext/gnomevfs/gstgnomevfssrc.c:
20282         (gst_gnomevfssrc_uri_get_protocols):
20283         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20284         * ext/gnomevfs/gstgnomevfsuri.h:
20285           Use _uri_new() instead of _open(), so it doesn't take as long and
20286           Christophe's computer won't hang.
20287         * gst/playback/gstplaybasebin.c: (unknown_type):
20288           Throw error on unknown media type, so apps actually display it.
20289
20290 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20291
20292         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20293           this script to work on Solaris since bash shell handles echo
20294           differenly than bash.
20295
20296 2004-09-17  Wim Taymans  <wim@fluendo.com>
20297
20298         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20299         (setup_source), (gst_play_base_bin_set_property),
20300         (gst_play_base_bin_add_element):
20301         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20302         Some more work on making sure seeking pauses the pipeline and
20303         that changing the uri actually does something.
20304
20305 2004-09-17  Wim Taymans  <wim@fluendo.com>
20306
20307         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20308         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20309         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20310         (gst_tcpserversink_close):
20311         Be a bit more paranoid when freeing memory.
20312
20313 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20316         (qtdemux_parse_trak):
20317           Don't crash by dividing by zero (see sample movie in #126922).
20318
20319 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20322           Don't touch non-existing data (fixes crash on file in #140147).
20323
20324 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * gst/playback/gstplaybasebin.c:
20327         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20328           Handle double disposals, and proper change of URIs.
20329
20330 2004-09-13  Martin Eikermann <meiker@upb.de>
20331
20332         * gst/mpegstream/gstmpegparse.c:
20333           fix synchronistation for streams recorded from digital PCR
20334           fixes bug #119376
20335
20336 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20337
20338         * ext/gnomevfs/Makefile.am:
20339         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20340         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20341         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20342         (gst_gnomevfssink_uri_get_type),
20343         (gst_gnomevfssink_uri_get_protocols),
20344         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20345         (gst_gnomevfssink_uri_handler_init),
20346         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20347         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20349         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20350         (gst_gnomevfssrc_uri_get_type),
20351         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20352         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20353         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20354         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20355         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20356         * ext/gnomevfs/gstgnomevfsuri.h:
20357           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20358           of fake URIs to see which this version of Gnome-VFS likes, and
20359           uses that for the Gst-URI interface. Makes playbin support http://
20360           streams. Also fix up some stupid behaviour in gnomevfssrc.
20361
20362 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20363
20364         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20365         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20366         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20367         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20368           Update mixer (to sync with other sessions) if we try to obtain
20369           a new value. This makes alsamixer work accross applications.
20370         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20371           Only call sync functions if we're running, else alsalib asserts.
20372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20373           Sometimes fails to compile. Possibly a gcc bug.
20374         * gst/playback/gstplaybin.c: (gen_video_element),
20375         (gen_audio_element):
20376           Add a reference to an application-provided object, because we lose
20377           this same reference if we add it to the bin. If we don't do this,
20378           we can only use this object once and thus crash if we go from
20379           ready to playing, back to ready and back to playing again.
20380           Also add an audioscale element because several cheap soundcards -
20381           like mine - don't support all samplerates.
20382         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20383         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20384           Fix wrong order or PAR calls. Makes automatically obtained PAR
20385           from the X server atually being used.
20386
20387 2004-09-12  David Schleef  <ds@schleef.org>
20388
20389         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20390         #151887, #152102, #152247.
20391         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20392         * examples/seeking/cdparanoia.c: same
20393         * examples/seeking/cdplayer.c: same
20394         * examples/seeking/seek.c: same
20395         * examples/seeking/spider_seek.c: same
20396         * examples/seeking/vorbisfile.c: same
20397         * examples/stats/mp2ogg.c: same
20398         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20399         (gst_esdsink_dispose): Dispose of element properly.
20400         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20401         fixes.
20402         * ext/nas/nassink.c: (gst_nassink_class_init),
20403         (gst_nassink_dispose): Dispose of element correctly.
20404         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20405         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20406         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20407         Fix 64-bit warning.
20408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20409         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20410         Fix 64-bit warning.
20411
20412 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20413
20414         * configure.ac : change speex detection as 1.1.6 now uses
20415           .pc/pkg-config and they changed their headers location.
20416
20417 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20418
20419         * gst/matroska/matroska-mux.h:
20420         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20421         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20422         (gst_matroska_mux_write_data):
20423           Write multiple blocks/frames per cluster.
20424                 Write meta-seek information (seek heads).
20425
20426 2004-09-09  Scott Wheeler <wheeler@kde.org>
20427
20428         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20429         (gst_play_bin_set_property), (gst_play_bin_get_property),
20430         (gen_audio_element), (gen_audio_element):
20431           Add a volume element / property to the pipeline.
20432
20433 2004-09-07  Wim Taymans  <wim@fluendo.com>
20434
20435         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20436         Copy timestamps from the master pad to the output buffers.
20437
20438 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20439
20440         * ext/raw1394/gstdv1394src.c:
20441           throw errors when applicable
20442
20443 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20444
20445         * gst/matroska/ebml-ids.h:
20446         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20447         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20448         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20449           automatically convert unix time <-> ebml time when reading/writing
20450           a date, use gst_ebml_write_uint to write CUETIME,
20451           not gst_ebml_write_date.
20452         * gst/matroska/matroska-ids.h:
20453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20454         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20455         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20456         (gst_matroska_mux_write_data):
20457           Write track and segment UIDs, write muxing date, write
20458           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20459           Create cues for audio only files.
20460
20461 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20464         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20465           Re-commit ALSA switches.
20466         * gst/adder/gstadder.c: (gst_adder_loop):
20467           64-bit fix (#151416).
20468         * gst/debug/progressreport.c: (gst_progressreport_report):
20469           64-bit fix (#151419).
20470         * gst/matroska/matroska-demux.c:
20471         (gst_matroska_demux_parse_contents):
20472           64-bit fix (#151420).
20473         * gst/playback/test3.c: (update_scale):
20474           64-bit fix (#151421).
20475
20476 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20477
20478         * configure.ac:
20479           bump nano to cvs
20480
20481 === release 0.8.4 ===
20482
20483 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * configure.ac: releasing 0.8.4, "Alias"
20486
20487 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20488
20489         * ext/theora/Makefile.am:
20490           fix makefile.  Fixes #151462.
20491
20492 2004-08-30  Wim Taymans  <wim@fluendo.com>
20493
20494         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
20495         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20496         (gst_multifdsink_remove_client_link),
20497         (gst_multifdsink_client_queue_buffer),
20498         (gst_multifdsink_handle_client_write):
20499         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20500         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
20501         Fix some memory leaks.
20502
20503 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20504
20505         Patch by: David Schleef
20506
20507         * configure.ac:
20508         * sys/Makefile.am:
20509           rename our detection macro for V4L2.  Fixes #151236.
20510
20511 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20512
20513         Patch by: David Schleef
20514
20515         * configure.ac:
20516           check to define LAMEPRESET.  Fixes #151232.
20517
20518 2004-08-27  David Schleef  <ds@schleef.org>
20519
20520         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
20521         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
20522         (gst_glimagesink_fixate):  Move local variable declarations to
20523         make gcc-2.95 happy.
20524
20525 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20526
20527         * configure.ac:
20528           bump nano for prerelease
20529
20530 2004-08-27  David Schleef  <ds@schleef.org>
20531
20532         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
20533         * sys/sunaudio/gstsunaudiosrc.c:
20534         * sys/sunaudio/gstsunaudiosrc.h:
20535
20536 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
20537
20538         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
20539         handle EOS correctly
20540         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
20541         * gst/matroska/matroska-mux.h:
20542         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
20543         VFW compatibility mode
20544
20545 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20546
20547         patch by: Zaheer Abbas Merali
20548
20549         * ext/ogg/gstoggmux.c:
20550         * ext/vorbis/vorbisenc.c:
20551         * ext/vorbis/vorbisenc.h:
20552           handle NEWMEDIA
20553
20554 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
20555
20556         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
20557         fix byte order reversion on little endian machines.
20558         * gst/matroska/matroska-mux.c: (audiosink_templ),
20559         (gst_matroska_mux_audio_pad_link):
20560         add TTA codec to the list of supported codecs.
20561         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20562         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20563         (gst_matroska_mux_write_data):
20564         * gst/matroska/matroska-mux.h:
20565         write segment duration correctly, write muxing app string, fixes bugs
20566         #140897 and #140898.
20567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
20568         wait for all pads to be negotiated before starting to mux.
20569
20570 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20571
20572         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
20573         * ext/lame/gstlame.h:
20574         Added new media support to lame
20575
20576 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
20577
20578         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
20579         send vorbis headers at the beginning of a stream, fixes bug #141554.
20580         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
20581         bug #148950.
20582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
20583         (gst_matroska_demux_plugin_init):
20584         * gst/matroska/matroska-ids.h:
20585         enable demuxing of TTA audio streams, fixes bug #148951.
20586         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
20587         enable typefinding for TTA audio files, fixes bug #148711.
20588         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
20589         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
20590         fixes playback of packed bitstream and xvid with bframes, bug #135407.
20591
20592 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
20593
20594         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20595         (gst_riff_read_element_data), (gst_riff_read_seek),
20596         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
20597         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
20598         <teuf@gnome.org>
20599
20600 2004-08-23 Iain <iaingnome@gmail.com>
20601
20602         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
20603         tags. They appear to be handled differently to normal.
20604         (tag_list_to_id3_tag_foreach): Ditto.
20605
20606 2004-08-22  Wim Taymans  <wim@fluendo.com>
20607
20608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20609         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20610         Make sure we never send -1 granulepos.
20611
20612 2004-08-20  Wim Taymans  <wim@fluendo.com>
20613
20614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20615         (gst_ogg_mux_loop):
20616         I will accept bitchslappings with non sharp objects.
20617
20618 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20619
20620         * configure.ac:
20621         Clean up the test for lame presets
20622
20623 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20624
20625         * configure.ac:
20626         * ext/lame/Makefile.am:
20627         * ext/lame/gstlame.c: (gst_lame_class_init),
20628         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
20629         Only enable lame presets if version of lame has presets in API
20630
20631 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
20632         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
20633         * gst/udp/gstudpsrc.h:
20634           Don't call gst_pad_push in a get function. Fixes #150449
20635
20636 2004-08-18  Wim Taymans  <wim@fluendo.com>
20637
20638         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
20639         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
20640         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20641         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20642         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20643         (gst_fdset_wait):
20644         * gst/tcp/gstfdset.h:
20645         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20646         (gst_multifdsink_client_queue_buffer),
20647         (gst_multifdsink_handle_client_write):
20648         * gst/tcp/gstmultifdsink.h:
20649         Some extra checks in gstfdset.
20650         Only use send() when the fd is a socket. Don't try to
20651         read from write only fds.
20652
20653 2004-08-18  Wim Taymans  <wim@fluendo.com>
20654
20655         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
20656         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20657         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20658         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20659         (gst_fdset_wait):
20660         Add more locking and bounds checking.
20661
20662 2004-08-18  Wim Taymans  <wim@fluendo.com>
20663
20664         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
20665         Realloc test fdset in the lock and right before starting
20666         the poll call. Bump the limit to 4096.
20667
20668 2004-08-17  David Schleef  <ds@schleef.org>
20669
20670         * sys/sunaudio/Makefile.am:
20671         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
20672         of rates and channels.  Make debugging less obnoxious.
20673
20674         Patch from Balamurali Viswanathan implementing a mixer for
20675         Sun audio.  (bug #144091):
20676         * sys/sunaudio/gstsunelement.c:
20677         * sys/sunaudio/gstsunelement.h:
20678         * sys/sunaudio/gstsunmixer.c:
20679         * sys/sunaudio/gstsunmixer.h:
20680
20681 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20682
20683         * gst/audioscale/gstaudioscale.c:
20684         * gst/audioscale/gstaudioscale.h:
20685         made audioscale resample from any sample rate to any sample rate
20686
20687 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20688
20689         * ext/libpng/gstpngdec.c:
20690           error out on unsupported types
20691
20692 2004-08-17  Iain <iaingnome@gmail.com>
20693
20694         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
20695         mid_side and loose_mid_side properties if its a stereo stream.
20696
20697 2004-08-17  Wim Taymans  <wim@fluendo.com>
20698
20699         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
20700         (theora_get_formats), (theora_dec_src_convert),
20701         (theora_dec_sink_convert), (theora_dec_src_query),
20702         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
20703         Add a debug line.
20704
20705 2004-08-17  Wim Taymans  <wim@fluendo.com>
20706
20707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
20708         (gst_ogg_pad_push):
20709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20710         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20711         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
20712         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20713         Mark delta units in the muxer.
20714         Try to decode the packet after an out-of-sync error from
20715         libogg.
20716
20717 2004-08-17  Wim Taymans  <wim@fluendo.com>
20718
20719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20720         (gst_multifdsink_init), (gst_multifdsink_add),
20721         (gst_multifdsink_client_queue_buffer),
20722         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
20723         * gst/tcp/gstmultifdsink.h:
20724         Added option to send a keyframe to clients as the first buffer.
20725         Make timeout property writable.
20726
20727 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20728
20729         patch by: Wim Taymans
20730
20731         * gst/tcp/gstfdset.c:
20732         * gst/tcp/gstmultifdsink.c:
20733           fix index comparison, should include 0
20734
20735 2004-08-16  Wim Taymans  <wim@fluendo.com>
20736
20737         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
20738         (gst_fdset_add_fd), (gst_fdset_remove_fd),
20739         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20740         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20741         (gst_fdset_wait):
20742           copy when reallocing for poll so the select arguments don't get
20743           changed during the call
20744
20745 2004-08-16  Wim Taymans  <wim@fluendo.com>
20746
20747         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
20748         (gst_theora_enc_class_init), (theora_enc_sink_link),
20749         (theora_buffer_from_packet), (theora_enc_chain):
20750         Fix bug where buffers were not marked as keyframes
20751         correctly.
20752
20753 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20754
20755         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
20756         (gst_lame_preset_get_type), (gst_lame_class_init):
20757         describe the enum values for vbr mode and presets more verbosely
20758
20759 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20760
20761         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
20762         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
20763         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
20764         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
20765         * ext/lame/gstlame.h:
20766         add preset property to lame so it can use lame presets
20767
20768 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20769
20770         * ext/lame/gstlame.c: (gst_lame_get_property):
20771         whoops forgot break, thanks teuf
20772
20773 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20774
20775         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
20776         (gst_lame_class_init), (gst_lame_src_getcaps),
20777         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
20778         (gst_lame_get_property), (gst_lame_setup):
20779         * ext/lame/gstlame.h:
20780         fix lame's broken vbr stuff, allow it to resample if need be, and also
20781         make xing header optional
20782
20783 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20784
20785         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
20786         added getcaps function so samplerate doesnt get fixated to silly values
20787
20788 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20789
20790         * ext/lame/gstlame.c: (gst_lame_src_link):
20791         revert previous fix
20792
20793 2004-08-12  Johan Dahlin  <johan@gnome.org>
20794
20795         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
20796         checks. Doesn't matter what state we are in. Interfaces are a
20797         compile time thing, not runtime. It also broke the python bindings.
20798
20799 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20800
20801         * ext/lame/gstlame.c: (gst_lame_src_link):
20802         made source pad link function check if sinkpad is ok..fixes the problem
20803         where core fixates the output rate of lame stupidly
20804
20805 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20806
20807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
20808         * sys/v4l/v4l_calls.c:
20809         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
20810           fix fixate function to handle nonsimple caps.
20811           remove bogus check in _link
20812           cleanups
20813
20814 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20815
20816         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
20817         set default compression ratio parameter to 0.0 so bitrate parameter
20818         works :)
20819
20820 2004-08-11  David Schleef  <ds@schleef.org>
20821
20822         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
20823
20824 2004-08-11  David Schleef  <ds@schleef.org>
20825
20826         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
20827         before.
20828
20829 2004-08-11  David Schleef  <ds@schleef.org>
20830
20831         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
20832
20833 2004-08-11  David Schleef  <ds@schleef.org>
20834
20835         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
20836           license field
20837         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
20838         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
20839           LGPL.
20840         * gst/auparse/gstauparse.c: Fix plugin license field.
20841         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
20842         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
20843         * gst/rtp/gstrtp.c: Fix plugin license field.
20844
20845 2004-08-11  Wim Taymans  <wim@fluendo.com>
20846
20847         * gst/tcp/Makefile.am:
20848         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
20849         (ensure_size), (gst_fdset_new), (gst_fdset_free),
20850         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
20851         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
20852         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
20853         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20854         (gst_fdset_fd_can_write), (gst_fdset_wait):
20855         * gst/tcp/gstfdset.h:
20856         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
20857         (gst_multifdsink_class_init), (gst_multifdsink_init),
20858         (gst_multifdsink_add), (gst_multifdsink_remove),
20859         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
20860         (gst_multifdsink_remove_client_link),
20861         (gst_multifdsink_handle_client_read),
20862         (gst_multifdsink_client_queue_data),
20863         (gst_multifdsink_client_queue_caps),
20864         (gst_multifdsink_client_queue_buffer),
20865         (gst_multifdsink_handle_client_write),
20866         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20867         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20868         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
20869         (gst_multifdsink_close):
20870         * gst/tcp/gstmultifdsink.h:
20871         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20872         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
20873         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
20874         (gst_tcpserversink_close):
20875         * gst/tcp/gsttcpserversink.h:
20876         Abstracted away the select call, implemented poll (yes we ran into
20877         the 1024 limit in production).
20878
20879 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20880
20881         * gst/tcp/gsttcp.c:
20882         * gst/tcp/gsttcpplugin.c:
20883           improve debuggging, remove assert
20884
20885 2004-08-10  Wim Taymans  <wim@fluendo.com>
20886
20887         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
20888         (gst_client_status_get_type), (gst_multifdsink_class_init),
20889         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
20890         (gst_multifdsink_handle_client_read),
20891         (gst_multifdsink_handle_client_write),
20892         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20893         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20894         (gst_multifdsink_get_property):
20895         * gst/tcp/gstmultifdsink.h:
20896         * gst/tcp/gsttcp-marshal.list:
20897         Starting to prepare for specifying buffer time in other units
20898         than buffers. Expose remove reason in signal.
20899
20900 2004-08-10  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20903         (gst_multifdsink_remove), (gst_multifdsink_clear),
20904         (gst_multifdsink_remove_client_link),
20905         (gst_multifdsink_handle_client_read),
20906         (gst_multifdsink_client_queue_data),
20907         (gst_multifdsink_client_queue_buffer),
20908         (gst_multifdsink_handle_client_write),
20909         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
20910         (gst_multifdsink_chain), (gst_multifdsink_close):
20911         * gst/tcp/gstmultifdsink.h:
20912         Added more debugging info. Changed the way clients are
20913         removed from the lists. Fixed a bug where a bad file descriptor
20914         could cause many clients to be removed.
20915
20916 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20917
20918         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
20919           allow all pixel-aspect-ratios, not just 1:1
20920
20921 2004-08-09  David Schleef  <ds@schleef.org>
20922
20923         * sys/glsink/ARB_multitexture.h:  Remove old files.
20924         * sys/glsink/EXT_paletted_texture.h:
20925         * sys/glsink/NV_register_combiners.h:
20926         * sys/glsink/gstgl_nvimage.c:
20927         * sys/glsink/gstgl_pdrimage.c:
20928         * sys/glsink/gstgl_rgbimage.c:
20929         * sys/glsink/gstglsink.c:
20930         * sys/glsink/gstglsink.h:
20931         * sys/glsink/gstglxwindow.c:
20932         * sys/glsink/regcomb_yuvrgb.c:
20933
20934 2004-08-09  David Schleef  <ds@schleef.org>
20935
20936         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
20937         GL sink plugin.  (Bug #147302)
20938
20939         * configure.ac: Test for OpenGL
20940         * sys/Makefile.am: Use test for OpenGL
20941         * sys/glsink/Makefile.am:
20942         * sys/glsink/glimagesink.c: rewrite
20943         * sys/glsink/glimagesink.h: rewrite
20944
20945 2004-08-09  David Schleef  <ds@schleef.org>
20946
20947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
20948         sane framerates.
20949         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
20950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
20951         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
20952
20953 2004-08-09  Wim Taymans  <wim@fluendo.com>
20954
20955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20956         (gst_multifdsink_add), (gst_multifdsink_get_stats),
20957         (gst_multifdsink_client_remove),
20958         (gst_multifdsink_handle_client_read),
20959         (gst_multifdsink_handle_client_write),
20960         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
20961         Do a bit more logging, make the client_read code more robust.
20962
20963 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20964
20965         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
20966         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
20967         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
20968         (gst_jpegdec_init), (gst_jpegdec_chain):
20969         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
20970         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
20971           cleanups, debugging fixes and memleak plugging
20972
20973 2004-08-09  Wim Taymans  <wim@fluendo.com>
20974
20975         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
20976         (theora_get_formats), (theora_dec_src_convert),
20977         (theora_dec_sink_convert), (theora_dec_src_query),
20978         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
20979         (theora_dec_change_state):
20980         Don't crash on missing header packets.
20981
20982 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         * po/LINGUAS:
20985         * po/sq.po:
20986           Added Albanian translation (Laurent Dhima)
20987         * po/cs.po:
20988           updated
20989
20990 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20991
20992         * ext/lame/gstlame.c:
20993           fix/add debugging
20994
20995 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20996
20997         * sys/ximage/ximagesink.c:
20998         * sys/xvimage/xvimagesink.c:
20999           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21000
21001 2004-08-06  Wim Taymans  <wim@fluendo.com>
21002
21003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21004         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21005         (gst_multifdsink_client_remove),
21006         (gst_multifdsink_handle_client_read),
21007         (gst_multifdsink_handle_client_write),
21008         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21009         Make sure we don't try to read more from a client that what
21010         ioctl says us or we deadlock.
21011
21012 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21013
21014         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21015         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21016         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21017           decouple running_time and n_frames so it can handle changing
21018           framerate while running
21019
21020 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21021
21022         * po/nl.po:
21023         * po/sv.po:
21024           updated translations
21025
21026 2004-08-04  Benjamin Otte  <otte@gnome.org>
21027
21028         * gst/videotestsrc/gstvideotestsrc.c:
21029         (gst_videotestsrc_get_capslist), (generate_capslist),
21030         (plugin_init):
21031           generate the list of supported caps at startup and reuse it instead
21032           of always generating it
21033
21034 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21035
21036         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21037           whoops, last checkin broke normal build
21038
21039 2004-08-03  Benjamin Otte  <otte@gnome.org>
21040
21041         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21042         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21043         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21044         (gst_alsa_mixer_get_option):
21045         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21046         (dvdnavsrc_print_event):
21047         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21049         (gst_ogg_mux_pad_unlink):
21050         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21051         (gst_multipart_mux_pad_unlink):
21052         * gst/videofilter/gstvideobalance.c:
21053         (gst_videobalance_colorbalance_set_value):
21054         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21055         (gst_videomixer_pad_unlink):
21056         * po/uk.po:
21057         * sys/oss/gstossmixer.c:
21058         * sys/v4l/gstv4lcolorbalance.c:
21059         * sys/v4l/gstv4ltuner.c:
21060         * sys/v4l/v4lsrc_calls.c:
21061         * sys/v4l2/gstv4l2colorbalance.c:
21062         * sys/v4l2/gstv4l2tuner.c:
21063           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21064
21065 2004-08-03  Benjamin Otte  <otte@gnome.org>
21066
21067         * examples/dynparams/filter.c: (ui_control_create):
21068         * examples/gstplay/player.c: (print_tag):
21069         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21070         * ext/gdk_pixbuf/gstgdkanimation.c:
21071         (gst_gdk_animation_iter_may_advance):
21072         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21073         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21074         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21075         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21077         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21078         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21079         * gst/sine/demo-dparams.c: (main):
21080         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21081         * testsuite/alsa/formats.c: (create_pipeline):
21082         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21083           fixes for G_DISABLE_ASSERT and friends
21084         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21085         (mp3_type_frame_length_from_header), (mp3_type_find),
21086         (plugin_init):
21087           require mp3 typefinding to have at least MIN_HEADERS valid headers
21088           add typefinding for AAC adts files
21089
21090 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21091
21092         * sys/ximage/ximagesink.c:
21093         (gst_ximagesink_calculate_pixel_aspect_ratio):
21094         * sys/xvimage/xvimagesink.c:
21095         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21096         Make sure we calculate pixel-aspect-ratio using floating point maths
21097
21098 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21099
21100         * po/uk.po:
21101           updated translation
21102
21103 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21104
21105         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21107           add debugging for display PAR calculation
21108
21109 2004-08-02  David Schleef  <ds@schleef.org>
21110
21111         * configure.ac: Fix mikmod CFLAGS.
21112
21113 2004-07-27  Benjamin Otte  <otte@gnome.org>
21114
21115         * gst/audioscale/gstaudioscale.c:
21116         - fix templates to only support S16, it's the only format that works
21117         - make caps nego code use try_set_caps_nonfixed and fixation instead
21118         of try_set_caps twice, which is not nice for autopluggers
21119         - change rank to secondary, so autopluggers can pick it up after
21120         audioconvert
21121
21122 2004-08-02  Iain <iain@prettypeople.org>
21123
21124         * gst/interleave/interleave.c (interleave_init),
21125         (interleave_request_new_pad),
21126         (interleave_pad_removed),
21127         (interleave_buffered_loop): Use the real pad count, not the artificial
21128         one.
21129
21130 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21131
21132         * configure.ac: bump nano back to development
21133
21134 === release 0.8.3 ===
21135
21136 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21137
21138         * configure.ac: releasing 0.8.3, "Water"
21139
21140 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21141
21142         * sys/xvimage/xvimagesink.c:
21143         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21144         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21145         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21146         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21147         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21148         * sys/xvimage/xvimagesink.h:
21149           apply similar PAR fixes as to ximagesink
21150
21151 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21152
21153         patch from: Benjamin Otte
21154
21155         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21156           add link function to lame.  Fixes #148986.
21157
21158 2004-08-02  Johan Dahlin  <johan@gnome.org>
21159
21160         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21161         fix debugging log
21162
21163 2004-07-30  David Schleef  <ds@schleef.org>
21164
21165         * gst/videomixer/Makefile.am: Fix things that should have been
21166         fixed in the last checkin.
21167
21168 2004-07-30  David Schleef  <ds@schleef.org>
21169
21170         * gst/multipart/Makefile.am: Fix things that should have been
21171         fixed in the last checkin.
21172
21173 2004-07-30  David Schleef  <ds@schleef.org>
21174
21175         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21176
21177 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21178
21179         * configure.ac:
21180           bump nano for prerelease
21181         * po/af.po:
21182         * po/az.po:
21183         * po/cs.po:
21184         * po/en_GB.po:
21185         * po/hu.po:
21186         * po/nl.po:
21187         * po/sr.po:
21188         * po/sv.po:
21189         * po/uk.po:
21190           updates
21191
21192 2004-07-30  Wim Taymans  <wim@fluendo.com>
21193
21194         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21195         (gst_multifdsink_add), (gst_multifdsink_remove),
21196         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21197         (gst_multifdsink_client_remove),
21198         (gst_multifdsink_handle_client_write),
21199         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21200         * gst/tcp/gstmultifdsink.h:
21201         Recover from a select with a bad file descriptor by removing
21202         the client.
21203
21204 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21205
21206         * configure.ac:
21207           fix requirement of core
21208         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21209         (gst_play_pipeline_setup):
21210           don't use colorspace element.  do use hermescolorspace element.
21211           make macro to get a colorspace element.
21212           mark strings for translation.
21213         * po/POTFILES.in:
21214           add play.c
21215         * po/af.po:
21216         * po/az.po:
21217         * po/cs.po:
21218         * po/en_GB.po:
21219         * po/hu.po:
21220         * po/nl.po:
21221         * po/sr.po:
21222         * po/sv.po:
21223         * po/uk.po:
21224           update translations
21225
21226 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21227
21228         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21229         fix default for newmedia flag
21230
21231 2004-07-30  Wim Taymans  <wim@fluendo.com>
21232
21233         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21234         (gst_theora_dec_init), (theora_get_formats),
21235         (theora_dec_src_convert), (theora_dec_sink_convert),
21236         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21237         (theora_dec_chain), (theora_dec_set_property),
21238         (theora_dec_get_property):
21239         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21240         (gst_theora_enc_class_init), (gst_theora_enc_init),
21241         (theora_enc_sink_link), (theora_enc_chain),
21242         (theora_enc_set_property), (theora_enc_get_property):
21243         Added cropping option to theora decoder.
21244         Added border option to theora encoder.
21245
21246 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21247
21248         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21249         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21250         (gst_pngenc_set_property):
21251         * ext/libpng/gstpngenc.h:
21252         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
21253
21254 2004-07-30  Wim Taymans  <wim@fluendo.com>
21255
21256         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21257         (theora_enc_sink_link), (theora_enc_chain),
21258         (theora_enc_set_property), (theora_enc_get_property):
21259         Fix encoding of non-multiple-of-16 video.
21260
21261 2004-07-29  David Schleef  <ds@schleef.org>
21262
21263         * configure.ac: make test for audiofile more strict
21264
21265 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21266
21267         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21268           give different names to typefind functions
21269
21270 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21273         (gst_ximagesink_calculate_pixel_aspect_ratio),
21274         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21275         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21276         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21277         (gst_ximagesink_get_property), (gst_ximagesink_init):
21278         * sys/ximage/ximagesink.h:
21279           allocate PAR's dynamically.
21280           use autodetected PAR if no object-set PAR is given.
21281           add workaround for directfb's X not setting physical size.
21282           fix to xvimagesink will follow tomorrow.
21283
21284 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21285
21286         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21287         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21288         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21289         (gst_shout2send_class_init), (gst_shout2send_init),
21290         (set_shout_metadata), (gst_shout2send_set_metadata),
21291         (gst_shout2send_chain), (gst_shout2send_set_property),
21292         (gst_shout2send_get_property), (gst_shout2send_connect),
21293         (gst_shout2send_change_state):
21294         * ext/shout2/gstshout2.h:
21295         - fix for sending mp3 audio to icecast2 server, if pad link function not
21296         called before PAUSED state
21297         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21298         - added tagging support for mp3 audio broadcasted
21299         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21300         debug info
21301
21302 2004-07-28  Wim Taymans  <wim@fluendo.com>
21303
21304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21305         (gst_ogg_demux_push):
21306         Return query failure when we don't know the length of
21307         an ogg stream insteda of returning TRUE with a bogus value.
21308
21309 2004-07-28  Wim Taymans  <wim@fluendo.com>
21310
21311         * ext/theora/theoradec.c: (theora_get_formats),
21312         (theora_dec_src_convert), (theora_dec_sink_convert),
21313         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21314         (theora_dec_chain):
21315         Don't screw up the 1 Chroma for 1 luma sample situation when we
21316         have an odd offset/width by adding a black border in those cases.
21317
21318 2004-07-28  Wim Taymans  <wim@fluendo.com>
21319
21320         * ext/theora/theoradec.c: (theora_get_formats),
21321         (theora_dec_src_convert), (theora_dec_sink_convert),
21322         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21323         (theora_dec_chain):
21324         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21325         Added first attempt at cropping of the image as required by the
21326         theora spec. We need more properties in the caps (offset_x,
21327         offset_y,stride) to implement this correctly.
21328
21329 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21330
21331         * ext/dvdnav/README:
21332           Update the README to use dvddemux
21333         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21334           Ensure getcaps returns a subset of the template caps
21335         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21336         (gst_mpeg2subt_init):
21337           Ensure getcaps returns a subset of the template caps
21338         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21339         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21340         (gst_dvd_demux_get_subpicture_stream),
21341         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21342         * gst/mpegstream/gstdvddemux.h:
21343           Set the explicit caps on the current_video pad before pushing
21344           anything
21345         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21346         (gst_mpeg_demux_get_audio_stream):
21347           Free caps used to gst_pad_set_explicit_caps, which takes a const
21348           GstCaps *
21349
21350 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21351
21352         * configure.ac: update GStreamer requirement to 0.8.4 because of
21353           GstFraction.
21354
21355 2004-07-28  Wim Taymans  <wim@fluendo.com>
21356
21357         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21358         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21359         Add the pad to the element after setting up the caps. This
21360         makes it a lot easier to autoplug.
21361
21362 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21363
21364         * gst/median/gstmedian.c:
21365         * gst/mpeg2subt/gstmpeg2subt.c:
21366         * gst/mpegaudioparse/gstmpegaudioparse.c:
21367         * gst/mpegstream/gstdvddemux.c:
21368         * gst/mpegstream/gstmpegdemux.c:
21369         * gst/mpegstream/gstmpegpacketize.c:
21370         * gst/rtjpeg/gstrtjpeg.c:
21371         * gst/rtjpeg/gstrtjpegdec.c:
21372         * gst/rtjpeg/gstrtjpegenc.c:
21373         * gst/sine/gstsinesrc.c:
21374         * gst/smooth/gstsmooth.c:
21375         * gst/smpte/gstsmpte.c:
21376         * gst/smpte/gstsmpte.h:
21377         * gst/stereo/gststereo.c:
21378         * gst/videofilter/gstgamma.c:
21379         * gst/videofilter/gstvideobalance.c:
21380         * gst/videofilter/gstvideofilter.c:
21381         * gst/videofilter/gstvideoflip.c:
21382         * gst/videoscale/gstvideoscale.c:
21383         * gst/videoscale/videoscale.c:
21384         * gst/videotestsrc/gstvideotestsrc.c:
21385         * gst/videotestsrc/videotestsrc.c:
21386         * gst/wavenc/gstwavenc.c:
21387         * gst/wavparse/gstwavparse.c:
21388           fix local includes and 64 bits constants
21389
21390 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21391
21392         * win32/gst.sln:
21393         * gst-libs/gst/*/*.vcproj:
21394         * gst/*/*.vcproj:
21395           more working plugins
21396
21397 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21398
21399         * testsuite/alsa/Makefile.am:
21400         * testsuite/alsa/srcstate.c:
21401         add test for alsasrc changing state
21402
21403 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21404
21405         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21406         (gst_silence_get):
21407         * gst/silence/gstsilence.h:
21408         fix silence generation for 16bit raw audio
21409
21410 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21411
21412         * gst/matroska/matroska-demux.c:
21413         (gst_matroska_demux_parse_metadata),
21414         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21415         * gst/mpegaudio/common.c:
21416         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21417         (gst_videoscale_getcaps), (gst_videoscale_link),
21418         (gst_videoscale_src_fixate), (gst_videoscale_init),
21419         (gst_videoscale_finalize):
21420         * gst/videoscale/gstvideoscale.h:
21421         * gst/videotestsrc/gstvideotestsrc.c:
21422         (gst_videotestsrc_get_capslist):
21423         * gst/wavenc/gstwavenc.c:
21424         * sys/oss/gstossmixer.c: (fill_labels):
21425         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21426         (gst_ximagesink_handle_xevents),
21427         (gst_ximagesink_calculate_pixel_aspect_ratio),
21428         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21429         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21430         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21431         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21432         (gst_ximagesink_init), (gst_ximagesink_class_init):
21433         * sys/ximage/ximagesink.h:
21434         * sys/xvimage/xvimagesink.c:
21435         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21436         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21437         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21438         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21439         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21440         * sys/xvimage/xvimagesink.h:
21441           first batch of pixel aspect ratio commits.
21442
21443 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21444
21445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21446         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21447         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21448           handle stride, needs work if we want to move stride handling
21449           upstream, but works correctly for our purposes.
21450
21451 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21452
21453         * gst/videoscale/README:
21454           add testing examples
21455         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21456         (gst_videoscale_chain):
21457         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21458         (gst_videoscale_get_size):
21459           add get_size function that handles stride like videotestsrc.
21460           fixes conversion for YUV formats for as much as I can test them.
21461
21462 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21463
21464         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21465         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21467         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21468         (gst_xvimagesink_xvimage_put):
21469           further cleanups, logging, error handling and synchronizing
21470
21471 2004-07-27  Wim Taymans  <wim@fluendo.com>
21472
21473         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21474         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21475         (gst_videomixer_pad_set_property),
21476         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21477         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21478         (gst_videomixer_class_init), (gst_videomixer_init),
21479         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
21480         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
21481         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
21482         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21483         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21484         (gst_videomixer_loop), (plugin_init):
21485         Be a nicer negotiation citizen and provide a getcaps function on
21486         the srcpad. This also fixes a crash when resizing.
21487
21488 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21489
21490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21491         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
21492
21493 2004-07-27  Wim Taymans  <wim@fluendo.com>
21494
21495         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
21496         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21497         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21498         (gst_pngenc_set_property):
21499         * ext/libpng/gstpngenc.h:
21500         Added snapshot property to pngenc.
21501         removed g_print from pngdec
21502
21503 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21504
21505         * gst/ac3parse/ac3parse.vcproj
21506         * gst/adder/adder.vcproj
21507         * gst/alpha/alpha.vcproj
21508         * gst/alpha/alphacolor.vcproj
21509         * gst/asfdemux/asf.vcproj
21510         * gst/audioconvert/audioconvert.vcproj
21511         * gst/audiorate/audiorate.vcproj
21512         * gst/audioscale/audioscale.vcproj
21513         * gst/auparse/auparse.vcproj
21514         * gst/avi/avi.vcproj
21515         * gst/cdxaparse/cdxaparse.vcproj
21516         * gst/chart/chart.vcproj
21517         * gst/colorspace/colorspace.vcproj
21518         * gst/cutter/cutter.vcproj
21519         * gst/debug/debug.vcproj
21520         * gst/debug/efence.vcproj
21521         * gst/debug/navigationtest.vcproj
21522         * gst/deinterlace/deinterlace.vcproj
21523         * gst/effectv/effectv.vcproj
21524         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
21525         * gst/filter/filter.vcproj
21526         * gst/flx/flxdec.vcproj
21527         * gst/goom/goom.vcproj
21528         * gst/interleave/interleave.vcproj
21529         * gst/law/alaw.vcproj
21530         * gst/law/mulaw.vcproj
21531         * gst/matroska/matroska.vcproj
21532         * gst/median/median.vcproj
21533         * gst/mixmatrix/mixmatrix.vcproj
21534         * gst/mpeg1sys/mpeg1systemencode.vcproj
21535         * gst/mpeg1videoparse/mp1videoparse.vcproj
21536         * gst/mpeg2sub/mpeg2subt.vcproj
21537         * gst/mpegaudio/mpegaudio.vcproj
21538         * gst/mpegaudioparse/mpegaudioparse.vcproj
21539         * gst/mpegstream/mpegstream.vcproj
21540         * gst/multifilesink/multifilesink.vcproj
21541         * gst/multipart/multipart.vcproj
21542         * gst/oneton/oneton.vcproj
21543         * gst/overlay/overlay.vcproj
21544         * gst/passthrough/passthrough.vcproj
21545         * gst/qtdemux/qtdemux.vcproj
21546         * gst/realmedia/rmdemux.vcproj
21547         * gst/rtjpeg/rtjpeg.vcproj
21548         * gst/rtp/rtp.vcproj
21549         * gst/silence/silence.vcproj
21550         * gst/sine/sinesrc.vcproj
21551         * gst/smooth/smooth.vcproj
21552         * gst/smpte/smpte.vcproj
21553         * gst/spectrum/spectrum.vcproj
21554         * gst/speed/speed.vcproj
21555         * gst/stereo/stereo.vcproj
21556         * gst/switch/switch.vcproj
21557         * gst/tags/tagedit.vcproj
21558         * gst/tcp/tcp.vcproj
21559         * gst/typefind/typefindfunctions.vcproj
21560         * gst/udp/udp.vcproj
21561         * gst/videobox/videobox.vcproj
21562         * gst/videocrop/videocrop.vcproj
21563         * gst/videodrop/videodrop.vcproj
21564         * gst/videofilter/gamma.vcproj
21565         * gst/videofilter/videobalance.vcproj
21566         * gst/videofilter/videofilter.vcproj
21567         * gst/videofilter/videoflip.vcproj
21568         * gst/videoflip/videoflip.vcproj
21569         * gst/videomixer/videomixer.vcproj
21570         * gst/videorate/videorate.vcproj
21571         * gst/videoscale/videoscale.vcproj
21572         * gst/videotestsrc/videotestsrc.vcproj
21573         * gst/virtualdub/virtualdub.vcproj
21574         * gst/volenv/volenv.vcproj
21575         * gst/volume/volume.vcproj
21576         * gst/wavenc/wavenc.vcproj
21577         * gst/wavparse/wavparse.vcproj
21578         * gst/y4m/y4menc.vcproj
21579         * gst-libs/gst/audio/audio.vcproj
21580         * gst-libs/gst/audio/audiofilter.vcproj
21581         * gst-libs/gst/colorbalance/colorbalance.vcproj
21582         * gst-libs/gst/idct/idtc.vcproj
21583         * gst-libs/gst/media-info/media-info.vcproj
21584         * gst-libs/gst/mixer/mixer.vcproj
21585         * gst-libs/gst/navigation/navigation.vcproj
21586         * gst-libs/gst/play/play.vcproj
21587         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
21588         * gst-libs/gst/resample/resample.vcproj
21589         * gst-libs/gst/riff/riff.vcproj
21590         * gst-libs/gst/tuner/tuner.vcproj
21591         * gst-libs/gst/video/video.vcproj
21592         * gst-libs/gst/xoverlay/xoverlay.vcproj
21593           avoid problems with math.h, fix release dependancy
21594           rename GStreamer-0.8.lib to libgstreamer.lib
21595
21596 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21597
21598         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
21599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
21600         the atom is not available we have to unlock the mutex. Fixes #148023
21601
21602 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21603
21604         * gst-libs/gst/media-info/media-info.h:
21605           issue for a vararg macro with MSVC
21606
21607 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21608
21609         * gst/effectv/effectv.vcproj
21610         * gst-libs/gst/idct/idct.vcproj:
21611         * gst-libs/gst/media-info/media-info.vcproj:
21612         * gst-libs/gst/navigation/navigation.vcproj:
21613         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
21614         * gst-libs/gst/video/video.vcproj:
21615         * gst-libs/gst/xoverlay/xoverlay.vcproj:
21616           fixes for build problems
21617
21618 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21619
21620         * gst-libs/gst/audio/audio.def:
21621         * gst-libs/gst/audio/riff.def:
21622           add some definitions needed by plugins
21623
21624 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21625
21626         * gst/asfdemux/gstasfmux.c
21627           Fix some 64 bits constants to be glib friendly
21628
21629 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21630
21631         * gst/ac3parse/gstac3parse.c
21632         * gst/audioscale/gstaudioscale.c
21633         * gst/auparse/gstauparse.c
21634         * gst/colorspace/gstcolorspace.c
21635         * gst/colorspace/yuv2rgb.h
21636           local include fixes
21637
21638 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21639
21640         * win32/gst.sln
21641           add more plugins to the build
21642
21643 2004-07-26  Julien MOUTTE  <julien@moutte.net>
21644
21645         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21646         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
21647
21648 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21649
21650         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
21651         (gst_level_set_property), (gst_level_get_property),
21652         (gst_level_base_init), (gst_level_class_init):
21653           add debugging categories.  cleanups.
21654
21655 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21656
21657         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21658         (gst_videoscale_planar411), (gst_videoscale_planar400),
21659         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
21660         (gst_videoscale_scale_nearest_str1),
21661         (gst_videoscale_scale_nearest_str2),
21662         (gst_videoscale_scale_nearest_str4),
21663         (gst_videoscale_scale_nearest_16bit),
21664         (gst_videoscale_scale_nearest_24bit):
21665           fixed stride issues
21666           tested with 320x240 -> 321, 322, 324 x240
21667           tested with YV12, I420, YUY2, UYVY
21668           fixed packed422rev (don't think it could have worked before)
21669           by testing with UYVY
21670
21671 2004-07-26  Benjamin Otte  <otte@gnome.org>
21672
21673         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
21674         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
21675         (plugin_init):
21676           add debugging category, add error checks like checking return values
21677           of setup calls, make sure it still works after
21678           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
21679
21680 2004-07-26  Wim Taymans  <wim@fluendo.com>
21681
21682         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21683         (gst_mpeg_demux_get_audio_stream),
21684         (gst_mpeg_demux_process_private):
21685         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
21686         Check for error codes from the negotiation functions. Make sure
21687         we really set the pad caps when a new pad is created.
21688
21689 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21690
21691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21692         (gst_ffmpeg_caps_to_pix_fmt):
21693         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21695         (gst_ffmpegcolorspace_pad_link):
21696           don't make function do two things at the same time without reason.
21697
21698 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21699
21700         * gst/ac3parse/ac3parse.vcproj
21701         * gst/adder/adder.vcproj
21702         * gst/alpha/alpha.vcproj
21703         * gst/alpha/alphacolor.vcproj
21704         * gst/asfdemux/asf.vcproj
21705         * gst/audioconvert/audioconvert.vcproj
21706         * gst/audiorate/audiorate.vcproj
21707         * gst/audioscale/audioscale.vcproj
21708         * gst/auparse/auparse.vcproj
21709         * gst/avi/avi.vcproj
21710         * gst/cdxaparse/cdxaparse.vcproj
21711         * gst/chart/chart.vcproj
21712         * gst/colorspace/colorspace.vcproj
21713         * gst/cutter/cutter.vcproj
21714         * gst/debug/debug.vcproj
21715         * gst/debug/efence.vcproj
21716         * gst/debug/navigationtest.vcproj
21717         * gst/deinterlace/deinterlace.vcproj
21718         * gst/effectv/effectv.vcproj
21719         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
21720         * gst/filter/filter.vcproj
21721         * gst/flx/flxdec.vcproj
21722         * gst/goom/goom.vcproj
21723         * gst/interleave/interleave.vcproj
21724         * gst/law/alaw.vcproj
21725         * gst/law/mulaw.vcproj
21726         * gst/matroska/matroska.vcproj
21727         * gst/median/median.vcproj
21728         * gst/mixmatrix/mixmatrix.vcproj
21729         * gst/mpeg1sys/mpeg1systemencode.vcproj
21730         * gst/mpeg1videoparse/mp1videoparse.vcproj
21731         * gst/mpeg2sub/mpeg2subt.vcproj
21732         * gst/mpegaudio/mpegaudio.vcproj
21733         * gst/mpegaudioparse/mpegaudioparse.vcproj
21734         * gst/mpegstream/mpegstream.vcproj
21735         * gst/multifilesink/multifilesink.vcproj
21736         * gst/multipart/multipart.vcproj
21737         * gst/oneton/oneton.vcproj
21738         * gst/overlay/overlay.vcproj
21739         * gst/passthrough/passthrough.vcproj
21740         * gst/qtdemux/qtdemux.vcproj
21741         * gst/realmedia/rmdemux.vcproj
21742         * gst/rtjpeg/rtjpeg.vcproj
21743         * gst/rtp/rtp.vcproj
21744         * gst/silence/silence.vcproj
21745         * gst/sine/sinesrc.vcproj
21746         * gst/smooth/smooth.vcproj
21747         * gst/smpte/smpte.vcproj
21748         * gst/spectrum/spectrum.vcproj
21749         * gst/speed/speed.vcproj
21750         * gst/stereo/stereo.vcproj
21751         * gst/switch/switch.vcproj
21752         * gst/tags/tagedit.vcproj
21753         * gst/tcp/tcp.vcproj
21754         * gst/typefind/typefindfunctions.vcproj
21755         * gst/udp/udp.vcproj
21756         * gst/videobox/videobox.vcproj
21757         * gst/videocrop/videocrop.vcproj
21758         * gst/videodrop/videodrop.vcproj
21759         * gst/videofilter/gamma.vcproj
21760         * gst/videofilter/videobalance.vcproj
21761         * gst/videofilter/videofilter.vcproj
21762         * gst/videofilter/videoflip.vcproj
21763         * gst/videoflip/videoflip.vcproj
21764         * gst/videomixer/videomixer.vcproj
21765         * gst/videorate/videorate.vcproj
21766         * gst/videoscale/videoscale.vcproj
21767         * gst/videotestsrc/videotestsrc.vcproj
21768         * gst/virtualdub/virtualdub.vcproj
21769         * gst/volenv/volenv.vcproj
21770         * gst/volume/volume.vcproj
21771         * gst/wavenc/wavenc.vcproj
21772         * gst/wavparse/wavparse.vcproj
21773         * gst/y4m/y4menc.vcproj
21774           more plugins supported under windows
21775
21776 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21777
21778         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21779         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
21780         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
21781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21782         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
21783           Add debugging statements.  Use the sizes as returned by the
21784           *CreateImage calls.
21785
21786 2004-07-26  Johan Dahlin  <johan@gnome.org>
21787
21788         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
21789         the pad is negotiated.
21790
21791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
21792
21793 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
21794
21795         * gst-libs/gst/colorbalance/colorbalance.vcproj:
21796         * gst-libs/gst/idct/idct.vcproj:
21797         * gst-libs/gst/media-info/media-info.vcproj:
21798         * gst-libs/gst/mixer/mixer.vcproj:
21799         * gst-libs/gst/navigation/navigation.vcproj:
21800         * gst-libs/gst/play/play.vcproj:
21801         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
21802         * gst-libs/gst/resample/resample.vcproj:
21803         * gst-libs/gst/tuner/tuner.vcproj:
21804         * gst-libs/gst/video/video.vcproj:
21805         * gst-libs/gst/xoverlay/xoverlay.vcproj:
21806           more plugins supported under windows
21807
21808 2004-07-25 Iain <iain@prettypeople.org>
21809
21810         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
21811         pad now rather than when the pad is created because state changes wipe
21812         explicit caps (fixes #148043).
21813
21814 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
21815
21816         reviewed by Benjamin Otte  <otte@gnome.org>
21817
21818         * ext/mad/gstmad.c:
21819           fix mad plugin crashing on Sun (fixes #148289)
21820
21821 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
21822
21823         * gst/avi/avi.def:
21824         * gst/avi/avi.vcproj:
21825         * gst/matroska/matroska.def:
21826         * gst/matroska/matroska.vcproj:
21827           remove unused .def files
21828
21829 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
21830
21831         * gst-libs/gst/audio/gstaudiofilter.c:
21832           Clean the local include
21833
21834 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
21835
21836         * win32/gst.sln:
21837         * gst-libs/gst/audio/audio.def:
21838         * gst-libs/gst/audio/audio.vcproj:
21839         * gst-libs/gst/audio/audiofilter.vcproj:
21840         * gst-libs/gst/audio/riff.def:
21841         * gst-libs/gst/audio/riff.vcproj:
21842         * gst-libs/gst/gst-libs.def:
21843         * gst-libs/gst/gst-libs.vcproj:
21844         * gst/avi/avi.vcproj:
21845         * gst/avi/avi.vcproj:
21846           Copy the files where needed after building, cleaner projects
21847
21848 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
21849
21850         * gst/matroska/ebml-write.c:
21851           Fix some 64 bits constants to be glib friendly
21852
21853 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
21854
21855         * win32/gst.sln:
21856         * gst-libs/gst/gst-libs.def:
21857         * gst-libs/gst/gst-libs.vcproj:
21858         * gst/matroska/matroska.def:
21859         * gst/matroska/matroska.vcproj:
21860           Add the preliminary canvas to build plugins on Win32
21861
21862 2004-07-23  Benjamin Otte  <otte@gnome.org>
21863
21864         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21865           don't enfore negotiation from source side, it breaks
21866           sinesrc ! audioconvert ! osssink
21867
21868 2004-07-22  David Schleef  <ds@schleef.org>
21869
21870         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
21871         for ELF files, since they can easily be recognized as audio/mpeg.
21872         (bug #147441)
21873
21874 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21877         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
21878         (gst_videoscale_scale_nearest_24bit),
21879         (gst_videoscale_scale_nearest_16bit):
21880           fix 16bit and 24bit for stride (24bit might need testing)
21881           don't pretend we do more than one algorithm
21882
21883 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21884
21885         * configure.ac:
21886         * gst/Makefile.am:
21887         * gst/multifilesink/Makefile.am:
21888         * gst/multifilesink/gstmultifilesink.c:
21889         (gst_multifilesink_get_formats),
21890         (gst_multifilesink_get_query_types), (_do_init),
21891         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
21892         (gst_multifilesink_init), (gst_multifilesink_dispose),
21893         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
21894         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
21895         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
21896         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
21897         (gst_multifilesink_chain), (gst_multifilesink_change_state),
21898         (gst_multifilesink_uri_get_type),
21899         (gst_multifilesink_uri_get_protocols),
21900         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
21901         (gst_multifilesink_uri_handler_init), (plugin_init):
21902         * gst/multifilesink/gstmultifilesink.h:
21903         * testsuite/Makefile.am:
21904         * testsuite/multifilesink/Makefile.am:
21905         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
21906         (gst_newmedia_class_init), (gst_newmedia_init),
21907         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21908         (newfile_signal), (test_signal), (main):
21909         multifilesink plugin for creating new files every time a new media
21910         discontinuity event occurs
21911
21912 2004-07-22  Wim Taymans  <wim@fluendo.com>
21913
21914         * gst/alpha/Makefile.am:
21915         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
21916         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
21917         (gst_alpha_color_init), (gst_alpha_color_set_property),
21918         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
21919         (transform), (gst_alpha_color_chain),
21920         (gst_alpha_color_change_state), (plugin_init):
21921         Stupid plugin to to RGBA to AYUV conversion because none of
21922         the colorspace plugins can handle that yet.
21923
21924 2004-07-22  Wim Taymans  <wim@fluendo.com>
21925
21926         * examples/seeking/seek.c: (update_scale), (main):
21927         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
21928         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
21929         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
21930         (gst_decode_bin_init), (gst_decode_bin_dispose),
21931         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
21932         (no_more_pads), (close_link), (type_found),
21933         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
21934         (plugin_init):
21935         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
21936         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
21937         (gst_play_base_bin_dispose), (queue_overrun),
21938         (gen_preroll_element), (remove_prerolls), (unknown_type),
21939         (no_more_pads), (new_stream), (setup_source),
21940         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
21941         (play_base_eos), (gst_play_base_bin_change_state),
21942         (gst_play_base_bin_add_element),
21943         (gst_play_base_bin_remove_element),
21944         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
21945         (gst_play_base_bin_unlink_stream),
21946         (gst_play_base_bin_get_streaminfo):
21947         * gst/playback/gstplaybin.c: (gen_video_element),
21948         (gen_audio_element):
21949         * gst/playback/gststreaminfo.h:
21950         More playback updates, attempt to fix things after the state change
21951         breakage.
21952
21953 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
21956         (gst_videoscale_scale_nearest_16bit):
21957           comment algorithm
21958
21959 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21960
21961         * gst/videotestsrc/gstvideotestsrc.c:
21962         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
21963         (gst_videotestsrc_init), (gst_videotestsrc_get),
21964         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
21965         (gst_videotestsrc_get_property):
21966         * gst/videotestsrc/gstvideotestsrc.h:
21967         * gst/videotestsrc/videotestsrc.c:
21968         * gst/videotestsrc/videotestsrc.h:
21969           cleanup and commenting
21970
21971 2004-07-21  Wim Taymans  <wim@fluendo.com>
21972
21973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
21974         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
21975         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
21976         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
21977         (_find_chain_get_unknown_part), (_find_streams_check),
21978         (gst_ogg_demux_push), (gst_ogg_pad_push):
21979         * ext/theora/theoradec.c: (theora_get_formats),
21980         (theora_dec_src_convert), (theora_dec_sink_convert),
21981         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21982         (theora_dec_chain):
21983         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21984         (vorbis_dec_convert), (vorbis_dec_src_query),
21985         (vorbis_dec_src_event), (vorbis_dec_event):
21986         More seeking fixes, oggdemux now supports seeking to time and
21987         uses the downstream element to convert granulepos to time.
21988         Seeking in theora-only ogg files now works.
21989
21990 2004-07-21  Wim Taymans  <wim@fluendo.com>
21991
21992         * ext/theora/theoradec.c: (gst_theora_dec_init),
21993         (theora_get_formats), (theora_get_event_masks),
21994         (theora_get_query_types), (theora_dec_src_convert),
21995         (theora_dec_sink_convert), (theora_dec_src_query),
21996         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21997         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21998         (vorbis_get_event_masks), (vorbis_get_query_types),
21999         (gst_vorbis_dec_init), (vorbis_dec_convert),
22000         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22001         Added query/convert/formats functions to vorbis and theora decoders
22002         so that the outside world can use them too. Fixed seeking on an
22003         ogg/theora/vorbis file by disabling the seeking seeking on the
22004         theora srcpad.
22005
22006 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22007
22008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22009         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22010         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22011         images creation for both elements. We don't create the image on caps
22012         nego or renego, we just destroy the internal one if present if it does
22013         not match the needs. The chain function takes care of creating a new
22014         image when needed.
22015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22016         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22017         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22018         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22019         the image format information. The buffer pool checks for the context
22020         image format and discard images with different formats.
22021         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22022
22023 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22026         (gst_ffmpegcolorspace_chain):
22027           no point in doing any chaining if the pad we want to push from
22028           isn't usable.
22029
22030 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22031
22032         * gst-libs/gst/riff/riff-media.c:
22033         (gst_riff_create_audio_caps_with_data):
22034           Fix double end-to-native symbol conversion (#148021).
22035
22036 2004-07-20  David Schleef  <ds@schleef.org>
22037
22038         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22039         Don't use an Atom that doesn't exist.
22040
22041 2004-07-20  Wim Taymans  <wim@fluendo.com>
22042
22043         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22044         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22045         (gst_multifdsink_client_remove),
22046         (gst_multifdsink_handle_client_write),
22047         (gst_multifdsink_queue_buffer):
22048         * gst/tcp/gstmultifdsink.h:
22049         More multifdsink stats. Avoid deadlock by releasing locks
22050         before sending out a signal.
22051
22052 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22053
22054         * po/LINGUAS:
22055         * po/hu.po:
22056           added Hungarian translation (Laszlo Dvornik)
22057
22058 2004-07-20  Wim Taymans  <wim@fluendo.com>
22059
22060         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22061         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22062         (gst_multifdsink_handle_client_write),
22063         (gst_multifdsink_queue_buffer):
22064         * gst/tcp/gsttcp-marshal.list:
22065         Fixed the stupid marshal definition.
22066
22067 2004-07-20  Wim Taymans  <wim@fluendo.com>
22068
22069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22070         (gst_multifdsink_init), (gst_multifdsink_add),
22071         (gst_multifdsink_client_remove),
22072         (gst_multifdsink_handle_client_write),
22073         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22074         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22075         (gst_multifdsink_init_send):
22076         * gst/tcp/gstmultifdsink.h:
22077         Added more stats, added timeout for a client, fixed some typos
22078         and added some comments.
22079
22080 2004-07-20  Wim Taymans  <wim@fluendo.com>
22081
22082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22083         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22084         (gst_multifdsink_client_remove),
22085         (gst_multifdsink_handle_client_write):
22086         * gst/tcp/gstmultifdsink.h:
22087         * gst/tcp/gsttcp-marshal.list:
22088         Added get_stats method that returns a GValueArray of
22089         stats values.
22090
22091 2004-07-19  Benjamin Otte  <otte@gnome.org>
22092
22093         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22094           make sure longname, description and author are valid UTF-8
22095
22096 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22097
22098         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22099         (gst_ximagesink_set_property):
22100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22101         (gst_xvimagesink_set_property):
22102           make sure SYNCHRONOUS is respected after getting the X context
22103
22104 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22105
22106         * gst/matroska/matroska-demux.c:
22107         (gst_matroska_demux_handle_src_event),
22108         (gst_matroska_demux_parse_blockgroup):
22109         * gst/matroska/matroska-ids.h:
22110           add BlockReference tag and ignore it to clear out log.
22111           ignore NAVIGATION events to clear out log.
22112
22113 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22116         (gst_matroska_demux_add_stream):
22117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22118           add debug categories
22119
22120 2004-07-16  Wim Taymans  <wim@fluendo.com>
22121
22122         * ext/libpng/Makefile.am:
22123         * ext/libpng/gstpng.c: (plugin_init):
22124         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22125         (gst_pngdec_get_type), (gst_pngdec_base_init),
22126         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22127         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22128         * ext/libpng/gstpngdec.h:
22129         Added png decoder.
22130
22131 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22132
22133         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22134         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22135         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22136         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22137         (gst_ximagesink_buffer_alloc):
22138         * sys/ximage/ximagesink.h:
22139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22140         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22141         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22142         (gst_xvimagesink_buffer_alloc):
22143         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22144         again. Using internal data pointer of the x(v)image to store image's
22145         data to be coherent with the buffer alloc mechanism. Investigated the
22146         image destruction code to be sure that everything gets freed correctly.
22147
22148 2004-07-16  Wim Taymans  <wim@fluendo.com>
22149
22150         * gst-libs/gst/riff/riff-read.c:
22151         (gst_riff_read_strf_vids_with_data),
22152         (gst_riff_read_strf_auds_with_data):
22153         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22154         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22155         Make sure we don't create 0 sized subbuffers in riff-read.
22156         Signal the no more pads signal after reading the avi header.
22157
22158 2004-07-16  Wim Taymans  <wim@fluendo.com>
22159
22160         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22161         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22162         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22163         (gst_decode_bin_init), (gst_decode_bin_dispose),
22164         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22165         (no_more_pads), (close_link), (type_found),
22166         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22167         (gst_decode_bin_change_state), (plugin_init):
22168         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22169         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22170         (gst_play_base_bin_dispose), (queue_overrun),
22171         (gen_preroll_element), (remove_prerolls), (unknown_type),
22172         (no_more_pads), (new_stream), (setup_source),
22173         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22174         (play_base_eos), (gst_play_base_bin_change_state),
22175         (gst_play_base_bin_add_element),
22176         (gst_play_base_bin_remove_element),
22177         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22178         (gst_play_base_bin_unlink_stream),
22179         (gst_play_base_bin_get_streaminfo):
22180         * gst/playback/gstplaybasebin.h:
22181         Better error recovery. Added configurable preroll queue size. Faster
22182         detection of no-more-pads.
22183
22184 2004-07-16  Wim Taymans  <wim@fluendo.com>
22185
22186         * gst-libs/gst/video/video.h:
22187         Added 32 bits RGBA. Not sure if we should use another mime-type
22188         for alpha rgb. Currently the presence of the alpha_mask property
22189         signals an alpha channel.
22190
22191 2004-07-16  Wim Taymans  <wim@fluendo.com>
22192
22193         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22195         FPS seems to be 0.0 to MAX everywhere else.
22196
22197 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22198
22199         * gst-libs/gst/riff/riff-media.c:
22200         (gst_riff_create_video_caps_with_data):
22201           mp42/mp43 (no caps) exist too.
22202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22203           Set pixel_width/height; we've got them in-caps.
22204         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22205         * gst/wavparse/gstwavparse.c: (plugin_init):
22206           Both are valid primary.
22207         * sys/oss/gstossmixer.c:
22208           Remove i18n hack and enable translations.
22209
22210 2004-07-15  Benjamin Otte  <otte@gnome.org>
22211
22212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22213         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22214           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22215
22216 2004-07-15  Benjamin Otte  <otte@gnome.org>
22217
22218         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22219         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22220         (gst_alsa_close_audio):
22221           disable some of the debugging code for now. Writing debugging to a
22222           buffer is broken in current alsalib releases.
22223
22224 2004-07-12  Benjamin Otte  <otte@gnome.org>
22225
22226         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22227           use bufferpools
22228
22229 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22230
22231         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22232         (theora_dec_src_query), (theora_dec_event):
22233         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22234           add debugging categories.  Remove \n's.
22235
22236 2004-07-13  Johan Dahlin  <johan@gnome.org>
22237
22238         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22239         (gst_play_bin_get_property): Impl.
22240
22241 2004-07-13  Wim Taymans  <wim@fluendo.com>
22242
22243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22244         When trying to find the stream length, seek back N pages
22245         instead of just one, where N is the number of streams in
22246         the current chain.
22247
22248 2004-07-13  Wim Taymans  <wim@fluendo.com>
22249
22250         * gst-libs/gst/riff/riff-media.c:
22251         (gst_riff_create_audio_caps_with_data),
22252         (gst_riff_create_audio_caps),
22253         (gst_riff_create_audio_template_caps):
22254         * gst-libs/gst/riff/riff-media.h:
22255         * gst-libs/gst/riff/riff-read.c:
22256         (gst_riff_read_strf_vids_with_data),
22257         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22258         * gst-libs/gst/riff/riff-read.h:
22259         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22260         (gst_avi_demux_add_stream):
22261         Set codec_data on caps for avidemuxer.
22262
22263 2004-07-12  David Schleef  <ds@schleef.org>
22264
22265         * configure.ac: Fix test for Objective C
22266
22267 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22268         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22269         (gst_gdk_pixbuf_chain):
22270           Add svg and pcx to template caps, and ensure that getcaps returns a
22271           subset of the template caps.
22272           Copy each row manually for output, as gdkpixbuf may pad the
22273           rowstride to a 32-bit word boundary.
22274
22275 2004-07-12  Wim Taymans  <wim@fluendo.com>
22276
22277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22278         (gst_riff_create_video_template_caps):
22279         Fix the template caps to include some more media types.
22280
22281 2004-07-12  Wim Taymans  <wim@fluendo.com>
22282
22283         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22284         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22285         (compare_ranks), (print_feature), (gst_decode_bin_init),
22286         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22287         (try_to_link_1), (new_pad), (close_link), (type_found),
22288         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22289         (gst_decode_bin_change_state), (plugin_init):
22290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22291         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22292         (gst_play_base_bin_dispose), (queue_overrun),
22293         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22294         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22295         (gst_play_base_bin_get_property), (play_base_eos),
22296         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22297         (gst_play_base_bin_remove_element),
22298         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22299         (gst_play_base_bin_unlink_stream),
22300         (gst_play_base_bin_get_streaminfo):
22301         * gst/playback/gstplaybasebin.h:
22302         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22303         (gst_play_bin_class_init), (gst_play_bin_init),
22304         (gst_play_bin_dispose), (gst_play_bin_set_property),
22305         (gst_play_bin_get_property), (gen_video_element),
22306         (gen_audio_element), (remove_sinks), (setup_sinks),
22307         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22308         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22309         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22310         (gst_play_bin_query), (plugin_init):
22311         * gst/playback/test4.c: (main):
22312         More fixes on reusing of the element.
22313
22314 2004-07-11  Benjamin Otte  <otte@gnome.org>
22315
22316         * ext/mad/gstmad.c: (normal_seek):
22317           allow seeking for other methods than just SET
22318
22319 2004-07-11  Andy Wingo  <wingo@pobox.com>
22320
22321         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22322         float, "any" caps -> buffer_frames=[0,MAX].
22323
22324         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22325         doesn't intersect our caps with the template any more. Do it
22326         ourselves.
22327         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22328
22329 2004-07-09  Wim Taymans  <wim@fluendo.com>
22330
22331         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22332         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22333         (compare_ranks), (print_feature), (gst_decode_bin_init),
22334         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22335         (try_to_link_1), (new_pad), (close_link), (type_found),
22336         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22337         (gst_decode_bin_change_state), (plugin_init):
22338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22339         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22340         (gst_play_base_bin_dispose), (queue_overrun),
22341         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22342         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22343         (gst_play_base_bin_get_property), (play_base_eos),
22344         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22345         (gst_play_base_bin_remove_element),
22346         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22347         (gst_play_base_bin_unlink_stream),
22348         (gst_play_base_bin_get_streaminfo):
22349         * gst/playback/gstplaybasebin.h:
22350         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22351         (gst_play_bin_class_init), (gst_play_bin_init),
22352         (gst_play_bin_dispose), (gst_play_bin_set_property),
22353         (gst_play_bin_get_property), (gen_video_element),
22354         (gen_audio_element), (remove_sinks), (setup_sinks),
22355         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22356         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22357         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22358         (gst_play_bin_query), (plugin_init):
22359         * gst/playback/test4.c: (main):
22360         Work on object reuse and seeking.
22361
22362 2004-07-09  Wim Taymans  <wim@fluendo.com>
22363
22364         * examples/seeking/seek.c: (iterate):
22365         Don't consume all CPU in the idle loop.
22366
22367 2004-07-09  Wim Taymans  <wim@fluendo.com>
22368
22369         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22370         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22371         Add pad to element *after* setting the pad functions so that
22372         the scheduler can use the correct ones.
22373
22374 2004-07-09  Wim Taymans  <wim@fluendo.com>
22375
22376         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22377         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22378         Sync to keyframe after seek
22379
22380 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22381
22382         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22384         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22385         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22386         * ext/libvisual/visual.c: (gst_visual_change_state):
22387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22388         * ext/theora/theoradec.c: (theora_dec_change_state):
22389         * ext/theora/theoraenc.c: (theora_enc_change_state):
22390         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22391         * gst-libs/gst/navigation/navigation.c:
22392         * gst/adder/gstadder.c: (gst_adder_change_state):
22393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22394         (gst_audio_convert_get_buffer):
22395         * gst/multipart/multipartdemux.c:
22396         (gst_multipart_demux_change_state):
22397         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22399         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22400         * gst/videoscale/gstvideoscale.c:
22401         (gst_videoscale_handle_src_event):
22402         * gst/volume/gstvolume.c: (volume_chain_int16):
22403           don't assert in state change, this should be done by the base
22404           GstElement class.
22405           various debugging fixes.
22406
22407 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22408
22409         * configure.ac:
22410         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22411         (gst_play_dispose), (gst_play_set_location),
22412         (gst_play_set_data_src), (gst_play_set_video_sink),
22413         (gst_play_set_audio_sink), (gst_play_set_visualization),
22414         (gst_play_connect_visualization), (gst_play_get_sink_element),
22415         (gst_play_get_all_by_interface):
22416         * gst-libs/gst/play/play.h:
22417           add new method to get elements implementing an interface.
22418           add various error logging
22419
22420 2004-07-08  Wim Taymans  <wim@fluendo.com>
22421
22422         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22423         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22424         (make_playerbin_pipeline), (query_durations_elems),
22425         (query_durations_pads), (query_positions_elems),
22426         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22427         (main):
22428         Added playbin seeking example.
22429
22430 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22431
22432         * gst-libs/gst/play/play.c: (gst_play_set_location),
22433         (gst_play_set_data_src), (gst_play_set_video_sink),
22434         (gst_play_set_audio_sink), (gst_play_set_visualization),
22435         (gst_play_connect_visualization), (gst_play_get_framerate):
22436           use a macro to look up elements from hash table
22437
22438 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22439
22440         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22441         (gst_play_get_length_callback), (gst_play_set_location),
22442         (gst_play_seek_to_time), (gst_play_set_data_src),
22443         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22444         (gst_play_set_visualization), (gst_play_connect_visualization),
22445         (gst_play_get_sink_element):
22446         - add debugging info
22447         - fix looking up sink elements by iterating over complete caps
22448         - put everything except for source and autoplugger in a complete bin
22449
22450 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22451
22452         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22454         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22455         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22456         * ext/alsa/gstalsasink.h:
22457         - add debugging info
22458         - clean up schizophrenia of data/buffer/event
22459         - fix double event unref error
22460
22461 2004-07-08  Wim Taymans  <wim@fluendo.com>
22462
22463         * gst/playback/Makefile.am:
22464         Add headers to noinst
22465
22466 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22467
22468         * tools/gst-launch-ext-m.m:
22469         * tools/gst-launch-ext.1.in:
22470           convert to the third millenium
22471
22472 2004-07-07  David Schleef  <ds@schleef.org>
22473
22474         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22475
22476 2004-07-07  Wim Taymans  <wim@fluendo.com>
22477
22478         * gst/playback/Makefile.am:
22479         * gst/playback/README:
22480         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22481         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22482         (compare_ranks), (print_feature), (gst_decode_bin_init),
22483         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22484         (try_to_link_1), (new_pad), (close_link), (type_found),
22485         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22486         (plugin_init):
22487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22488         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22489         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
22490         (gen_preroll_element), (no_more_pads), (new_stream),
22491         (setup_source), (gst_play_base_bin_set_property),
22492         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
22493         (gst_play_base_bin_add_element),
22494         (gst_play_base_bin_remove_element),
22495         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22496         (gst_play_base_bin_unlink_stream),
22497         (gst_play_base_bin_get_streaminfo):
22498         * gst/playback/gstplaybasebin.h:
22499         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22500         (gst_play_bin_class_init), (gst_play_bin_init),
22501         (gst_play_bin_dispose), (gst_play_bin_set_property),
22502         (gst_play_bin_get_property), (gen_video_element),
22503         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
22504         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22505         (gst_play_bin_get_formats), (gst_play_bin_convert),
22506         (gst_play_bin_get_query_types), (gst_play_bin_query),
22507         (plugin_init):
22508         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22509         (gst_stream_info_get_type), (gst_stream_info_class_init),
22510         (gst_stream_info_init), (gst_stream_info_new),
22511         (gst_stream_info_dispose), (gst_stream_info_set_property),
22512         (gst_stream_info_get_property):
22513         * gst/playback/gststreaminfo.h:
22514         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
22515         (main):
22516         * gst/playback/test2.c: (main):
22517         * gst/playback/test3.c: (update_scale), (main):
22518         More playbin fixes. Added README. Do better element filtering.
22519         Added base class to preroll media. Added test apps.
22520
22521 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22522
22523         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
22524         * ext/mpeg2dec/gstmpeg2dec.h:
22525           various debugging improvements.  Reset stream to next picture
22526           instead of sequence header, otherwise seeks cannot work.
22527
22528 2004-07-07  Wim Taymans  <wim@fluendo.com>
22529
22530         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
22531         (gst_video_box_class_init), (gst_video_box_set_property),
22532         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
22533         Use pad_alloc where possible.
22534
22535 2004-07-07  Wim Taymans  <wim@fluendo.com>
22536
22537         * sys/oss/gstosselement.c: (gst_osselement_reset),
22538         (gst_osselement_parse_caps):
22539         * sys/oss/gstosselement.h:
22540         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22541         Fix offset on osssrc.
22542
22543 2004-07-07  Wim Taymans  <wim@fluendo.com>
22544
22545         * ext/theora/theora.c: (plugin_init):
22546         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22547         (theora_dec_src_query), (theora_dec_chain):
22548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22549         (theora_enc_sink_link), (theora_buffer_from_packet),
22550         (theora_push_packet), (theora_enc_chain):
22551         Fix theora granulepos calculation.
22552         Fix overflow in duration/position calculation.
22553         Bump rank to PRIMARY for theoradec.
22554         Use granulepos of last packet to calculate position.
22555         Set keyframe flag on buffers when needed.
22556
22557 2004-07-06  David Schleef  <ds@schleef.org>
22558
22559         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
22560         serious?  (Fixed, obviously.)
22561
22562 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22563
22564         * po/LINGUAS:
22565         * po/cs.po:
22566           added Czech translation (Miloslav Trmac)
22567
22568 2004-07-05  Wim Taymans  <wim@fluendo.com>
22569
22570         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22571         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22572         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
22573         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22574         (close_link), (type_found), (gst_decode_bin_set_property),
22575         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
22576         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
22577         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
22578         (gst_decode_bin_query), (plugin_init):
22579         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22580         (gst_play_bin_class_init), (gst_play_bin_init),
22581         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
22582         (get_video_element), (new_pad), (setup_source),
22583         (gst_play_bin_set_property), (gst_play_bin_get_property),
22584         (gst_play_bin_change_state), (gst_play_bin_add_element),
22585         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
22586         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22587         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22588         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
22589         * gst/playback/test.c: (main):
22590         More fixes, cleaned up playbin, make it use decodebin. Added
22591         threaded property to playbin.
22592
22593 2004-07-05  Wim Taymans  <wim@fluendo.com>
22594
22595         * configure.ac:
22596         * gst/playback/Makefile.am:
22597         * gst/playback/decodetest.c: (main):
22598         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22599         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22600         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
22601         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22602         (close_link), (type_found), (gst_decode_bin_set_property),
22603         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
22604         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
22605         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
22606         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
22607         (plugin_init):
22608         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22609         (gst_play_bin_class_init), (gst_play_bin_init),
22610         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
22611         (collect_sink_pads), (find_compatibles), (close_pad_link),
22612         (try_to_link_1), (new_pad), (close_link), (type_found),
22613         (setup_source), (gst_play_bin_set_property),
22614         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
22615         (compare_ranks), (gst_play_bin_collect_factories),
22616         (gst_play_bin_change_state), (gst_play_bin_add_element),
22617         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
22618         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22619         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22620         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
22621         * gst/playback/test.c: (main):
22622         Added some playback helper elements and some test apps, very alpha
22623         still.
22624
22625 2004-07-04  Benjamin Otte  <otte@gnome.org>
22626
22627         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
22628           only restart audio when we indeed have an xrun to fix repeated
22629           xruns. Fix suggested by Giuliano Pochini.
22630
22631 2004-07-03  David Schleef  <ds@schleef.org>
22632
22633         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
22634         call to gst_debug_log() if debugging is disabled (bug #145118)
22635
22636 2004-07-03  Benjamin Otte  <otte@gnome.org>
22637
22638         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
22639           use our own functions for restarting the alsa device.
22640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22641           I should apply patches myself - use MIN for the third argument, not
22642           the second, this fixes seeking
22643
22644 2004-07-02  David Schleef  <ds@schleef.org>
22645
22646         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22647         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
22648         do with the logic.
22649
22650 2004-07-02  David Schleef  <ds@schleef.org>
22651
22652         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
22653         output buffers.  Fix logic mistake.  (bug #144866)
22654
22655 2004-07-02  David Schleef  <ds@schleef.org>
22656
22657         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
22658         on X.  (bug #144753)
22659
22660 2004-07-02  David Schleef  <ds@schleef.org>
22661
22662         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
22663         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
22664         (bug #144624)
22665         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
22666         (gst_osselement_rate_probe_check): Add another workaround for
22667         buggy drivers (bug #145336)
22668
22669 2004-07-02  David Schleef  <ds@schleef.org>
22670
22671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
22672         Most systems don't have MSG_NOSIGNAL.
22673
22674 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22675
22676         * Makefile.am:
22677         * gst-libs/gst/colorbalance/Makefile.am:
22678         * gst-libs/gst/mixer/Makefile.am:
22679         * gst-libs/gst/play/Makefile.am:
22680         * gst-libs/gst/tuner/Makefile.am:
22681           (hopefully) fix both install and dist and make error message useful.
22682           needs testing across automakes.
22683
22684 2004-07-02  Benjamin Otte  <otte@gnome.org>
22685
22686         * ext/ogg/gstogg.c: (plugin_init):
22687           we require bytestream now
22688         * ext/ogg/gstoggdemux.c:
22689           huge diff to implement chain setup in a fast and generic way. This
22690           improves tag reading and startup of huge files (read: Theora videos)
22691           quite a bit. It probably contains bugs, too, so please test.
22692           Seeking is not improved to the fast method.
22693
22694 2004-06-29  Wim Taymans  <wim@fluendo.com>
22695
22696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22697         * ext/ogg/gstoggmux.c:
22698         Fix memleak in oggdemux when running unconnected pads.
22699         doc update in mux, start working on keyframe mode.
22700
22701 2004-06-29  Benjamin Otte  <otte@gnome.org>
22702
22703         * sys/oss/gstosssink.c:
22704         * sys/oss/gstosssrc.c:
22705           advertise correct template caps - we indeed do non-native endianness
22706           and 8bit audio has no endianness
22707         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
22708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
22709           avoid (wrong) duplications in getcaps function and return
22710           template caps
22711
22712 2004-06-29  Wim Taymans  <wim@fluendo.com>
22713
22714         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22715         (gst_multifdsink_class_init), (gst_multifdsink_add),
22716         (gst_multifdsink_remove), (gst_multifdsink_clear),
22717         (gst_multifdsink_client_remove),
22718         (gst_multifdsink_handle_client_read),
22719         (gst_multifdsink_client_queue_data),
22720         (gst_multifdsink_client_queue_caps),
22721         (gst_multifdsink_client_queue_buffer),
22722         (gst_multifdsink_handle_client_write),
22723         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22724         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
22725         (gst_multifdsink_init_send), (gst_multifdsink_close):
22726         Fix wrong GList iteration that could crash the server when
22727         more then 2 clients disconnect at the same time. Read all the
22728         pending commands in one batch to recover from command storms under
22729         very heavy load.
22730
22731 2004-06-28  Wim Taymans  <wim@fluendo.com>
22732
22733         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22734         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22735         (gst_videomixer_pad_set_property),
22736         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22737         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22738         (gst_videomixer_class_init), (gst_videomixer_init),
22739         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
22740         (pad_zorder_compare), (gst_videomixer_sort_pads),
22741         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22742         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
22743         (gst_videomixer_update_queues), (gst_videomixer_loop),
22744         (plugin_init):
22745         Avoid divide by zero, choose masterpad as the pad with the highest
22746         framerate.
22747
22748 2004-06-27  Julien Moutte  <julien@moutte.net>
22749
22750         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
22751         (gst_ximagesink_xwindow_new):
22752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
22753         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
22754         function directly. We might want to call it from somewhere else one day.
22755
22756 2004-06-27  Julien Moutte  <julien@moutte.net>
22757
22758         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
22759         (gst_ximagesink_xwindow_new):
22760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
22761         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
22762         window decorations.
22763
22764 2004-06-27  Wim Taymans  <wim@fluendo.com>
22765
22766         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
22767         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22768         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
22769         (gst_dvdec_set_property), (gst_dvdec_get_property):
22770         * ext/dv/gstdvdec.h:
22771         Implement drop_factor property to lower the framerate with
22772         a factor.
22773
22774 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22775
22776         * gst-libs/gst/colorbalance/Makefile.am:
22777         * gst-libs/gst/mixer/Makefile.am:
22778         * gst-libs/gst/play/Makefile.am:
22779         * gst-libs/gst/tuner/Makefile.am:
22780           unbreak Company's fix that didn't install the -enum.h files
22781
22782 2004-06-27  Wim Taymans  <wim@fluendo.com>
22783
22784         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
22785         (gst_dvdec_change_state):
22786         * ext/dv/gstdvdec.h:
22787         Fix timestamp, duration and offset of the buffers.
22788
22789 2004-06-27  Wim Taymans  <wim@fluendo.com>
22790
22791         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22792         (gst_multifdsink_class_init), (gst_multifdsink_add),
22793         (gst_multifdsink_remove), (gst_multifdsink_clear),
22794         (gst_multifdsink_client_remove),
22795         (gst_multifdsink_handle_client_read),
22796         (gst_multifdsink_client_queue_data),
22797         (gst_multifdsink_client_queue_caps),
22798         (gst_multifdsink_client_queue_buffer),
22799         (gst_multifdsink_handle_client_write),
22800         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22801         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
22802         (gst_multifdsink_init_send), (gst_multifdsink_close):
22803         * gst/tcp/gstmultifdsink.h:
22804         * gst/tcp/gsttcpserversink.c:
22805         (gst_tcpserversink_handle_server_read),
22806         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
22807         More multifdsink fixes, more recovery policy fixes.
22808         Removed stupid g_print
22809
22810 2004-06-26  Wim Taymans  <wim@fluendo.com>
22811
22812         * gst/tcp/Makefile.am:
22813         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22814         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
22815         (gst_multifdsink_class_init), (gst_multifdsink_init),
22816         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
22817         (gst_multifdsink_handle_client_read),
22818         (gst_multifdsink_client_queue_data),
22819         (gst_multifdsink_client_queue_caps),
22820         (gst_multifdsink_client_queue_buffer),
22821         (gst_multifdsink_handle_client_write),
22822         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22823         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
22824         (gst_multifdsink_chain), (gst_multifdsink_set_property),
22825         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22826         (gst_multifdsink_close), (gst_multifdsink_change_state):
22827         * gst/tcp/gstmultifdsink.h:
22828         * gst/tcp/gsttcpplugin.c: (plugin_init):
22829         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
22830         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
22831         (gst_tcpserversink_handle_server_read),
22832         (gst_tcpserversink_handle_select),
22833         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
22834         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
22835         * gst/tcp/gsttcpserversink.h:
22836         Added multifdsink, made tcpserversink a subclass of fdsink, removed
22837         one of the locks, added recovery policy to multifdsink.
22838
22839 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22840
22841         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
22842           fix decision for when getting frames with same timestamp
22843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22844         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
22845         (gst_v4lsrc_get_property):
22846         * sys/v4l/gstv4lsrc.h:
22847           add latency offset property
22848
22849 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22850
22851         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
22852         (plugin_init):
22853           fix debugging. add category.
22854
22855 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22856
22857         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22858           fix wrong offsets
22859
22860 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22861
22862         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
22863         (gst_alsa_src_get_time), (gst_alsa_src_loop),
22864         (gst_alsa_src_change_state):
22865           return a time that is in sync with the element's processing
22866
22867 2004-06-25  Wim Taymans  <wim@fluendo.com>
22868
22869         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22870         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22871         (gst_tcpserversink_client_remove),
22872         (gst_tcpserversink_handle_client_read),
22873         (gst_tcpserversink_client_queue_data),
22874         (gst_tcpserversink_client_queue_caps),
22875         (gst_tcpserversink_client_queue_buffer),
22876         (gst_tcpserversink_handle_client_write),
22877         (gst_tcpserversink_queue_buffer),
22878         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
22879         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
22880         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
22881         (gst_tcpserversink_close):
22882         * gst/tcp/gsttcpserversink.h:
22883         Serversink rewrite. Really do non blocking writes to clients and
22884         maintain an internal queue to handle slower clients while not
22885         disturbing fast clients.
22886
22887 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22888
22889         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
22890           better debug, don't override OFFSET and OFFSET_END
22891
22892 2004-06-25  Iain <iain@prettypeople.org>
22893
22894         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
22895         name=source for the wavparse pipeline.
22896
22897 2004-06-24  Johan Dahlin  <johan@gnome.org>
22898
22899         * ext/theora/theoraenc.c (theora_enc_chain): Call
22900         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
22901         streamheader caps are set correctly.
22902
22903 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22904
22905         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
22906         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
22907           respect minimum bitrate; same could be done for max bitrate
22908
22909 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22910
22911         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
22912         (gst_vorbisenc_setup):
22913           fix sample rate range
22914
22915 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22916
22917         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
22918         (gst_oggvorbisenc_setup):
22919         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
22920         (gst_vorbisenc_setup):
22921           resolve ambiguities in code and description
22922
22923 2004-06-24  Wim Taymans  <wim@fluendo.com>
22924
22925         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
22926         * ext/alsa/gstalsa.h:
22927         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
22928         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
22929         Use alsa trigger_tstamp to get the timestamp of the first
22930         sample in the buffer for more precise sync. Some cleanups.
22931
22932 2004-06-24  Wim Taymans  <wim@fluendo.com>
22933
22934         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
22935         (gst_audiorate_init), (gst_audiorate_chain),
22936         (gst_audiorate_set_property), (gst_audiorate_get_property):
22937         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
22938         (gst_videorate_chain):
22939         Added some logging, fixed an overflow bug in videorate.
22940
22941 2004-06-24  Benjamin Otte  <otte@gnome.org>
22942
22943         * ext/kio/Makefile.am:
22944           fix for builddir != srcdir and distcheck
22945
22946 2004-06-24  Benjamin Otte  <otte@gnome.org>
22947
22948         * gst-libs/gst/colorbalance/Makefile.am:
22949         * gst-libs/gst/mixer/Makefile.am:
22950         * gst-libs/gst/play/Makefile.am:
22951         * gst-libs/gst/tuner/Makefile.am:
22952         * gst/tcp/Makefile.am:
22953         * sys/dxr3/Makefile.am:
22954           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
22955           tarball.
22956           Also add all *.list files that were missing.
22957         * Makefile.am:
22958           add a distcheck hook to ensure the above doesn't happen again.
22959
22960 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
22961
22962         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
22963
22964 2004-06-23  Colin Walters  <walters@redhat.com>
22965
22966         * m4/Makefile.am: Distribute gst-fionread.m4.
22967
22968 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22969
22970         * configure.ac: back to dev
22971
22972 2004-06-23  Wim Taymans  <wim@fluendo.com>
22973
22974         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22975         (gst_alsa_xrun_recovery):
22976         * ext/alsa/gstalsa.h:
22977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22978         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
22979         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
22980         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
22981         (gst_alsa_src_loop):
22982         Add clock to alsasrc. Take new capture timestamp when
22983         restarting after an overrun. Split up some functions between
22984         alsasrc and alsasink.
22985
22986 === release 0.8.2 ===
22987
22988 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22989
22990         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
22991         (gst_alsa_change_state), (gst_alsa_update_avail),
22992         (gst_alsa_xrun_recovery):
22993         * ext/alsa/gstalsa.h:
22994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22995           merge back changes from release
22996
22997 2004-06-23  Wim Taymans  <wim@fluendo.com>
22998
22999         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23000         (gst_audiorate_init), (gst_audiorate_chain),
23001         (gst_audiorate_set_property), (gst_audiorate_get_property):
23002         Implement sample dropping and notify
23003
23004 2004-06-22  Wim Taymans  <wim@fluendo.com>
23005
23006         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23007         (theora_enc_sink_link), (theora_buffer_from_packet),
23008         (theora_push_packet), (theora_enc_chain):
23009         Some cleanups, make sure the timestamps are correct.
23010
23011 2004-06-22  Wim Taymans  <wim@fluendo.com>
23012
23013         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23014         (gst_alsa_change_state), (gst_alsa_update_avail),
23015         (gst_alsa_xrun_recovery):
23016         * ext/alsa/gstalsa.h:
23017         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23018         Cleanups, take queued samples into account when reporting
23019         the time.
23020
23021 2004-06-22  Wim Taymans  <wim@fluendo.com>
23022
23023         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23024         (gst_videorate_init):
23025         Initialize the property as well.
23026
23027 2004-06-22  Wim Taymans  <wim@fluendo.com>
23028
23029         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23030         (gst_videorate_init), (gst_videorate_chain),
23031         (gst_videorate_set_property), (gst_videorate_get_property):
23032         Add property to make videorate silent.
23033         Add property to prefer new frames over old ones.
23034
23035 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23036
23037         * sys/osxvideo/Makefile.am:
23038         Workaround so that the osxvideo .so file gets linked with the
23039         Cocoa, OpenGL and QuickTime frameworks
23040
23041 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23042
23043         * sys/osxaudio/Makefile.am:
23044         Workaround so that the osxaudio .so file gets linked with the
23045         CoreAudio framework
23046
23047 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23048
23049         * configure.ac:
23050         Whoops, my fault...fixed build issues
23051
23052 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23053
23054         * configure.ac:
23055         Add objective-c support if running in Darwin/Mac OS X
23056         * sys/Makefile.am:
23057         * sys/osxvideo:
23058         * sys/osxvideo/Makefile.am:
23059         * sys/osxvideo/osxvideosink.h:
23060         * sys/osxvideo/osxvideosink.m:
23061         * sys/osxvideo/cocoawindow.h:
23062         * sys/osxvideo/cocoawindow.m:
23063         Add osxvideosink, a cocoa-based osx video sink
23064
23065
23066 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23067         * ext/dvdnav/gst-dvd:
23068         Grab the gconf key from the right spot
23069         * gst/debug/gstnavseek.c: (gst_navseek_init),
23070         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23071         (gst_navseek_chain):
23072         * gst/debug/gstnavseek.h:
23073           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23074           and loop parameters of a segment seek.
23075         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23076         (gst_videotestsrc_get_event_masks),
23077         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23078         * gst/videotestsrc/gstvideotestsrc.h:
23079           Add seeking support to videotestsrc
23080           Initialise the timestamp_offset variable.
23081
23082 2004-06-18  Wim Taymans  <wim@fluendo.com>
23083
23084         * ext/sidplay/gstsiddec.cc:
23085         Fix negotiation and set correct end offset.
23086
23087 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23088
23089         * configure.ac: branch and prerelease
23090
23091 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23092
23093         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23094         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23095         (gst_tcpclientsrc_init_receive):
23096         * gst/tcp/gsttcpclientsrc.h:
23097           read caps when connecting to server for GDP so we set them correctly
23098
23099 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23100
23101         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23102           notify drops and duplicates
23103         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23104           no good reason to limit ourselves to 100x100
23105
23106 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23107
23108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23109         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23110         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23111         (gst_v4lsrc_get_property):
23112         * sys/v4l/gstv4lsrc.h:
23113         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23114         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23115         (gst_v4l_set_audio):
23116         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23117         (gst_v4lsrc_try_capture):
23118         * sys/v4l/v4lsrc_calls.h:
23119           change try_palette to more general try_capture
23120           add autoprobe option so we can turn off autoprobing
23121           various fixes
23122
23123 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23124
23125         * configure.ac:
23126           add videorate
23127         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23128         (gst_ximagesink_class_init):
23129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23130         (gst_xvimagesink_class_init):
23131           run them as finalize, not dispose, since dispose can be invoked
23132           multiple times
23133
23134 2004-06-17  Wim Taymans  <wim@fluendo.com>
23135
23136         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23137         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23138         * ext/alsa/gstalsa.h:
23139         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23140         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23141         (gst_alsa_src_change_state):
23142         * ext/alsa/gstalsasrc.h:
23143         Make the xrun code timestamp and offset the buffers correctly.
23144         moved the clock to the base class, use alsa methods to get time.
23145         Do correct timestamping on outgoing buffers.
23146
23147 2004-06-17  Wim Taymans  <wim@fluendo.com>
23148
23149         * gst/audiorate/Makefile.am:
23150         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23151         (gst_audiorate_base_init), (gst_audiorate_class_init),
23152         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23153         (gst_audiorate_set_property), (gst_audiorate_get_property),
23154         (gst_audiorate_change_state), (plugin_init):
23155         Added an audiorate converter that fills in gaps.
23156
23157 2004-06-17  Johan Dahlin  <johan@gnome.org>
23158
23159         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23160
23161 2004-06-16  Wim Taymans  <wim@fluendo.com>
23162
23163         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23164         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23165         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23166         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23167         (gst_v4lsrc_get_property):
23168         * sys/v4l/gstv4lsrc.h:
23169         Added a copy mode to v4lsrc where it will output a copied version
23170         of its internal hardware buffer.
23171         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23172         can't | them.
23173
23174 2004-06-16  Wim Taymans  <wim@fluendo.com>
23175
23176         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23177         Timestamp fixes.
23178
23179 2004-06-16  Wim Taymans  <wim@fluendo.com>
23180
23181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23182         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23183         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23184         (gst_v4lsrc_get_property):
23185         * sys/v4l/gstv4lsrc.h:
23186         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23187         Added a sync mode enum property to control v4lsrc timestamp method
23188         Removed the use-fixed-fps property and moved functionality in
23189         the enum.
23190         Don't error on an error value from v4l-conf, it might not always
23191         be a real error.
23192
23193 2004-06-16  Wim Taymans  <wim@fluendo.com>
23194
23195         * gst/videorate/Makefile.am:
23196         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23197         (gst_videorate_base_init), (gst_videorate_class_init),
23198         (gst_videorate_getcaps), (gst_videorate_link),
23199         (gst_videorate_init), (gst_videorate_chain),
23200         (gst_videorate_set_property), (gst_videorate_get_property),
23201         (gst_videorate_change_state), (plugin_init):
23202         Added a video timestamp corrector.
23203
23204 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23205
23206         fixed a potential leak with previous commit
23207
23208         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23209
23210 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23211
23212         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23213         Added missing refcount, fixes bug #144425
23214         Cheers Tim for finding the bug
23215
23216 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23217
23218         * sys/v4l/gstv4l.c: (plugin_init):
23219         * sys/v4l/gstv4lcolorbalance.c:
23220         * sys/v4l/gstv4lcolorbalance.h:
23221         * sys/v4l/gstv4lelement.c:
23222         * sys/v4l/gstv4lelement.h:
23223         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23224         * sys/v4l/gstv4lmjpegsink.h:
23225         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23226         * sys/v4l/gstv4lmjpegsrc.h:
23227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23228         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23229         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23230         * sys/v4l/gstv4lsrc.h:
23231         * sys/v4l/gstv4ltuner.c:
23232         * sys/v4l/gstv4ltuner.h:
23233         * sys/v4l/gstv4lxoverlay.c:
23234         * sys/v4l/gstv4lxoverlay.h:
23235         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23236         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23237         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23238         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23239         (gst_v4l_set_audio):
23240         * sys/v4l/v4l_calls.h:
23241         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23242         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23243         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23244         (gst_v4lmjpegsink_playback_init),
23245         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23246         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23247         (gst_v4lmjpegsink_playback_stop),
23248         (gst_v4lmjpegsink_playback_deinit):
23249         * sys/v4l/v4lmjpegsink_calls.h:
23250         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23251         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23252         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23253         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23254         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23255         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23256         * sys/v4l/v4lmjpegsrc_calls.h:
23257         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23258         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23259         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23260         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23261         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23262         (gst_v4lsrc_try_palette):
23263         * sys/v4l/v4lsrc_calls.h:
23264           bunch of paranoia cleanups
23265
23266 2004-06-14  David Schleef  <ds@schleef.org>
23267
23268         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23269         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23270         Send discont events and change timestamps appropriately when
23271         we get a seek event.  (bug #144240)
23272         * ext/cdparanoia/gstcdparanoia.h:
23273
23274 2004-06-14  Benjamin Otte  <otte@gnome.org>
23275
23276         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23277           snd_pcm_hw_params_set_rate  since the latter fails for no good
23278           reason on some setups.
23279
23280 2004-06-14  David Schleef  <ds@schleef.org>
23281
23282         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23283         standard.  Thank you for playing.
23284
23285 2004-06-14  Wim Taymans  <wim@fluendo.com>
23286
23287         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23288         Patch 1.3 broke the ordering of the colorspace info and
23289         made the plugin basically work by coincidence, reordered
23290         the info.
23291
23292 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23293
23294         * ext/lame/gstlame.c:
23295         * ext/mad/gstmad.c:
23296           sync caps.  Make sure mad can only output a list of rates, not
23297           a full range.  In the future, have three caps lists for each of the
23298           mpeg versions.  Change mpegversion to a double as well.
23299
23300 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23301
23302         * gst/volume/.cvsignore:
23303         * gst/volume/Makefile.am:
23304         * gst/volume/demo.c: (value_changed_callback), (idler),
23305         (setup_gui), (main):
23306           added small demo app
23307
23308 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23309         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23310         * ext/esd/esdsink.h:
23311         Close the esd connection on pause, because esd will just wait -
23312         blocking all other esd clients indefinitely.
23313
23314 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23315
23316         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23317           previous commit with GST_DEBUG
23318
23319 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23320
23321         * configure.ac:
23322           add a header check for a dvdread header in dvdnav.  Fixes #133002
23323
23324 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23325
23326         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23327         * gst/tcp/gsttcpclientsink.h:
23328         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23329         * gst/tcp/gsttcpclientsrc.h:
23330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23331         (gst_tcpserversink_handle_server_read),
23332         (gst_tcpserversink_init_send):
23333         * gst/tcp/gsttcpserversink.h:
23334         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23335         * gst/tcp/gsttcpserversrc.h:
23336         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23337         version of IP)
23338
23339 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23340
23341         * configure.ac:
23342         Added ogg library so that OSX detects libtheora properly
23343
23344 2004-06-11  Wim Taymans  <wim@fluendo.com>
23345
23346         * ext/theora/theoradec.c: (theora_dec_chain),
23347         (theora_dec_change_state):
23348         Don't try to decode frames before we received a keyframe.
23349
23350 2004-06-11  Wim Taymans  <wim@fluendo.com>
23351
23352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23353         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23354         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23355         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23356         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23357         Added property to set the maximum delay of a page.
23358
23359 2004-06-10  Wim Taymans  <wim@fluendo.com>
23360
23361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23362         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23363         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23364         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23365         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23366         Added max-delay property to control the maximum amount
23367         of data to put in one page.
23368
23369 2004-06-10  Wim Taymans  <wim@fluendo.com>
23370
23371         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23372         (gst_theora_enc_init), (theora_enc_sink_link),
23373         (theora_buffer_from_packet), (theora_enc_set_property),
23374         (theora_enc_get_property):
23375         Set duration on encoded buffer, added some more properties
23376
23377 2004-06-10  Wim Taymans  <wim@fluendo.com>
23378
23379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23380         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23381         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23382         * ext/theora/theoraenc.c: (theora_enc_chain):
23383         Fix refcounting bugs
23384
23385 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23386
23387         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23388         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23389         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23390         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23391         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23392         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23393         (gst_asf_demux_change_state):
23394         * gst/asfdemux/gstasfdemux.h:
23395           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23396           feels like. I think we should set a new requirement for demuxers
23397           from now on to implement sane loop functions, data loops, query
23398           and seek functions before first commit into CVS. And this commit
23399           fixes all of the above.
23400
23401 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23402
23403         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23404           vorbis comments are properly encoded in UTF-8 before adding them
23405           to a GstTagList
23406
23407 2004-06-09  Benjamin Otte  <otte@gnome.org>
23408
23409         * ext/alsa/gstalsa.c: (add_channels):
23410           handle min <= max correctly
23411         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23412         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23413           add fixation functions so we fixate correctly. No preferring of alaw
23414           anymore because it's the first structure.
23415         * ext/alsa/gstalsa.h:
23416         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23417         (gst_alsa_hw_params_dump):
23418           add functions to ease debugging in alsalib
23419         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23420         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23421         (gst_alsa_start_audio):
23422           only specify hw params if we really setup a format (fixes #134007 -
23423           or at least works around it)
23424
23425 2004-06-09  Wim Taymans  <wim@fluendo.com>
23426
23427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23428         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23429         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23430         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23431         (gst_ogg_mux_loop):
23432         Use stream caps to setup the initial pages in the ogg stream.
23433         Correctly set the streamheader caps on the srcpad.
23434
23435 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23436
23437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23438         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23439         (gst_v4lsrc_getcaps):
23440         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23441         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23442           add querying of fps lists for webcams.  Negotiating to a framerate
23443           now works.
23444
23445 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23446
23447         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23448         (theora_push_buffer), (theora_push_packet),
23449         (theora_set_header_on_caps), (theora_enc_chain):
23450           mark buffers and put on streamheader, raw theora streaming
23451           now works too, whee
23452
23453 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23454
23455         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23456         (gst_tcp_gdp_read_caps):
23457           do a looping read for caps and GDP headers too
23458
23459 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23460
23461         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23462         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23463           return EOS instead of NULL in _get
23464
23465 2004-06-08  Wim Taymans  <wim@fluendo.com>
23466
23467         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23468         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23469         (gst_tcp_gdp_write_caps):
23470         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23471         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23472         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23473         Memory leak fixes
23474
23475 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * ext/vorbis/Makefile.am:
23478         * ext/vorbis/vorbis.c: (plugin_init):
23479         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
23480         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
23481         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
23482         (vorbis_parse_change_state):
23483         * ext/vorbis/vorbisparse.h:
23484           adding a vorbisparse element that marks the buffers, streaming
23485           raw vorbis using GDP now works, whee
23486
23487 2004-06-08  Wim Taymans  <wim@fluendo.com>
23488
23489         * ext/jpeg/Makefile.am:
23490         * ext/jpeg/README:
23491         * ext/jpeg/gstjpeg.c: (plugin_init):
23492         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
23493         (gst_smokedec_base_init), (gst_smokedec_class_init),
23494         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
23495         * ext/jpeg/gstsmokedec.h:
23496         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
23497         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
23498         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
23499         (gst_smokeenc_resync), (gst_smokeenc_chain),
23500         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
23501         * ext/jpeg/gstsmokeenc.h:
23502         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
23503         (smokecodec_flush_destination), (smokecodec_term_destination),
23504         (smokecodec_init_source), (smokecodec_fill_input_buffer),
23505         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
23506         (smokecodec_term_source), (smokecodec_encode_new),
23507         (smokecodec_decode_new), (smokecodec_info_free),
23508         (smokecodec_set_quality), (smokecodec_get_quality),
23509         (smokecodec_set_threshold), (smokecodec_get_threshold),
23510         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23511         (find_best_size), (abs_diff), (put), (smokecodec_encode),
23512         (smokecodec_parse_header), (smokecodec_decode):
23513         * ext/jpeg/smokecodec.h:
23514         Added a new simple jpeg based codec
23515
23516 2004-06-08  Wim Taymans  <wim@fluendo.com>
23517
23518         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
23519         (gst_multipart_mux_loop):
23520         Fix memory leak
23521
23522 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23523
23524         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23525         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
23526         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
23527         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
23528         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23529         * gst/tcp/gsttcpserversink.h:
23530           take streamheader into account
23531
23532 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23533
23534         * gst/level/Makefile.am:
23535         * gst/level/gstlevel.c: (gst_level_class_init):
23536           clean up marshal generation
23537
23538 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23539
23540         * gst/tcp/Makefile.am:
23541         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
23542         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
23543         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
23544         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23545         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
23546         (gst_tcpclientsrc_get_property):
23547         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23548         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23549         (gst_tcpserversink_handle_client_read),
23550         (gst_tcpserversink_handle_client_write),
23551         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
23552         * gst/tcp/gsttcpserversink.h:
23553           add signals client-added and client-removed
23554         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23555         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
23556         (gst_tcpserversrc_get_property):
23557         uniformized, change default protocol to NONE
23558         * gst/tcp/gsttcp-marshal.list: added
23559 2004-06-07  Benjamin Otte  <otte@gnome.org>
23560
23561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23562           handle discont events if they happen before caps nego
23563
23564 2004-06-07  Wim Taymans  <wim@fluendo.com>
23565
23566         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
23567         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
23568         (gst_multipart_demux_plugin_init):
23569         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
23570         (gst_multipart_mux_init), (gst_multipart_mux_loop),
23571         (gst_multipart_mux_change_state):
23572         Small updates, fix a memleak
23573
23574 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23575
23576         * configure.ac: OSS portability
23577         * ext/arts/gst_arts.c: idem
23578         * sys/oss/gstosselement.c: idem
23579         * sys/oss/gstossmixer.c: idem
23580         * sys/oss/gstosssink.c: idem
23581         * sys/oss/gstosssrc.c: idem
23582         * sys/oss/oss_probe.c: idem
23583           - check for soundcard.h in different places for some BSD
23584
23585 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
23586
23587         * AUTHORS:
23588         Add me to the authors file
23589         * configure.ac:
23590         Increase the libdv requirement to >= version 0.100
23591         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23592         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
23593         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
23594         * ext/dv/gstdvdec.h:
23595         Add support for the new_media flag when sending DISCONT events
23596         Make the querying work when video pad is not linked
23597
23598 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
23599
23600         reviewed by Benjamin Otte  <otte@gnome.org>
23601
23602         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
23603           create a NULL-initialized array of pads, so we don't think they
23604           exist already. (fixes #143130)
23605
23606 2004-06-07  Benjamin Otte  <otte@gnome.org>
23607
23608         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
23609         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
23610         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
23611           don't use // coments
23612
23613 2004-06-07  Benjamin Otte  <otte@gnome.org>
23614
23615         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
23616           cast to GstClockTime to get higher granularity
23617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23618           use gst_element_set_time_delay to get the exact time
23619         * ext/mad/gstmad.c: (gst_mad_chain):
23620           use the negotiated rate instead of the current frame's rate which
23621           might be wrong because of bit errors. This avoids emitting totally
23622           bogus timestamps and screwing sync.
23623         (fixes #143454)
23624
23625 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
23626
23627         reviewed by Benjamin Otte  <otte@gnome.org>
23628
23629         * gst/adder/gstadder.c: (gst_adder_loop):
23630           properly error out when no negotiation has happened yet. (fixes
23631           #143032)
23632
23633 2004-06-06  Benjamin Otte  <otte@gnome.org>
23634
23635         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23636           forward correctly transformed offset in discont events. Based on
23637           patch by Arwed v. Merkatz. (fixes #142851)
23638
23639 2004-06-06  David Schleef  <ds@schleef.org>
23640
23641         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
23642         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
23643         problems on several systems.
23644
23645 2004-06-06  Benjamin Otte  <otte@gnome.org>
23646
23647         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
23648           use explicit caps on the srcpad
23649         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23650           properly error out if caps couldn't be set (fixes #142764)
23651
23652 2004-06-06  Benjamin Otte  <otte@gnome.org>
23653
23654         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23655         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23656         (gst_alsa_start_audio):
23657           - don't call set_periods_integer anymore, it breaks the
23658           configuration randomly
23659           - call snd_pcm_hw_params_set_access directly instead of using masks
23660           - don't fail if the sw_params can't be set, just use the default
23661           params and hope it works. Alsalib has weird issues when you touch
23662           sw_params and does no proper error reporting about what failed.
23663         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23664         (gst_alsa_close_audio):
23665           make our alsa debugging go via gst debugging and not conditionally
23666           defined
23667         * ext/alsa/gstalsa.h:
23668           add ALSA_DEBUG_FLUSH macro
23669         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
23670         (plugin_init):
23671           wrap alsa errors to be printed via the gst debugging system and not
23672           spammed to stderr
23673
23674 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23675
23676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
23677         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
23678         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
23679         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
23680         (qtdemux_parse_trak):
23681         * gst/qtdemux/qtdemux.h:
23682           Bitch. Also known as seeking, querying & co.
23683         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23684         (gst_osssink_change_state):
23685         * sys/oss/gstosssink.h:
23686           Resyncing is for weenies, this hack is no longer needed and was
23687           broken anyway (since it - unintendedly - always leaves resync to
23688           TRUE).
23689
23690 2004-06-05  Andrew Turner <zxombie@hotpop.com>
23691
23692         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
23693         * gst/tcp/gsttcpclientsrc.h: idem
23694           - define MSG_NOSIGNAL if not done
23695           - include unistd.h for off_t
23696           (fixes #143749)
23697
23698 2004-06-05  Benjamin Otte  <otte@gnome.org>
23699
23700         * configure.ac:
23701         * ext/kio/Makefile.am:
23702           check for qt's moc preprocessor explicitly and use it
23703
23704 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23705
23706         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
23707           don't get a signal for EPIPE on socket writes
23708           (somebody check if this works on other platforms)
23709
23710 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23711
23712         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23713         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23714           check error condition on available samples correctly
23715
23716 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23717
23718         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
23719           avoid a segfault
23720         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
23721         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
23722         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23723         (gst_tcpserversrc_gdp_read_header):
23724          use ssize_t over size_t since the former is signed and thus the
23725          check for error codes can work
23726
23727 2004-06-02  Wim Taymans  <wim@fluendo.com>
23728
23729         reviewed by: Johan
23730
23731         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
23732         (gst_multipart_mux_loop):
23733         Oops
23734
23735 2004-06-02  Wim Taymans  <wim@fluendo.com>
23736
23737         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
23738         (gst_multipart_mux_init), (gst_multipart_mux_loop),
23739         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
23740         (gst_multipart_mux_change_state):
23741         Added configurable boundary specifier, added the value as a
23742         caps field as well.
23743
23744 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23745
23746         * gst/tcp/gsttcp.c:
23747         * gst/tcp/gsttcpclientsrc.c:
23748         * gst/tcp/gsttcpclientsrc.h:
23749         * gst/tcp/gsttcpserversrc.c:
23750           - portability fix, to compile on OSX
23751             (fixes #143146)
23752
23753         * sys/osxaudio/gstosxaudioelement.c:
23754         * sys/osxaudio/gstosxaudiosink.c:
23755         * sys/osxaudio/gstosxaudiosrc.c:
23756           - compilation warnings on OSX
23757             (fixes #143153)
23758
23759 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23760
23761         * ext/vorbis/vorbisdec.c : sign warning fixes
23762
23763         * gst-libs/gst/mixer/mixertrack.c :
23764           do no use defines which are glib 2.4 specific
23765
23766 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
23767
23768         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
23769           buffer since libflac doesn't expect it (reports a sync error when
23770           it encounters that)
23771
23772
23773 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
23774
23775         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
23776         * gst-libs/gst/mixer/mixertrack.c:
23777         (gst_mixer_track_get_property), (get_mixer_track_init),
23778         (get_mixer_track_get_property): Added property accessors
23779         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
23780         * gst-libs/gst/mixer/mixeroptions.c:
23781         (gst_mixer_options_get_values): Added
23782         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
23783         * gst-libs/gst/mixer/mixer.c: Fixed comment
23784
23785
23786 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23787
23788         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23789           improve error messages on open
23790
23791
23792 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23793
23794         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23795           check if v4l-conf is in path
23796
23797 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23798
23799         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
23800           change assert to a more readable error message
23801
23802 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23803
23804         * gst-libs/gst/tuner/tunerchannel.h:
23805           - add a freq_multiplicator field to make the conversion
23806             between internal frequency unit and Hz
23807         * sys/v4l/gstv4lelement.c:
23808         * sys/v4l2/gstv4l2element.c:
23809           - change default video device to /dev/video0
23810         * sys/v4l/v4l_calls.c:
23811         * sys/v4l2/v4l2_calls.c:
23812           - we only expose frequency to the user in Hz instead of
23813             bastard v4lX unit (either 62.5kHz or 62.5Hz)
23814
23815 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
23816         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23817           Initialise b_o_s and e_o_s variables
23818         * gst-libs/gst/riff/riff-media.c:
23819         (gst_riff_create_video_caps_with_data):
23820           Add some unusual fourcc's from mplayer avi's
23821         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
23822           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
23823           autoplugging.
23824
23825 2004-05-28  Wim Taymans  <wim@fluendo.com>
23826
23827         * configure.ac:
23828         * gst/alpha/Makefile.am:
23829         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23830         (gst_alpha_get_type), (gst_alpha_base_init),
23831         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23832         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
23833         (gst_alpha_chroma_key), (gst_alpha_chain),
23834         (gst_alpha_change_state), (plugin_init):
23835         A plugin to add an alpha channel to I420 video. Can optionally do
23836         chroma keying.
23837         * gst/multipart/Makefile.am:
23838         * gst/multipart/multipart.c: (plugin_init):
23839         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
23840         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
23841         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
23842         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
23843         (gst_multipart_demux_change_state),
23844         (gst_multipart_demux_plugin_init):
23845         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
23846         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
23847         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
23848         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
23849         (gst_multipart_mux_pad_unlink),
23850         (gst_multipart_mux_request_new_pad),
23851         (gst_multipart_mux_handle_src_event),
23852         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
23853         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
23854         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
23855         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
23856         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
23857         send multipart jpeg images to a browser.
23858         * gst/videobox/Makefile.am:
23859         * gst/videobox/README:
23860         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23861         (gst_video_box_get_type), (gst_video_box_base_init),
23862         (gst_video_box_class_init), (gst_video_box_init),
23863         (gst_video_box_set_property), (gst_video_box_get_property),
23864         (gst_video_box_sink_link), (gst_video_box_i420),
23865         (gst_video_box_ayuv), (gst_video_box_chain),
23866         (gst_video_box_change_state), (plugin_init):
23867         Crops or adds borders around an image. can do alpha channel
23868         borders as well.
23869         * gst/videomixer/Makefile.am:
23870         * gst/videomixer/README:
23871         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23872         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
23873         (gst_videomixer_pad_get_sink_event_masks),
23874         (gst_videomixer_pad_get_property),
23875         (gst_videomixer_pad_set_property),
23876         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
23877         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
23878         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23879         (gst_videomixer_base_init), (gst_videomixer_class_init),
23880         (gst_videomixer_init), (gst_videomixer_request_new_pad),
23881         (gst_videomixer_handle_src_event),
23882         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
23883         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
23884         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
23885         (gst_videomixer_loop), (gst_videomixer_get_property),
23886         (gst_videomixer_set_property), (gst_videomixer_change_state),
23887         (plugin_init):
23888         Generic video mixer plugin, can handle multiple inputs all with
23889         different framerates and video sizes. Is fully alpha channel
23890         aware.
23891
23892 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23893
23894         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23895           Select first track as master track. Not sure how else to handle
23896           that...
23897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
23898           Discard discont events. Should fix #142962.
23899
23900 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23901
23902         * ext/alsa/Makefile.am:
23903         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
23904         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
23905         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
23906         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
23907         (gst_alsa_mixer_get_option):
23908         * ext/alsa/gstalsamixer.h:
23909         * ext/alsa/gstalsamixeroptions.c:
23910         (gst_alsa_mixer_options_get_type),
23911         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
23912         (gst_alsa_mixer_options_new):
23913         * ext/alsa/gstalsamixeroptions.h:
23914         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23915         * ext/alsa/gstalsamixertrack.h:
23916           Add enumerations (as GstMixerOptions). Make correct distinction
23917           between input/output tracks. Add capture/playback private flag.
23918           Use flag to decide on whether to set capture or playback volumes
23919           or switches. Use playback and record switches.
23920         * gst-libs/gst/mixer/Makefile.am:
23921         * gst-libs/gst/mixer/mixer-marshal.list:
23922         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
23923         (gst_mixer_set_option), (gst_mixer_get_option),
23924         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
23925         (gst_mixer_volume_changed), (gst_mixer_option_changed):
23926         * gst-libs/gst/mixer/mixer.h:
23927         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
23928         (gst_mixer_options_class_init), (gst_mixer_options_init),
23929         (gst_mixer_options_dispose):
23930         * gst-libs/gst/mixer/mixeroptions.h:
23931           Add GstMixerOptions.
23932         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23933           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
23934           broken device detection on computers with multiple OSS sound
23935           cards.
23936
23937 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23938
23939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23940           fixate nicely even when the peer is not negotiating
23941
23942 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23943
23944         * gst/audioconvert/gstaudioconvert.c:
23945         (gst_audio_convert_parse_caps):
23946           make sure we don't allow depth > width
23947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23948           fixate endianness to G_BYTE_ORDER as default
23949         * gst/audioscale/gstaudioscale.c:
23950           we don't handle another endianness as host-endianness
23951
23952 2004-05-25  David Schleef  <ds@schleef.org>
23953
23954         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
23955
23956 2004-05-24  Benjamin Otte  <otte@gnome.org>
23957
23958         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
23959         (gst_oggvorbisenc_setup):
23960           properly fail when we can't setup the vorbis encoder due to
23961           unsupported settings
23962         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
23963         (gst_vorbisenc_setup):
23964           same
23965         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23966           fix case where warnings occured when one pad was unlinked while the
23967           other's link function was called
23968
23969 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23970
23971         * gst/tcp/Makefile.am:
23972           use GST_ENABLE_NEW
23973
23974 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23975
23976         * gst-libs/gst/resample/private.h:
23977           don't use optimizations that are #if 0'ed
23978
23979 2004-05-24  Wim Taymans  <wim@fluendo.com>
23980
23981         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
23982         Fix potential division by zero error and hopefully get
23983         the position query right to get correct timestamps on avi
23984         audio.
23985
23986 2004-05-24  Wim Taymans  <wim@fluendo.com>
23987
23988         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
23989         (gst_videoscale_scale_nearest_str2),
23990         (gst_videoscale_scale_nearest_str4),
23991         (gst_videoscale_scale_nearest_32bit),
23992         (gst_videoscale_scale_nearest_24bit),
23993         (gst_videoscale_scale_nearest_16bit):
23994         Fix the scaling algorithm and avoid a buffer overflow.
23995         removed the while loop in the scaling function as it
23996         was used for point sampling only.
23997
23998 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23999
24000         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24001         (gst_id3_tag_class_init), (gst_id3_tag_init),
24002         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24003         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24004         (gst_id3_tag_send_tag_event):
24005           lots of fixes to make id3mux work and id3demux work correctly
24006
24007 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24008
24009         * ext/Makefile.am:
24010           add rules to build shout2send (was removed by accident
24011           when this module was no more marked experimental/broken)
24012
24013 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24014
24015         * ext/shout2/gstshout2.c:
24016         * ext/shout2/gstshout2.h:
24017           adding a "connection problem" signal to shout2send
24018           (fixes #142954)
24019
24020 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24021
24022         * ext/kio/kioreceiver.cpp:
24023         * ext/kio/kioreceiver.h:
24024           fix sign comparison issues
24025
24026 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24027
24028         * gst/cdxaparse/gstcdxaparse.c:
24029         * gst/cdxaparse/gstcdxaparse.h:
24030           some renaming
24031           add some checks/sanity
24032           prepare for seek addition
24033
24034         * sys/sunaudio/gstsunaudio.c:
24035           remove exported dupe init function
24036
24037 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24038
24039         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24040         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24041           Fix format conversion and position querying.
24042         * gst/debug/progressreport.c: (gst_progressreport_report):
24043           Don't output a bogus total value that we didn't query.
24044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24045           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24046           only a blank window after xine has been used.
24047
24048 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24049
24050         * m4/as-arts.m4:
24051           sync with upstream version to fix test on FC2
24052           readd with -ko to preserve Id header
24053
24054 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24055
24056         * configure.ac:
24057           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24058         * gst/tcp/gsttcpclientsrc.c: idem
24059         * gst/tcp/gsttcpserversink.c: idem
24060         * gst/tcp/gsttcpserversrc.c: idem
24061         * m4/gst-fionread.m4: idem
24062
24063         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24064
24065         * configure.ac: enable speex plugin for speex 1.1.5+
24066         * ext/speex/gstspeexenc.c: fix cast warning
24067
24068         * ext/esd/README: fix typo
24069
24070 2004-05-20  David Schleef  <ds@schleef.org>
24071
24072         * configure.ac: Minor cosmetic change to convince the buildbot to
24073         reautogen.
24074         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24075         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24076         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24077         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24078         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24079         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24080         More hacking.  Plays audio now.
24081
24082 2004-05-20  David Schleef  <ds@schleef.org>
24083
24084         * configure.ac:
24085         * sys/Makefile.am:
24086
24087 2004-05-20  David Schleef  <ds@schleef.org>
24088
24089         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24090         * sys/osxaudio/gstosxaudio.c:
24091         * sys/osxaudio/gstosxaudioelement.c:
24092         * sys/osxaudio/gstosxaudioelement.h:
24093         * sys/osxaudio/gstosxaudiosink.c:
24094         * sys/osxaudio/gstosxaudiosink.h:
24095         * sys/osxaudio/gstosxaudiosrc.c:
24096         * sys/osxaudio/gstosxaudiosrc.h:
24097
24098 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24099
24100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24101         (gst_vorbisenc_chain):
24102           put the codec headers on the caps as streamheader as well as
24103           pushing them out
24104
24105 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24106
24107         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24108         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24109         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24110         split up push_packet into two functions
24111
24112 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24113
24114         * gst/tcp/.cvsignore:
24115           ignore enums
24116         * gst/tcp/Makefile.am:
24117         * gst/tcp/README:
24118         * gst/tcp/gsttcp.c:
24119         * gst/tcp/gsttcp.h:
24120         * gst/tcp/gsttcpclientsink.c:
24121         * gst/tcp/gsttcpclientsink.h:
24122         * gst/tcp/gsttcpclientsrc.c:
24123         * gst/tcp/gsttcpclientsrc.h:
24124         * gst/tcp/gsttcpplugin.c:
24125         * gst/tcp/gsttcpserversink.c:
24126         * gst/tcp/gsttcpserversink.h:
24127         * gst/tcp/gsttcpserversrc.c:
24128         * gst/tcp/gsttcpserversrc.h:
24129           add new tcp elements
24130
24131 2004-05-19  Wim Taymans  <wim@fluendo.com>
24132
24133         * gst/law/mulaw-conversion.c: (mulaw_encode):
24134         Fix overflow bug in ulaw encoding.
24135
24136 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24137
24138         * ext/mad/gstmad.c: (gst_mad_handle_event):
24139           don't unref the event twice
24140
24141 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24142
24143         * configure.ac:
24144           remove -Wno-sign-compare
24145
24146 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24147
24148         * configure.ac:
24149           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24150           if you want to work against glib 2.2 and 2.4
24151
24152 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24153
24154         * gst/tcp/Makefile.am:
24155         * gst/tcp/gsttcp.c:
24156         * gst/tcp/gsttcp.h:
24157         * gst/tcp/gsttcpsink.h:
24158         * gst/tcp/gsttcpsrc.h:
24159           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24160
24161 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24162
24163         * gst/debug/tests.c: (md5_get_value):
24164           fix segfault on gst-inspect
24165
24166 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24167
24168         * gst/debug/testplugin.c:
24169         * gst/debug/tests.c:
24170         * gst/debug/tests.h:
24171           add new extensible and configurable testing element. Current tests
24172           include buffer count, stream length, timestamp/duration matching and
24173           md5.
24174         * gst/debug/Makefile.am:
24175         * gst/debug/gstdebug.c: (plugin_init):
24176           add infrastructure for new element
24177
24178 2004-05-19  Johan Dahlin  <johan@gnome.org>
24179
24180         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24181         ending of the array. Fixes gst-inspect segfault on ppc.
24182
24183 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24184
24185         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24186
24187         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24188
24189 2004-05-18  David Schleef  <ds@schleef.org>
24190
24191         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24192         warnings (bugs, actually) noticed by gcc but not forte.
24193
24194 2004-05-18  David Schleef  <ds@schleef.org>
24195
24196         * sys/sunaudio/Makefile.am:
24197         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24198
24199 2004-05-18  David Schleef  <ds@schleef.org>
24200
24201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24202         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24203         to allow qtdemux to use non-seekable streams. (bug #142272)
24204
24205 2004-05-18  David Schleef  <ds@schleef.org>
24206
24207         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24208         (gst_resample_sinc_ft_float): Remove use of static temporary
24209         buffer.  This code was obviously not supposed to last long, but
24210         it's stuck in our ABI, so it required a little hack to make it
24211         ABI-compatible.  Fixes #142585.
24212         * gst-libs/gst/resample/resample.h: same.
24213
24214 2004-05-18  David Schleef  <ds@schleef.org>
24215
24216         * configure.ac: Add sunaudio
24217         * examples/Makefile.am: make gstplay depend on gconf
24218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24219         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24220         (convert_table_lookup), (img_convert): remove c99-isms
24221         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24222           unsigned, to fix a warning on Solaris
24223         * gst/mpeg1sys/systems.c: bcopy->memcpy
24224         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24225         * sys/Makefile.am: Add sunaudio
24226
24227 2004-05-18  Wim Taymans  <wim@fluendo.com>
24228
24229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24230         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24231         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24232         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24233         (gst_ogg_mux_loop):
24234         Fix an ugly memleak where the muxer didn't flush enough ogg
24235         pages. This also resulted in badly muxed ogg files.
24236
24237 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24238
24239         * gst/asfdemux/asfheaders.c :
24240         * gst/asfdemux/asfheaders.h :
24241         * gst/asfdemux/gstasfdemux.c :
24242           - fix ASF_OBJ_PADDING guid
24243           - add 3 new object guids (language list, metadata,
24244             extended stream properties)
24245           - add a function to parse extended header objects
24246
24247 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24248
24249         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24250           remove leftover debugging g_print
24251
24252 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24253
24254         * ext/mad/gstmad.c: (gst_mad_handle_event):
24255           Fix for when the first format in a discont event is not a
24256           byte-based one. Should fix #137710.
24257
24258 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24259
24260         * m4/a52.m4 : fix compilation with -Wall -Werror
24261         * m4/libfame.m4 : idem
24262         * m4/libmikmod.m4 : idem
24263
24264 2004-05-17  Benjamin Otte  <otte@gnome.org>
24265
24266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24267           signal the new tags before giving up the reference
24268
24269 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24270
24271         * ext/shout2/gstshout2.c:
24272           use application/ogg instead of application/x-ogg (patch by Patrick
24273           Guimond, fixes #142432)
24274         * sys/oss/gstosselement.c: (gst_osselement_reset),
24275         (gst_osselement_sync_parms):
24276           don't set fragment size unless specified (fixes #142493)
24277
24278 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24279
24280         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24281           fixes #142664
24282
24283 2004-05-17  Benjamin Otte  <otte@gnome.org>
24284
24285         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24286           compute offsets correctly for internal buffers so timestamps are set
24287           correctly when we can't seek. Also handle cases where there are no
24288           offsets. (based on a patch by David Moore, fixes #142507)
24289
24290 2004-05-17  Benjamin Otte  <otte@gnome.org>
24291
24292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24293           use correct variable when determining amount of data to skip so we
24294           don't skip into the void and segfault
24295
24296 2004-05-16  Benjamin Otte  <otte@gnome.org>
24297
24298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24299           Hi, I'm a memleak
24300
24301 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24302
24303         * gst/asfdemux/gstasfdemux.c:
24304           - fix a mem leak and always propagate tags
24305           - add WMV3 to known video codecs (but no decoder yet)
24306           - replace "surplus data" at end of audio header for what
24307             it is : codec specific data
24308           - fix a typo
24309
24310 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24311
24312         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24313
24314         * gst-libs/gst/audio/audioclock.c:
24315           Fix wrong return type (#142205).
24316
24317 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24318
24319         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24320           Ignore CRCs by default (fixes #142566).
24321
24322 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24323
24324         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24325         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24326         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24327         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24328         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24329         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24330           Fix for cases where we fail to attach to a mixer.
24331
24332 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24333
24334         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24335           Don't touch events after not owning them anymore.
24336         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24337         (gst_wavparse_fmt), (gst_wavparse_other),
24338         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24339         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24340         (gst_wavparse_srcpad_event):
24341         * gst/wavparse/gstwavparse.h:
24342           Add seeking, fix querying.
24343
24344 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24345
24346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24347           - process comments even if they don't end with \0\0
24348             g_convert would ignore them if present and works well without them
24349
24350 2004-05-16  Benjamin Otte  <otte@gnome.org>
24351
24352         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24353           simplify caps
24354
24355 2004-05-16  Benjamin Otte  <otte@gnome.org>
24356
24357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24358           don't write to memory we might not write to - g_convert does that
24359           for us anyway (fixes #142613)
24360         (gst_asf_demux_audio_caps):
24361           comment out gst_util_dump_mem
24362
24363 2004-05-16  Benjamin Otte  <otte@gnome.org>
24364
24365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24366           compute correct expected timestamps after seek (broken since
24367           last commit)
24368         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24369           rename element and debugging category to gdkpixbufscale
24370
24371 2004-05-16  Benjamin Otte  <otte@gnome.org>
24372
24373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24374           add error checking to snd_pcm_delay and remove duplicate call to
24375           snd_pcm_delay that caused issues (see inline code comments)
24376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24377           make more readable and fix return value when snd_pcm_delay fails
24378         (fixes #142586)
24379
24380 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24381         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24382         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24383         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24384         (gst_pixbufscale_link), (gst_pixbufscale_init),
24385         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24386         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24387         (gst_pixbufscale_get_property), (pixbufscale_init):
24388         * ext/gdk_pixbuf/pixbufscale.h:
24389         Add these files I forgot earlier
24390
24391 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24392         * ext/gdk_pixbuf/Makefile.am:
24393         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24394         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24395         Add new pixbufscale element to scale RGB video
24396         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24397         and HYPER interpolation correctly.
24398         * ext/theora/theoraenc.c: (theora_enc_chain),
24399         Discard buffer and return if explicit caps could not be set
24400         (theora_enc_get_property):
24401         Make _get return kbps for the bitrate consistent with
24402         the _set function.
24403
24404
24405 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24406
24407         * ext/libvisual/visual.c: (gst_visual_chain):
24408           add missing visual_audio_analyze
24409
24410 2004-05-14  David Schleef  <ds@schleef.org>
24411
24412         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24413         is killed while we're playing.
24414         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24415         gst_element_no_more_pads().
24416
24417 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24418
24419         * gst-libs/gst/riff/riff-read.c :
24420           - fix INFO tag extraction in RIFF/AVI files
24421             because gst_event_unref (event) also freed taglist
24422           - avoid a mem leak
24423
24424 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24425
24426         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24427         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24428
24429         * gst/auparse/gstauparse.c :
24430           - add code (commented for now) to support audio/x-adpcm on src pad
24431             (we have no decoder for those layout yet)
24432
24433         * gst/cdxaparse/gstcdxaparse.c :
24434         * gst/cdxaparse/gstcdxaparse.h :
24435           - partial rewrite using RiffRead (ripped iain's wavparse code)
24436
24437         * gst/rtp/gstrtpL16enc.c : typo
24438         * gst/rtp/gstrtpgsmenc.c : typo
24439
24440 2004-05-13  Benjamin Otte  <otte@gnome.org>
24441
24442         * configure.ac:
24443           check for exact version of libvisual, it's not supposed to be
24444           API/ABI stable yet
24445
24446 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24447
24448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24449           signal no-more-pads
24450
24451 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24452
24453         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24454         Report which format was used for GST_FORMAT_DEFAULT
24455         * gst/debug/Makefile.am:
24456         * gst/debug/gstdebug.c: (plugin_init):
24457         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24458         (gst_progressreport_class_init), (gst_progressreport_init),
24459         (gst_progressreport_report), (gst_progressreport_set_property),
24460         (gst_progressreport_get_property), (gst_progressreport_chain),
24461         (gst_progressreport_plugin_init):
24462         Add progressreport element for testing.
24463
24464 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24465
24466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24467         * sys/v4l/gstv4lsrc.h:
24468         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24469         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24470         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24471         (gst_v4lsrc_grab_frame):
24472           add more debugging
24473           send a discont at start
24474
24475 2004-05-12  Colin Walters  <walters@redhat.com>
24476
24477         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
24478         inflooping if we can't find a chunk.  Or in other words, don't blow
24479         chunks if we don't have a chunk to blow.
24480
24481 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24482         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
24483         Remove old debug output
24484         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
24485         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
24486         (gst_dvdec_set_property), (gst_dvdec_get_property):
24487         Change the quality setting to an enum, so it works from gst-launch
24488         Don't renegotiate a non-linked pad. Allows audio only decoding.
24489         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
24490         (gst_deinterlace_link), (gst_deinterlace_init):
24491         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24492         (gst_videodrop_link):
24493         Some caps negotiation fixes
24494
24495 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24496
24497         * ext/tarkin/gsttarkin.c :
24498           - Change RANK from NONE to PRIMARY
24499         * ext/gdk_pixbuf/gstgdkpixbuf.c :
24500           - Change RANK from NONE to MARGINAL
24501         * ext/divx/gstdivxenc.c :
24502           - Change RANK from PRIMARY to NONE (encoder/spider issue)
24503
24504 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24505
24506         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24507         (gst_vorbisenc_push_packet):
24508           copy a function that was added between 1.0 and 1.0.1 until we
24509           depend on worthwhile features of post-1.0
24510
24511 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24512
24513         * configure.ac:
24514           enable shout2 by default
24515         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24516         (gst_shout2send_base_init), (gst_shout2send_init),
24517         (gst_shout2send_connect), (gst_shout2send_change_state):
24518         * ext/shout2/gstshout2.h:
24519           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
24520           #142262)
24521         * ext/theora/theora.c: (plugin_init):
24522           don't set rank on encoders
24523
24524 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
24525
24526         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24527           Use codec_data property instead of flag1 and flag2 for wma
24528
24529 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24530
24531         * gst/cdxaparse/gstcdxaparse.c :
24532           - Add mpegversion to CAPS to make it link
24533           - Rank is as GST_RANK_SECONDARY instead of NONE
24534         * gst/auparse/gstauparse.c :
24535           - Document all audio encoding we can encounter from Solaris 9
24536             headers and libsndfile information.
24537           - Increase max. rate from 48000 to 192000 (to match other elements)
24538           - Don't try to play junk data between header and samples
24539
24540 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24541
24542         * ext/libvisual/visual.c: (gst_visual_getcaps):
24543           use the right caps depending on endianness (I hope)
24544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
24545           use GST_RANK_NONE for all non-decoding elements or spider gets
24546           mighty confused
24547
24548 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24549
24550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24551           Fix some odd cases and fix BE metadata parsing of unicode16 text.
24552
24553 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24554
24555         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24556         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
24557         (gst_switch_loop), (gst_switch_get_type):
24558           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
24559           HEADERS. Had to be said.
24560
24561 2004-05-10  David Schleef  <ds@schleef.org>
24562
24563         * configure.ac: Add prototype Dirac support.
24564         * ext/Makefile.am:
24565         * ext/dirac/Makefile.am:
24566         * ext/dirac/gstdirac.cc:
24567         * ext/dirac/gstdiracdec.cc:
24568
24569 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24570
24571         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
24572         (gst_auparse_init), (gst_auparse_chain),
24573         (gst_auparse_change_state):
24574           Hack around spider. Remove me some day please.
24575
24576 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24577
24578         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24579           Fix for some uninitialized variables in previous patch, also
24580           makes it work. Fixes #142286 while we're at it.
24581
24582 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24583
24584         * gst/auparse/gstauparse.c:
24585                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
24586                 only unsupported formats are ADPCM/CCITT G.72x
24587                 reviewed by Ronald
24588         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
24589
24590 2004-05-10  Wim Taymans  <wim@fluendo.com>
24591
24592         * ext/vorbis/Makefile.am:
24593         * ext/vorbis/README:
24594         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
24595         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
24596         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
24597         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
24598         (gst_oggvorbisenc_convert_sink),
24599         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
24600         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
24601         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
24602         (get_constraints_string), (update_start_message),
24603         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
24604         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
24605         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
24606         * ext/vorbis/oggvorbisenc.h:
24607         * ext/vorbis/vorbis.c: (plugin_init):
24608         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
24609         (raw_caps_factory), (gst_vorbisenc_class_init),
24610         (gst_vorbisenc_init), (gst_vorbisenc_setup),
24611         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
24612         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
24613         * ext/vorbis/vorbisenc.h:
24614         Added a raw vorbis encoder to be used with the oggmuxer.
24615         We still need the old encoder for some gnome applications,
24616         read the README to find out how that works.
24617         The raw encoder is called "rawvorbisenc" until 0.9.
24618
24619 2004-05-10  Wim Taymans  <wim@fluendo.com>
24620
24621         * ext/ogg/gstogg.c: (plugin_init):
24622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
24623         (gst_ogg_print):
24624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
24625         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
24626         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
24627         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
24628         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
24629         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
24630         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
24631         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
24632         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
24633         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
24634         Added an ogg muxer.
24635         Small typo fixes in the demuxer.
24636
24637 2004-05-10  Wim Taymans  <wim@fluendo.com>
24638
24639         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24640         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
24641         (theora_enc_change_state), (theora_enc_set_property),
24642         (theora_enc_get_property):
24643         Mark the last packet with an EOS flag which is not really needed
24644         in gstreamer.
24645         Do some better video framerate initialisation.
24646         Update the buffer timestamp.
24647
24648 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
24649
24650         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
24651         Return the result of the parent state change call
24652
24653 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24654
24655         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
24656         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
24657         * gst/law/alaw-encode.c : (idem)
24658         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
24659         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
24660         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
24661
24662 2004-05-09  Benjamin Otte  <otte@gnome.org>
24663
24664         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24665           don't use a fixed buffer size when writing variable length data to
24666           it. Fixes memory corruption and makes alsasrc work
24667
24668 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24669
24670         * ext/gnomevfs/gstgnomevfssink.c:
24671         (_gst_boolean_allow_overwrite_accumulator),
24672         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
24673           Run glib's default signal handler (??) in RUN_CLEANUP rather than
24674           RUN_LAST, and don't use that to set the accumulator value because
24675           then it's always FALSE.
24676
24677 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24678
24679         * gst-libs/gst/riff/riff-media.c:
24680         (gst_riff_create_video_caps_with_data),
24681         (gst_riff_create_audio_caps),
24682         (gst_riff_create_audio_template_caps):
24683         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24684           Fix for unaligned RIFF files (i.e. where all the chunks together
24685           in a LIST chunk are not of the same size as the size given in
24686           the LIST chunk header). Fixes several odd WAVE files. Also fix
24687           ADPCM (block_align property) in audio, so that wavparse based
24688           on this works now as it used to stand-alone.
24689
24690 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
24691
24692         reviewed by Benjamin Otte  <otte@gnome.org>
24693
24694         * ext/a52dec/gsta52dec.c:
24695         * ext/divx/gstdivxdec.c:
24696         * ext/divx/gstdivxenc.c:
24697         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
24698         * ext/faac/gstfaac.c: (gst_faac_base_init):
24699         * ext/faad/gstfaad.c: (gst_faad_base_init):
24700         * ext/ivorbis/vorbisfile.c:
24701         * ext/lame/gstlame.c:
24702         * ext/libfame/gstlibfame.c:
24703         * ext/mpeg2enc/gstmpeg2enc.cc:
24704         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
24705         * ext/sidplay/gstsiddec.cc:
24706         * ext/speex/gstspeexdec.c:
24707         * ext/speex/gstspeexenc.c:
24708         * ext/xvid/gstxviddec.c:
24709         * ext/xvid/gstxvidenc.c:
24710           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
24711           (fixes #142193)
24712
24713 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24714
24715         * ext/alsa/gstalsa.c: (device_list),
24716         (gst_alsa_class_probe_devices):
24717         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
24718           Fix alsa oddness in mixer after the combination of using mixer
24719           in source/sink elements and using hw:x,y instead of just hw:x.
24720
24721 2004-05-09  Benjamin Otte  <otte@gnome.org>
24722
24723         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
24724         (gst_wavparse_create_sourcepad):
24725           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
24726           sourcepads
24727
24728 2004-05-09  Benjamin Otte  <otte@gnome.org>
24729
24730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24731           allow discont events before caps nego
24732
24733 2004-05-08  Benjamin Otte  <otte@gnome.org>
24734
24735         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24736           don't leak events
24737
24738 2004-05-08  Benjamin Otte  <otte@gnome.org>
24739
24740         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
24741         (gst_level_change_state), (gst_level_init):
24742         * gst/level/gstlevel.h:
24743           figure out if we're initialized directly instead of keeping a
24744           variable that's wrong in 90% of cases
24745           don't initialize pads and then leak them and use a new unitialized
24746           pad. (fixes #142084)
24747           these were bugs so n00bish I didn't find them for an hour :/
24748
24749 2004-05-08 Iain <iain@prettypeople.org>
24750
24751         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
24752         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
24753         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
24754         return the length that was read.
24755         (gst_riff_read_strf_auds): Allow fmt tags as well.
24756
24757 2004-05-07  David Schleef  <ds@schleef.org>
24758
24759         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
24760         signed char assumption in faad.h.
24761
24762 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
24765           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
24766
24767 2004-05-07  Colin Walters  <walters@redhat.com>
24768
24769         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
24770         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
24771         function.
24772         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
24773         Add dispose function.
24774
24775 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
24776         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
24777           Fix caps nego and pad templates. RGB mode caps should
24778           work now.
24779         * ext/dvdnav/gst-dvd:
24780           Move mpeg2dec inside the thread because otherwise the
24781           queue rejects cap changes mid-stream
24782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
24783         (gst_mpeg2dec_flush_decoder):
24784           For mpeg2dec > 0.4.0, call the flush function instead of
24785           manually extracting all in-flight frames.
24786         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
24787         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
24788           Change mime type video/dv go video/x-dv to match the
24789           rest of gst-plugins
24790
24791 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24792
24793         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24794         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
24795         (gst_alsa_sink_class_init):
24796         * ext/alsa/gstalsasink.h:
24797         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
24798         (gst_alsa_src_class_init):
24799         * ext/alsa/gstalsasrc.h:
24800           Make alsasink/src a subclass of alsamixer so that mixer stuff
24801           shows up in gst-rec. Needs some finetuning.
24802
24803 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24804
24805         * ext/lame/gstlame.c: (gst_lame_chain):
24806           simplify
24807         * ext/mad/gstmad.c: (gst_mad_handle_event):
24808           fix event leak
24809         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
24810           be able to detect mp3 files < 4096 bytes
24811
24812 2004-05-06  Wim Taymans  <wim@fluendo.com>
24813
24814         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24815         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
24816         (theora_enc_set_property), (theora_enc_get_property):
24817         Also encode the first frame, cleanup some code.
24818
24819 2004-05-06  Wim Taymans  <wim@fluendo.com>
24820
24821         * ext/mpeg2enc/gstmpeg2enc.cc:
24822         Forward events first before deciding that negotiation was
24823         not performed.
24824
24825 2004-05-06  Wim Taymans  <wim@fluendo.com>
24826
24827         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24828         First process the events before deciding that negotiation
24829         was not performed.
24830
24831 2004-05-06  Wim Taymans  <wim@fluendo.com>
24832
24833         * ext/theora/Makefile.am:
24834         * ext/theora/theora.c: (plugin_init):
24835         * ext/theora/theoradec.c: (theora_dec_change_state):
24836         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
24837         (gst_theora_enc_class_init), (gst_theora_enc_init),
24838         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
24839         (theora_enc_chain), (theora_enc_change_state),
24840         (theora_enc_set_property), (theora_enc_get_property):
24841         Added a theora encoder, grouped the encoder and decoder into the
24842         same plugin.
24843
24844 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24845
24846         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
24847         (gst_jpegenc_chain):
24848         fix DURATION on outgoing buffers
24849         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24850         debug using time formats
24851         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24853         (gst_xvimagesink_sink_link):
24854         windows with width/height 0 generate X errors, so don't allow them
24855
24856 2004-05-05  Wim Taymans  <wim@fluendo.com>
24857
24858         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
24859         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
24860         (gst_mpeg2dec_negotiate_format):
24861         * ext/mpeg2dec/gstmpeg2dec.h:
24862           removed the static pad template so that we can add the
24863           more accurate framerate value to the caps.
24864
24865
24866 2004-05-04  Benjamin Otte  <otte@gnome.org>
24867
24868         * configure.ac:
24869           check for kdemacros.h, too (should fix #141821)
24870         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24871           don't crash if no header was sent, but nicely error out (fixes part
24872           of #141554)
24873
24874 2004-05-04  Wim Taymans  <wim@fluendo.com>
24875
24876         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
24877         parent dispose function to avoid segfault on destroy.
24878
24879 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
24880
24881         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24882         (plugin_init):
24883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24884         (gst_xvimagesink_sink_link):
24885         clean up debugging caps
24886         also recreate xvimage when format has changed
24887
24888 2004-05-04  Benjamin Otte  <otte@gnome.org>
24889
24890         * ext/libvisual/Makefile.am:
24891         * ext/libvisual/visual.c: (gst_visual_class_init),
24892         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
24893         (gst_visual_srclink), (gst_visual_chain),
24894         (gst_visual_change_state), (plugin_init):
24895           use a GstAdapter to correctly adapt buffer sizes - allows using a
24896           framerate
24897
24898 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24899
24900         * sys/v4l/gstv4lelement.h:
24901         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
24903         (gst_v4lsrc_buffer_free):
24904         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
24905         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24906         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
24907         (gst_v4lsrc_requeue_frame):
24908         move some debugging categories around
24909         query for fps index and set accordingly if found
24910
24911 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24912
24913         * ext/lame/gstlame.c:
24914         correct defaults that lame_init puts out of range
24915
24916 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24917
24918         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
24919         (gst_divxenc_class_init):
24920         fix range since -1 is the default
24921         * gst/mpeg1sys/gstmpeg1systemencode.c:
24922         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
24923         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
24924         (gst_rtjpegdec_chain):
24925         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
24926         (gst_rtjpegenc_chain):
24927         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
24928         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
24929         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
24930         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
24931         * sys/v4l/gstv4lsrc.c:
24932         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24933         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24934         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24935         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
24936         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
24937           remove gst_info calls
24938
24939 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24940
24941         * Makefile.am:
24942         * po/af.po:
24943         * po/az.po:
24944         * po/en_GB.po:
24945         * po/nl.po:
24946         * po/sr.po:
24947         * po/sv.po:
24948           Updated translations
24949
24950 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24951
24952         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
24953           refactor/comment code
24954
24955 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24956
24957         * gst/asfdemux/Makefile.am:
24958         * gst/asfdemux/asfheaders.c:
24959         * gst/asfdemux/asfheaders.h:
24960         * gst/asfdemux/gstasf.c: (plugin_init):
24961         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
24962         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
24963         (gst_asf_demux_setup_pad):
24964         * gst/asfdemux/gstasfdemux.h:
24965         * gst/asfdemux/gstasfmux.c:
24966         * gst/asfdemux/gstasfmux.h:
24967           Add tagging support to demuxer, split out registration in its own
24968           file instead of in demux (hacky), and prevent having some tables
24969           in our memory multiple times (in asfheaders.h).
24970
24971 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24972
24973         * gst/matroska/matroska-demux.c:
24974         (gst_matroska_demux_parse_metadata):
24975         * gst/matroska/matroska-ids.h:
24976           Basic tag reading support.
24977
24978 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24979
24980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24981           Really detect ac-3 audio.
24982         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
24983           really detect matroska files (off-by-1).
24984
24985 2004-04-30  David Schleef  <ds@schleef.org>
24986
24987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24988         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
24989         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
24990         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
24991         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
24992         hackage -- parse a lot more atoms, extract a few tags.  One might even
24993         mistake this for tag support.  Maybe it is.
24994         * gst/qtdemux/qtdemux.h:
24995
24996 2004-04-30  Colin Walters  <walters@verbum.org>
24997
24998         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
24999
25000 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25001
25002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25003         (gst_ffmpegcolorspace_getcaps):
25004           remove broken nego fix
25005
25006 2004-04-30  Benjamin Otte  <otte@gnome.org>
25007
25008         * configure.ac:
25009         * ext/Makefile.am:
25010         * ext/libvisual/Makefile.am:
25011         * ext/libvisual/visual.c:
25012           add initial support for libvisual (http://libvisual.sourceforge.net)
25013           libvisual is still quite alpha, so expect crashes in there :)
25014
25015 2004-04-29  David Schleef  <ds@schleef.org>
25016
25017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25018         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25019         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25020         code; you will no longer respect me.
25021
25022 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25023
25024         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25025         * ext/alsa/gstalsa.h :
25026         change alsa pcm device discovery to find more than 1 device
25027         per card. code review by Ronald.
25028
25029 2004-04-29  David Schleef  <ds@schleef.org>
25030
25031         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25032         Add a check for a driver bug on FreeBSD.  (bug #140565)
25033
25034 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25035
25036         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25037         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25038         (gst_jpegenc_getcaps):
25039           move format setting to inner loop
25040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25041         (gst_ffmpegcolorspace_getcaps):
25042           use GST_PAD_CAPS if available so that we use already negotiated
25043           caps
25044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25045         (qtdemux_parse_moov), (qtdemux_parse):
25046           extra debugging
25047         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25048         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25049           move hardcoded path to DEFINE
25050
25051 2004-04-28  David Schleef  <ds@schleef.org>
25052
25053         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25054         (bug #140064)
25055
25056 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25057
25058         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25059           Don't probe for playback device if we're a source element. Fixes
25060           #139658.
25061
25062 2004-04-29  Benjamin Otte  <otte@gnome.org>
25063
25064         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25065         (gst_id3_tag_chain):
25066           rewrite buffer offset
25067
25068 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25069
25070         * configure.ac:
25071         * ext/Makefile.am:
25072         * ext/dts/Makefile.am:
25073         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25074         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25075         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25076         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25077         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25078         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25079         (plugin_init):
25080         * ext/dts/gstdtsdec.h:
25081           New DTS decoder.
25082         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25083         (gst_faad_srcconnect):
25084           Add ESDS atom handling (.m4a).
25085
25086 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25087
25088         * ext/divx/gstdivxdec.c: (plugin_init):
25089           Remove comment that makes no sense.
25090         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25091           Fix for obvious typo that resulted in warnings during gst-register.
25092         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25093         (gst_xviddec_sink_link):
25094           Fix caps negotiation a bit better.
25095         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25096           We call this 'codec_data', not 'esds'.
25097
25098 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25099
25100         * gst/monoscope/gstmonoscope.c:
25101           make sure we only provide 256x128
25102         * gst/monoscope/monoscope.c: (monoscope_init):
25103           assert size of 256x128
25104
25105 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25106
25107         * Makefile.am:
25108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25109         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25110           fixate to max width and height of device
25111
25112 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25113
25114         * Makefile.am:
25115         * sys/v4l/gstv4l.c:
25116         * sys/v4l/gstv4lsrc.c:
25117         * sys/v4l/v4l_calls.c:
25118         * sys/v4l/v4lsrc_calls.c:
25119           fix for qc-usb driver which fakes having more than one buffer
25120           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25121           buffer_free override
25122           add debugging
25123
25124 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25125
25126         * Makefile.am:
25127         * gst/videotestsrc/gstvideotestsrc.c:
25128         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25129         (gst_videotestsrc_init), (gst_videotestsrc_get),
25130         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25131         * gst/videotestsrc/gstvideotestsrc.h:
25132           add num-buffers property
25133
25134         2004-04-26  Benjamin Otte  <otte@gnome.org>
25135
25136         * ext/mad/gstid3tag.c: (plugin_init):
25137           set id3mux rank to NONE so it doesn't confuse spider
25138           require audio/mpeg,mpegversion=1 in id3mux
25139
25140 2004-04-26  Benjamin Otte  <otte@gnome.org>
25141
25142         * configure.ac:
25143           detect faad correctly as non-working if it's indeed non-working
25144
25145 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25146
25147         * Makefile.am:
25148         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25149         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25150         fix _getcaps so it only negotiates to its supported format
25151
25152 2004-04-25  Benjamin Otte  <otte@gnome.org>
25153
25154         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25155           fix memleak
25156
25157 2004-04-23  Benjamin Otte  <otte@gnome.org>
25158
25159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25160           audio/x-raw-int with height rules! not. Now it's depth.
25161
25162 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25163
25164         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25165         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25166         (gst_wavparse_loop):
25167           Missing variable initialization. Add handling of DVI ADPCM. Fix
25168           mis-parsing of LIST chunks. This works around a bug where we mis-
25169           parse non-aligning LIST chunks (so LIST chunks where the contents
25170           don't align with the actual LIST size). The correct fix is to use
25171           rifflib, I'm not going to fix wavparse - too much work. All this
25172           fixes #104878.
25173
25174 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25175
25176         reviewed by Benjamin Otte  <otte@gnome.org>
25177
25178         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25179           fix shoutcast not working (fixes #140844)
25180
25181 2004-04-22  Benjamin Otte  <otte@gnome.org>
25182
25183         * ext/hermes/gsthermescolorspace.c:
25184         (gst_hermes_colorspace_caps_remove_format_info):
25185         * gst/colorspace/gstcolorspace.c:
25186         (gst_colorspace_caps_remove_format_info):
25187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25188         (gst_ffmpegcolorspace_caps_remove_format_info):
25189           s/gst_caps_simplify/gst_caps_do_simplify/
25190
25191 2004-04-22  Benjamin Otte  <otte@gnome.org>
25192
25193         * gst-libs/gst/riff/riff-media.c:
25194         (gst_riff_create_video_caps_with_data):
25195           mpegversion is an int
25196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25197           don't try to create pad templates with NULL caps, use any caps
25198           instead.
25199
25200 2004-04-20  David Schleef  <ds@schleef.org>
25201
25202         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25203         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25204         (bug #140384)
25205
25206 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25207
25208         reviewed by David Schleef
25209
25210         * ext/mad/gstid3tag.c: Add stdlib.h
25211         * gst/rtp/gstrtpgsmenc.c: same
25212         * gst/tags/gstid3tag.c: same
25213         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25214         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25215         GST_DISABLE_LOADSAVE use.
25216         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25217         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25218         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25219         atol(3)).
25220         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25221         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25222         strtoul(3)).
25223         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25224         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25225         $(ID3_CFLAGS).
25226         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25227         $(LIBFAME_CFLAGS).
25228
25229 2004-04-20  David Schleef  <ds@schleef.org>
25230
25231         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25232         last checkin.  Same idea.
25233
25234 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25235
25236         reviewed by David Schleef
25237
25238         * configure.ac: bump required gstreamer version to 0.8.1.1
25239         because of following changes [--ds]
25240
25241         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25242         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25243         (gst_riff_read_header):  Use GST_READ_UINT*
25244         macros to access possibly unaligned memory.
25245
25246         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25247         (mp3_type_find):  Use GST_READ_UINT*
25248         macros to access possibly unaligned memory.
25249         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25250         (speex_type_find): Likewise
25251
25252         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25253
25254         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25255         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25256         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25257         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25258         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25259         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25260         macros to access possibly unaligned memory.
25261
25262         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25263         Likewise.
25264
25265         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25266         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25267
25268         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25269         Likewise.
25270
25271         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25272         (gst_mpeg2subt_chain_subtitle): Likewise.
25273
25274         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25275         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25276         Likewise.
25277
25278         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25279         Likewise.
25280
25281         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25282         Likewise.
25283
25284         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25285         Likewise.
25286
25287 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25288
25289         * configure.ac:
25290           update required version of GStreamer because of GST_TIME_FORMAT
25291
25292 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25293
25294         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25295           remove leftover g_print
25296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25297           don't try setting only a subset of the caps. We don't want to kill
25298           autoplugging on purpose
25299
25300 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25301
25302         * sys/ximage/ximagesink.c: (plugin_init):
25303         * sys/xvimage/xvimagesink.c: (plugin_init):
25304           add debugging categories
25305
25306 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25307
25308         * po/en_GB.po:
25309         * po/LINGUAS:
25310           Adding en_GB translation (Gareth Owen)
25311
25312 2004-04-20  David Schleef  <ds@schleef.org>
25313
25314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25315         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25316         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25317         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25318         A number of new features and hacks to extract the esds atom and
25319         put it into the caps.  (bug #137724)
25320
25321 2004-04-19  David Schleef  <ds@schleef.org>
25322
25323         * gconf/Makefile.am: Fix for non-GNU make
25324         * gst-libs/gst/Makefile.am: Change directory order to handle
25325         GstPlay linking with gstinterfaces
25326         * gst-libs/gst/audio/make_filter: make use of tr portable
25327         * gst-libs/gst/play/Makefile.am: Add intended \
25328         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25329         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25330         function prototype instead of void *.
25331         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25332         macro.
25333         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25334         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25335         * gst/videofilter/make_filter: make use of tr portable
25336         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25337
25338 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25339
25340         * po/LINGUAS:
25341         * po/uk.po:
25342           Added Ukrainian translation (Maxim V. Dziumanenko)
25343
25344 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25345
25346         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25347         (gst_gsmdec_link), (gst_gsmdec_chain):
25348           Fix capsnego, simplify chain function slightly.
25349         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25350           Add GSM.
25351
25352 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25353
25354         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25355         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25356         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25357           Hack to make wavparse work with spider (always -> sometimes pad).
25358           Fixes #135862 && #140411.
25359
25360 2004-04-18  Benjamin Otte  <otte@gnome.org>
25361
25362         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25363         (gst_osselement_rate_probe_check),
25364         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25365           get rid of \n in debug output
25366
25367 2004-04-17  Iain <iain@prettypeople.org>
25368
25369         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25370         not just EOS.
25371
25372 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25373
25374         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25375         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25376         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25377         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25378         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25379         (gst_id3_tag_change_state), (plugin_init):
25380           deprecate id3tag element and replace with id3demux/id3mux.
25381           great side effect: this ugly file is now even uglier, yay!
25382         * ext/mad/gstmad.h:
25383           remove non-available function
25384           update for new get_type
25385
25386 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25387
25388         * configure.ac:
25389           require mpeg2dec >= 0.4.0
25390
25391 2004-04-17  Benjamin Otte  <otte@gnome.org>
25392
25393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25394         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25395         (gst_xvimagesink_set_xwindow_id):
25396           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25397           assorted cleanup fixes.
25398
25399 2004-04-16  David Schleef  <ds@schleef.org>
25400
25401         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25402         * sys/xvimage/xvimagesink.h: same
25403
25404 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25405
25406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25407           Fix GST_ELEMENT_ERROR with (NULL)
25408
25409 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * gst-libs/gst/riff/riff-media.c:
25412         (gst_riff_create_video_caps_with_data):
25413           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25414
25415 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25416
25417         * gst-libs/gst/riff/riff-media.c:
25418         (gst_riff_create_video_caps_with_data),
25419         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25420         (gst_riff_create_video_template_caps),
25421         (gst_riff_create_audio_template_caps):
25422         * gst-libs/gst/riff/riff-media.h:
25423         * gst-libs/gst/riff/riff-read.c:
25424         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25425         * gst-libs/gst/riff/riff-read.h:
25426         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25427           Add MS RLE support. I added some functions to read out strf chunks
25428           into strf chunks and the data behind it. This is usually color
25429           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25430           caps creation. Lastly, add ADPCM (similar to wavparse - which
25431           should eventually be rifflib based).
25432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25433         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25434         * gst/matroska/matroska-demux.h:
25435           Remove placeholders for some prehistoric tagging system. Didn't add
25436           support for any tag system really anyway.
25437         * gst/qtdemux/qtdemux.c:
25438           Add support for audio/x-m4a (MPEG-4) through spider.
25439         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25440         (gst_wavparse_loop):
25441           ADPCM support (#135862). Increase max. buffer size because we
25442           cannot split buffers for ADPCM (screws references) and I've seen
25443           files with 2048 byte chunks. 4096 seems safe for now.
25444
25445 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25446
25447         * configure.ac: bump nano to 1
25448
25449 === release 0.8.1 ===
25450
25451 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25452
25453         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25454
25455 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25456
25457         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25458           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25459           Fixes #140058
25460
25461 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25462
25463         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25464           lower rank of dvddemux so that it's not used for mpeg playback.
25465
25466 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25467
25468         * configure.ac:
25469           save libs correctly when checking mad
25470
25471 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25472
25473         * ext/mad/gstid3tag.c: (plugin_init):
25474           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25475
25476 2004-04-13  David Schleef  <ds@schleef.org>
25477
25478         * common/m4/gst-feature.m4: Call -config scripts with
25479         --plugin-libs if it is supported.
25480         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
25481         JPEG images are image/jpeg.
25482         * gst/debug/Makefile.am:
25483         * gst/debug/negotiation.c: (gst_negotiation_class_init),
25484         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
25485         (gst_negotiation_update_caps), (gst_negotiation_get_property),
25486         (gst_negotiation_plugin_init): Add a property that acts like
25487         filter caps.
25488         * testsuite/gst-lint:  Move license checking to be a standard
25489         test.
25490
25491 2004-04-13  David Schleef  <ds@schleef.org>
25492
25493         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
25494         patch from Sebastien Cote (bug #139958)
25495
25496 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25497
25498         * examples/gstplay/Makefile.am:
25499         * examples/gstplay/player.c: (main):
25500           make the commandline player example use gconf settings
25501
25502 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25503
25504         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
25505         (gst_cacasink_sinkconnect), (gst_cacasink_init),
25506         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
25507           init/end library during state transition, not object
25508           creation/disposal.  get rid of custom dispose handler.
25509
25510
25511 2004-04-12  Christian Schaller <Uraeus@gnome.org>
25512
25513         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
25514         be a symlink
25515
25516 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25517
25518         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
25519           Handle JUNK chunks inside data section. Prevents warnings.
25520
25521 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25522
25523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
25524         (gst_riff_create_video_template_caps):
25525           Add MS video v1.
25526         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25527         (gst_avi_demux_stream_data):
25528           Add support for "rec-list" chunks.
25529
25530 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25531
25532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25533           Fix another codecname mismatch.
25534
25535 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25536
25537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25538           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
25539           so that MJPEG plays back.
25540
25541 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25542
25543         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25544         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
25545         * gst/mpeg1videoparse/gstmp1videoparse.h:
25546           Fix for some slight mis-cuts in buffer parsing, and for some
25547           potential overflows or faults-causers. Adds disconts. Also fixes
25548           #139105 while we're at it.
25549
25550 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25551
25552         * configure.ac:
25553         * sys/v4l2/gstv4l2element.h:
25554           Workaround for missing struct v4l2_buffer declaration in Suse 9
25555           and Mandrake 10 linux/videodev2.h header file (#135919).
25556
25557 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25558
25559         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25560           Bail out if no filename was given.
25561
25562 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25563
25564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
25565         (gst_v4l2_fourcc_from_structure):
25566           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
25567           Y41B somewhere).
25568
25569 2004-04-09  Benjamin Otte  <otte@gnome.org>
25570
25571         * ext/gnomevfs/gstgnomevfssink.c:
25572         (_gst_boolean_allow_overwrite_accumulator),
25573         (gst_gnomevfssink_class_init):
25574           fix erase signal - if any handler returns false the file will not be
25575           overwritten. If no handler is connected, the file will not be
25576           overwritten either.
25577           renamed signal to "allow-overwrite"
25578         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
25579           free string when adding it to ID3 failed
25580         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25581           unref event when done
25582         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25583           free caps
25584         * gst/typefind/gsttypefindfunctions.c:
25585         (mpeg_video_stream_type_find):
25586           fix invalid read
25587
25588 2004-04-08  David Schleef  <ds@schleef.org>
25589
25590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25591         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
25592
25593 2004-04-08  David Schleef  <ds@schleef.org>
25594
25595         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
25596         we don't support (bug #139532)
25597
25598 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25599
25600         * ext/mad/gstmad.c: (gst_mad_handle_event),
25601         (gst_mad_check_caps_reset), (gst_mad_chain),
25602         (gst_mad_change_state):
25603           only set explicit caps if they haven't been set before for
25604           this stream.  MPEG-audio sample rate/channels aren't allowed
25605           to change in-stream.
25606           Fixes #139382
25607
25608 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25609
25610         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
25611         (_gst_boolean_did_something_accumulator),
25612         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
25613         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
25614         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
25615         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
25616         (gst_gnomevfssink_change_state):
25617           Fix erase signal. Don't erase by default. Remove handoff signal.
25618           Remove erase property. Don't segfault. General cleanup.
25619
25620 2004-04-07  Benjamin Otte  <otte@gnome.org>
25621
25622         * gst-libs/gst/gconf/test-gconf.c: (main):
25623           add missing gst_init
25624
25625 2004-04-07  Benjamin Otte  <otte@gnome.org>
25626
25627         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
25628           free the mutexes, too
25629
25630 2004-04-07  Benjamin Otte  <otte@gnome.org>
25631
25632         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
25633           actually free the URI string
25634         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
25635           compute offset correctly when passing discont events
25636         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25637           don't leak discont events
25638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25639           add some missing breaks so caps aren't copied randomly
25640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
25641           if we realloc memory, we better use it
25642
25643 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25644
25645         * ext/mad/gstmad.c: (normal_seek):
25646           fix GST_FORMAT_TIME usage
25647
25648 2004-04-05  David Schleef  <ds@schleef.org>
25649
25650         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
25651         a deprecated function (hack!)
25652
25653 2004-04-05  Benjamin Otte  <otte@gnome.org>
25654
25655         * ext/esd/esdmon.c: (gst_esdmon_get):
25656           fix nonterminated vararg and memleak
25657
25658 2004-04-05  Benjamin Otte  <otte@gnome.org>
25659
25660         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
25661         (gst_ladspa_init), (gst_ladspa_force_src_caps),
25662         (gst_ladspa_set_property), (gst_ladspa_get_property),
25663         (gst_ladspa_instantiate), (gst_ladspa_activate),
25664         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
25665           clean up debugging
25666
25667 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
25668
25669         reviewed by Benjamin Otte  <otte@gnome.org>
25670
25671         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
25672           check for broken LADSPA parameters (fixes #138635)
25673
25674 2004-04-05  Benjamin Otte  <otte@gnome.org>
25675
25676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
25677           advertise buffer-frames correctly on sinkpads
25678
25679 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25680
25681         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
25682         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
25683         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
25684         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
25685         (gst_mad_check_caps_reset), (gst_mad_chain):
25686         add more debugging, only reset caps when we're not in error state
25687
25688 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25689
25690         * ext/mad/gstmad.c: add debugging category, comment + cleanups
25691
25692 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
25693
25694         reviewed by Benjamin Otte  <otte@gnome.org>
25695
25696         * configure.ac:
25697           fix == in test(1) operator
25698
25699 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
25700
25701         reviewed by Benjamin Otte  <otte@gnome.org>
25702
25703         * configure.ac:
25704           fix --export-symblos-regex to a working regex.
25705
25706 2004-04-04  Benjamin Otte  <otte@gnome.org>
25707
25708         * sys/oss/.cvsignore:
25709           add for oss_probe
25710
25711 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
25712
25713         reviewed by Benjamin Otte  <otte@gnome.org>
25714
25715         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25716           add missing 'new_media' argument (fixes #138168)
25717         * gst/matroska/matroska-demux.c:
25718         (gst_matroska_demux_handle_seek_event):
25719           add vararg terminator (fixes #138169)
25720
25721 2004-04-02  David Schleef  <ds@schleef.org>
25722
25723         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
25724         disted (bug #138914)
25725
25726 2004-04-01  Benjamin Otte  <otte@gnome.org>
25727
25728         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
25729         (gst_alsa_close_audio):
25730           handle case better where a soundcard can't pause
25731         * ext/ogg/gstoggdemux.c:
25732           don't crash when we get events but don't have pads yet
25733
25734 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25735
25736         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
25737           throw an error if we couldn't probe any caps.
25738
25739 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
25740
25741         * ext/dvdnav/gst-dvd:
25742         Add a really simple sample DVD player
25743
25744 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
25745
25746         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
25747         (gst_a52dec_push), (gst_a52dec_handle_event),
25748         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
25749         (gst_a52dec_change_state):
25750         * ext/a52dec/gsta52dec.h:
25751           Use a debug category, Output timestamps correctly
25752           Emit tag info, Handle events, tell liba52dec about cpu
25753           capabilities so it can use MMX etc.
25754         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
25755           Fix a crasher accessing invalid memory
25756         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
25757         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
25758         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
25759         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
25760         (dvdnavsrc_query):
25761           Some support for byte-format seeking.
25762           Small fixes for still frames and menu button overlays
25763         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25764         (gst_mpeg2dec_alloc_buffer):
25765           Use a debug category. Adjust the report level of several items to
25766           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
25767           so it doesn't lose the GstBuffer pointer
25768         * gst/debug/Makefile.am:
25769         * gst/debug/gstdebug.c: (plugin_init):
25770         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
25771         (gst_navseek_base_init), (gst_navseek_class_init),
25772         (gst_navseek_init), (gst_navseek_seek),
25773         (gst_navseek_handle_src_event), (gst_navseek_set_property),
25774         (gst_navseek_get_property), (gst_navseek_chain),
25775         (gst_navseek_plugin_init):
25776         * gst/debug/gstnavseek.h:
25777           Add the navseek debug element for seeking back and forth in a
25778           video stream using arrow keys.
25779         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
25780         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
25781         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
25782         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
25783         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
25784         (gst_mpeg2subt_parse_header), (gst_get_nibble),
25785         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
25786         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
25787         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
25788         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
25789         * gst/mpeg2sub/gstmpeg2subt.h:
25790           Pretty much a complete rewrite. Now a loopbased element. May still
25791           require work to properly synchronise subtitle buffers.
25792         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
25793         (gst_dvd_demux_send_subbuffer):
25794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
25795           Don't attempt to create subbuffers of size 0
25796           Reduce a couple of error outputs to warnings.
25797         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
25798         (gst_y4mencode_chain):
25799         Output the y4m frame header correctly.
25800
25801 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25802
25803         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
25804           throw errors instead of allowing SIGFPE
25805
25806 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25807
25808         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
25809         (gst_gconf_render_bin_from_key):
25810           leak plugging and style fixing
25811
25812 2004-03-31  David Schleef  <ds@schleef.org>
25813
25814         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
25815         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
25816         (bug #138225)
25817         * gst/debug/Makefile.am:
25818         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
25819         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
25820         plugin.
25821         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
25822         (gst_negotiation_base_init), (gst_negotiation_class_init),
25823         (gst_negotiation_init), (gst_negotiation_getcaps),
25824         (gst_negotiation_pad_link), (gst_negotiation_chain),
25825         (gst_negotiation_set_property), (gst_negotiation_get_property),
25826         (gst_negotiation_plugin_init):  New element to talk about random
25827         negotiation things happening in a pipeline.
25828
25829 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25830
25831         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
25832           fix integer addition with help of Stefan Kost
25833
25834 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25835
25836         * po/nl.po: updated Dutch translation (Elros Cyriatan)
25837
25838 2004-03-30  David Schleef  <ds@schleef.org>
25839
25840         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
25841         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
25842         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
25843         (bug #137504)
25844         * ext/mpeg2dec/gstmpeg2dec.h:
25845
25846 2004-03-30  David Schleef  <ds@schleef.org>
25847
25848         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
25849
25850 2004-03-30  David Schleef  <ds@schleef.org>
25851
25852         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
25853         Michael Petullo) to handle .mov
25854
25855 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25856
25857         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
25858         (gst_osselement_rate_check_rate):
25859           probe caps correctly for sound cards that only support one format
25860
25861 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25862
25863         * ext/kio/kiosrc.cpp: (process_events):
25864           update handling event processing if inside KDE - untested
25865
25866 2004-03-29  David Schleef  <ds@schleef.org>
25867
25868         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
25869         by 2 to not interfere with other colorspaces.
25870         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
25871         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
25872         one to not interfere with ffmpeg_colorspace.
25873
25874 2004-03-29  David Schleef  <ds@schleef.org>
25875
25876         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
25877         aren't in the caps.
25878         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
25879         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
25880
25881 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25882
25883         * gst-libs/gst/riff/riff-media.c:
25884           fail on error, don't try to set stuff on NULL caps
25885
25886 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25887
25888         * configure.ac:
25889         * ext/Makefile.am:
25890         * ext/kio/Makefile.am:
25891         * ext/kio/kioreceiver.cpp:
25892         * ext/kio/kioreceiver.h:
25893         * ext/kio/kiosrc.cpp:
25894         * ext/kio/kiosrc.h:
25895           add experimental kiosrc plugin
25896         * ext/alsa/gstalsaplugin.c: (plugin_init):
25897           initialize debugging category only when we're sure registering the
25898           plugins worked.
25899
25900 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25901
25902         * examples/gstplay/player.c: (main):
25903         * gst-libs/gst/play/play.c: (gst_play_class_init),
25904         (gst_play_set_location), (gst_play_set_data_src),
25905         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25906         (gst_play_set_visualization), (gst_play_connect_visualization):
25907           check return values of element_set_state and return FALSE where
25908           failed
25909
25910 2004-03-29  Benjamin Otte  <otte@gnome.org>
25911
25912         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25913           try harder to check if an event is really a discont
25914
25915 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25916
25917         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
25918         * po/az.po:
25919
25920 2004-03-28  Benjamin Otte  <otte@gnome.org>
25921
25922         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
25923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25924         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
25925           get rid of non-standard "..." ranges in case statements.
25926
25927 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
25928
25929         * gst/mpegstream/gstmpegdemux.c:
25930         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
25931         specific functionality split to the new dvddemux element.
25932         * gst/mpegstream/gstdvddemux.c:
25933         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
25934         streams, derived from mpegdemux.
25935         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
25936         up. SCR based timestamp rewriting can be turned off (will probably
25937         completely disappear soon).
25938         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
25939         hacking. General cleanup. All printf statements replaced by
25940         debugging messages. Almost complete libdvdnav support.
25941         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
25942         by events. New properties for audio and subpicture languages.
25943         (dvdnavsrc_update_highlight): Now uses events.
25944         (dvdnavsrc_user_op): Cleaned up.
25945         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
25946         based). Lots of cleanup, and propper support for most libdvdnav
25947         events.
25948         (dvdnavsrc_make_dvd_event): New function.
25949         (dvdnavsrc_make_dvd_nav_packet_event): New function.
25950         (dvdnavsrc_make_clut_change_event): New function.
25951
25952 2004-03-26  Benjamin Otte  <otte@gnome.org>
25953
25954         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
25955           fix bug where typefinding would claim it's theora whenever less then
25956           7 bytes of data were available
25957
25958 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25959
25960         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
25961         (gst_alawdec_base_init), (gst_alawdec_class_init),
25962         (gst_alawdec_init), (gst_alawdec_chain):
25963         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
25964         (gst_alawenc_base_init), (gst_alawenc_class_init),
25965         (gst_alawenc_init), (gst_alawenc_chain):
25966         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
25967         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
25968         (gst_mulawdec_init), (gst_mulawdec_chain):
25969         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
25970         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
25971         (gst_mulawenc_init), (gst_mulawenc_chain):
25972           Fix capsnego in all four, remove the unused property functions and
25973           simplify the chain functions slightly. I guess we could use macros
25974           or something similar for those, since the code is so similar, but
25975           I'm currently too lazy...
25976
25977 2004-03-24  David Schleef  <ds@schleef.org>
25978
25979         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25980         (gst_osselement_close_audio), (gst_osselement_probe_caps),
25981         (gst_osselement_get_format_structure),
25982         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
25983         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
25984         (gst_osselement_rate_int_compare): Add code to handle rate probing
25985         (bug #120883)
25986         * sys/oss/gstosselement.h: same
25987         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
25988         Use rate probing provided by osselement.
25989         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
25990
25991 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25992
25993         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
25994         (gst_xvidenc_get_property):
25995           ulong/int mess-up.
25996
25997 2004-03-24  David Schleef  <ds@schleef.org>
25998
25999         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26000         (gst_speexdec_init):
26001         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26002         (gst_speexenc_init):  Create the pad template correctly (from
26003         the static pad template, not a NULL pointer.)
26004
26005 2004-03-25  Benjamin Otte  <otte@gnome.org>
26006
26007         * gst/debug/Makefile.am:
26008         * gst/debug/breakmydata.c:
26009           add element that quasi-randomly changes bytes in the stream.
26010           Intended use is robustness checking of demuxers and decoders in
26011           media tests.
26012
26013 2004-03-24  Benjamin Otte  <otte@gnome.org>
26014
26015         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26016         (gst_alsa_probe_hw_params):
26017         * ext/alsa/gstalsa.h:
26018           debugging output fixes
26019
26020 2004-03-24  Benjamin Otte  <otte@gnome.org>
26021
26022         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26023           don't g_return_if_fail if element is PLAYING, fail silently as every
26024           other element.
26025         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26026           only fix needed for cast lvalue issues in gst-plugins
26027         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26028           add proxy_getcaps
26029
26030 2004-03-24  Benjamin Otte  <otte@gnome.org>
26031
26032         * gst/level/gstlevel.c: (gst_level_init):
26033           add proxying getcaps function, so level doesn't advertise impossible
26034           caps
26035
26036 2004-03-24  David Schleef  <ds@schleef.org>
26037
26038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26039         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26040         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26041         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26042         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26043         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26044         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26045         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26046         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26047         messages.  Divide the chunk size by the compression ratio
26048         (needed for MACE audio)
26049
26050 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26053           Fix buffer overflow read error.
26054
26055 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26056
26057         * ext/alsa/gstalsa.h:
26058           Remove unused entry.
26059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26060           Add cinepak.
26061         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26062         (gst_videodrop_link), (gst_videodrop_chain):
26063           Fix, sort of. Was horribly broken with new capsnego. Bah...
26064
26065 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26066
26067         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26068         (plugin_init):
26069         Add a monkeysaudio typefind function
26070
26071 2004-03-23  Johan Dahlin  <johan@gnome.org>
26072
26073         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26074         (gst_play_video_fixate): Check so the structure has the field
26075         before trying to fixate them, this makes it possible to have
26076         fakesinks for video and audio output without printing errors on
26077         the output console.
26078
26079 2004-03-22  David Schleef  <ds@schleef.org>
26080
26081         * sys/oss/Makefile.am:
26082         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26083         (check_rate), (add_rate):  Rate probing test app.
26084
26085 2004-03-21  Benjamin Otte  <otte@gnome.org>
26086
26087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26088         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26089           add a fixation function that pretty much does the right thing (fixes
26090           #137556)
26091
26092 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26093
26094         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26095
26096 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
26097
26098         reviewed by: Benjamin Otte  <otte@gnome.org>
26099
26100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26101           terminate gst_event_new_discontinuous correctly (fixes parts of
26102           #137711)
26103
26104 2004-03-19  David Schleef  <ds@schleef.org>
26105
26106         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26107         since it doesn't depend on X, and it's part of our ABI.
26108
26109 2004-03-19  Iain <iain@prettypeople.org>
26110
26111         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26112         is_int in the structure, not the local variable.
26113
26114 2004-03-19  David Schleef  <ds@schleef.org>
26115
26116         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26117         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26118         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26119         Improvements in caps negotiation.
26120
26121 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26122
26123         * po/LINGUAS:
26124         * po/af.po:
26125           adding Afrikaans (Petri Jooste)
26126
26127 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26128
26129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26130         (gst_ffmpegcolorspace_chain):
26131         throw error instead of g_critical (#137588)
26132
26133 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26134
26135         * Makefile.am:
26136         * configure.ac:
26137           dist common and m4 correctly
26138         * po/sv.po:
26139
26140 2004-03-17  David Schleef  <ds@schleef.org>
26141
26142         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26143         (bug #137348)
26144
26145 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26146
26147         * po/LINGUAS:
26148         * po/sv.po:
26149           adding Swedish translation (Christian Rose)
26150
26151 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26152
26153         * Makefile.am: use release.mak
26154
26155 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26156
26157         * common/ChangeLog:
26158         * common/gst-autogen.sh:
26159           add some explanation about the version detection
26160         * configure.ac:
26161           fix X check
26162
26163 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26164
26165         * configure.ac: bump nano to 1
26166
26167 === release 0.8.0 ===
26168
26169 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26170
26171         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26172
26173 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26174
26175         * configure.ac:
26176           update libtool version
26177         * gst-libs/gst/media-info/Makefile.am:
26178           actually use libtool version
26179
26180 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26181
26182         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26183
26184 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26185
26186         * configure.ac:
26187         * gst-plugins.spec.in:
26188         * pkgconfig/Makefile.am:
26189         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26190         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26191         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26192         * pkgconfig/gstreamer-libs.pc.in:
26193         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26194         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26195         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26196         * pkgconfig/gstreamer-plugins.pc.in:
26197           remove @VERSION@ from some of the pc files since core and plugins
26198           are decoupled.
26199           created gstreamer-plugins.pc as it's a better name, but keeping
26200           -libs around for now to get fixes upstream done first.
26201
26202 2004-03-15  Julien MOUTTE <julien@moutte.net>
26203
26204         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26205         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26206         * gst-libs/gst/play/play.h:
26207
26208 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26209
26210         * *.c, *.cc: don't mix tabs and spaces
26211
26212 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26213
26214         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26215           use the new ffmpegcolorspace
26216         * gst-plugins.spec.in:
26217           package new colorspace and media-info
26218         * configure.ac:
26219         * pkgconfig/Makefile.am:
26220           fix some more disting issues
26221         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26222         * pkgconfig/gstreamer-media-info.pc.in:
26223           generate media-info pc files
26224
26225 2004-03-15  Johan Dahlin  <johan@gnome.org>
26226
26227         * *.h: Revert indenting
26228
26229 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26230
26231         * configure.ac:
26232           adding ffmpegcolorspace element
26233         * gst/ffmpegcolorspace/Makefile.am:
26234         * gst/ffmpegcolorspace/avcodec.h:
26235         * gst/ffmpegcolorspace/common.h:
26236         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26237         * gst/ffmpegcolorspace/dsputil.h:
26238         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26239         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26240         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26241         (gst_ffmpeg_caps_to_pix_fmt):
26242         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26244         (gst_ffmpegcolorspace_caps_remove_format_info),
26245         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26246         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26247         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26248         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26249         (gst_ffmpegcolorspace_set_property),
26250         (gst_ffmpegcolorspace_get_property),
26251         (gst_ffmpegcolorspace_register):
26252         * gst/ffmpegcolorspace/imgconvert.c:
26253         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26254         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26255         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26256         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26257         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26258         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26259         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26260         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26261         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26262         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26263         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26264         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26265         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26266         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26267         (img_get_alpha_info), (deinterlace_line),
26268         (deinterlace_line_inplace), (deinterlace_bottom_field),
26269         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26270         * gst/ffmpegcolorspace/imgconvert_template.h:
26271         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26272         * gst/ffmpegcolorspace/mmx.h:
26273         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26274           adding ffmpegcolorspace element supplied by Ronald after cleaning
26275           up and pulling in the right bits of upstream source.
26276           I'm sure a better C/compiler wizard could do some cleaning up (for
26277           example use GLIB's malloc stuff), but as a first pass this
26278           works very well
26279
26280 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26281
26282         * ext/alsa/gstalsa.h:
26283           I assume Ronald forgot to commit the change to have cardname
26284           as a struct member.  Expect some public spanking at the next
26285           opportunity.
26286
26287 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26290         (gst_alsa_open_audio), (gst_alsa_close_audio):
26291         * ext/alsa/gstalsa.c:
26292           Don't open the device if we're a mixer (= padless).
26293         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26294         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26295         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26296           Open mixer during state change rather than during object
26297           initialization. Also, get a device name. Currently in a somewhat
26298           hackish fashion, but I didn't really find something better.
26299
26300 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26301
26302         * *.c, *.h: run gst-indent
26303
26304 2004-03-14  Benjamin Otte  <otte@gnome.org>
26305
26306         * gst/modplug/gstmodplug.cc:
26307         * gst/modplug/gstmodplug.h:
26308           set correct timestamps on outgoing buffers
26309
26310 2004-03-14  Benjamin Otte  <otte@gnome.org>
26311
26312         * gst/modplug/gstmodplug.cc:
26313           handle events - don't do crap when a discont arrives that's not
26314           necessary
26315           This allows correct loading and playback of mods in Rhythmbox
26316
26317 2004-03-14  Benjamin Otte  <otte@gnome.org>
26318
26319         * configure.ac:
26320         * gst-libs/gst/gconf/Makefile.am:
26321         * pkgconfig/Makefile.am:
26322           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26323           they get rebuilt properly
26324         * configure.ac:
26325           when checking for vorbis, try pkgconfig first.
26326         * gst/modplug/gstmodplug.cc:
26327           add fixate function
26328
26329 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26332           Fix for obvious mistake, where we first shift the offset and then
26333           read a samplesize element assuming the old offset. Note that this
26334           part still has something weird, i.e. my movies containing those
26335           don't actually play well, but at least there's something that looks
26336           like sound now.
26337
26338 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26339         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26340         (plugin_init):
26341         Add a typefind function for speex format
26342
26343 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26346         (gst_asf_demux_setup_pad):
26347           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26348           instead of 0. Reason is simple: some elements have a fps range
26349           of 1-max instead of 0-max. So now ASF video actually works.
26350
26351 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26352
26353         * po/LINGUAS:
26354         * po/sr.po:
26355           adding serbian as a language
26356
26357 2004-03-13  Benjamin Otte  <otte@gnome.org>
26358
26359         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26360           return taglist correctly from _get function, don't gst_pad_push it.
26361           (fixes #137042)
26362
26363 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26364         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26365
26366 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26367
26368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26369         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26370         (gst_alsa_mixer_track_new):
26371         * ext/alsa/gstalsamixertrack.h:
26372           Fix ancient leftovers... MixerTrack is a GObject.
26373
26374 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26377         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26378           Don't block during probing...
26379
26380 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26381
26382         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26383         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26384         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26385         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26386         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26387         (gst_alsa_open_audio), (gst_alsa_close_audio):
26388         * ext/alsa/gstalsa.h:
26389           Add propertyprobe interface implementation, add some device-name
26390           property, all this so that it looks good in gnome-volume-control.
26391
26392 2004-03-12  David Schleef  <ds@schleef.org>
26393
26394         * configure.ac: the Hermes library controls hermescolorspace, not
26395         colorspace.
26396         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26397         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26398         not /* */
26399         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26400         * ext/sdl/sdlvideosink.h: ditto.
26401         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26402
26403 2004-03-12  Benjamin Otte  <otte@gnome.org>
26404
26405         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26406         (gst_x_overlay_got_xwindow_id):
26407         * gst-libs/gst/xoverlay/xoverlay.h:
26408           replace XID with unsigned long to get rid of the xlibs dependency in
26409           XOverlay (fixes #137004)
26410
26411 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26412         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26413         (gst_agingtv_setup):
26414         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26415         (gst_dicetv_base_init), (gst_dicetv_class_init),
26416         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26417         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26418         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26419         (gst_edgetv_setup), (gst_edgetv_rgb32):
26420         * gst/effectv/gsteffectv.c:
26421         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26422         (gst_quarktv_set_property):
26423         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26424         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26425         (gst_revtv_setup), (gst_revtv_rgb32):
26426         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26427         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26428         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26429         (gst_shagadelictv_rgb32):
26430         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26431         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26432         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26433         * gst/effectv/gstwarp.c:
26434         Port everything that can be ported to videofilter and fix up the caps.
26435         Can someone with a big-endian machine please check these?
26436
26437 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26440         (gst_osssink_chain), (gst_osssink_change_state):
26441           Latest fixes for A/V sync, audio playback and such. This is about
26442           all... MPEG playback issues are mostly related to the async build-
26443           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26444
26445 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26446
26447         patch from: Stephane Loeuillet
26448
26449         * configure.ac:
26450           use pkg-config for some libraries, falling back to the old .m4 way
26451           (fixes #131270)
26452         * m4/libdv.m4:
26453           removed
26454
26455 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26456
26457         * configure.ac:
26458         * tools/Makefile.am:
26459         * tools/Makefile.in:
26460         * tools/gst-launch-ext-m.m:
26461         * tools/gst-launch-ext.1.in:
26462         * tools/gst-visualise-m.m:
26463         * tools/gst-visualise.1:
26464         * tools/gst-visualise.1.in:
26465           reorganizing generation of script tools
26466
26467 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * ext/divx/gstdivxdec.c:
26470           Downgrade priority. We prefer ffdec_mpeg4.
26471         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26472         (gst_faad_chain), (gst_faad_change_state):
26473           Fix capsnego. Doesn't work for some sounds because we don't have
26474           a 5:1 to stereo element.
26475         * ext/xvid/gstxvid.c: (plugin_init):
26476           Add priority.
26477         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26478         (gst_osssink_change_state):
26479           Add discont handling.
26480
26481 2004-03-09  Colin Walters  <walters@verbum.org>
26482
26483         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
26484         conversion.
26485
26486 2004-03-09  Benjamin Otte  <otte@gnome.org>
26487
26488         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26489           the signals take 2 arguments
26490
26491 2004-03-09  David Schleef  <ds@schleef.org>
26492
26493         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
26494         (gst_alsa_fixate): Add fixate function.  (bug #136686)
26495         * ext/alsa/gstalsa.h:
26496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
26497
26498 2004-03-09  Benjamin Otte  <otte@gnome.org>
26499
26500         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
26501         (gst_mikmod_change_state):
26502         * ext/mikmod/gstmikmod.h:
26503           make mikmod's loop function not loop infinitely and call
26504           gst_element_yield anymore
26505         * gst/modplug/gstmodplug.cc:
26506           fix pad negotiation (fixes #136590)
26507
26508 2004-03-09  David Schleef  <ds@schleef.org>
26509
26510         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
26511         doesn't conflict with the internal colorspace plugin.
26512         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
26513         satisfy the crappy-ass shell shipped by a certain vendor.
26514         * gst/videofilter/make_filter: same (bug #135299)
26515
26516 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26517
26518         * configure.ac: bump nano to 1
26519
26520 === release 0.7.6 ===
26521
26522 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26523
26524         * configure.in: releasing 0.7.6, "There"
26525
26526 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26527
26528         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26529         * pkgconfig/gstreamer-play.pc.in:
26530           synchronize the two
26531
26532 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26533
26534         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
26535         (cdparanoia_open), (cdparanoia_event):
26536           fix/add error handling
26537         * po/POTFILES.in:
26538           add cdparanoia source
26539         * tools/Makefile.am:
26540           make scripts executable
26541
26542 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26543
26544         * configure.ac:
26545         * ext/vorbis/Makefile.am:
26546         * sys/Makefile.am:
26547           remove id3types, vorbisfile and xvideosink from the build (#133783)
26548
26549 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26552           Fix metadata read crash (#136537).
26553
26554 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26555
26556         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
26557         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
26558           adding mime types, fixing the one-stop function
26559
26560 2004-03-08  Christian Schaller <Uraeus@gnome.org>
26561
26562         * ext/nas/nassink.c and /ext/nas/nassink.h:
26563         More NAS love from Arwed von Merkatz
26564         So lets all sing 'Can you feel the NAS tonight'
26565
26566 2004-03-08  Christian Schaller <Uraeus@gnome.org>
26567
26568         * tools/gst-launch-ext.in:
26569         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
26570
26571 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26572
26573         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26574         (gst_mpeg2dec_init):
26575         remove the user_data pad for now, because it is being used in
26576         fixating causing MPEG playback to fixate on 1000 Hz for playback.
26577         If someone knows how to fix this properly, please do.
26578
26579 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26580
26581         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
26582         (gst_osssink_get_time):
26583         add a warning, IMO this won't get triggered anymore, remove later
26584
26585 2004-03-07  David Schleef  <ds@schleef.org>
26586
26587         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
26588         format (bug #136470)
26589
26590 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26591
26592         * gst-libs/Makefile.am:
26593         * gst-libs/gst/media-info/Makefile.am:
26594         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
26595         (error_callback), (gst_media_info_error_create),
26596         (gst_media_info_error_element), (gmip_init), (gmip_reset),
26597         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
26598         * gst-libs/gst/media-info/media-info-priv.h:
26599         * gst-libs/gst/media-info/media-info-test.c: (main):
26600         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
26601         (gst_media_info_class_init), (gst_media_info_instance_init),
26602         (gst_media_info_set_source), (gst_media_info_read_with_idler),
26603         (gst_media_info_read_idler), (gst_media_info_read):
26604         * gst-libs/gst/media-info/media-info.h:
26605         fixed, should work now
26606
26607 2004-03-07  Christian Schaller <Uraeus@gnome.org>
26608
26609         * ext/nas/nassink.c:
26610         A bunch of NAS fixes from Arwed von Merkatz
26611
26612 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
26615         (qtdemux_parse_trak):
26616           Fix crash (j might be greater than n_samples, in which case we're
26617           writing outside the allocated space for the array) and memleak.
26618
26619 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26620
26621         * sys/oss/gstosssink.c: (gst_osssink_chain):
26622           And another caller that couldn't handle delay < 0 (unsigned
26623           integer overflow). Video now continues playing on an audio
26624           buffer underrun, and the clock continues working. Audio still
26625           stalls.
26626
26627 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
26630         (gst_osssink_get_time):
26631           get_delay() may return values lower than 0. In those cases, we
26632           should not actually cast to *unsigned* int64, that will break
26633           stuff horribly. In my case, it screwed up A/V sync in movies
26634           in totem rather badly.
26635
26636 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
26637
26638         * ext/faac/gstfaac.c: (gst_faac_chain):
26639         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26640         * ext/libpng/gstpngenc.c: (user_write_data):
26641         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
26642         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
26643         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
26644         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
26645         Fix several misuse of gst_buffer_merge (it doesn't take ownership
26646         of any buffer), should fix some leaks. I hope I didn't unref buffers
26647         that shouldn't be...
26648
26649 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26650
26651         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
26652         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
26653         (error_callback), (gmi_reset), (gmi_seek_to_track),
26654         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
26655         (gmip_find_type_post), (gmip_find_stream_post),
26656         (gmip_find_track_streaminfo_post):
26657         * gst-libs/gst/media-info/media-info-priv.h:
26658         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
26659         (info_print), (main):
26660         * gst-libs/gst/media-info/media-info.c:
26661         (gst_media_info_error_create), (gst_media_info_error_element),
26662         (gst_media_info_instance_init), (gst_media_info_get_property),
26663         (gst_media_info_new), (gst_media_info_set_source),
26664         (gst_media_info_read_idler), (gst_media_info_read):
26665         * gst-libs/gst/media-info/media-info.h:
26666           first pass at making this work again.  This seems to work on
26667           tagged ogg/vorbis and mp3 files.
26668
26669 2004-03-06  Benjamin Otte  <otte@gnome.org>
26670
26671         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
26672           fix huge leak: gst_buffer_merge doesn't unref the first argument
26673           itself.
26674
26675 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26676
26677         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
26678           report layer/mode/emphasis
26679
26680 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
26681
26682         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
26683
26684 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26685
26686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26687           signal serial
26688
26689 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26690
26691         * ext/vorbis/vorbis.c: (plugin_init):
26692         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26693         (gst_vorbis_dec_init), (vorbis_dec_event):
26694         add debug category
26695         make vorbisdec handle _BYTE and _TIME queries
26696
26697 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
26698
26699         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
26700           from the xing header
26701
26702 2004-03-06  Benjamin Otte  <otte@gnome.org>
26703
26704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
26705         (gst_audio_convert_link), (gst_audio_convert_change_state),
26706         (gst_audio_convert_buffer_from_default_format):
26707           do conversions from/to float correctly, fix some caps nego errors,
26708           export correct supported caps in template and getcaps, use correct
26709           caps in try_set_caps functions
26710
26711 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
26712
26713         For some reason, I only committed a ChangeLog entry yesterday and
26714         not the corresponding code...
26715         * ext/mad/gstmad.c: Fix detection of Xing headers
26716         * gst/tags/gstid3tag.c: Changes to support TLEN tags
26717
26718 2004-03-06  Benjamin Otte  <otte@gnome.org>
26719
26720         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
26721         (gst_ogg_demux_src_query):
26722           make sure to handle the case where there's no current chain
26723           gracefully.
26724
26725 2004-03-05  David Schleef  <ds@schleef.org>
26726
26727         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
26728         Add fixate function. (bug #131128)
26729         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
26730         (gst_sdlvideosink_fixate):  Add fixate function.
26731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26732         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
26733         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
26734         Fix missing break that was causing ulaw to be interpreted as
26735         raw int.
26736
26737 2004-03-05  David Schleef  <ds@schleef.org>
26738
26739         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
26740         Fix code that ignores return value of gst_buffer_merge().
26741         (bug #114560)
26742         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
26743         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
26744         * testsuite/gst-lint:  Check for above.
26745
26746 2004-03-05  David Schleef  <ds@schleef.org>
26747
26748         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
26749         caps and throw an element error.  (bug #136334)
26750
26751 2004-03-05  David Schleef  <ds@schleef.org>
26752
26753         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
26754         (gst_faad_chain): Fix negotiation.
26755         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
26756         key and button events.
26757         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
26758         dung heap of code.
26759         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
26760         depends on gconf
26761         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
26762         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26763         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
26764         function to encourage better negotiation, particularly between
26765         audioconvert and osssink.
26766         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
26767         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
26768         more important.
26769         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
26770         typefinding.
26771         * gst/vbidec/vbiscreen.c:  Add glib header
26772         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
26773
26774 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
26775
26776         * ext/mad/gstmad.c: Fix detection of Xing headers
26777         * gst/tags/gstid3tag.c: Changes to support TLEN tags
26778
26779 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26780
26781         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26782         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
26783           debug updates
26784
26785 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
26786
26787         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26788         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
26789         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
26790         files, and report the parsed length as a GST_TAG_DURATION tag.
26791         * gst/tags/gstid3tag.c: support TLEN (duration) tag
26792
26793 2004-03-05  Benjamin Otte  <otte@gnome.org>
26794
26795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
26796           convert channels correctly. convert correctly to unsigned.
26797
26798 2004-03-05  Julien MOUTTE <julien@moutte.net>
26799
26800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
26801         we have a window before clearing it.
26802
26803 2004-03-05  Julien MOUTTE <julien@moutte.net>
26804
26805         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
26806         have a window before clearing it.
26807
26808 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26809
26810         * gconf/gstreamer.schemas.in:
26811         * gst-libs/gst/gconf/Makefile.am:
26812           version installation path the same way as for 0.6
26813         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26814         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26815         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26816           remove comment that was fixed
26817
26818 2004-03-05  David Schleef  <ds@schleef.org>
26819
26820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
26821         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
26822         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
26823         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
26824         Add prototype code for handling seeking and querying.
26825
26826 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * examples/gstplay/player.c: (main):
26829           Initialize variables to NULL. Prevents a segfault because the
26830           (uninitialized) variable is not NULL, resulting in a crash on
26831           trying to reach error->message.
26832
26833 2004-03-05  Benjamin Otte  <otte@gnome.org>
26834
26835         * gst/audioconvert/gstaudioconvert.c:
26836         (gst_audio_convert_buffer_to_default_format):
26837         make float=>int conversion work correctly even in cornercases.
26838
26839 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
26840
26841         * debian/README.Debian:
26842         * debian/build-deps:
26843         * debian/changelog:
26844         * debian/control:
26845         * debian/control.in:
26846         * debian/copyright:
26847         * debian/gstreamer-a52dec.files:
26848         * debian/gstreamer-aa.files:
26849         * debian/gstreamer-alsa.files:
26850         * debian/gstreamer-alsa.manpages:
26851         * debian/gstreamer-arts.files:
26852         * debian/gstreamer-artsd.files:
26853         * debian/gstreamer-audiofile.files:
26854         * debian/gstreamer-avifile.files:
26855         * debian/gstreamer-cdparanoia.files:
26856         * debian/gstreamer-colorspace.files:
26857         * debian/gstreamer-doc.files:
26858         * debian/gstreamer-dv.files:
26859         * debian/gstreamer-dvd.files:
26860         * debian/gstreamer-esd.files:
26861         * debian/gstreamer-festival.files:
26862         * debian/gstreamer-flac.files:
26863         * debian/gstreamer-gconf.conffiles:
26864         * debian/gstreamer-gconf.files:
26865         * debian/gstreamer-gconf.postinst:
26866         * debian/gstreamer-gnomevfs.files:
26867         * debian/gstreamer-gsm.files:
26868         * debian/gstreamer-http.files:
26869         * debian/gstreamer-jack.files:
26870         * debian/gstreamer-jpeg.files:
26871         * debian/gstreamer-mad.files:
26872         * debian/gstreamer-mikmod.files:
26873         * debian/gstreamer-misc.files:
26874         * debian/gstreamer-mpeg2dec.files:
26875         * debian/gstreamer-oss.files:
26876         * debian/gstreamer-plugin-apps.files:
26877         * debian/gstreamer-plugin-apps.manpages:
26878         * debian/gstreamer-plugin-libs-dev.files:
26879         * debian/gstreamer-plugin-libs.files:
26880         * debian/gstreamer-plugin-template.postinst:
26881         * debian/gstreamer-plugin-template.postrm:
26882         * debian/gstreamer-sdl.files:
26883         * debian/gstreamer-sid.files:
26884         * debian/gstreamer-vorbis.files:
26885         * debian/gstreamer-x.files:
26886         * debian/mk.control:
26887         * debian/rules:
26888         Debian package info not maintained here.
26889
26890 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26891
26892         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
26893         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
26894         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
26895         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
26896         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
26897         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
26898         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
26899         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
26900         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
26901         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
26902         * gst-libs/gst/colorbalance/colorbalance.c:
26903         (gst_color_balance_class_init):
26904         * gst-libs/gst/colorbalance/colorbalancechannel.c:
26905         (gst_color_balance_channel_class_init):
26906         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26907         * gst-libs/gst/play/play.c: (gst_play_class_init):
26908         * gst-libs/gst/propertyprobe/propertyprobe.c:
26909         (gst_property_probe_iface_init):
26910         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
26911         * gst-libs/gst/tuner/tunerchannel.c:
26912         (gst_tuner_channel_class_init):
26913         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
26914         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
26915         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
26916         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
26917         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
26918         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
26921         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
26922           fix signals to use - instead of _
26923         * ext/libcaca/gstcacasink.h:
26924         * ext/sdl/sdlvideosink.h:
26925           fix header rename
26926
26927 2004-03-04  David Schleef  <ds@schleef.org>
26928
26929         * testsuite/gst-lint:  Add a check for bad signal names.
26930
26931 2004-03-04  <kost@imn.htwk-leipzig.de>
26932
26933         reviewed by David Schleef
26934
26935         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
26936         modified the alpha channel and caused a warning. (bug #136192)
26937
26938 2004-04-03  Christian Schaller <Uraeus@gnome.org>
26939
26940         * gst-plugins.spec.in:
26941         Change names of plugins to actually be correct. Try to keep things
26942         alphabetical to avoid getting beat up by Thomas
26943
26944 2004-03-03  Julien MOUTTE <julien@moutte.net>
26945
26946         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
26947         Using ximagesink as a default if no gconf key found. We should
26948         probably consider using alsasink instead of osssink for the audio
26949         part.
26950
26951 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26952
26953         * configure.ac:
26954           fix --with-plugins, don't think it ever worked before
26955         * gst-plugins.spec.in:
26956           even more updates
26957
26958 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26959
26960         * ext/sdl/sdlvideosink.h:
26961         * sys/ximage/ximagesink.h:
26962         * sys/xvideo/xvideosink.h:
26963         * sys/xvimage/xvimagesink.h:
26964           Fix for move of gstvideosink.h -> videosink.h.
26965
26966 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26967
26968         * gst-libs/gst/xwindowlistener/Makefile.am:
26969           this is a plugin library, not a library
26970
26971 2004-03-01  David Schleef  <ds@schleef.org>
26972
26973         * AUTHORS:  Added some names.  Add yourself if you're still
26974         missing.
26975
26976 2004-03-01  David Schleef  <ds@schleef.org>
26977
26978         * MAINTAINERS: Add
26979
26980 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26981
26982         * gst-plugins.spec.in: clean up spec file
26983
26984 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26985
26986         * gst-libs/gst/video/Makefile.am:
26987         * gst-libs/gst/video/gstvideosink.c:
26988         * gst-libs/gst/video/gstvideosink.h:
26989           rename gstvideosink.h to videosink.h to match other headers
26990         * gst/mixmatrix/Makefile.am:
26991           fix plugin filename
26992         * gst/tags/Makefile.am: fix plugin filename
26993
26994 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26995
26996         * gst/tags/Makefile.am: fix plugin filename
26997
26998 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26999
27000         * examples/gstplay/player.c: (got_time_tick), (main):
27001           add error handler
27002           display time_tick more readably
27003         * gst/mixmatrix/Makefile.am:
27004           fix plugin file name
27005
27006 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27007
27008         * sys/oss/gstosselement.c: (gst_osselement_probe),
27009         (device_combination_append), (gst_osselement_class_probe_devices):
27010         * sys/oss/gstosselement.h:
27011           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27012           on my system using alsa oss emulation, fixes bug #135597
27013
27014 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27017         (gst_videodrop_chain), (gst_videodrop_change_state):
27018         * gst/videodrop/gstvideodrop.h:
27019           Work based on timestamp of input data, not based on the expected
27020           framerate from the input. The consequence is that this element now
27021           not only scales framerates, but also functions as a framerate
27022           corrector or framerate stabilizer/constantizer.
27023
27024 2004-02-27  David Schleef  <ds@schleef.org>
27025
27026         patches from jmmv@menta.net (Julio M. Merino Vidal)
27027
27028         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27029         GST_ELEMENT_ERROR call (bug #135634)
27030         * gst/interleave/interleave.c: (interleave_buffered_loop),
27031         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27032         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27033         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27034         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27035         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27036         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27037         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27038         Fix GST_ELEMENT_ERROR call.
27039         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27040         GST_ELEMENT_ERROR call.
27041
27042 2004-02-27  Benjamin Otte  <otte@gnome.org>
27043
27044         * gst-libs/gst/audio/audio.h:
27045           add macro to make sure header isn't included twice
27046         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27047           don't use gst_buffer_free
27048         * gst/playondemand/filter.func:
27049           don't use gst_data_free. Free data only once.
27050
27051 2004-02-26  David Schleef  <ds@schleef.org>
27052
27053         * gst-libs/gst/colorbalance/Makefile.am:
27054         * gst-libs/gst/mixer/Makefile.am:
27055         * gst-libs/gst/tuner/Makefile.am:
27056         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27057         should not be disted, -marshal.h files should not be installed,
27058         and -enum.h files _should_ be installed.  Fix to make this the
27059         case.
27060
27061 === release 0.7.5 ===
27062
27063 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27064
27065         * configure.ac: release 0.7.5, "Under The Sea"
27066
27067 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27068
27069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27070         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27071         * gst/videoscale/gstvideoscale.c:
27072         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27073           assorted debug/warning fixes
27074
27075 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27076
27077         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27078         (gst_videoscale_init), (gst_videoscale_chain),
27079         (gst_videoscale_set_property), (plugin_init):
27080         * gst/videoscale/gstvideoscale.h:
27081         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27082         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27083         (gst_videoscale_planar400), (gst_videoscale_packed422),
27084         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27085         (gst_videoscale_24bit), (gst_videoscale_16bit),
27086         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27087         (gst_videoscale_scale_plane_slow),
27088         (gst_videoscale_scale_point_sample),
27089         (gst_videoscale_scale_nearest),
27090         (gst_videoscale_scale_nearest_str2),
27091         (gst_videoscale_scale_nearest_str4),
27092         (gst_videoscale_scale_nearest_32bit),
27093         (gst_videoscale_scale_nearest_24bit),
27094         (gst_videoscale_scale_nearest_16bit):
27095         add debugging category and use it properly
27096         fix use of GST_PTR_FORMAT
27097
27098 2004-02-25  Andy Wingo  <wingo@pobox.com>
27099
27100         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27101         push only when channel->buffer is NULL. Prevents segfaults doing
27102         the state change after a nonlocal exit, like a scheme exception.
27103
27104         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27105         Handle the case where the intersected caps is empty.
27106
27107 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27108
27109         * gst/law/mulaw-decode.c: (mulawdec_link):
27110         * gst/law/mulaw.c: (plugin_init):
27111           fix mulawdec so it actually works again
27112
27113 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27114
27115         reviewed by: David Schleef  <ds@schleef.org>
27116
27117         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27118         (gst_gamma_init), (gst_gamma_set_property),
27119         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27120         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27121         for RGB, with separate r g and b correction factors. (#131167)
27122
27123 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27124
27125         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27126           only signal tags for bitrate if they're > 0 (#134894)
27127
27128 2004-02-24  David Schleef  <ds@schleef.org>
27129
27130         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27131         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27132         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27133         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27134         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27135         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27136         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27137         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27138         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27139         category.  Attempt to fix timestamp calculation.
27140
27141 2004-02-24  Johan Dahlin  <johan@gnome.org>
27142
27143         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27144
27145 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27146
27147         * configure.ac:
27148         * gconf/Makefile.am:
27149         * gconf/gstreamer.schemas:
27150         * gst-libs/gst/gconf/Makefile.am:
27151         * gst-libs/gst/gconf/gconf.c:
27152           version gconf schemas and install locations
27153
27154 2004-02-23  Benjamin Otte  <otte@gnome.org>
27155
27156         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27157         (gst_xine_input_subclass_init):
27158           call parent dispose.
27159           change pad template for CD reader correctly
27160         * ext/xine/Makefile.am:
27161         * ext/xine/gstxine.h:
27162         * ext/xine/xine.c: (plugin_init):
27163         * ext/xine/xineaudiosink.c:
27164           wrap audio sinks, too
27165         * gst-libs/gst/resample/private.h:
27166         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27167         (gst_resample_reinit), (gst_resample_scale),
27168         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27169         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27170         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27171         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27172         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27173         * gst-libs/gst/resample/resample.h:
27174         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27175         (gst_audioscale_class_init), (gst_audioscale_link),
27176         (gst_audioscale_get_buffer), (gst_audioscale_init),
27177         (gst_audioscale_chain), (gst_audioscale_set_property),
27178         (gst_audioscale_get_property):
27179         * gst/audioscale/gstaudioscale.h:
27180           s/resample_*/gst_resample_*/i to not clobber namespaces
27181
27182 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27183
27184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27185         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27186         (gst_riff_create_video_template_caps),
27187         (gst_riff_create_audio_template_caps),
27188         (gst_riff_create_iavs_template_caps):
27189         * gst-libs/gst/riff/riff-media.h:
27190         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27191         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27192         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27193         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27195         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27196         (gst_matroska_demux_plugin_init): First batch implementing audio and
27197         video codec tags in demuxers.
27198
27199 2004-02-22  Benjamin Otte  <otte@gnome.org>
27200
27201         * ext/xine/Makefile.am:
27202         * ext/xine/gstxine.h:
27203         * ext/xine/xine.c: (plugin_init):
27204         * ext/xine/xineinput.c:
27205           add input plugin wrapper. Playback from files, http, mms and cdda
27206           works.
27207         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27208           remove leftover G_GNUC_UNUSED
27209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27210         (gst_asf_demux_identify_guid):
27211           improve debugging output
27212
27213 2004-02-22  Benjamin Otte  <otte@gnome.org>
27214
27215         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27216
27217         * autogen.sh:
27218           replace test -e with test -x for mkinstalldirs to be more portable.
27219           (fixes #134816)
27220
27221 2004-02-22  Benjamin Otte  <otte@gnome.org>
27222
27223         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27224
27225         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27226           set rank to PRIMARY
27227         * gst/volume/gstvolume.c: (plugin_init):
27228           set rank to NONE
27229         fixes #134960
27230
27231 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27232
27233         reviewed by Benjamin Otte  <otte@gnome.org>
27234
27235         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27236           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27237
27238 2004-02-22  Benjamin Otte  <otte@gnome.org>
27239
27240         * configure.ac:
27241           export [_]*{gst,Gst,GST}.* symbols from plugins
27242
27243 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27244
27245         reviewed by: Benjamin Otte  <otte@gnome.org>
27246
27247         * ext/lame/gstlame.c: (add_one_tag):
27248         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27250         (gst_vorbisenc_metadata_set1):
27251         * gst/tags/gstid3tag.c:
27252         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27253           apply fixes from bugs #135042 (lame can't write tags) and #133817
27254           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27255
27256 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27257
27258         * configure.ac: Export only gst_plugin_desc from plugins.
27259          Note that this change only makes any effect with Linux using libtool
27260          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27261          fine. And don't try to have several versions of libtool in different
27262          directories.
27263
27264 2004-02-20  Andy Wingo  <wingo@pobox.com>
27265
27266         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27267         interleave respectively.
27268
27269         * gst/interleave/deinterleave.c: New plugin: deinterleave
27270         (replaces on oneton).
27271         * gst/interleave/interleave.c: New plugin: interleave.
27272         * gst/interleave/plugin.h: Support file.
27273         * gst/interleave/plugin.c: Support file.
27274
27275         * configure.ac: Remove intfloat and oneton, add interleave.
27276
27277         * ext/sndfile/gstsf.c: Handle events better.
27278
27279         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27280         and float2int operation. int2float has scheduling problems as
27281         noted in in2float_chain.
27282
27283 2004-02-20  Benjamin Otte  <otte@gnome.org>
27284
27285         * ext/xine/Makefile.am:
27286         * ext/xine/gstxine.h:
27287         * ext/xine/xine.c:
27288         * ext/xine/xineaudiodec.c:
27289         * ext/xine/xinecaps.c:
27290           add first version of xine plugin wrapper. Currently only wraps the
27291           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27292         * configure.ac:
27293         * ext/Makefile.am:
27294           add xine plugin wrapper, disabled by default. Use --enable-xine to
27295           build. Note that it'll segfault on gst-register if you don't remove
27296           the goom and tvtime post plugins from xine.
27297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27298         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27299           add extradata parsing for QDM2.
27300           change around debugging prints.
27301
27302 2004-02-19  Benjamin Otte  <otte@gnome.org>
27303
27304         * ext/lame/gstlame.c: (gst_lame_chain):
27305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27306           use gst_tag_list_insert when you want to insert tags
27307
27308 2004-02-18  David Schleef  <ds@schleef.org>
27309
27310         * configure.ac:  Move massink to gst-rotten
27311         * ext/Makefile.am:
27312         * ext/mas/Makefile.am:
27313         * ext/mas/massink.c:
27314         * ext/mas/massink.h:
27315
27316 2004-02-18  David Schleef  <ds@schleef.org>
27317
27318         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27319         typefinding, since it seems to be worse than nothing.
27320         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27321         atom to recognize .mp4 and .m4a files as video/quicktime.
27322
27323 2004-02-18  David Schleef  <ds@schleef.org>
27324
27325         * gst/sine/demo-dparams.c: (quit_live),
27326         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27327         Use double dparams, not float.
27328         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27329         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27330         sync'd elements don't really work correctly.
27331         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27332         (volume_update_volume), (volume_get_property):  Change dparam
27333         to double.
27334
27335 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27336
27337         * sys/ximage/ximagesink.c:
27338         (gst_ximagesink_xwindow_update_geometry),
27339         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27340         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27341         (gst_ximagesink_init): Rework the way software video scaling works. So
27342         now we check on each chain call if the video frames are feeling the
27343         window. If not we try to renegotiate caps. On failure we memorize that
27344         and we won't try again for that PLAYING sessions.
27345         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27346         failure.
27347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27348         synchronous flag.
27349
27350 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27351
27352         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27353           break up _link so we can give a better debug message for errors
27354
27355 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27358           set up debug category
27359
27360 2004-02-18  Julien MOUTTE <julien@moutte.net>
27361
27362         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27363         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27364         the way renegotiation work. The event handling function is not taking
27365         care of external windows and renegotiate method check for pad flags
27366         NEGOTIATING. Should fix : #133209
27367
27368 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27369
27370         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27371         pad is negotiating before trying renegotiation.
27372
27373 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27376           pass on all possible mime types as typefind hints
27377
27378 2004-02-17  Julien MOUTTE <julien@moutte.net>
27379
27380         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27382         possible SHM leak if we crash. All other apps using XShm are doing
27383         that.
27384
27385 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27386
27387         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27388         (gst_ximagesink_expose): Renegotiate size on expose.
27389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27390         size on expose.
27391
27392 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27393
27394         * testsuite/alsa/sinesrc.c:
27395           cosmetic fix to fix compile issue with gcc 2.95.4
27396
27397 2004-02-16  Julien MOUTTE <julien@moutte.net>
27398
27399         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27400         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27401         failed opening the audio device.
27402         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27403         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27404         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27405         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27406         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27407         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27408         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27409         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27410         Removing some useless g_return_if_fail like wingo suggested.
27411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27412         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27413         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27414         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27415         (gst_xvimagesink_update_colorbalance),
27416         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27417         (gst_xvimagesink_xcontext_clear),
27418         (gst_xvimagesink_get_fourcc_from_caps),
27419         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27420         (gst_xvimagesink_set_xwindow_id),
27421         (gst_xvimagesink_colorbalance_list_channels),
27422         (gst_xvimagesink_colorbalance_set_value),
27423         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27424         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27425
27426 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27427
27428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27429           throw error when not negotiated instead of asserting
27430
27431 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27432
27433         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27434         correct data refcounting.
27435
27436 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27437
27438         * gst/switch/gstswitch.c: (gst_switch_change_state),
27439         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27440         change, mostly the EOS flag.
27441
27442 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27443
27444         * examples/gstplay/player.c: (got_eos), (main): Adding some
27445         output for debugging.
27446         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27447         timeouts if we go to any state different from PLAYING.
27448         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27449         more EOS bugs in riff lib.
27450
27451 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27452
27453         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27454         visualization until i find a way to fix switch correctly.
27455         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27456         EOS arrives.
27457         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27458         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27459         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27460         Reworked switch to get a more correct behaviour with events and refing
27461         of data stored in sinkpads.
27462         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27463         we don't pull from a pad in EOS.
27464
27465 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27466
27467         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27468           remove v1 tag even if we can't read it (makes sure we don't detect
27469           it again)
27470
27471 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27472
27473         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27474         (gst_alsa_xrun_recovery):
27475         * ext/alsa/gstalsa.h:
27476           try xrun recovery when wait failed. Make xrun recovery function
27477           return TRUE/FALSE to indicate success. (might fix #134354)
27478
27479 2004-02-13  David Schleef  <ds@schleef.org>
27480
27481         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
27482         (dynparm_value_changed), (main): Convert from float to double.
27483         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
27484
27485 2004-02-13  David Schleef  <ds@schleef.org>
27486
27487         * gst/silence/gstsilence.c: (gst_silence_class_init),
27488         (gst_silence_set_clock), (gst_silence_get),
27489         (gst_silence_set_property), (gst_silence_get_property):
27490         * gst/silence/gstsilence.h: Add sync property.
27491         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27492         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
27493         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
27494         * gst/sine/gstsinesrc.h: Add sync property.
27495
27496 2004-02-13  David Schleef  <ds@schleef.org>
27497
27498         * gst/intfloat/gstint2float.c: (conv_f32_s16),
27499         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
27500
27501 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27502
27503         * configure.ac:
27504         * ext/Makefile.am:
27505         * gst-libs/ext/Makefile.am:
27506           move ffmpeg plugin to gst-ffmpeg module
27507
27508 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * configure.ac: use GST_ARCH to detect architecture
27511
27512 2004-02-12  Julien MOUTTE  <julien@moutte.net>
27513
27514         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
27515
27516 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27517
27518         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27519           classify LADSPA plugins based on number of src/sink pads
27520           (#133663, Stefan Kost)
27521         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
27522           fix dparams registration
27523           (#133528, Stefan Kost)
27524         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
27525           fix use of isprint and use g_ascii_isprint instead
27526           (#133316, Stefan Kost)
27527
27528 2004-02-11  David Schleef  <ds@schleef.org>
27529
27530         Convert a few inner loops to use liboil.  This is currently
27531         optional, and is only enabled if liboil is present (duh!).
27532         * configure.ac: Check for liboil-0.1
27533         * gst/intfloat/Makefile.am:
27534         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
27535         (gst_int2float_chain_gint16):
27536         * gst/videofilter/Makefile.am:
27537         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
27538         (tablelookup_u8), (gst_videobalance_planar411):
27539         * gst/videotestsrc/Makefile.am:
27540         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
27541         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
27542         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
27543         (paint_hline_RGB565), (paint_hline_xRGB1555):
27544
27545 2004-02-11  David Schleef  <ds@schleef.org>
27546
27547         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
27548         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
27549         (gst_colorspace_getcaps), (gst_colorspace_link),
27550         (gst_colorspace_base_init), (gst_colorspace_init),
27551         (gst_colorspace_chain), (gst_colorspace_change_state),
27552         (plugin_init): Merge Ronald's patch (bug #117897) and update
27553         for new caps and negotiation.  Seems to work, although it
27554         shows off bugs in lcs.
27555
27556 2004-02-11  David Schleef  <ds@schleef.org>
27557
27558         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
27559         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
27560
27561 2004-02-11  David Schleef  <ds@schleef.org>
27562
27563         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
27564         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
27565         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
27566         Add server and port properties
27567
27568 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
27569
27570         * m4/a52.m4:
27571         * m4/aalib.m4:
27572         * m4/as-ffmpeg.m4:
27573         * m4/as-liblame.m4:
27574         * m4/as-slurp-ffmpeg.m4:
27575         * m4/check-libheader.m4:
27576         * m4/esd.m4:
27577         * m4/freetype2.m4:
27578         * m4/gconf-2.m4:
27579         * m4/glib.m4:
27580         * m4/gst-alsa.m4:
27581         * m4/gst-artsc.m4:
27582         * m4/gst-ivorbis.m4:
27583         * m4/gst-matroska.m4:
27584         * m4/gst-sdl.m4:
27585         * m4/gst-shout2.m4:
27586         * m4/gst-sid.m4:
27587         * m4/gtk.m4:
27588         * m4/libdv.m4:
27589         * m4/libfame.m4:
27590         * m4/libmikmod.m4:
27591         * m4/ogg.m4:
27592         * m4/vorbis.m4:
27593           fix underquotedness of macros (#133800)
27594         * m4/as-avifile.m4:
27595         * m4/xmms.m4:
27596           removed because no longer used
27597
27598 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
27599
27600         * configure.ac:
27601           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
27602           by autopoint (fixes #132996)
27603
27604 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27605
27606         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
27607         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
27608         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
27609         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
27610           fix memleaks
27611
27612 2004-02-11  David Schleef  <ds@schleef.org>
27613
27614         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27615         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
27616         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
27617         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
27618         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
27619         (gst_jpegenc_class_init), (gst_jpegenc_init),
27620         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
27621         (gst_jpegenc_chain), (gst_jpegenc_set_property),
27622         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
27623         * ext/jpeg/gstjpegenc.h: Fix negotiation.
27624
27625 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27626
27627         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
27628         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
27629         * ext/mikmod/gstmikmod.h:
27630           fix caps negotiation in mikmod
27631         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
27632           output debug information
27633
27634 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27635
27636         * gst-libs/gst/colorbalance/Makefile.am:
27637         * gst-libs/gst/navigation/Makefile.am:
27638         * gst-libs/gst/xoverlay/Makefile.am:
27639           remove unused GST_OPT_CFLAGS from Makefiles
27640           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
27641
27642 2004-02-07  David Schleef  <ds@schleef.org>
27643
27644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
27645         push events to pads that haven't been created (#133508)
27646
27647 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
27648
27649         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27650         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
27651         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
27652         (gst_dvdec_loop), (gst_dvdec_change_state):
27653         Second attempt at committing a working dvdec element.
27654
27655 2004-02-06  David Schleef  <ds@schleef.org>
27656
27657         Build fixes for OS X: (see #129600)
27658         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
27659         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
27660         (gst_riff_read_strf_iavs):
27661         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
27662         (gst_avi_demux_stream_odml):
27663         * gst/playondemand/Makefile.am:
27664         * gst/rtp/rtp-packet.c:
27665
27666 2004-02-05  David Schleef  <ds@schleef.org>
27667
27668         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
27669         last change, because it Just Doesn't Compile.
27670
27671 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27672
27673         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27674           skip undecodable id3v2 tag instead of keeping it
27675
27676 2004-02-05  David Schleef  <ds@schleef.org>
27677
27678         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27679         Unref leaked buffer.  (Noticed by Ronald)
27680
27681 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
27682
27683         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27684         Sync requires with other checks.  >= vs =.
27685
27686 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
27687
27688         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
27689         (gst_dvdec_video_link), (gst_dvdec_loop):
27690         * ext/dv/gstdvdec.h:
27691           rework the caps negotiation so that dvdec works again instead
27692           of just segfaulting.
27693
27694 === release 0.7.4 ===
27695
27696 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27697
27698         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
27699         * configure.ac: changed for release
27700
27701 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27702
27703         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
27704         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27705         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27706         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27707           reworked patch by David Lehn to fix libdir and includedir for
27708           uninstalled libraries
27709           removed play and gconf from gstreamer-libs since they have their
27710           own pkgconfig files
27711
27712 2004-02-04  David Schleef  <ds@schleef.org>
27713
27714         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
27715         memleak.
27716
27717 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27718
27719         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27720           use correct GST_TAG_ENCODER tag
27721
27722 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27723
27724         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27725           be sure to stop the clock when going to paused
27726         * sys/oss/gstosssink.c: (gst_osssink_change_state):
27727           reset number of transmitted when going to ready.
27728         fixes #132935
27729
27730 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
27731
27732         reviewed by Benjamin Otte
27733
27734         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27735           extract track count (fixes #133410)
27736
27737 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27738
27739         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
27740           that should be !=, not == (fixes #132519)
27741
27742 2004-02-04  David Schleef  <ds@schleef.org>
27743
27744         Make sure set_explicit_caps() is called before adding pad.
27745         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
27746         * gst/id3/gstid3types.c: (gst_id3types_loop):
27747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
27748         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
27749
27750 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27751
27752         * configure.ac:
27753           bump nano to 2, first prerelease
27754           put back AM_PROG_LIBTOOL
27755
27756 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * testsuite/alsa/Makefile.am:
27759           these are user test apps, not automatic testsuite tests
27760
27761 2004-02-04  David Schleef  <ds@schleef.org>
27762
27763         Convert GST_DEBUG_CAPS() to GST_DEBUG():
27764         * gst/mpeg1videoparse/gstmp1videoparse.c:
27765         (mp1videoparse_parse_seq):
27766         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
27767         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
27768         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
27769         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
27770         (gst_xvideosink_getcaps):
27771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27772         * testsuite/gst-lint: more tests
27773
27774 2004-02-04  David Schleef  <ds@schleef.org>
27775
27776         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
27777         with the code that they would expand to.
27778         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
27779         (gst_flacdec_get_src_query_types),
27780         (gst_flacdec_get_src_event_masks):
27781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
27782         (gst_gnomevfssrc_get_query_types),
27783         (gst_gnomevfssrc_get_event_mask):
27784
27785 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27786
27787         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27788         (gst_sinesrc_dispose):
27789           fix memleak by properly disposing sinesrc
27790
27791 2004-02-04  Julien MOUTTE  <julien@moutte.net>
27792
27793         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
27794         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
27795         an overlay to redraw the image because it has been exposed.
27796         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
27797         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
27798         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
27799         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
27800         interface
27801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
27802         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
27803         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
27804         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
27805         interface
27806
27807 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27808
27809         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27810           more memleak fixage
27811
27812 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27813
27814         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27815         * gst/typefind/gsttypefindfunctions.c:
27816           fix memleaks shown by gst-typefind
27817
27818 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27819
27820         * common/glib-gen.mak:
27821           add hack rule to touch .Plo files
27822         * gst-libs/gst/colorbalance/Makefile.am:
27823         * gst-libs/gst/mixer/Makefile.am:
27824         * gst-libs/gst/play/Makefile.am:
27825         * gst-libs/gst/tuner/Makefile.am:
27826           remove glib_root variable
27827
27828 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27829
27830         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
27831           set explicit caps before adding the element, so the autopluggers can
27832           plug correctly.
27833         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27834         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
27835         (mpeg_video_type_find), (mpeg_video_stream_type_find),
27836         (dv_type_find):
27837           fix memleaks in typefind functions. gst_type_find_suggest takes a const
27838           argument.
27839
27840 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27841
27842         * gst-libs/gst/colorbalance/Makefile.am:
27843         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
27844         * gst-libs/gst/colorbalance/colorbalance.c:
27845         * gst-libs/gst/colorbalance/colorbalance.h:
27846         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
27847         * gst-libs/gst/mixer/Makefile.am:
27848         * gst-libs/gst/mixer/mixer-marshal.list:
27849         * gst-libs/gst/mixer/mixer.c:
27850         * gst-libs/gst/mixer/mixer.h:
27851         * gst-libs/gst/mixer/mixermarshal.list:
27852         * gst-libs/gst/play/Makefile.am:
27853         * gst-libs/gst/play/play.h:
27854         * gst-libs/gst/tuner/Makefile.am:
27855         * gst-libs/gst/tuner/tuner-marshal.list:
27856         * gst-libs/gst/tuner/tuner.c:
27857         * gst-libs/gst/tuner/tuner.h:
27858         * gst-libs/gst/tuner/tunermarshal.list:
27859           use new glib-gen.mak snippet to clean up Makefile.am
27860           fix various bugs in Makefile.am's
27861
27862 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27863
27864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
27865           handle chain parsing correctly in the multichain case
27866         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
27867         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
27868         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27869         (theora_dec_chain):
27870           handle events and queries correctly
27871
27872 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
27873
27874         * .cvsignore:
27875         Ignore generated file _stdint.h.
27876
27877 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
27878
27879         * gst-libs/gst/colorbalance/Makefile.am:
27880         * gst-libs/gst/colorbalance/colorbalance.h:
27881         * gst-libs/gst/mixer/Makefile.am:
27882         * gst-libs/gst/mixer/mixer.h:
27883         * gst-libs/gst/play/Makefile.am:
27884         * gst-libs/gst/play/play.h:
27885         * gst-libs/gst/tuner/Makefile.am:
27886         * gst-libs/gst/tuner/tuner.h:
27887         Generate enum type code with glib-mkenums.
27888         * gst-libs/gst/colorbalance/.cvsignore:
27889         * gst-libs/gst/mixer/.cvsignore:
27890         * gst-libs/gst/play/.cvsignore:
27891         * gst-libs/gst/tuner/.cvsignore:
27892         Ignore generated files.
27893
27894 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
27895
27896         * gst-libs/gst/audio/.cvsignore:
27897         Ignore generated file.
27898         * gst-libs/gst/audio/Makefile.am:
27899         Do not install example filter.
27900
27901 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
27902
27903         * examples/switch/.cvsignore:
27904         Ignore generated file.
27905
27906 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27907
27908         * common/m4/ax_create_stdint_h.m4:
27909         * configure.ac:
27910           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
27911           _stdint.h.
27912         * Makefile.am:
27913           remove generated _stdint.h in DISTCLEANFILES
27914         * ext/a52dec/gsta52dec.c:
27915           include _stdint.h for a52dec. (should fix #133064)
27916
27917 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
27918
27919         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
27920         (gst_tag_to_vorbis_comments):
27921         Add replaygain support to vorbistag
27922
27923 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
27924         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
27925         (gst_ffmpeg_caps_to_extradata):
27926           Fix SVQ3 caps flag properties
27927           Use glib macro for bytes swap
27928
27929 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27930
27931         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
27932         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
27933         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
27934         * ext/sndfile/gstsf.c: (plugin_init):
27935         * gst/avi/gstavi.c: (plugin_init):
27936         * sys/dxr3/dxr3init.c: (plugin_init):
27937         * sys/oss/gstossaudio.c: (plugin_init):
27938         * sys/v4l/gstv4l.c: (plugin_init):
27939         * sys/v4l2/gstv4l2.c: (plugin_init):
27940           remove textdomain calls
27941         * po/nl.po:
27942           update Dutch translation
27943
27944 2004-02-02  Julien MOUTTE  <julien@moutte.net>
27945
27946         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27947         (gst_play_set_audio_sink): Moving volume in the audio thread for
27948         instantaneous volume change. Maybe i will add another volume in front
27949         of visualization later, not sure yet though.
27950
27951 2004-02-02  Julien MOUTTE  <julien@moutte.net>
27952
27953         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27954         (gst_ximagesink_handle_xevents): Better X events handling, only take
27955         the latest events for configure and motion.
27956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
27957
27958 2004-02-02  Jon Trowbridge  <trow@gnu.org>
27959
27960         reviewed by: David Schleef  <ds@schleef.org>
27961
27962         Fix memory leaks:
27963         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
27964         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
27965
27966 2004-02-02  David Schleef  <ds@schleef.org>
27967
27968         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
27969         of lines.
27970         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
27971         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27972         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
27973         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
27974         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27975         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
27976         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
27977         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
27978         (gst_float2_2_int_link):
27979         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27980         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
27981         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
27982         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
27983         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
27984         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
27985         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
27986         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
27987         * testsuite/gst-lint: Add tests for bzero and ;;
27988
27989 2004-02-02  David Schleef  <ds@schleef.org>
27990
27991         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
27992
27993 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27994
27995         * ext/aalib/gstaasink.c: (gst_aasink_open):
27996         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
27997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27998         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27999         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28000         (gst_afsink_close_file):
28001         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28002         (gst_afsrc_close_file):
28003         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28004         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28005         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28006         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28007         * ext/esd/esdmon.c: (gst_esdmon_get):
28008         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28009         * ext/faac/gstfaac.c: (gst_faac_chain):
28010         * ext/faad/gstfaad.c: (gst_faad_chain):
28011         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28012         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28013         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28014         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28015         (gst_flacdec_loop):
28016         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28017         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28018         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28019         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28020         (gst_gnomevfssink_close_file):
28021         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28022         (gst_gnomevfssrc_open_file):
28023         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28024         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28025         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28026         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28027         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28028         * ext/mad/gstmad.c: (gst_mad_chain):
28029         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28030         * ext/mpeg2dec/gstmpeg2dec.c:
28031         * ext/mpeg2enc/gstmpeg2enc.cc:
28032         * ext/mplex/gstmplex.cc:
28033         * ext/mplex/gstmplexibitstream.cc:
28034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28035         (gst_ogg_demux_push):
28036         * ext/raw1394/gstdv1394src.c:
28037         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28038         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28039         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28040         (gst_sf_loop):
28041         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28042         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28043         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28044         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28046         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28047         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28048         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28049         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28050         (gst_riff_read_element_data), (gst_riff_read_seek),
28051         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28052         * gst/adder/gstadder.c: (gst_adder_loop):
28053         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28054         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28055         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28056         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28057         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28058         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28059         * gst/goom/gstgoom.c: (gst_goom_chain):
28060         * gst/id3/gstid3types.c: (gst_id3types_loop):
28061         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28062         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28063         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28064         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28065         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28066         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28067         (gst_ebml_read_float), (gst_ebml_read_header):
28068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28069         (gst_matroska_demux_parse_blockgroup):
28070         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28071         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28072         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28073         * gst/silence/gstsilence.c: (gst_silence_get):
28074         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28075         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28076         * gst/speed/gstspeed.c: (speed_loop):
28077         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28078         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28079         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28080         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28081         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28082         (gst_wavparse_loop):
28083         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28084         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28085         (dxr3audiosink_close):
28086         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28087         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28088         (dxr3videosink_close), (dxr3videosink_write_data):
28089         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28090         * sys/oss/gstosssink.c: (gst_osssink_chain):
28091         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28092         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28093         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28095         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28096         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28097         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28098         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28099         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28100         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28101         (gst_v4l_set_audio):
28102         * sys/v4l/v4l_calls.h:
28103         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28104         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28105         (gst_v4lmjpegsink_playback_init),
28106         (gst_v4lmjpegsink_playback_start):
28107         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28109         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28110         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28111         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28112         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28113         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28114         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28115         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28116         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28117         (gst_v4l2_get_output), (gst_v4l2_set_output),
28118         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28119         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28120         (gst_v4l2_set_attribute):
28121         * sys/v4l2/v4l2_calls.h:
28122         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28123         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28124         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28125         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28126         (gst_v4l2src_capture_stop):
28127         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28128         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28129         (gst_ximagesink_chain):
28130         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28131         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28132         (gst_xvideosink_xwindow_new):
28133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28134         (gst_xvimagesink_chain):
28135
28136 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28137
28138         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28139         (gst_volume_get_volume), (volume_class_init), (volume_init),
28140         (volume_chain_int16), (volume_update_volume):
28141         * gst/volume/gstvolume.h:
28142           make code more readable by removing magic numbers
28143           make mixer interface export 0-100 range
28144           make it internally map to 0.0-1.0 range so users don't distort
28145           output by putting the sliders at full volume
28146
28147 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28148
28149         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28150         (gst_play_state_change), (gst_play_seek_to_time):
28151         block the tick callback for 0.5 secs after doing a seek
28152
28153 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28154
28155         * gst-libs/gst/play/play.c: (gst_play_new):
28156           check for GError
28157
28158 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28159
28160         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28161         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28162         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28163         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28165         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28166
28167 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28168
28169         * configure.ac:
28170         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28171           check for a function added in vorbis 1.1
28172
28173 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28174
28175         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28176         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28177           really start/stop clock only on PLAYING <=> PAUSED
28178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28179           remove \n from debugging lines
28180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28181           make it work when seeking does not
28182         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28183           reset on DISCONT
28184
28185 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28186
28187         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28188           start clock on PAUSED=>PLAYING, not later
28189         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28190           extract correct time for different discont formats
28191         (gst_alsa_sink_get_time):
28192           don't segfault when no format is negotiated yet, just return 0
28193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28194         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28195         (gst_ogg_pad_push):
28196           handle flush and discont events correctly
28197         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28198           handle discont events correctly
28199
28200 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28201
28202         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28203         (gst_play_error_create), (gst_play_error_plugin),
28204         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28205         * gst-libs/gst/play/play.h:
28206           add error handling during creation
28207         * examples/gstplay/player.c: (main):
28208           use new gst_play_new
28209
28210
28211 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28212
28213         * ext/theora/theoradec.c: (theora_dec_chain):
28214           make comments work
28215         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28216         (vorbis_dec_src_event), (vorbis_dec_chain):
28217           add encoder tag, fix tag reading to be more error tolerant, change
28218           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28219           gst_pad_event_default.
28220         * gst/tags/gstvorbistag.c:
28221         (gst_tag_list_from_vorbiscomment_buffer):
28222           undefine function specific define at end of function
28223
28224 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28225
28226         * ext/flac/gstflac.c: (plugin_init):
28227         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28228         * ext/flac/gstflacdec.h:
28229         * ext/flac/gstflacenc.h:
28230           Fix typos
28231
28232 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28233
28234         * examples/gstplay/player.c: s/gstplay.h/play.h/
28235
28236 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28237
28238         * gst-libs/gst/play/Makefile.am:
28239         * gst-libs/gst/play/gstplay.c:
28240         * gst-libs/gst/play/gstplay.h:
28241         * gst-libs/gst/play/play.c:
28242           more surgery, operation complete
28243
28244 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28245
28246         * gst-libs/gst/play/play.old.c:
28247         * gst-libs/gst/play/play.old.h:
28248           after CVS surgery by moving, remove
28249         * gst-libs/gst/play/playpipelines.c:
28250           remove
28251
28252         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28253           add negotiation error
28254
28255 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28256
28257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28258         (gst_ogg_demux_push):
28259           add some seeking debug info
28260           send a flush when seeking
28261
28262 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28263
28264         * configure.ac:
28265           use AC_C_INLINE
28266         * configure.ac:
28267         * ext/Makefile.am:
28268         * ext/theora/Makefile.am:
28269         * ext/theora/theoradec.c:
28270           add theora video decoder. Does just do simple decoding for now and
28271           has been tested against Theora cvs only. It only works when theora
28272           is compiled with --enable-static.
28273         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28274           always reset packetno on DISCONT
28275
28276 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28277
28278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28279           Fix audio.
28280
28281 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28282
28283         * gst/mpegaudioparse/gstmpegaudioparse.c:
28284         (mp3_type_frame_length_from_header):
28285           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28286
28287 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28288
28289         * ext/esd/esdsink.c: (gst_esdsink_init):
28290           Since we have static pad template caps, we don't need to negotiate;
28291           either the core errors out or we know the format.
28292
28293 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28294
28295         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28296         (gst_riff_read_seek):
28297         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28298         (gst_ebml_read_seek):
28299           Fix event handling.
28300
28301 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28302
28303         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28304           removee video/x-theora from vp3 decoder, it doesn't handle raw
28305           theora streams
28306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28307           fix bug with finalizing element that never went to PAUSED
28308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28309           length and position queries were swapped
28310         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28311         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28312         (vorbis_dec_src_event):
28313           implement querying time and bytes
28314
28315 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28316
28317         * just about every source file:
28318           gst_element_error -> GST_ELEMENT_ERROR
28319
28320 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28321
28322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28323         emiting FLUSH and even before DISCONT.
28324         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28325         get the best instant seeking as possible yay!
28326
28327 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28328
28329         * gst/mpeg1videoparse/gstmp1videoparse.c:
28330         (gst_mp1videoparse_real_chain):
28331           Committed wrong version last week... Grr... Didn't notice until now.
28332
28333 2004-01-29  Julien MOUTTE <julien@moutte.net>
28334
28335         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28337         have_xwindow_id signal in xwindow_create.
28338
28339 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28340
28341         * ext/ogg/gstoggdemux.c:
28342           lots of changes - mainly support for chained bitstreams, seeking,
28343           querying and bugfixes of course
28344         * ext/vorbis/Makefile.am:
28345         * ext/vorbis/vorbisdec.c:
28346         * ext/vorbis/vorbisdec.h:
28347           add vorbisdec raw vorbis decoder
28348         * ext/vorbis/vorbis.c: (plugin_init):
28349           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28350         * gst/intfloat/Makefile.am:
28351         * gst/intfloat/float22int.c:
28352         * gst/intfloat/float22int.h:
28353         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28354           add float2intnew plugin. It converts multichannel interleaved float to
28355           multichannel interleaved int. The name should probably be changed.
28356         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28357         (plugin_init):
28358           add typefinding for raw theora video so oggdemux can detect it.
28359
28360 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28361
28362         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28363         sink element first.
28364         * gst/videoscale/gstvideoscale.c:
28365         (gst_videoscale_handle_src_event): Fixing src event handler.
28366
28367 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28370         (gst_v4lsrc_open), (gst_v4lsrc_close),
28371         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28372         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28373         * sys/v4l/gstv4lsrc.h:
28374         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28375         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28376           Implement resizing... Hack. But that's why v4l is b0rked...
28377
28378 2004-01-28  Julien MOUTTE <julien@moutte.net>
28379
28380         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28381         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28382         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28383         (gst_ximagesink_xwindow_destroy):
28384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28385         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28386         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28387         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28388         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28389         correctly cleaning the image created to check xshm calls on succes,
28390         added a lot of XSync calls in X11 functions, and fixed a segfault when
28391         no image format was defined before negotiation happened.
28392
28393 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28394
28395         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28396           use gst_element_get_time to get correct time
28397
28398 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28399
28400         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28401         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28402         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28404         (gst_xvimagesink_check_xshm_calls),
28405         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28406         X plugins are now able to detect that XShm calls will fail even if the
28407         server claims that it has XShm support (remote displays most of the
28408         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28409         so that we use non XShm functions. This feature is almost useless for
28410         xvimagesink as Xv is not supported on remote displays anyway, but
28411         it might happen than even on the local display XShm calls fail.
28412
28413 2004-01-27  David Schleef  <ds@schleef.org>
28414
28415         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28416         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28417         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28418         changed esdsink to only use 44100,16,2, since esd sucks at rate
28419         conversion and esdsink has had difficulty negotiating.
28420
28421 2004-01-27  Julien MOUTTE <julien@moutte.net>
28422
28423         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28424         (gst_play_seek_to_time): Fixing the way to get current position.
28425
28426 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28427
28428         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28429           use gst_element_get_time to get correct time
28430
28431 2004-01-27  Julien MOUTTE <julien@moutte.net>
28432
28433         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28434         fix ever... Inverting 2 lines of code make spider autoplug correctly
28435         tagged mp3 !
28436
28437 2004-01-27  David Schleef  <ds@schleef.org>
28438
28439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28440         Use gst_pad_try_set_caps_nonfixed().
28441
28442 2004-01-27  David Schleef  <ds@schleef.org>
28443
28444         * gst/ac3parse/gstac3parse.c: update to checklist 5
28445         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28446         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28447         * gst/audioscale/gstaudioscale.c: same
28448         * gst/auparse/gstauparse.c: same
28449         * gst/avi/gstavidemux.c: same
28450
28451 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28452
28453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28454           stop processing after EOS
28455
28456 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28457
28458         * gst/asfdemux/asfheaders.h:
28459         * gst/asfdemux/gstasfdemux.c:
28460         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28461         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28462         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28463           lot's of fixes to make data extraction simpler and get the code
28464           architecture and compiler independant. Add debugging category
28465         * gst/goom/gstgoom.c: (gst_goom_change_state):
28466           reset channel count on PAUSED=>READY, not READY=>PAUSED
28467
28468 2004-01-26  Colin Walters  <walters@verbum.org>
28469
28470         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28471         code to pull a bigger buffer in iradio mode.  This as a side effect
28472         makes typefinding work.
28473
28474 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28475
28476         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28477         Fix SVQ3 decoding on PPC
28478
28479 2004-01-26  Julien MOUTTE <julien@moutte.net>
28480
28481         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
28482         that one managed to stay there... Fixed.
28483
28484 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28485
28486         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28487         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
28488         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
28489         (qtdemux_video_caps):
28490         * gst/qtdemux/qtdemux.h:
28491         Add SVQ3 specific flags to qtdemux and ffmpeg
28492
28493 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28494
28495         * gst-libs/gst/audio/audio.h:
28496           remove buffer-frames from audio caps
28497         * gst/audioconvert/gstaudioconvert.c:
28498           fix plugin to really work.
28499
28500 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28501
28502         * gst-libs/gst/mixer/mixer.c:
28503         * gst-libs/gst/propertyprobe/propertyprobe.c:
28504         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
28505         (gst_tuner_find_channel_by_name):
28506         * gst-libs/gst/tuner/tuner.h:
28507           Add gtk-doc style comments. Also fix a function name.
28508
28509 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28510
28511         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
28512         (gst_divxdec_negotiate):
28513           Fix for new capsnego - also fixes gst-player with divxdec.
28514
28515 2004-01-25  Julien MOUTTE  <julien@moutte.net>
28516
28517         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
28518         (gst_play_identity_handoff), (gst_play_set_location),
28519         (gst_play_set_visualization), (gst_play_connect_visualization): Another
28520         try in visualization implementation. Still have an issue with switch
28521         blocking when pulling from video_queue and only audio comes out of
28522         spider.
28523         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28524         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
28525         release method. And check if the pad is usable before pulling.
28526
28527 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28528
28529         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
28530         (gst_videobalance_init),
28531         (gst_videobalance_colorbalance_list_channels),
28532         (gst_videobalance_colorbalance_set_value),
28533         (gst_videobalance_colorbalance_get_value),
28534         (gst_videobalance_update_properties),
28535         (gst_videobalance_update_tables_planar411),
28536         (gst_videobalance_planar411):
28537         * gst/videofilter/gstvideobalance.h:
28538           Implement lookup-tables. +/- 10x faster.
28539
28540 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28543         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
28544           The index reading was broken. The rest worked fine, but the whole
28545           goal of my rewrite was to make avidemux readable, and this was
28546           not at all readable. Please use typed variables.
28547
28548 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28549
28550         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28551           Additional pad usability check.
28552         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28553         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
28554         (gst_mp1videoparse_real_chain):
28555           Fix MPEG video stream parsing. The original plugin had several
28556           issues, including not timestamping streams where the source was
28557           not timestamped (this happens with PTS values in mpeg system
28558           streams, but MPEG video is also a valid stream on its own so
28559           that needs timestamps too). We use the display time code for that
28560           for now. Also, if one incoming buffer contains multiple valid
28561           frames, we push them all on correctly now, including proper EOS
28562           handling. Lastly, several potential segfaults were fixed, and we
28563           properly sync on new sequence/gop headers to include them in next,
28564           not previous frames (since they're header for the next frame, not
28565           the previous). Also see #119206.
28566         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
28567         (bpf_from_header):
28568           Move caps setting so we only do it after finding several valid
28569           MPEG-1 fraes sequentially, not right after the first one (which
28570           might be coincidental).
28571         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
28572         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28573         (plugin_init):
28574           Add unsynced MPEG video stream typefinding, and change some
28575           probability values so we detect streams rightly. The idea is as
28576           follows: I can have an unsynced system stream which contains
28577           video. In the current code, I would randomly get a type for either
28578           system or video stream type found, because the probabilities are
28579           being calculated rather randomly. I now use fixed values, so we
28580           always prefer system stream if that was found (and that is how it
28581           should be). If no system stream was found, we can still identity                the stream as video-only.
28582
28583 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28584
28585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28586         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
28587           don't write to buffer. Extract data without the need of
28588           __attribute__ ((packed))
28589
28590 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28591
28592         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
28593         (mpeg1_sys_type_find):
28594           Fix MPEG-1 stream typefinding.
28595
28596 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28597
28598         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28599           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
28600
28601 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28602
28603         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
28604         * ext/esd/gstesd.c: (plugin_init):
28605           private debugging, better error reporting
28606
28607 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28608
28609         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
28610         (gst_riff_read_init), (gst_riff_read_change_state):
28611         * gst-libs/gst/riff/riff-read.h:
28612           Remove stuff fromold metadata system.
28613
28614 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28615
28616         * ext/ogg/gstoggdemux.c:
28617           Fix wrong file comment.
28618         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28619         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
28620           Add metadata reading properly.
28621
28622 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28623
28624         * ext/Makefile.am:
28625           Fix nas DIST_SUBDIRS
28626           Uraeus:
28627           Fix bug where make distcheck doesn't get run on adding stuff to
28628           the build.
28629
28630 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28631
28632         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
28633         * ext/divx/gstdivxdec.h:
28634           Fix divx3 ("msmpeg4") playback using divxdec.
28635
28636 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28637
28638         * gst/typefind/gsttypefindfunctions.c:
28639         (mp3_type_frame_length_from_header): fix bug in length computation
28640         (mp3_type_find): improve debugging output
28641
28642 2004-01-23  Julien MOUTTE  <julien@moutte.net>
28643
28644         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
28645         (gst_play_set_location), (gst_play_seek_to_time),
28646         (gst_play_set_audio_sink), (gst_play_set_visualization),
28647         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
28648         the pipeline from scratch. Visualization is back and switch went out as
28649         i realized it was not possible to use the way i wanted.
28650         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
28651         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
28652         clearing in state change from READY to NULL. So that one can clean the
28653         X ressources keeping the element.
28654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28655         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
28656         (gst_xvimagesink_colorbalance_set_value),
28657         (gst_xvimagesink_colorbalance_get_value),
28658         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
28659         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
28660         change from READY to NULL and fixed some stupid bugs in colorbalance
28661         get/set values. Also added the following feature : when nobody tries to
28662         set some values to the colorbalance levels before the xcontext is
28663         grabbed, then when creating channels list from Xv attributes we set the
28664         internal values to the Xv defaults. This way we handle buggy Xv drivers
28665         that set default hue values far from the middle of the range (Thanks
28666         to Jon Trowbridge for pointing that issue).
28667         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
28668         colorbalance levels have been set before xcontext is grabbed.
28669
28670 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
28673           Fix the ossmixer case where we shouldn't open /dev/dsp* because
28674           it might block operations (which is bad for a mixer).
28675
28676 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28677
28678         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28679         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
28680         (gmip_find_type_pre):
28681         * gst-libs/gst/media-info/media-info-priv.h:
28682         * gst-libs/gst/media-info/media-info.c:
28683         (gst_media_info_instance_init), (gst_media_info_read_idler):
28684         add fakesink to get caps on decoder src pad again
28685         fix callback prototype to match new have_type signal signature
28686
28687 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28688
28689         * gst/adder/gstadder.c: (gst_adder_link):
28690           fix non-compile and cut-n-paste code
28691
28692 2004-01-21  David Schleef  <ds@schleef.org>
28693
28694         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
28695         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
28696         (gst_swfdec_init), (gst_swfdec_change_state):
28697         * ext/swfdec/gstswfdec.h:
28698         Fix negotiation.
28699         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
28700         (gst_adder_request_new_pad): Fix negotiation.
28701         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
28702         Add a fixate function.
28703         * gst/intfloat/gstfloat2int.c:
28704         * gst/intfloat/gstfloat2int.h:
28705         * gst/intfloat/gstint2float.c:
28706         * gst/intfloat/gstint2float.h:
28707         Completely rewrite the negotiation.  Doesn't quite work yet,
28708         due to some buffer-frames problem.
28709
28710 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28711
28712         * ext/gnomevfs/gstgnomevfssrc.c:
28713         * sys/v4l2/v4l2_calls.h:
28714           fix includes for distcheck
28715
28716 2004-01-21  Christian Schaller <uraeus@gnome.org>
28717
28718         * ext/nas/
28719         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
28720         based on earlier patch from Laurent Vivier
28721
28722 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
28723
28724         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28725         Fix wma caps property
28726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28727         Fix typo (flags1 and flags2)
28728
28729 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28730
28731         * gst-libs/gst/media-info/media-info-priv.c:
28732         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
28733         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
28734         (gmip_find_stream), (gmip_find_track_metadata),
28735         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
28736         (gmip_find_track_format):
28737         * gst-libs/gst/media-info/media-info-priv.h:
28738         * gst-libs/gst/media-info/media-info-test.c: (main):
28739         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
28740         (gst_media_info_read_idler), (gst_media_info_read):
28741         * gst-libs/gst/media-info/media-info.h:
28742           register debugging category and use it for debugging
28743
28744 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28745
28746         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
28747         (gst_vorbisfile_new_link):
28748           signal streaminfo through tags
28749
28750 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28751
28752         * ext/mplex/gstmplex.cc:
28753         * ext/mplex/gstmplexibitstream.cc:
28754           g++ doesn't like NULL in our i18n/error macros, should be
28755           either (NULL) or ("").
28756
28757 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28758
28759         * sys/dxr3/dxr3audiosink.c:
28760         * sys/dxr3/dxr3init.c:
28761         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
28762         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
28763           Fix more error error error errors (missing includes here).
28764
28765 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28768           fix thomas' error errors.
28769
28770 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28771
28772         * ext/mpeg2enc/gstmpeg2enc.cc:
28773           fix error errors.
28774
28775 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28776
28777         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28778         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28779           Fix for new error system.
28780
28781 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28782
28783         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28784           fix for new error reporting
28785
28786 2004-01-20  David Schleef  <ds@schleef.org>
28787
28788         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28789         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
28790         (gst_ximagesink_set_xwindow_id): Change to using a framerate
28791         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
28792         and neither is 100+, most likely.
28793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28794         (gst_xvimagesink_getcaps): same
28795
28796 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28797
28798         * configure.ac:
28799           Up version requirement to 2.0.3 (not yet released) to avoid symbol
28800           clashes with ffmpeg.
28801
28802 2004-01-20  Julien MOUTTE  <julien@moutte.net>
28803
28804         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
28805         (gst_switch_init): Fixed switch element : proxying link and setting
28806         caps from src to sink on request.
28807
28808 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28809
28810         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28811         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28812         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28813         fix element_error
28814
28815 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28816
28817         * sys/v4l/v4l_calls.h:
28818         * sys/v4l2/v4l2_calls.h:
28819           element_error fixes
28820
28821 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28822
28823         * gst-libs/gst/gst-i18n-plugin.h:
28824           add locale.h
28825           remove config.h inclusion
28826
28827 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28828
28829         * autogen.sh:
28830           adding autopoint invocation
28831         * Makefile.am:
28832         * configure.ac:
28833         * gst-libs/gst/gettext.h:
28834           adding gettext bits
28835         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28836         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28837         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28839         (gst_gnomevfssink_close_file):
28840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
28841         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
28842         * gst-libs/gst/gst-i18n-plugin.h:
28843         * gst/avi/gstavi.c: (plugin_init):
28844         * sys/dxr3/dxr3init.c: (plugin_init):
28845         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
28846         * sys/oss/gstossaudio.c: (plugin_init):
28847         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28848         * sys/v4l/gstv4l.c: (plugin_init):
28849         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28850         * sys/v4l2/gstv4l2.c: (plugin_init):
28851         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28852         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
28853         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
28854         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
28855         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
28856         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
28857           make sure locale and translation domain are set
28858           fix translated strings
28859         * po/.cvsignore:
28860         * po/LINGUAS:
28861         * po/Makevars:
28862         * po/POTFILES.in:
28863         * po/nl.po:
28864           put translation files into place
28865         * sys/xvideo/imagetest.c: (main):
28866         * ext/dv/demo-play.c: (main):
28867           fix unnecessary translations
28868
28869 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28870
28871         * ext/sndfile/gstsf.c:
28872         * gst/avi/gstavimux.c:
28873         * ext/audiofile/gstafsink.c:
28874         * ext/audiofile/gstafsrc.c:
28875         * ext/gnomevfs/gstgnomevfssink.c:
28876         * ext/gnomevfs/gstgnomevfssrc.c:
28877         * sys/oss/gstosselement.c:
28878         * sys/v4l/v4l_calls.h:
28879           fix i18n include
28880
28881 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28882
28883         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28884         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28885         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28886         (gst_v4l2_get_output), (gst_v4l2_set_output),
28887         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28888         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28889         (gst_v4l2_set_attribute):
28890         update to new error handling
28891
28892 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28893
28894         * ext/sidplay/gstsiddec.cc:
28895         * gst/modplug/gstmodplug.cc:
28896           parenthese NULL because C++ seems angry about it
28897
28898 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28899
28900         * gst-libs/gst/gst-i18n-plugin.h:
28901           add skeleton i18n stuff, but needs to be further implemented
28902
28903 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28904
28905         * examples/gstplay/player.c: (main):
28906         * ext/aalib/gstaasink.c: (gst_aasink_open):
28907         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28909         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28910         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28911         (gst_afsink_close_file):
28912         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28913         (gst_afsrc_close_file):
28914         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28915         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28916         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28917         * ext/esd/esdmon.c: (gst_esdmon_get):
28918         * ext/esd/esdsink.c: (gst_esdsink_chain):
28919         * ext/faac/gstfaac.c: (gst_faac_chain):
28920         * ext/faad/gstfaad.c: (gst_faad_chain):
28921         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28922         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28923         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28924         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28925         (gst_flacdec_loop):
28926         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28927         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28929         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28930         (gst_gnomevfssink_close_file):
28931         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28932         (gst_gnomevfssrc_open_file):
28933         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28934         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28935         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28936         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28937         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28938         * ext/mad/gstmad.c: (gst_mad_chain):
28939         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28940         * ext/mpeg2dec/gstmpeg2dec.c:
28941         * ext/mpeg2enc/gstmpeg2enc.cc:
28942         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28943         * ext/mplex/gstmplex.cc:
28944         * ext/mplex/gstmplexibitstream.cc:
28945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28946         (gst_ogg_demux_push), (gst_ogg_pad_push):
28947         * ext/raw1394/gstdv1394src.c:
28948         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28949         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28950         * ext/sidplay/gstsiddec.cc:
28951         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28952         (gst_sf_loop):
28953         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28954         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28955         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28957         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28958         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28959         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28960         * gst-libs/gst/Makefile.am:
28961         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28962         (gst_riff_read_element_data), (gst_riff_read_seek),
28963         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28964         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
28965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28966         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28967         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28968         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28969         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28970         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28971         * gst/goom/gstgoom.c: (gst_goom_chain):
28972         * gst/id3/gstid3types.c: (gst_id3types_loop):
28973         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28974         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28975         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28976         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28977         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28978         (gst_ebml_read_float), (gst_ebml_read_header):
28979         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28980         (gst_matroska_demux_parse_blockgroup):
28981         * gst/modplug/gstmodplug.cc:
28982         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28984         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28985         * gst/silence/gstsilence.c: (gst_silence_get):
28986         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28987         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28988         * gst/speed/gstspeed.c: (speed_loop):
28989         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28990         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28991         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28992         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28993         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28994         (gst_wavparse_loop):
28995         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28996         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28997         (dxr3audiosink_close):
28998         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28999         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29000         (dxr3videosink_close), (dxr3videosink_write_data):
29001         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29002         * sys/oss/gstosselement.h:
29003         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29004         (gst_osssink_chain):
29005         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29006         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29007         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29009         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29010         (gst_v4l_enable_overlay):
29011         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29012         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29013         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29014         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29015         (gst_v4l_set_audio):
29016         * sys/v4l/v4l_calls.h:
29017         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29018         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29019         (gst_v4lmjpegsink_playback_init),
29020         (gst_v4lmjpegsink_playback_start):
29021         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29022         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29023         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29024         (gst_v4lmjpegsrc_requeue_frame):
29025         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29026         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29027         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29028         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29029         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29030         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29031         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29032         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29033         (gst_v4l2src_capture_stop):
29034         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29035         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29036         (gst_ximagesink_chain):
29037         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29038         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29039         (gst_xvideosink_xwindow_new):
29040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29041         (gst_xvimagesink_chain):
29042         use new error signal, function and categories
29043
29044 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29045
29046         * configure.ac:
29047         * ext/Makefile.am:
29048         * ext/musicbrainz/gsttrm.c:
29049         * ext/musicbrainz/gsttrm.h:
29050         * ext/musicbrainz/Makefile.am:
29051         Add a trm plugin
29052
29053 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29054
29055         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29056         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29057         synchronous property for debugging.
29058         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29060         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29061         smaller block, fixing indent.
29062
29063 2004-01-16  David Schleef  <ds@schleef.org>
29064
29065         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29066         property affects the video stream.
29067         * sys/xvimage/xvimagesink.c:
29068         * sys/xvimage/xvimagesink.h:
29069         Add synchronous property for debugging.  Should probably be
29070         disabled in non-CVS builds.  Make sure that the Xv attribute
29071         exists before we set it (crash!).  Fix a silly float bug that
29072         caused colorbalance to just not work.
29073
29074 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29075
29076         * tools/gst-launch-ext.in - update for new plugins
29077
29078 2004-01-16  David Schleef  <ds@schleef.org>
29079
29080         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29081         already-freed caps.
29082
29083 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29084
29085         * Update spec for new colorspace plugin and libcaca plugin
29086         * Fix compilation of libcaca plugin (clock -> id)
29087
29088 2004-01-16  Julien MOUTTE <julien@moutte.net>
29089
29090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29091         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29092         (gst_xvimagesink_set_xwindow_id),
29093         (gst_xvimagesink_colorbalance_set_value),
29094         (gst_xvimagesink_colorbalance_get_value),
29095         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29096         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29097         correct colorbalance properties. They can now be set when the element
29098         is still in NULL state. The values will be committed to the Xv Port
29099         when xcontext is initialized.
29100         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29101         brightness int values in the GstXvImagesink structure.
29102
29103 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29104
29105         * gst-libs/gst/Makefile.am:
29106           restructure so having local patches works easier.
29107
29108 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29109
29110         * ext/mpeg2enc/Makefile.am:
29111         * ext/mpeg2enc/gstmpeg2enc.cc:
29112         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29113           Bugfix with respect to EOS handling.
29114
29115 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29118           Link with right caps (else, it segfaults).
29119         * ext/mplex/gstmplexjob.cc:
29120           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29121
29122 2004-01-15  David Schleef  <ds@schleef.org>
29123
29124         * gst-libs/gst/audio/Makefile.am:
29125         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29126         from the template.
29127         * gst-libs/gst/audio/gstaudiofilter.c:
29128         * gst-libs/gst/audio/gstaudiofilter.h:
29129         Add bytes_per_sample and size and n_samples calculation.
29130         * gst-libs/gst/audio/gstaudiofilterexample.c:
29131         Remove, now autogenerated.
29132         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29133         Moved from gstaudiofilterexample, object name changed, code added
29134         so that it actually works.
29135         * gst-libs/gst/audio/make_filter:
29136         Script to build an audiofilter subclass from the template.
29137         * gst/colorspace/Makefile.am:
29138         * gst/colorspace/yuv2yuv.c:
29139         Remove file, since it's GPL, and we don't use it.
29140
29141 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29142
29143         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29145         them use the buffer free function to test how the buffer was allocated.
29146
29147 2004-01-15  David Schleef  <ds@schleef.org>
29148
29149         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29150         that handles osssink fallback.
29151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29152         (gst_audio_convert_getcaps):
29153         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29154         Add audio/x-qdm2 for QDM2 audio.
29155         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29156         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29157         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29158         Decrease minimum size to 16x16.
29159         * gst/wavparse/gstwavparse.c:
29160         Convert disabled pad template caps to new caps.
29161         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29163         (gst_xvimagesink_chain): Throw element error when display cannot
29164         be opened.  Increase minimum framerate to 1.0.  Check the data
29165         free function on a buffer to make sure it is the type we expect
29166         before manipulating it.
29167
29168 2004-01-15  Julien MOUTTE <julien@moutte.net>
29169
29170         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29171         (gst_videobalance_colorbalance_set_value): Implement passthru if
29172         settings are in the middle.
29173         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29174
29175 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29176
29177         * gst/videofilter/Makefile.am:
29178         * gst/volume/Makefile.am:
29179           Since we use videofilter symbols, link to it.
29180
29181 2004-01-15  Julien MOUTTE <julien@moutte.net>
29182
29183         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29184         mixer interface type to HARDWARE.
29185         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29186         type to SOFTWARE.
29187         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29188         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29189         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29190         (gst_volume_interface_init), (gst_volume_list_tracks),
29191         (gst_volume_set_volume), (gst_volume_get_volume),
29192         (gst_volume_set_mute), (gst_volume_mixer_init),
29193         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29194         (volume_init): Implementing mixer interface.
29195         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29196         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29197         (gst_osselement_change_state): Removing some trailing commas in
29198         structures.
29199         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29200         interface type to HARDWARE.
29201         * sys/v4l/gstv4lcolorbalance.c:
29202         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29203         type to HARDWARE.
29204         * sys/v4l2/gstv4l2colorbalance.c:
29205         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29206         interface type to HARDWARE.
29207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29208         same code than ximagesink for event handling.
29209
29210 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29211
29212         * ext/snapshot/Makefile.am:
29213         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29214         (gst_snapshot_chain):
29215         * ext/snapshot/gstsnapshot.h:
29216           This has to be a joke... Snapshot should be connected to a tee,
29217           colorspace element before it and EOS after that, where the other
29218           src of the tee receives normal data.
29219           The current way is *wrong*.
29220
29221 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * ext/hermes/gsthermescolorspace.c:
29224           Fix another compile error. Same as below.
29225
29226 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29227
29228         * gst/colorspace/gstcolorspace.c:
29229         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29230         (gst_colorspace_i420_to_yv12):
29231           Fix compiling... Didn't test if it actually works.
29232
29233 2004-01-15  David Schleef  <ds@schleef.org>
29234
29235         * configure.ac:
29236         * gst/colorspace/Makefile.am:
29237         * gst/colorspace/gstcolorspace.c:
29238         * gst/colorspace/gstcolorspace.h:
29239         * gst/colorspace/yuv2rgb.c:
29240         * gst/colorspace/yuv2rgb.h:
29241         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29242         code and GPL code.  Fix for new caps negotiation.  Rewrite
29243         much of the format handling code, and some of the conversion
29244         code.  Basically, rewrote almost everything.  This element
29245         handles I420, YV12 to RGB conversions.
29246         * ext/hermes/Makefile.am:
29247         * ext/hermes/gsthermescolorspace.c:
29248         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29249         Remove non-Hermes related code.  This element handles lots of
29250         RGB to RGB conversions, but no YUV.
29251         * ext/hermes/gstcolorspace.c:
29252         * ext/hermes/gstcolorspace.h:
29253         * ext/hermes/rgb2yuv.c:
29254         * ext/hermes/yuv2rgb.c:
29255         * ext/hermes/yuv2rgb.h:
29256         * ext/hermes/yuv2rgb_mmx16.s:
29257         * ext/hermes/yuv2yuv.c:
29258         * ext/hermes/yuv2yuv.h:
29259         Remove old code.
29260
29261 2004-01-14  Colin Walters  <walters@verbum.org>
29262
29263         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29264         they've already been.
29265
29266 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29267
29268         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29269           assume tag mode when pad is not connected
29270
29271 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29272
29273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29274           Don't update the time of the clock
29275         (gst_alsa_sink_loop):
29276           sync to the clock given to alsasink, not the own clock
29277         * sys/oss/gstosssink.c: (gst_osssink_chain):
29278           sync to the clock
29279         (gst_osssink_change_state):
29280           activate the clock
29281         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29283           remove bogus code that made DISCONT events unhandled
29284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29285           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29286           #131502)
29287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29288         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29289         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29290           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29291           2nd warning in bug #131502)
29292
29293 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29294
29295         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29296         (gst_videobalance_colorbalance_set_value),
29297         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29298         for colorbalance interface implementation.
29299         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29300         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29301         (gst_ximagesink_dispose), (gst_ximagesink_init),
29302         (gst_ximagesink_class_init): Adding DISPLAY property.
29303         * sys/ximage/ximagesink.h: Adding display_name to store display.
29304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29305         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29306         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29307         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29308         properties (they still need polishing though for gst-launch use : no
29309         xcontext yet, i ll do that tomorrow).
29310         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29311
29312 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29313
29314         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29315         (gst_play_set_location), (gst_play_set_visualization): Preparing
29316         switch integration, adding videobalance in the pipeline.
29317
29318 2004-01-14  Julien MOUTTE <julien@moutte.net>
29319
29320         * gst-libs/gst/colorbalance/colorbalance.c:
29321         (gst_color_balance_class_init): Adding a default type.
29322         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29323         the type.
29324         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29325         (gst_videobalance_dispose), (gst_videobalance_class_init),
29326         (gst_videobalance_init), (gst_videobalance_interface_supported),
29327         (gst_videobalance_interface_init),
29328         (gst_videobalance_colorbalance_list_channels),
29329         (gst_videobalance_colorbalance_set_value),
29330         (gst_videobalance_colorbalance_get_value),
29331         (gst_videobalance_colorbalance_init): Implementing colorbalance
29332         interface.
29333         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29334         list.
29335         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29336         bug which was triggering a BadAccess X error when setting an overlay
29337         before pad was really negotiated.
29338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29339         Using the colorbalance type macro.
29340
29341 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29342
29343         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29344         (gst_flacenc_chain):
29345           handle tags correctly
29346         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29347           extract ID3v1 tags correctly
29348
29349 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29350
29351         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29352         (plugin_init):
29353           Improve matroska typefinding for odd-typed headers...
29354
29355 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29356
29357         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29358           Fix for using incremental number on padnames.
29359
29360 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29361
29362         * ext/divx/gstdivxdec.c:
29363         * ext/divx/gstdivxenc.c:
29364           Set category to divx4linux instead of divx (too generic).
29365         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29366         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29367         (gst_wavparse_loop), (gst_wavparse_change_state):
29368         * gst/wavparse/gstwavparse.h:
29369           fix parsing of WAV files with non-standard fmt-tag size and fix
29370           skipping of unrecognized chunks... Someone please fix this thing
29371           to use rifflib so all this is automated.
29372         * sys/v4l/Makefile.am:
29373         * sys/v4l2/Makefile.am:
29374           Add X_CFLAGS because we depend on X (for overlay).
29375
29376 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29377
29378         * ext/mpeg2dec/gstmpeg2dec.c:
29379           Don't issue a timestamp unless we tagged the frame
29380           with a PTS.
29381
29382 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29383
29384         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29385           Query the audio element to get the time, not the clock. We're
29386           interested in the element's time here.
29387
29388 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29389
29390         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29392         * ext/esd/esdsink.c: (gst_esdsink_chain):
29393         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29394         * ext/mas/massink.c: (gst_massink_chain):
29395         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29397         (gst_matroska_demux_parse_metadata):
29398         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29399         (gst_mpeg_parse_release_locks):
29400         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29401         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29402         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29403         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29404         (gst_osssink_change_state):
29405         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29406         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29407         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29408         (gst_xvideosink_release_locks):
29409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29410           use element time.
29411         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29412         (gst_alsa_clock_stop):
29413         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29414         (gst_audio_clock_get_internal_time):
29415           simplify for use with new clocking code.
29416         * testsuite/alsa/Makefile.am:
29417         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29418           fix testsuite for new caps system
29419
29420 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29421
29422         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29423         * ext/flac/gstflacenc.c: (add_one_tag):
29424           length is already host endian, no need to convert. Fixes playback of
29425           tagged files on PPC. (bug #128384)
29426
29427 2004-01-13  Julien MOUTTE <julien@moutte.net>
29428
29429         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29430         colorbalance interface stating if it is hardware based or software
29431         based.
29432         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29433         Removing a trailing comma.
29434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29435         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29436         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29437         the documentation seems to be wrong on the -1000 to 1000 interval.
29438
29439 2004-01-12  David Schleef  <ds@schleef.org>
29440
29441         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29442         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29443         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29444         Fix negotiation.  Add a bufferalloc function for the sink pad,
29445         and generally clean up some of the code.
29446
29447 2004-01-12  Julien MOUTTE <julien@moutte.net>
29448
29449         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29450         (gst_color_balance_channel_dispose): Adding safety check in dispose
29451         method.
29452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29453         (gst_xvimagesink_xcontext_clear),
29454         (gst_xvimagesink_interface_supported),
29455         (gst_xvimagesink_colorbalance_list_channels),
29456         (gst_xvimagesink_colorbalance_set_value),
29457         (gst_xvimagesink_colorbalance_get_value),
29458         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29459         Adding colorbalance interface support to set XV parameters such as
29460         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29461         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29462         interface.
29463
29464 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29465
29466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29467         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29468         (gst_audio_convert_init), (gst_audio_convert_set_property),
29469         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29470         (gst_audio_convert_link),
29471         (gst_audio_convert_buffer_to_default_format),
29472         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29473           - implement _getcaps and use it
29474           - improve linking
29475           - remove float caps since no float conversion is actually done
29476           - remove properties and arguments that were to be used for rate
29477             conversion
29478
29479 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29480
29481         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
29482         (gst_audio_structure_set_int):
29483         * gst-libs/gst/audio/audio.h:
29484           add helper functions for _getcaps matching the standard audio
29485           templates
29486
29487 2004-01-12  David Schleef  <ds@schleef.org>
29488
29489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29490         Test that pad is negotiated before getting its caps.
29491
29492 2004-01-12  Julien MOUTTE <julien@moutte.net>
29493
29494         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
29495         analyzing the pads of an element the bin is mostly in READY state so
29496         no caps were negotiated. This helper function needs to work with
29497         _get_caps directly then. I was not freeing them though, added that to
29498         fix the mem leak.
29499
29500 2004-01-12  Julien MOUTTE <julien@moutte.net>
29501
29502         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
29504         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
29505         than the free_func.
29506
29507 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29508
29509         * sys/oss/gstossaudio.c: (plugin_init):
29510         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29511         * sys/oss/gstosselement.h:
29512           make an oss debugging category
29513           make failure more descriptive
29514
29515 2004-01-11  David Schleef  <ds@schleef.org>
29516
29517         * ext/ffmpeg/gstffmpeg.c:
29518         * ext/ffmpeg/gstffmpegcodecmap.c:
29519         * ext/ffmpeg/gstffmpegdec.c:
29520         * ext/ffmpeg/gstffmpegenc.c:
29521         * ext/ffmpeg/gstffmpegprotocol.c:
29522         * ext/gdk_pixbuf/gstgdkanimation.c:
29523         * ext/jpeg/gstjpeg.c:
29524         * ext/libpng/gstpng.c:
29525         * ext/mpeg2dec/perftest.c:
29526         * ext/speex/gstspeex.c:
29527         * gst-libs/gst/resample/dtos.c:
29528         * gst/intfloat/gstintfloatconvert.c:
29529         * gst/oneton/gstoneton.c:
29530         * gst/rtjpeg/RTjpeg.c:
29531         * gst/rtp/gstrtp.c:
29532         * sys/dxr3/dxr3init.c:
29533         * sys/glsink/gstgl_nvimage.c:
29534         * sys/glsink/gstgl_pdrimage.c:
29535         * sys/glsink/gstglsink.c:
29536         * testsuite/gst-lint:
29537         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
29538
29539 2004-01-11  David Schleef  <ds@schleef.org>
29540
29541         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
29542         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
29543         * ext/gdk_pixbuf/gstgdkanimation.c:
29544         (gst_gdk_animation_iter_create_pixbuf):
29545         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29546         (gst_gdk_pixbuf_chain):
29547         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29548         * ext/jack/gstjack.c: (gst_jack_change_state):
29549         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
29550         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
29551         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29552         * gst/videofilter/gstvideofilter.c:
29553         (gst_videofilter_set_output_size):
29554         Remove all usage of gst_pad_get_caps(), and replace it with
29555         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
29556
29557 2004-01-11  David Schleef  <ds@schleef.org>
29558
29559         * configure.ac:
29560         * ext/Makefile.am: Fixes to make ext/libcaca compile.
29561         * ext/divx/gstdivxdec.c:
29562         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29563         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
29564         handle images that span multiple buffers.  Now work with both
29565         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
29566         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29567         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
29568         video/video.h changes
29569         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
29570         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
29571         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
29572         of GstData free function.
29573         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
29574         same.
29575
29576 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29577
29578         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
29579         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
29580         (gst_v4l2element_get_property):
29581         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
29582           add norm, channel and frequency properties.
29583         * sys/v4l2/gstv4l2tuner.c:
29584           fixes for tuner interface changes
29585         * sys/v4l2/gstv4l2element.h:
29586         * sys/v4l2/gstv4l2src.c:
29587         * sys/v4l2/gstv4l2src.h:
29588         * sys/v4l2/v4l2src_calls.c:
29589         * sys/v4l2/v4l2src_calls.h:
29590           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
29591
29592 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29593
29594         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
29595         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
29596         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
29597         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
29598         * gst-libs/gst/tuner/tuner.h:
29599           GObjects aren't const.
29600           Add find_by_name functions.
29601           Add checks to _changed functions.
29602         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
29603         (gst_v4l_tuner_get_norm):
29604           Fixes for above.
29605
29606 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29607
29608         * gst-libs/gst/video/video.h:
29609           Fix caps template names to be understandable.
29610           Prefix everything with GST_VIDEO.
29611         * ext/aalib/gstaasink.c:
29612         * ext/divx/gstdivxdec.c:
29613         * ext/divx/gstdivxenc.c:
29614         * ext/gdk_pixbuf/gstgdkpixbuf.c:
29615         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
29616         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
29617         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
29618         * ext/libcaca/gstcacasink.c:
29619         * ext/libpng/gstpngenc.c: (raw_caps_factory):
29620         * ext/snapshot/gstsnapshot.c:
29621         * ext/swfdec/gstswfdec.c:
29622         * ext/xvid/gstxviddec.c:
29623         * ext/xvid/gstxvidenc.c:
29624         * gst/chart/gstchart.c:
29625         * gst/deinterlace/gstdeinterlace.c:
29626         * gst/effectv/gsteffectv.c:
29627         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29628         * gst/goom/gstgoom.c:
29629         * gst/median/gstmedian.c:
29630         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
29631         (gst_monoscope_srcconnect), (gst_monoscope_chain):
29632         * gst/overlay/gstoverlay.c:
29633         * gst/smooth/gstsmooth.c:
29634         * gst/smpte/gstsmpte.c:
29635         * gst/synaesthesia/gstsynaesthesia.c:
29636         * gst/videocrop/gstvideocrop.c:
29637         * gst/videodrop/gstvideodrop.c:
29638         * gst/y4m/gsty4mencode.c:
29639         * sys/qcam/gstqcamsrc.c:
29640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
29641           Make them work with new video.h file.
29642         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
29643         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
29644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
29645         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
29646           Make it work with new buffer allocation system.
29647
29648 2004-01-11  Julien MOUTTE  <julien@moutte.net>
29649
29650         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
29651         pad_alloc_buffer implementation to use ->srcpad
29652         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
29653         pad_alloc_buffer implementation to use ->srcpad
29654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
29655         pad_alloc_buffer implementation to use ->srcpad
29656         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
29657         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
29658         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
29659         a reference to everything we need.
29660         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
29661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
29662         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
29663         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
29664         a reference to everything we need.
29665         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
29666
29667 2004-01-11  David Schleef  <ds@schleef.org>
29668
29669         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
29670         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
29671         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
29672         structure members.
29673         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
29674         value during a resize/renegotiation.
29675         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
29676         gst_pad_alloc_buffer();
29677         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
29678         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
29679         structure members.
29680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
29681         Fix for rename of buffer private structure members.
29682         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
29683         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
29684         Fix for rename of buffer private structure members.
29685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
29686         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
29687         Fix for rename of buffer private structure members.
29688
29689 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
29690
29691         reviewed by: David Schleef <ds@schleef.org>
29692
29693         * gst/videofilter/Makefile.am:
29694         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
29695         from the patch by ds to fit in with recent make_filter changes.
29696
29697 2004-01-11  Julien MOUTTE  <julien@moutte.net>
29698
29699         * configure.ac: Adding examples/switch/Makefile
29700         * examples/Makefile.am: Adding examples/switch
29701         * examples/switch/Makefile.am: Adding switcher example.
29702         * examples/switch/switcher.c: (got_eos), (idle_iterate),
29703         (switch_timer), (main): Adding an example demonstrating switch usage
29704         with 2 videotestsrc showing different patterns.
29705         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29706         (gst_switch_init): Fixing switch with the new caps system.
29707
29708 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29709
29710         * gst-libs/gst/video/video.h:
29711           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
29712           They should probably be like
29713           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
29714
29715 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29716
29717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29718         (qtdemux_parse_trak):
29719           fix audio chunk size/timestamp calculation
29720
29721 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29722
29723         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29724           fix SVQ3 caps
29725
29726 2004-01-11  Steve Baker  <steve@stevebaker.org>
29727
29728         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
29729         (gst_agingtv_base_init), (gst_agingtv_class_init),
29730         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
29731         (gst_agingtv_set_property), (gst_agingtv_get_property):
29732         Port agingTV to videofilter
29733
29734 2004-01-09  Julien MOUTTE <julien@moutte.net>
29735
29736         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
29737         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
29738
29739 2004-01-09  Julien MOUTTE <julien@moutte.net>
29740
29741         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
29742         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
29743         * gst-libs/gst/xoverlay/xoverlay.c:
29744         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
29745         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29746         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
29747         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29748         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
29749         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
29750         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
29751         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
29752         the bufferalloc_function to replace bufferpools, fixing the XOverlay
29753         interface implementation to handle xid being 0 and fix some bugs
29754         triggered by Benjamin's testcase.
29755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
29756         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
29757         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
29758         the bufferalloc_function to replace bufferpools, fixing the XOverlay
29759         interface implementation to handle xid being 0 and fix some bugs
29760         triggered by Benjamin's testcase.
29761
29762 2004-01-09  David Schleef  <ds@schleef.org>
29763
29764         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
29765         mouse pointer events.  It works.
29766
29767 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29768
29769         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
29770           Use explicit caps - fix capsnego.
29771         * ext/xvid/gstxviddec.c:
29772         * ext/xvid/gstxvidenc.c:
29773           Remove macro-inside-macro which caused compile errors.
29774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
29775           Error out if it's not a RIFF file. Else we error out without
29776           gst_element_error() which is not good...
29777
29778 2004-01-08  David Schleef  <ds@schleef.org>
29779
29780         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29781         Fix pad_link function to handle formats that ffmpeg returns
29782         as multiple caps structures.
29783         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
29784         Only complain if source buffer is _smaller_ than expected.
29785         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
29786         (gst_videoscale_handle_src_event): Resize navigation events
29787         when passing them upstream.
29788         * gst/videotestsrc/gstvideotestsrc.c:
29789         * gst/videotestsrc/gstvideotestsrc.h:
29790         * gst/videotestsrc/videotestsrc.c:
29791         * gst/videotestsrc/videotestsrc.h:
29792         Rewrite many of the buffer painting functions to handle odd
29793         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
29794         been verified to work with my video card.
29795         * testsuite/gst-lint:  Add check for elements calling
29796         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
29797
29798 2004-01-08  David Schleef  <ds@schleef.org>
29799
29800         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29801         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
29802
29803 2004-01-08  Julien MOUTTE  <julien@moutte.net>
29804
29805         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
29806         configure event is not emiting the desired size signal. That fixes
29807         aspect ratio issues with gst-player.
29808
29809 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
29812           Fix capsnego.
29813
29814 2004-01-08  Julien MOUTTE  <julien@moutte.net>
29815
29816         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
29817         public method to fire size signal.
29818
29819 2004-01-07  Julien MOUTTE  <julien@moutte.net>
29820
29821         * examples/gstplay/Makefile.am: Adding the interface library.
29822         * gst-libs/gst/play/Makefile.am: Adding the interface library.
29823         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
29824         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
29825         GST_IS_X_OVERLAY before signal connect.
29826         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
29827         Removing the have_video_size signal.
29828         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
29829         and associated public method.
29830         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29831         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
29832         signal.
29833         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29834         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
29835         signal.
29836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
29837         Using XOverlay public method to fire size signal.
29838
29839 2004-01-07  David Schleef  <ds@schleef.org>
29840
29841         * gst/videofilter/Makefile.am:
29842         * gst/videofilter/gstvideotemplate.c:
29843         * gst/videofilter/make_filter:
29844         Create gstvideoexample.c in a srcdir!=builddir friendly way.
29845         Convert make_filter to /bin/sh script.
29846
29847 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29848
29849         * gst/modplug/gstmodplug.cc: fix element description
29850
29851 2004-01-07  Julien MOUTTE  <julien@moutte.net>
29852
29853         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
29854         (got_video_size): Adding some new lines in g_print calls.
29855         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
29856         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
29857         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
29858         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
29859         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
29860         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
29861         Complete code review, reverting some stuff i disagree with, adding
29862         some fixes : time synchronization on invalid timestamps, renegotiation
29863         of private window.
29864         * sys/ximage/ximagesink.h:
29865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
29866         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
29867         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
29868         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
29869         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
29870         (gst_xvimagesink_buffer_new),
29871         (gst_xvimagesink_navigation_send_event),
29872         (gst_xvimagesink_set_xwindow_id),
29873         (gst_xvimagesink_get_desired_size),
29874         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
29875         stuff i disagree with, adding some fixes : Renegotiation of private
29876         window, implementing get_desired_size.
29877
29878 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
29881         (gst_afsink_handle_event):
29882         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
29883         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
29884         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
29885         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
29886         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
29887           Fix for instantiate-test (see core). Also remove dead code from
29888           jpegenc (which still needs fixing, but that's lower on my TODO
29889           list...).
29890         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29891           Never return NULL as caps.
29892
29893 2004-01-07  David Schleef  <ds@schleef.org>
29894
29895         * configure.ac:
29896         * ext/Makefile.am:
29897         * ext/librfb/Makefile.am:
29898         * ext/librfb/gstrfbsrc.c:
29899         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
29900         is the protocol used by VNC.
29901
29902 2004-01-07  David Schleef  <ds@schleef.org>
29903
29904         * gst/videofilter/gstvideotemplate.c:
29905         * gst/videofilter/gstvideotemplate.h:
29906         * gst/videofilter/make_filter:
29907         Merge videotemplate header into source file.
29908         * gst/effectv/Makefile.am:
29909         * gst/effectv/gsteffectv.c: (plugin_init):
29910         * gst/effectv/gstwarp.c:
29911         Make warpTV a subclass of videofilter.
29912
29913 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29914
29915         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29916           Add guard against invalid utf-8 conversions in mad. Just in case.
29917
29918 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29919
29920         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
29921           Fix for bug shown by poisoning
29922
29923 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29924
29925         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
29926         (gst_v4lmjpegsrc_buffer_free):
29927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29928         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
29929         (gst_v4lsrc_buffer_free):
29930           Fix for removed bufferpools.
29931
29932 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
29933
29934         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29935         Fix caps negotiation.
29936
29937         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
29938         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
29939         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29940         (dvdnavsrc_event):
29941         * ext/mpeg2dec/gstmpeg2dec.c:
29942         * gst-libs/gst/navigation/navigation.c:
29943         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
29944         * gst-libs/gst/navigation/navigation.h:
29945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
29946         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
29947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
29948         Super-simple first version of mouse and keyboard events. Clicking
29949         on a DVD menu now works, although it may not take you where you
29950         expected.
29951
29952         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
29953         * gst/videotestsrc/gstvideotestsrc.c:
29954         (gst_videotestsrc_src_fixate):
29955         These fixate functions were broken - they never actually
29956         fixated :)
29957
29958 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
29961         (gst_icecastsend_init):
29962           fix for new caps system.
29963         * gst-libs/gst/mixer/mixertrack.h:
29964         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
29965           Add 'master track' flag (for tools like ACME that only want to
29966           change the main volume).
29967
29968 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
29969
29970         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
29971         (gst_xvid_csp_to_caps):
29972         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
29973         * ext/xvid/gstxvidenc.c:
29974         ifdef out ARGB type when it isn't available
29975         in xvidcore 1.0.0beta2
29976
29977 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29980           When we have received a new SCR right in the first buffer after
29981           a seek (so in the same cycle that handles the discont), we should
29982           handle the buffer instead of unreffing it, else we lose data.
29983
29984 2004-01-06  Iain <iain@prettypeople.org>
29985
29986         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
29987           buffer-frames caps too.
29988
29989         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
29990           caps that we need, don't destroy them all and rebuild them. And when
29991           creating src pads, use the src pad template rather than the sink...
29992
29993 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29994
29995         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29996           Add pad to element *after* setting functions such as event handler.
29997           Without this, the scheduler (opt) will link pads, set the event
29998           handler from the default event function (dispatcher in gstpad.c)
29999           and *after* that, we will set our own event function, which will
30000           thus never be used (and thus mpegdemux doesn't handle events).
30001
30002 2004-01-04  David Schleef  <ds@schleef.org>
30003
30004         Fix the fixate functions to handle new prototype:
30005         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30006         * gst/videotestsrc/gstvideotestsrc.c:
30007         (gst_videotestsrc_src_fixate):
30008         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30009         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30011
30012 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30013
30014         * sys/ximage/ximagesink.h:
30015         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30016         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30017         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30018         (gst_ximagesink_xoverlay_init):
30019           assorted fixes to make (re)embedding work
30020         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30021         (gst_ximagesink_get_desired_size):
30022           implement desired size additions to XOverlay
30023
30024 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30025
30026         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30027         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30028         (gst_x_overlay_got_desired_size):
30029         * gst-libs/gst/xoverlay/xoverlay.h:
30030           Add optional "desired size" signal and querying.
30031
30032 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30033
30034         * gst/matroska/matroska-demux.c:
30035         (gst_matroska_demux_parse_blockgroup):
30036           Fix EBML-laced block parsing. Diffs are relative to previous
30037           lace, not the first lace. Thanks to Mosu from the Matroska
30038           team for detecting this.
30039         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30040         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30041         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30042         (gst_wavparse_change_state):
30043         * gst/wavparse/gstwavparse.h:
30044           Quickfix for capsnego.
30045
30046 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30047
30048         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30049           Fix indenting, fix pad creation.
30050
30051 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30052
30053         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30054         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30055         (gst_xviddec_sink_link):
30056           Implement src_getcaps() so proper size caps is negotiated.
30057
30058 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30059
30060         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30061           Finish flac decoder on EOS. See #116178.
30062
30063 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30066         (gst_matroska_demux_add_stream):
30067         * gst/matroska/matroska-ids.h:
30068           Add getcaps() function to fix capsnego...
30069
30070 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30073         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30074         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30075           Fix more integer overflows. Again, see #126967.
30076
30077 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30078
30079         * ext/mpeg2dec/gstmpeg2dec.c:
30080           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30081           #130416.
30082
30083 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30084
30085         * configure.ac:
30086         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30087         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30088         * ext/xvid/gstxvid.h:
30089         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30090         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30091         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30092         (gst_xviddec_change_state):
30093         * ext/xvid/gstxviddec.h:
30094         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30095         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30096         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30097         (gst_xvidenc_link), (gst_xvidenc_set_property),
30098         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30099         * ext/xvid/gstxvidenc.h:
30100           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30101
30102 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30103
30104         * gst/rtp/rtp-packet.c:
30105           Add sys/types.h include, since OS X doesn't define in_addr_t
30106           in netinet/in.h, like it does on Linux (see #129600).
30107
30108 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30109
30110         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30111
30112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30113           Correct logic of dispose function (see #129306).
30114
30115 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30116
30117         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30118         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30119         (gst_mpeg_parse_init):
30120         * gst/mpegstream/gstmpegparse.h:
30121           Remove clock (which was never provided, i.e. dead code), and
30122           also fix integer overflows at high PTS values (see #126967).
30123
30124 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30125
30126         * ext/flac/gstflacdec.c:
30127         * ext/libpng/gstpngenc.h:
30128         * ext/mikmod/gstmikmod.h:
30129           OS X fixes (see #126628).
30130
30131 2004-01-02  David Schleef  <ds@schleef.org>
30132
30133         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30134         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30135         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30136         (gst_mpeg_parse_class_init): Move pad template registration
30137         to class_init, since the derived class (mpegdemux) doesn't
30138         want them.
30139
30140 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30141
30142         * sys/ximage/Makefile.am:
30143         * sys/xvideo/Makefile.am:
30144         * sys/xvimage/Makefile.am:
30145           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30146           after installation (see #127664).
30147
30148 2004-01-02  David Schleef  <ds@schleef.org>
30149
30150         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30151         (gst_ffmpegenc_connect):  Negotiation fixes.
30152         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30153         Remove inappropriate gst_caps_free().
30154         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30155         Reenable Ronald's internal resize code, since the core handles
30156         it correctly now.
30157
30158 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30159
30160         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30161         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30163           Fix pad template stuff.
30164
30165 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30166
30167         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30168         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30169           fix signed integer reading/writing.
30170
30171 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30172
30173         * ext/alsa/README:
30174           Remove outdated document
30175
30176 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30177
30178         * gst/cutter/gstcutter.c: (gst_cutter_init):
30179           src pad was being created twice - oops.
30180
30181 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30182
30183         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30184           Comment out internal resize. It doesn't handle the resulting
30185           XEvent internally, does another try_set_caps() which leads to
30186           a really nice loop.
30187           Real fix will come when Julien and Dave are awake. ;).
30188
30189 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30190
30191         * ext/mpeg2enc/gstmpeg2enc.cc:
30192           fix const/nonconst compile issue.
30193
30194 2004-01-02  David Schleef  <ds@schleef.org>
30195
30196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30197         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30198         Add fixate function and a check for bad formats.
30199
30200 2004-01-01  David Schleef  <ds@schleef.org>
30201
30202         Negotiation fixes:
30203         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30204         (gst_audiofilter_init):
30205         * gst/debug/efence.c: (gst_efence_init):
30206         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30207         (gst_deinterlace_init):
30208         * gst/volume/gstvolume.c: (volume_connect):
30209
30210 2004-01-01  David Schleef  <ds@schleef.org>
30211
30212         Convert elements to use gst_pad_use_explicit_caps() where
30213         appropriate:
30214         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30215         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30216         (gst_afparse_open_file):
30217         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30218         (gst_afsrc_open_file):
30219         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30220         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30221         (gst_ffmpegdec_chain):
30222         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30223         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30224         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30225         (gst_gdk_pixbuf_chain):
30226         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30227         (gst_jpegdec_chain):
30228         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30229         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30230         (gst_mikmod_negotiate):
30231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30232         (gst_mpeg2dec_negotiate_format):
30233         * ext/mpeg2enc/gstmpeg2enc.cc:
30234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30235         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30236         (gst_speexdec_sinkconnect):
30237         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30238         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30239         (gst_vorbisfile_new_link):
30240         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30241         (gst_ac3parse_chain):
30242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30243         (gst_asf_demux_setup_pad):
30244         * gst/auparse/gstauparse.c: (gst_auparse_init),
30245         (gst_auparse_chain):
30246         * gst/id3/gstid3types.c: (gst_id3types_loop):
30247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30248         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30249         (mp1videoparse_parse_seq):
30250         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30251         (bpf_from_header):
30252         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30253         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30254         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30255         (gst_mpeg_parse_send_data):
30256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30257         (gst_qtdemux_add_stream):
30258         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30259         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30260         (gst_wavparse_parse_fmt):
30261
30262 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30263
30264         * configure.ac:
30265           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30266           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30267           it therefore uses the wrong include paths. Too bad... Note
30268           that 1.6.1.93 is not release yet. ;).
30269           Also add a check for mplex, which is now using the lib'ified
30270           mplex from mjpegtools, too.
30271         * ext/ffmpeg/gstffmpegcodecmap.c:
30272           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30273           issues. I don't think ffmpeg handles 3ivx correctly, so this
30274           probably won't work. But it won't hurt either.
30275         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30276         (gst_ffmpegdec_chain):
30277         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30278         (gst_ffmpegenc_chain_audio):
30279           Fix memleak in audio encoding. Close codec if open fails, this
30280           calls the cleanup routines so we can re-use the context.
30281         * ext/mpeg2enc/gstmpeg2enc.cc:
30282           Fix pad template names/types, fix memory issue with getcaps().
30283         * ext/mpeg2enc/gstmpeg2encoder.cc:
30284         * ext/mpeg2enc/gstmpeg2encoder.hh:
30285           Fix compile issue with new caps system (const thingy).
30286         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30287         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30288           We read a first frame right on initing, so that we have a caps
30289           when we init the output. This caps is cached in padprivate and
30290           read as first frame.
30291         * ext/mplex/Makefile.am:
30292         * ext/mplex/gstmplex.cc:
30293         * ext/mplex/gstmplex.h:
30294         * ext/mplex/gstmplex.hh:
30295         * ext/mplex/gstmplexibitstream.cc:
30296         * ext/mplex/gstmplexibitstream.hh:
30297         * ext/mplex/gstmplexjob.cc:
30298         * ext/mplex/gstmplexjob.hh:
30299         * ext/mplex/gstmplexoutputstream.cc:
30300         * ext/mplex/gstmplexoutputstream.hh:
30301           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30302           had issues, didn't do capsnego, supported only a subset of the
30303           mplex features and required a mplex fork in our local CVS. Plus
30304           that it worked agaist a very old mplex version. Rewriting was
30305           faster than updating it.
30306         * gst-libs/ext/Makefile.am:
30307         * gst-libs/ext/mplex/INSTRUCT:
30308         * gst-libs/ext/mplex/Makefile.am:
30309         * gst-libs/ext/mplex/README:
30310         * gst-libs/ext/mplex/TODO:
30311         * gst-libs/ext/mplex/ac3strm_in.cc:
30312         * gst-libs/ext/mplex/audiostrm.hh:
30313         * gst-libs/ext/mplex/audiostrm_out.cc:
30314         * gst-libs/ext/mplex/aunit.hh:
30315         * gst-libs/ext/mplex/bits.cc:
30316         * gst-libs/ext/mplex/bits.hh:
30317         * gst-libs/ext/mplex/buffer.cc:
30318         * gst-libs/ext/mplex/buffer.hh:
30319         * gst-libs/ext/mplex/fastintfns.h:
30320         * gst-libs/ext/mplex/format_codes.h:
30321         * gst-libs/ext/mplex/inputstrm.cc:
30322         * gst-libs/ext/mplex/inputstrm.hh:
30323         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30324         * gst-libs/ext/mplex/mjpeg_logging.cc:
30325         * gst-libs/ext/mplex/mjpeg_logging.h:
30326         * gst-libs/ext/mplex/mjpeg_types.h:
30327         * gst-libs/ext/mplex/mpastrm_in.cc:
30328         * gst-libs/ext/mplex/mpegconsts.cc:
30329         * gst-libs/ext/mplex/mpegconsts.h:
30330         * gst-libs/ext/mplex/mplexconsts.hh:
30331         * gst-libs/ext/mplex/multplex.cc:
30332         * gst-libs/ext/mplex/outputstream.hh:
30333         * gst-libs/ext/mplex/padstrm.cc:
30334         * gst-libs/ext/mplex/padstrm.hh:
30335         * gst-libs/ext/mplex/stillsstream.cc:
30336         * gst-libs/ext/mplex/stillsstream.hh:
30337         * gst-libs/ext/mplex/systems.cc:
30338         * gst-libs/ext/mplex/systems.hh:
30339         * gst-libs/ext/mplex/vector.cc:
30340         * gst-libs/ext/mplex/vector.hh:
30341         * gst-libs/ext/mplex/videostrm.hh:
30342         * gst-libs/ext/mplex/videostrm_in.cc:
30343         * gst-libs/ext/mplex/videostrm_out.cc:
30344         * gst-libs/ext/mplex/yuv4mpeg.cc:
30345         * gst-libs/ext/mplex/yuv4mpeg.h:
30346         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30347         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30348           We don't fork mjpegtools' mplex in our CVS anymore.
30349         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30350         (gst_avi_demux_add_stream):
30351         * gst/avi/gstavidemux.h:
30352           Add getcaps() function for proper caps nego. This makes some
30353           parts of AVI playback/reading work.
30354         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30355           Resize window on new capsnego. This is probably wrong, but
30356           I'm still committing it because with current capsnego, the
30357           first successfull capsnego is auto-fixated, therefore rounded
30358           down to the lowest values in the caps. this results in a 16x16
30359           XWindow that is not reized when real capsnego finishes.
30360           Dave, I see more cases of this, do you know a proper solution?
30361         * tools/gst-launch-ext.in:
30362           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30363
30364 2003-12-31  David Schleef  <ds@schleef.org>
30365
30366         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30367         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30368           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30369
30370 2003-12-30  David Schleef  <ds@schleef.org>
30371
30372         * ext/ffmpeg/gstffmpegcolorspace.c:
30373         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30374         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30375         (gst_ffmpegcsp_chain): Negotiation fixes
30376         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30378         (gst_audio_convert_link), (gst_audio_convert_channels):
30379         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30380         (gst_audioscale_link), (gst_audioscale_get_buffer),
30381         (gst_audioscale_chain): Negotiation fixes
30382         * gst/audioscale/gstaudioscale.h:
30383         * gst/videofilter/gstvideofilter.c:
30384         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30385         (gst_videofilter_link), (gst_videofilter_init),
30386         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30387         (gst_videofilter_find_format_by_structure):
30388         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30390         (gst_videoscale_link):
30391         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30392         (videoscale_find_by_structure), (gst_videoscale_setup):
30393         * gst/videoscale/videoscale.h: Negotiation fixes
30394         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30395         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30396         function, restrict resizing to a multiple of 4 (hack until
30397         everyone supports odd sizes correctly).
30398
30399 2003-12-29  Colin Walters  <walters@verbum.org>
30400
30401         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30402         signed.
30403
30404 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30405
30406         * ext/sndfile/gstsf.c: (gst_sf_loop):
30407           Fix warning about discarding const qualifier
30408
30409 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30410
30411         * gst/cutter/gstcutter.c:
30412         * gst/videoscale/gstvideoscale.c:
30413         * gst/volenv/gstvolenv.c:
30414         * gst-libs/gst/audio/audio.c:
30415         * gst-libs/gst/video/video.c:
30416           Fix warnings
30417
30418 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30419
30420         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30421           Don't send ALSA debugging to stderr.
30422         * ext/alsa/gstalsa.h:
30423           Use GST_WARNING instead of g_warning when ALSA functions fail.
30424
30425 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30426
30427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30428           Free XVAdapterInfo correctly.
30429
30430 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30431
30432         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30433         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30434           Make id3tag use correct caps nego.
30435
30436 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30437
30438         * ext/ivorbis/vorbis.c:
30439         * ext/ivorbis/vorbisenc.h:
30440         * ext/ivorbis/vorbisfile.c:
30441           Modify so that it uses the new caps things
30442
30443 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30444
30445         * testsuite/spider/spider1.c: (main):
30446         * testsuite/spider/spider2.c: (main):
30447         * testsuite/spider/spider3.c: (main):
30448           Make tests compile again. They probably don't work.
30449
30450 2003-12-24  Colin Walters  <walters@verbum.org>
30451
30452         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30453         we can't fixate the caps anymore.
30454
30455 2003-12-23  David Schleef  <ds@schleef.org>
30456
30457         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30458         * sys/oss/gstosssink.c: (gst_osssink_init),
30459         (gst_osssink_sink_fixate): Add fixate function.
30460
30461 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30462
30463         * ext/ffmpeg/gstffmpegcodecmap.c:
30464         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30465         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30466         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30467         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30468         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30469         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30470         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30471           fix typo in RGB masks, and move back to "old" colorspace
30472           capsnego code until whoever wrote this new crap has actually
30473           tested it so that it works.
30474           And yes, this works, keep it that way please.
30475
30476 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30477
30478         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
30479         (gst_divxdec_init), (gst_divxdec_negotiate):
30480         * ext/divx/gstdivxdec.h:
30481         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
30482         (gst_divxenc_init):
30483         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
30484         (gst_faac_sinkconnect), (gst_faac_srcconnect):
30485         * ext/mpeg2enc/gstmpeg2enc.cc:
30486         * ext/mpeg2enc/gstmpeg2encoder.cc:
30487         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30488         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
30489         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
30490         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
30491         (dxr3spusink_init):
30492         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
30493         (dxr3videosink_init):
30494           Fix caps breakage after Dave's caps branch merge.
30495
30496 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30497
30498         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30499           Fix for 24bpp display.
30500
30501 2003-12-23  Colin Walters  <walters@verbum.org>
30502
30503         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
30504         a GnomeVFSHandle directly.
30505
30506 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30507
30508         * gst/volume/Makefile.am:
30509         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
30510         (volume_base_init), (volume_init):
30511           Reenable volume element and fix to work with new caps stuff.
30512           Rhythmbox needs this.
30513
30514 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30515
30516         * gst/qtdemux/qtdemux.c: (plugin_init):
30517           qtdemux requires bytestream
30518
30519 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30520
30521         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
30522           Fix remaining caps handling errors due to CAPS merge.
30523
30524 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30525
30526         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
30527         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
30528         (gst_faad_srcconnect):
30529           Port to new caps system.
30530
30531 2003-12-21  Julien MOUTTE  <julien@moutte.net>
30532
30533         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30534         (got_video_size), (main): using g_print instead of g_message.
30535         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
30536         signal which was not emitted because of "switch" element added to the
30537         bin but not connected. (Removing from the bin temporarily)
30538
30539 2003-12-21  Julien MOUTTE  <julien@moutte.net>
30540
30541         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
30542         find X development files. I don't understand the previous tests and
30543         they fail on my debian/ppc unstable. This one works.
30544         * examples/gstplay/player.c: (main): Set the pipeline to READY before
30545         exiting.
30546         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
30547         (gst_play_set_video_sink), (gst_play_set_audio_sink),
30548         (gst_play_set_visualization): Add some safety checks in set_ methods
30549         and state_change. This was throwing some ugly CRITICAL messages when
30550         pipeline was getting disposed and casts were failing.
30551
30552 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30553
30554         * configure.ac:
30555           Improve mpeg2enc detection. This is for distributions that do
30556           ship mjpegtools, but without mpeg2enc. Also does object check
30557           for might there ever be ABI incompatibility.
30558         * ext/mpeg2enc/gstmpeg2enc.cc:
30559           Add Andrew as second maintainer (he's helping me), and also add
30560           an error if no caps was set. This happens if I pull before capsnego
30561           and that's something I should solve sometime else.
30562         * gst/matroska/matroska-demux.c:
30563         (gst_matroska_demux_parse_blockgroup):
30564           Fix time parsing.
30565         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
30566         (gst_matroska_mux_track_header):
30567           Add caps to templates.
30568         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
30569           Add mpegversion=1 to prevent confusion with MPEG/AAC.
30570         * gst/mpegstream/gstmpegdemux.c:
30571           Remove layer since it causes warnings about unfixed caps.
30572         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30573           Fix obvious typo (we error out if caps were set, we should of
30574           course error out if *no* caps were set).
30575         * sys/oss/gstosselement.c: (gst_osselement_convert):
30576           Fix format conversion, we confused bits/bytes.
30577         * sys/oss/gstosselement.h:
30578           Improve documentation for 'bps'.
30579         * sys/v4l/TODO:
30580           Remove stuff about plugins that need removing - this was done
30581           ages ago.
30582         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
30583         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
30584         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
30585         (gst_v4lsrc_src_query):
30586         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30587         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
30588           Add get_query_types(), get_formats() and query() functions.
30589
30590 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30591
30592         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
30593           * moved CVS to freedesktop.org