1 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
3 * gst-libs/gst/utils/install-plugins.c:
4 * gst-libs/gst/utils/missing-plugins.c:
5 * tests/check/libs/utils.c: (missing_msg_check_getters):
6 Change GStreamer marker prefix in detail string from 'gstreamer.net'
7 to just 'gstreamer'. Document the caps string component of the
8 decoder/encoder detail a bit better, since not everyone will be
9 familiar with the GStreamer media type/caps system (but they better
10 enjoy nested itemized lists).
12 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
14 * gst-libs/gst/netbuffer/gstnetbuffer.c:
15 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
16 Fix copying of GstNetBuffer (would crash before, or at least lead to
17 invalid memory access, #410772), for now by copying the GstBuffer copy
18 code from the core over here so we can copy the GstBuffer fields on a
19 provided buffer instance (of type GstNetBuffer in this case). Would be
20 better to fix this with some support by the core though (and in the long
21 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
23 * tests/check/Makefile.am:
24 Enable unit test for GstNetBuffer.
26 2007-02-22 Andy Wingo <wingo@pobox.com>
28 * gst-libs/gst/audio/gstbaseaudiosink.c
29 (gst_base_audio_sink_init): Disable pull-mode activation until we
30 figure out how to make audio sinks go to PLAYING.
32 2007-02-22 Stefan Kost <ensonic@users.sf.net>
34 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
35 (double_hq), (audio_convert_get_func_index),
36 (audio_convert_prepare_context), (audio_convert_convert):
37 * gst/audioconvert/audioconvert.h:
38 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
39 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
40 * gst/audioconvert/gstchannelmix.h:
41 * tests/check/elements/audioconvert.c: (GST_START_TEST):
42 Add float as an intermediate format, as well as float mixing. Enable
43 test that was failing before. Fixes #339837
45 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
47 * tests/examples/seek/seek.c: (do_seek):
48 Undo the previous commit: -1 as a stop time implies that the stop
49 time is the end of file, clearing any previously configured segment.
51 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
53 * tests/examples/seek/seek.c: (do_seek):
54 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
56 2007-02-21 Stefan Kost <ensonic@users.sf.net>
58 * gst/volume/gstvolume.c: (volume_process_int16),
59 (volume_process_int16_clamp), (volume_set_caps):
60 Unbreak volume, value remains gint.
62 2007-02-21 Stefan Kost <ensonic@users.sf.net>
64 * gst/volume/gstvolume.c: (volume_choose_func),
65 (volume_update_real_volume), (gst_volume_set_volume),
66 (gst_volume_init), (volume_process_double), (volume_process_float),
67 (volume_process_int16), (volume_process_int16_clamp),
68 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
69 * gst/volume/gstvolume.h:
70 Extend float audio support (double) and some int->uint cleanups.
72 2007-02-20 Edward Hervey <edward@fluendo.com>
74 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
75 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
76 (sort_end_pads), (gst_decode_group_expose),
77 (gst_decode_group_hide):
78 Don't free groups from the streaming threads. Just put them aside and
81 2007-02-20 Edward Hervey <edward@fluendo.com>
83 * gst/playback/gstdecodebin2.c: (connect_element),
84 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
85 (sort_end_pads), (gst_decode_group_expose):
86 Handle dynamic pads within groups.
87 Sort pads before exposing them in order to make playbin happy.
88 There still is a race with the multiqueue filling up. This should be
92 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
94 * gst-libs/gst/utils/base-utils.c:
95 * gst-libs/gst/utils/descriptions.c:
96 * gst-libs/gst/utils/install-plugins.c:
97 * gst-libs/gst/utils/missing-plugins.c:
98 Some more docs (and descriptions for two subtitle formats).
100 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
102 * gst-libs/gst/audio/audio.c:
105 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
107 Patch by: Yves Lefebvre <ivanohe abacom com>
109 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
110 Don't leak caps. Fixes #408278.
112 2007-02-15 Stefan Kost <ensonic@users.sf.net>
114 * ext/cdparanoia/gstcdparanoiasrc.h:
115 * ext/ogg/gstoggdemux.h:
116 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
117 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
118 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
119 * gst-libs/gst/audio/audio.h:
120 * gst-libs/gst/audio/gstaudiofilter.h:
121 * gst-libs/gst/interfaces/videoorientation.h:
122 * gst/adder/gstadder.h:
123 More docs coverage and some ChangeLog surgery (add missing names)
125 2007-02-15 Wim Taymans <wim@fluendo.com>
127 * sys/ximage/ximagesink.c:
128 (gst_ximagesink_calculate_pixel_aspect_ratio):
129 * sys/xvimage/xvimagesink.c:
130 (gst_xvimagesink_calculate_pixel_aspect_ratio):
131 Small constifications.
133 2007-02-15 Wim Taymans <wim@fluendo.com>
135 * gst-libs/gst/audio/gstbaseaudiosink.c:
136 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
137 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
138 (gst_base_audio_sink_async_play),
139 (gst_base_audio_sink_change_state):
140 Answer latency query.
141 Use configured latency when syncing.
144 * gst-libs/gst/audio/gstbaseaudiosrc.c:
145 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
146 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
147 Fix possible memleak.
148 Implement latency query.
151 2007-02-15 Wim Taymans <wim@fluendo.com>
153 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
154 Ignore errors in reset, these are not fatal. They also grab the element
155 lock which is already taking when this function is called. Fixes
158 2007-02-13 Stefan Kost <ensonic@users.sf.net>
161 Remove 'tests/examples/xerror/Makefile' from output files again.
163 2007-02-13 Stefan Kost <ensonic@users.sf.net>
166 * docs/plugins/Makefile.am:
167 Also crossref against gst-plugins-base-libs.
169 2007-02-12 Stefan Kost <ensonic@users.sf.net>
172 * docs/libs/Makefile.am:
173 * docs/plugins/Makefile.am:
174 Add crossreferences to glib/gobject/gstream docs.
176 * gst-libs/gst/audio/audio.h:
179 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
180 Add own debug category.
182 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
184 Patch by: René Stadler <mail at renestadler de>
186 * gst-libs/gst/tag/gstvorbistag.c:
187 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
190 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
192 * gst/playback/gstplaybasebin.c: (setup_source):
193 When we have external subtitles and wait for the subtitle decodebin
194 to get up and running, we set up a (sync) bus handler for the
195 subtitle decodebin, so we can stop waiting when it posts an error
196 message. However, we should do that before we set the subtitle
197 decodebin's state to playing, otherwise things are racy and we might
198 miss error messages posted before we had a chance to set up the bus.
199 This should finally fix totem hanging on .txt pseudo-subtitle files.
201 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
203 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
204 Use gst_gdouble_to_guint64 for conversions.
205 * win32/common/config.h.in:
206 Add a define for GST_INSTALL_PLUGINS_HELPER
207 * win32/common/libgstaudio.def:
208 * win32/common/libgstcdda.def:
209 * win32/common/libgstnetbuffer.def:
210 * win32/common/libgstrtp.def:
211 * win32/common/libgutils.def:
212 Add new exported functions.
213 * win32/vs6/gst_plugins_base.dsw:
214 * win32/vs6/libgstdecodebin.dsp:
215 * win32/vs6/libgstnetbuffer.dsp:
216 * win32/vs6/libgstplaybin.dsp:
217 * win32/vs6/libgstrtp.dsp:
218 * win32/vs6/libgstvorbis.dsp:
219 * win32/vs6/libgstcdda.dsp:
220 * win32/vs6/libgstgdp.dsp:
221 * win32/vs6/libgstutils.dsp:
222 Update and add new project files.
224 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
226 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
227 (subrip_remove_unhandled_tags), (parse_subrip):
228 For SubRip (.srt) subtitles, ignore all markup tags we don't
229 handle (like font tags, for example).
231 * tests/check/elements/subparse.c:
234 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
236 * gst/playback/gstdecodebin.c: (add_fakesink),
237 (gst_decode_bin_change_state):
238 * gst/playback/gstdecodebin2.c: (add_fakesink),
239 (gst_decode_bin_change_state):
240 Don't error out if there is no fakesink in the NULL to READY state
241 change, since when decodebin is re-used, we're only adding the
242 fakesink element in READY to PAUSED.
244 * tests/check/elements/decodebin.c:
245 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
247 Minimal unit test to make sure we can use the same decodebin
248 instance twice (at least with audiotestsrc input).
250 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
252 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
253 Try to get devic-name from device string first, and from handle only
254 as fallback (seems to yield better results and is more robust
255 against buggy probing code on the application side).
257 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
259 Based on patch by: Julien Puydt <julien.puydt at laposte net>
261 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
262 (gst_alsa_find_device_name):
263 * ext/alsa/gstalsa.h:
264 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
265 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
266 Improve device-name detection a bit, especially in the case where
267 the device is not actually open (#405020, #405024). Move common code
268 into gstalsa.c instead of duplicating it.
270 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
272 * gst/audioconvert/gstaudioconvert.c:
273 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
275 2007-02-06 Julien MOUTTE <julien@moutte.net>
277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
278 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
279 (gst_xvimagesink_interface_supported),
280 (gst_xvimagesink_probe_get_properties),
281 (gst_xvimagesink_probe_probe_property),
282 (gst_xvimagesink_probe_needs_probe),
283 (gst_xvimagesink_probe_get_values),
284 (gst_xvimagesink_property_probe_interface_init),
285 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
286 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
287 (gst_xvimagesink_get_type):
288 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
289 for XVAdaptors so that one can choose the adaptor to use with
290 gstreamer-properties.
292 2007-02-06 Stefan Kost <ensonic@users.sf.net>
294 * gst/audioconvert/gstaudioconvert.c:
295 Also mention that a conversion from double to float is suboptimal still.
297 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
299 * gst-libs/gst/audio/gstaudiofilter.c:
300 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
301 Clear our formats structure and free the caps contained in it when
304 2007-02-05 Andy Wingo <wingo@pobox.com>
306 * gst-libs/gst/audio/gstbaseaudiosink.c
307 (gst_base_audio_sink_callback): Update basesink->offset so that we
308 pull monotonically increasing offsets instead of, um, seeking back
309 to 0 each time. Fixes alsasrc ! alsasink!
311 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
313 * gst/videoscale/gstvideoscale.c:
314 A width and height of 1 makes us crash, so increase minimum size to
315 2x2 pixels until someone feels like fixing this (#404512).
317 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
319 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
320 Add small test to make sure request pads are cleaned up properly
321 even if oggmux never changes state out of NULL.
323 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
325 * tests/check/libs/utils.c: (GST_START_TEST):
326 Fix unit test. Turns out things work much better when you
327 NULL-terminate string arrays. Should make p5 build bot happy again.
329 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
331 * gst-libs/gst/audio/Makefile.am:
332 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
333 (gst_audio_filter_template_base_init),
334 (gst_audio_filter_template_class_init),
335 (gst_audio_filter_template_init),
336 (gst_audio_filter_template_set_property),
337 (gst_audio_filter_template_get_property),
338 (gst_audio_filter_template_setup),
339 (gst_audio_filter_template_filter),
340 (gst_audio_filter_template_filter_inplace), (plugin_init):
341 Oops, forgot to commit fixed-up example.
343 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
345 * docs/libs/gst-plugins-base-libs-sections.txt:
346 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
347 (gst_audio_filter_class_init), (gst_audio_filter_init),
348 (gst_audio_filter_set_caps),
349 (gst_audio_filter_class_add_pad_templates):
350 * gst-libs/gst/audio/gstaudiofilter.h:
351 Port GstAudioFilter to 0.10. This change technically breaks
352 API and ABI (and thus also every library developer's heart),
353 but seems justifiable on the grounds that the base class was
354 completely unusable before (ie. would crash immediately when
355 actually used). Fixes #403963 (and eventually also #403572).
356 Also document all of this a bit.
358 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
360 * gst-libs/gst/utils/install-plugins.c:
361 (gst_install_plugins_spawn_child):
362 * tests/check/libs/utils.c:
363 (test_base_utils_install_plugins_do_callout):
364 Lowering log level to see why things fail on the p5 build bot;
365 fix some typos in unit test messages.
367 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
369 * tests/check/libs/utils.c:
370 (test_base_utils_install_plugins_do_callout):
371 Don't hard-code temp directory for test helper; use GLib functions
372 to write out file and do error checking etc.
374 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
376 * gst-libs/gst/utils/Makefile.am:
377 * gst-libs/gst/utils/base-utils.h:
378 * gst-libs/gst/utils/install-plugins.c:
379 (gst_install_plugins_context_set_xid),
380 (gst_install_plugins_context_new),
381 (gst_install_plugins_context_free),
382 (gst_install_plugins_get_helper),
383 (gst_install_plugins_spawn_child),
384 (gst_install_plugins_return_from_status),
385 (gst_install_plugins_installer_exited),
386 (gst_install_plugins_async), (gst_install_plugins_sync),
387 (gst_install_plugins_return_get_name),
388 (gst_install_plugins_installation_in_progress):
389 * gst-libs/gst/utils/install-plugins.h:
390 API: add API for applications to initiate installation of missing
391 plugins, ie. gst_install_plugins_async() primarily.
392 Based on libgimme-codec by Ryan Lortie.
395 Add --with-install-plugins-helper configure option so distros can specify
396 the path of the helper script or program to call when plugin installation
397 is requested (distros: please do any argument munging in this helper
398 script instead of patching GStreamer to pass arguments differently
399 to another program directly).
401 * docs/libs/gst-plugins-base-libs-docs.sgml:
402 * docs/libs/gst-plugins-base-libs-sections.txt:
403 Build and document new API.
405 * tests/check/libs/utils.c: (result_cb),
406 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
407 (libgstbaseutils_suite):
408 Some simple checks for the new API.
410 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
412 * tests/check/elements/audioconvert.c: (test_float_conversion):
413 Add small test for 32bit float <=> 64bit float conversion (works
414 only one way so far, 32=>64 produces structured noise).
416 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
418 * gst/audioconvert/gstaudioconvert.c:
419 (set_structure_widths_32_and_64), (make_lossless_changes):
420 We don't support floats with a width of 40, 48 or 56 bits.
422 2007-02-02 Stefan Kost <ensonic@users.sf.net>
424 * gst/audioconvert/audioconvert.c: (float), (double),
425 (audio_convert_get_func_index):
426 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
427 (make_lossless_changes):
428 Support for 64-bit float audio in audioconvert (#339837)
430 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
432 Patch by: Holger Wansing <linux wansing-online de>
436 Add German translation (#352069).
438 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
440 reviewed by: Wim Taymans <wim@fluendo.com>
442 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
443 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
444 Use newly added GstCollectPads API to free the allocated resources in
445 the GstOggPad structures (#402393).
447 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
449 * gst/playback/gstplaybin.c: (gen_vis_element):
450 Add audioresample+audioconvert in front of the visualisation
451 element, so that elements like libvisual 0.4 that don't support all
452 samplerates can work.
456 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
458 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
459 (gst_play_base_bin_get_streaminfo_value_array):
460 Take some locks and make a copy of the streaminfo value array we
461 maintain while holding the lock, so that the application can
462 retrieve the stream-info as a value array in a thread-safe way.
464 2007-01-30 Wim Taymans <wim@fluendo.com>
466 * gst/audioconvert/gstaudioconvert.c:
467 Don't fail on 0 sized buffers. Fixes #396835.
469 2007-01-29 David Schleef <ds@schleef.org>
471 * gst/typefind/gsttypefindfunctions.c:
472 Detect BBCD as video/x-dirac, so we can play raw dirac
475 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
477 * ext/theora/theoraenc.c: (theora_enc_chain):
478 Check return value of theora_encode_header(), or we might try to
479 allocate a random number of bytes. theora_encode_header() can fail
480 if libtheora has been compiled with encoding support disabled.
483 2007-01-29 Wim Taymans <wim@fluendo.com>
485 * tests/check/gst/.cvsignore:
488 2007-01-29 Wim Taymans <wim@fluendo.com>
490 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
491 Fix strides in libvisual. Gst uses X strides.
492 Inspired by: <ed at catmur dot co dot uk> and
493 <tim at centricular dot net>
496 2007-01-27 Wim Taymans <wim@fluendo.com>
498 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
499 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
500 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
501 (gst_ogg_demux_perform_seek),
502 (gst_ogg_demux_bisect_forward_serialno),
503 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
504 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
505 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
506 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
507 * ext/ogg/gstoggdemux.h:
508 Properly propagate streaming errors when we are scanning the file for
509 chains so that we don't crash when shut down. Might fix some crashers
510 when quickly switching oggs in RB such as #332503 and #378436.
512 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
514 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
515 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
518 2007-01-25 Wim Taymans <wim@fluendo.com>
520 * gst/playback/gstplaybasebin.c: (remove_source):
521 Don't try to disconnect a signal from a finalized object.
523 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
525 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
526 Cast lock macro parameters to make sure we're actually accessing the
527 lock member at the right class level. Free list itself in _dispose()
528 as well and NULL it in case dispose gets called multiple times.
530 2007-01-25 Edward Hervey <edward@fluendo.com>
532 * gst/playback/gstdecodebin2.c:
533 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
534 Free GstDecodeGroups no longer used.
535 (gst_decode_group_expose):
536 Don't unlock too many times !
537 (deactivate_free_recursive):
538 Free iterator once we're done with it.
539 Fix for recursively deactivating elements (stop at ghostpads).
541 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
543 * gst/playback/gstplaybin.c: (handoff):
544 Fix up caps on the frame buffer before we save it and potentially
545 make it accessible to other threads via g_object_get; also use
546 gst_buffer_replace() instead of gst_mini_object_replace().
548 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
550 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
551 Make getting the current frame thread-safe.
553 2007-01-25 Edward Hervey <edward@fluendo.com>
555 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
556 (gst_decode_group_new), (gst_decode_group_free):
557 Set queues to bigger sizes to cope with HD contents.
558 Fix some mutex freeing and add comment about MT safe methods.
560 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
562 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
563 (gst_text_overlay_text_event):
564 Don't unnecessarily ref (and then leak) upstream events if the text
565 pad is not linked. Fixes #399948.
567 * tests/check/gst-plugins-base.supp:
568 Add suppression for pango on edgy/x86 for textoverlay test.
570 2007-01-24 Wim Taymans <wim@fluendo.com>
572 * gst-libs/gst/rtp/gstrtpbuffer.h:
573 Add some more fixed payloads.
575 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
577 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
578 Error out properly if we get an error from libogg while reading the
579 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
581 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
583 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
586 * tests/check/elements/playbin.c:
587 (test_sink_usage_video_only_stream),
588 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
589 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
590 (test_missing_suburisource_handler),
591 (test_missing_primary_decoder), (playbin_suite):
592 Run all tests once with decodebin and once with decodebin2.
593 One test does not pass yet with decodebin2.
595 2007-01-23 Edward Hervey <edward@fluendo.com>
597 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
598 Fix the cases where oggmux doesn't properly figure out that all
599 sinkpads have gone EOS, and therefore doesn't push out the remaining
600 buffers and the final EOS event.
603 2007-01-23 Julien MOUTTE <julien@moutte.net>
605 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
606 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
607 Don't lock on navigation event push, just on keysym to string.
610 2007-01-22 Edward Hervey <edward@fluendo.com>
612 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
613 (get_current_group), (group_demuxer_event_probe),
614 (gst_decode_group_expose), (deactivate_free_recursive),
615 (gst_decode_group_free):
617 Don't forget to emit 'no-more-pads' once a group is exposed.
618 Cleanup elements from a DecodeGroup once we remove it.
619 Protect call to gst_decode_group_expose() with the decodebin lock.
621 2007-01-22 Julien MOUTTE <julien@moutte.net>
623 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
624 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
625 Looking at Xorg code i can't figure out if that XKeysymToString
626 function is thread sensible or not. Lock it just in case as
627 recommended by Radek Doulik <rodo at ximian dot com>.
629 2007-01-22 Julien MOUTTE <julien@moutte.net>
631 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
632 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
633 Lock that X Call as well. Fixes #397673.
635 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
637 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
638 Don't go into an endless loop if the file starts with 00 00 01 2X,
639 like quicktime redirect files might. Fixes #396042.
641 * tests/check/Makefile.am:
642 * tests/check/gst/.cvsignore:
643 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
644 (typefindfunctions_suite):
645 Add unit test for the above.
647 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
649 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
650 On second thought, use "depth" field rather than "bpp" field.
652 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
654 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
655 Camtasia caps apparently need a bpp field (#398875).
657 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
659 * gst/playback/gstplaybasebin.c: (setup_subtitle),
660 (gen_source_element), (gst_play_base_bin_change_state):
661 Attempt at a better error message in case we don't have the required
662 URI handler installed; post missing-plugin message also when we're
663 missing an URI handler for the subtitle URI; clean up properly also
664 when an error occurs and we never made it to PAUSED state.
666 * tests/check/elements/playbin.c: (GST_START_TEST),
668 Check that we're also getting a missing-plugin messsage for a
669 missing subtitle URI handler (and clean up properly).
671 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
673 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
674 Plug a few reference leaks.
676 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
678 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
679 Lower probability a bit if the marker isn't right at the start,
680 to decrease the chance of false positives.
682 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
684 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
685 Small mpeg2 system stream typefinding improvement: make typefinder
686 probe a bit into the stream instead of just looking for a marker
687 at the beginning. Fixes #397810.
689 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
691 * gst/audioconvert/gstchannelmix.c:
692 Remove compatibility cruft for prehistoric GLib versions.
694 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
696 * gst/playback/Makefile.am:
697 * gst/playback/gstdecodebin.c: (close_pad_link):
698 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
699 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
700 (gst_play_base_bin_handle_message_func), (unknown_type):
701 Let decodebin be the element to post missing-plugin messages for
702 missing decoders (rather than playbin); make playbin implement
703 GstBin::handle_message so we can suppress missing-plugin messages
704 for types we're not handling on purpose (don't want to bring up an
705 installer in those cases).
707 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
709 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
710 * gst-libs/gst/tag/gstvorbistag.c:
711 (gst_tag_list_to_vorbiscomment_buffer):
712 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
713 Fix potentially unaligned access (#397207).
715 2007-01-16 Stefan Kost <ensonic@users.sf.net>
717 * tests/examples/seek/seek.c: (set_scale), (update_scale),
718 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
719 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
721 Allow to toggle looping while it plays. Fix callback prototype. Clean
722 up code a bit more. Add copyright header.
724 2007-01-16 Stefan Kost <ensonic@users.sf.net>
726 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
727 Red and blue mask was swapped (spotted by Dan Williams).
729 2007-01-15 Stefan Kost <ensonic@users.sf.net>
731 * gst-libs/gst/tag/gstid3tag.c:
732 * gst-libs/gst/tag/gstvorbistag.c:
733 Use new beats-per-minute tag from core.
735 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
738 Add new files with translatable strings, so they actually make it
739 into the template file one day.
741 2007-01-12 Andy Wingo <wingo@pobox.com>
743 * gst-libs/gst/audio/gstbaseaudiosink.c
744 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
745 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
746 stuff, as the base class handles this now. Actually tell the ring
748 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
749 How did this work before? Maybe I'm not as awesome a programmer as
752 * gst-libs/gst/audio/gstbaseaudiosrc.c
753 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
756 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
758 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
759 Remove more fields so that the application can better blacklist
760 formats that have been tried before.
762 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
764 * gst-libs/gst/audio/mixerutils.h:
765 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
766 used when compiling with c++ compilers as well.
768 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
770 * gst/typefind/gsttypefindfunctions.c:
773 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
775 * gst/playback/gstplaybin.c: (post_missing_element_message),
776 (gen_video_element), (gen_text_element), (gen_audio_element),
778 Post missing-plugin messages also when we error out because
779 converters, textoverlay or auto*sinks are missing (#161922).
781 2007-01-10 Wim Taymans <wim@fluendo.com>
783 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
784 (is_demuxer_element), (new_caps):
785 * gst/playback/gstplaybasebin.c: (source_new_pad):
786 Fix the case where we try to ref a NULL element when we delay a link
787 because of unfixed caps.
788 Set the state of autoplugged decodebins to PAUSED.
789 RTSP now works in playbin, we can remove it from the blacklist.
791 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
793 * gst/playback/Makefile.am:
794 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
795 (unknown_type), (setup_subtitle), (gen_source_element):
796 * gst/playback/gstplaybin.c: (plugin_init):
797 Post missing-plugin messages on the bus for missing sources and
798 missing decoders/demuxers/depayloaders; fix error code used when
799 we're missing an URI handler source; for media types that we are not
800 handling on purpose at the moment, don't print "don't know how to
801 handle xyz" messages to the terminal or post missing-plugin
804 * tests/check/elements/playbin.c: (create_playbin),
805 (GST_START_TEST), (gst_codec_src_uri_get_type),
806 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
807 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
808 (gst_codec_src_init_type), (gst_codec_src_base_init),
809 (gst_codec_src_create), (gst_codec_src_class_init),
810 (gst_codec_src_init), (plugin_init), (playbin_suite):
811 Add some tests for the missing-plugin stuff.
813 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
816 * gst-libs/gst/Makefile.am:
817 * gst-libs/gst/utils/Makefile.am:
818 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
819 * gst-libs/gst/utils/base-utils.h:
820 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
821 (find_format_info), (caps_are_rtp_caps),
822 (gst_base_utils_get_source_description),
823 (gst_base_utils_get_sink_description),
824 (gst_base_utils_get_decoder_description),
825 (gst_base_utils_get_encoder_description),
826 (gst_base_utils_get_element_description),
827 (gst_base_utils_add_codec_description_to_tag_list),
828 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
829 * gst-libs/gst/utils/descriptions.h:
830 * gst-libs/gst/utils/missing-plugins.c:
831 (missing_structure_get_type), (copy_and_clean_caps),
832 (gst_missing_uri_source_message_new),
833 (gst_missing_uri_sink_message_new),
834 (gst_missing_element_message_new),
835 (gst_missing_decoder_message_new),
836 (gst_missing_encoder_message_new),
837 (missing_structure_get_string_detail),
838 (missing_structure_get_caps_detail),
839 (gst_missing_plugin_message_get_installer_detail),
840 (gst_missing_plugin_message_get_description),
841 (gst_is_missing_plugin_message):
842 * gst-libs/gst/utils/missing-plugins.h:
843 API: add new libgstbaseutils library with functions
844 - to create and parse missing-plugins messages
845 - that provide (translated) descriptions for caps/decoders/sources/etc.
848 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
849 * pkgconfig/gstreamer-plugins-base.pc.in:
852 * docs/libs/gst-plugins-base-libs-docs.sgml:
853 * docs/libs/gst-plugins-base-libs-sections.txt:
854 Generate docs for new lib and API.
856 * tests/check/Makefile.am:
857 * tests/check/libs/.cvsignore:
858 * tests/check/libs/utils.c: (missing_msg_check_getters),
859 (GST_START_TEST), (libgstbaseutils_suite):
860 Add some basic unit tests.
862 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
864 * ext/ogg/Makefile.am:
865 Dist gstoggdemux.h to fix 'make distcheck'.
867 * sys/v4l/Makefile.am:
868 Fix 'make distcheck' even more.
870 2007-01-09 Wim Taymans <wim@fluendo.com>
872 * docs/plugins/Makefile.am:
873 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
874 * docs/plugins/gst-plugins-base-plugins-sections.txt:
875 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
876 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
877 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
878 (gst_ogg_demux_perform_seek):
879 * ext/ogg/gstoggdemux.h:
881 Add some more comments.
884 2007-01-09 Wim Taymans <wim@fluendo.com>
886 * ext/theora/theoradec.c:
887 * ext/vorbis/vorbisdec.c:
888 * gst-libs/gst/audio/gstringbuffer.c:
889 (gst_ring_buffer_commit_full):
890 * gst-libs/gst/audio/gstringbuffer.h:
891 * gst-libs/gst/rtp/gstrtpbuffer.c:
892 * gst-libs/gst/tag/gstvorbistag.c:
893 Small documentation updates/fixes
895 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
898 Require core CVS HEAD for Andy's basesrc/sink API additions.
900 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
902 Patch by: Günter Thelen <daedalus dot inc at gmx net>
904 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
906 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
907 on flac.sf.net (there appear to be other versions of the first
908 ogg page in the wild) (#391365).
910 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
913 Check if localtime_r() is available.
915 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
916 If localtime_r() is not available, fall back to localtime(). Should
917 fix build on MingW (#393310).
919 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
921 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
922 * gst/subparse/gstsubparse.h:
923 Remove spurious 1000 subtrahend when calculating the timestamp from
924 the frame number and the frame rate . Also, use the frames/second
925 value specified in the first line of the file, if one is specified
926 there. Should fix #357503.
928 * tests/check/elements/subparse.c: (do_test),
929 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
931 Add some basic unit tests for the microdvd subtitle format.
933 2007-01-07 Julien MOUTTE <julien@moutte.net>
935 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
936 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
937 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
938 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
939 (gst_xvimagesink_set_xwindow_id),
940 (gst_xvimagesink_set_event_handling),
941 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
942 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
943 Patch by : Young-Ho Cha <ganadist at chollian dot net>
945 Add an adaptor property to select a specific XV adaptor.
946 * sys/xvimage/xvimagesink.h:
948 2007-01-07 Julien MOUTTE <julien@moutte.net>
950 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
951 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
952 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
953 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
954 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
955 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
956 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
957 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
958 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
959 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
960 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
961 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
962 Use flow_lock much more to protect every access to xwindow.
963 Try to catch erros while creating images in case some drivers are
964 just generating an XError when the requested image is too big.
965 Should fix : #354698, #384008, #384060.
966 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
967 Implement some stress testing of setting window xid.
969 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
971 * win32/common/libgsaudio.def:
972 Add new exported function.
973 * win32/common/libgstogg.dsp:
974 Add gstoggaviparse.c to the build.
975 * win32/common/libgstvideoscale.dsp:
976 Add vs_4tap.c to the build.
977 * win32/common/libgstvorbis.dsp:
978 Add vorbistag.c to the build.
980 2007-01-06 Andy Wingo <wingo@pobox.com>
982 * gst-libs/gst/audio/gstbaseaudiosink.c
983 (gst_base_audio_sink_class_init)
984 (gst_base_audio_sink_init):
985 (gst_base_audio_sink_activate_pull): Add an activate_pull function
986 to baseaudiosink, and tell basesink that we can work in pull mode.
987 This way the ring buffer thread drives the pipeline directly, if
988 pull mode is possible. There is some lingering nastiness regarding
990 (gst_base_audio_sink_callback): Implement the callback to pull
991 data. This interface is a bit light, though -- it should get a
992 GstFlowReturn return value at least.
994 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
996 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
997 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
998 * gst/playback/gstdecodebin2.c:
999 (gst_decode_group_check_if_blocked):
1000 Printf format and missing argument fixes.
1002 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1004 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1005 (gst_ogm_parse_change_state):
1006 Activate pads before adding them to the element.
1008 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1010 * tests/examples/seek/scrubby.c: (main):
1011 * tests/examples/seek/seek.c: (main):
1012 Call g_thread_init() first thing in main() (see #391278).
1014 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1016 * tests/check/Makefile.am:
1017 * tests/check/libs/.cvsignore:
1018 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1020 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1021 for the time being, since it's broken, see #393099.
1023 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1025 * tests/check/Makefile.am:
1026 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1028 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1031 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1032 so that GST_BASE_CFLAGS can go inbetween them, making sure
1033 we use uninstalled gst-libs headers
1034 * docs/libs/Makefile.am:
1035 * ext/alsa/Makefile.am:
1036 * ext/cdparanoia/Makefile.am:
1037 * ext/gnomevfs/Makefile.am:
1038 * ext/libvisual/Makefile.am:
1039 * ext/ogg/Makefile.am:
1040 * ext/theora/Makefile.am:
1041 * ext/vorbis/Makefile.am:
1042 * gst-libs/gst/audio/Makefile.am:
1043 * gst-libs/gst/cdda/Makefile.am:
1044 * gst-libs/gst/interfaces/Makefile.am:
1045 * gst-libs/gst/riff/Makefile.am:
1046 * gst-libs/gst/rtp/Makefile.am:
1047 * gst-libs/gst/tag/Makefile.am:
1048 * gst/adder/Makefile.am:
1049 * gst/audioconvert/Makefile.am:
1050 * gst/audiorate/Makefile.am:
1051 * gst/audioresample/Makefile.am:
1052 * gst/playback/Makefile.am:
1053 * gst/tcp/Makefile.am:
1054 * gst/videoscale/Makefile.am:
1055 * gst/volume/Makefile.am:
1056 * sys/ximage/Makefile.am:
1057 * sys/xvimage/Makefile.am:
1058 * tests/icles/Makefile.am:
1061 2007-01-04 Julien MOUTTE <julien@moutte.net>
1063 * gst-libs/gst/interfaces/xoverlay.c:
1064 (gst_x_overlay_handle_events):
1065 * gst-libs/gst/interfaces/xoverlay.h:
1066 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1067 (gst_ximagesink_set_xwindow_id),
1068 (gst_ximagesink_set_event_handling),
1069 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1070 (gst_ximagesink_get_property), (gst_ximagesink_init),
1071 (gst_ximagesink_class_init):
1072 * sys/ximage/ximagesink.h:
1073 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1074 (gst_xvimagesink_set_xwindow_id),
1075 (gst_xvimagesink_set_event_handling),
1076 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1077 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1078 (gst_xvimagesink_class_init):
1079 * sys/xvimage/xvimagesink.h:
1080 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1081 Add a method to the XOverlay interface to allow disabling of
1082 event handling in x[v]imagesink elements. This will let X events
1083 propagate to parent windows which can be usefull in some cases.
1084 Be carefull that the application is then responsible of pushing
1085 navigation events and expose events to the video sink.
1088 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1090 * gst-libs/gst/tag/gstvorbistag.c:
1091 * tests/check/libs/tag.c: (GST_START_TEST):
1092 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1095 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1099 * docs/design/Makefile.am:
1102 2006-12-27 Julien MOUTTE <julien@moutte.net>
1104 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1105 typo. Fixes: #390063.
1107 2006-12-27 Julien MOUTTE <julien@moutte.net>
1109 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1112 * win32/common/config.h: Updated.
1114 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1116 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1117 (setup_gdpdepay_streamheader):
1118 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1119 (setup_gdppay_streamheader):
1120 Fix the dp tests, but activating the pads for the streamheader tests
1121 too and cleaning up conditionaly
1123 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1125 * gst/ffmpegcolorspace/avcodec.h:
1126 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1127 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1128 (gst_ffmpegcsp_avpicture_fill):
1129 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1130 (img_get_alpha_info):
1131 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1132 other end of the word. Fixes: #387073.
1134 Add some inconsequential branch hints in a couple of places.
1136 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1138 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1139 (gst_ffmpeg_caps_to_smpfmt):
1140 The "signed" field in raw audio caps is of boolean type, trying to
1141 extract the value with _get_int() will fail (fix to keep in sync with
1142 the copy in gst-ffmpeg)
1144 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1146 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1147 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1148 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1150 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1151 * tests/check/elements/subparse.c: (teardown_subparse):
1152 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1153 * tests/check/elements/videorate.c: (cleanup_videorate):
1154 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1155 * tests/check/elements/volume.c: (cleanup_volume):
1156 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1157 (cleanup_vorbisdec):
1158 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1159 (cleanup_vorbistag):
1160 consistent pad (de)activation
1162 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1164 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1165 Forgot to register the extensions.
1167 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1169 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1171 Add typefinder for VIVO files (my christmas present to the 90s).
1173 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1175 * gst/playback/gstdecodebin.c: (type_found):
1176 Special-case the text/plain media type: we only want to recognise it
1177 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1178 parser, but not if the entire stream is of text/plain type. If the
1179 entire stream is text/plain, we should just error out.
1181 This fixes playback of audio files with lyrics in totem. Totem can't
1182 distinguish between text files and subtitle files and passes any
1183 .txt file with the same basename as the main file to playbin as
1184 suburi, and playbin will then throw a 'subtitle found, but no video
1185 stream' error, which isn't entirely helpful. See #380342.
1187 Also, with this change we'll show a slightly more correct error
1188 message in case totem passes a playlist file to us (although a
1189 custom error message wording instead of the default text would
1190 probably not be a bad idea either).
1192 Same problem also needs to be fixed for playbin+decodebin2.
1194 * tests/check/Makefile.am:
1195 * tests/check/elements/decodebin.c: (src_handoff_cb),
1196 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1198 Add simple unit test for decodebin for the above.
1200 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1202 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1203 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1204 Refuse to change state to READY when we failed to create any of the
1205 required elements in our instance init function.
1207 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1209 * docs/libs/gst-plugins-base-libs-sections.txt:
1210 Small docs fixes/updates.
1212 * gst-libs/gst/video/gstvideosink.h:
1213 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1214 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1215 removed from the base sink API between 0.9.6 and 0.9.7).
1216 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1217 accessor macros, so we don't do a runtime GObject type check every
1220 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1223 * gst-plugins-base.doap:
1224 * gst-plugins-base.spec.in:
1227 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1229 Patch by: Jens Granseuer <jensgr at gmx net>
1231 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1232 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1233 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1234 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1235 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1236 Declare variables at the beginning of a block. Fixes #383195.
1238 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1241 Bump version nano - back to CVS.
1244 === release 0.10.11 ===
1246 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1249 releasing 0.10.11, "Dumb things"
1251 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1253 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1254 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1255 Handle the case where an element has multiple pads with
1256 unfixed caps as well as still possibly producing more dynamic
1257 pads by storing each case as a distinct entry in the dynamic list.
1260 2006-12-04 Wim Taymans <wim@fluendo.com>
1262 * gst/playback/gstdecodebin.c: (close_pad_link):
1263 Fix #382223, add more dynamic caps handling.
1265 2006-12-04 Wim Taymans <wim@fluendo.com>
1267 reviewed by: <delete if not using a buddy>
1269 * gst-libs/gst/audio/gstringbuffer.h:
1270 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1271 (gst_netaddress_set_ip4_interface),
1272 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1273 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1274 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1275 (gst_netaddress_get_ttl):
1276 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1277 * gst/playback/gstdecodebin.c: (close_pad_link):
1278 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1279 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1280 * win32/common/config.h:
1282 2006-12-01 Michael Smith <msmith@fluendo.com>
1284 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1285 Delete bad debug code.
1288 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1290 * gst/videoscale/vs_4tap.c:
1292 * win32/common/config.h:
1293 * win32/vs8/libgstvideoscale.vcproj:
1294 Fix compilation on win32 under VS8
1295 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1296 Partially fixes #381175
1298 2006-11-30 Michael Smith <msmith@fluendo.com>
1300 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1302 It would be very bad if, after a discont buffer, we thought every
1303 single following buffer was also discont. So, add to the test to
1304 ensure that this isn't the case.
1306 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1307 ... it was the case. So fix it.
1309 2006-11-28 Wim Taymans <wim@fluendo.com>
1311 * gst/playback/gstplaybasebin.c: (check_queue_event):
1314 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1315 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1316 padtemplate caps. Refixes #357577.
1318 2006-11-28 Wim Taymans <wim@fluendo.com>
1320 * gst/playback/gstplaybasebin.c: (check_queue_event),
1321 (queue_threshold_reached), (queue_out_of_data),
1322 (gen_preroll_element):
1323 Add event probe to see when EOS is in a queue and we can disable the
1324 underrun signals. Fixes #357577.
1326 2006-11-28 Edward Hervey <edward@fluendo.com>
1328 * gst/playback/Makefile.am:
1329 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1330 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1331 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1332 (gst_decode_bin_init), (gst_decode_bin_dispose),
1333 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1334 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1335 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1336 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1337 (connect_element), (expose_pad), (type_found),
1338 (pad_added_group_cb), (pad_removed_group_cb),
1339 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1340 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1341 (are_raw_caps), (multi_queue_overrun_cb),
1342 (multi_queue_underrun_cb), (gst_decode_group_new),
1343 (get_current_group), (group_demuxer_event_probe),
1344 (gst_decode_group_control_demuxer_pad),
1345 (gst_decode_group_control_source_pad),
1346 (gst_decode_group_check_if_blocked),
1347 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1348 (gst_decode_group_hide), (gst_decode_group_free),
1349 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1350 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1351 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1353 New decodebin2 element.
1355 * gst/playback/gstplay-marshal.list:
1356 Added marshallers for new signals in decodebin2
1357 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1358 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1361 2006-11-28 Wim Taymans <wim@fluendo.com>
1363 * gst/playback/gstplaybasebin.c: (setup_source),
1364 (gst_play_base_bin_change_state):
1365 Disable rtsp:// uris for the release, it's not good enough yet.
1368 2006-11-26 Wim Taymans <wim@fluendo.com>
1370 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1371 (theora_dec_push_forward), (theora_dec_push_reverse),
1372 (theora_handle_data_packet), (theora_dec_decode_buffer),
1373 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1374 (theora_dec_chain_forward), (theora_dec_chain):
1375 Implement reverse playback.
1377 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1378 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1379 (vorbis_dec_chain_forward):
1380 Clear buffers used for reverse playback in _reset.
1381 No need to set the eos flag, we clip samples using the segment.
1383 2006-11-24 Wim Taymans <wim@fluendo.com>
1385 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1386 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1387 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1388 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1390 Handle continued pages in reverse mode.
1392 2006-11-24 Wim Taymans <wim@fluendo.com>
1394 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1395 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1396 (vorbis_dec_flush_decode):
1398 Don't try to add invalid timestamps.
1399 Clipping will unref the buffer.
1401 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1403 * gst/adder/gstadder.h:
1404 * gst/audiotestsrc/gstaudiotestsrc.h:
1405 remove obsolete _factory_init protos
1407 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1410 Fix spacing in debug message.
1412 2006-11-23 Wim Taymans <wim@fluendo.com>
1414 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1415 (gst_ogg_demux_chain):
1416 Don't just ignore return values from _pad_push().
1417 Small debug improvements.
1419 2006-11-23 Michael Smith <msmith@fluendo.com>
1421 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1422 If our incoming buffer is marked as DISCONT, then increment the page
1423 number (so that the discontinuity is marked in the final ogg
1424 bitstream) and flush the previous page.
1426 2006-11-22 Michael Smith <msmith@fluendo.com>
1428 * ext/theora/gsttheoraenc.h:
1429 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1430 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1431 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1432 (theora_enc_chain), (theora_enc_change_state):
1433 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1435 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1436 (GST_START_TEST), (theoraenc_suite):
1437 Enable discontinuity test, fix it.
1439 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1441 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1442 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1443 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1444 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1445 (gst_text_overlay_change_state):
1446 * ext/pango/gsttextoverlay.h:
1447 Some textoverlay fixes: for one, in the video chain function,
1448 actually wait for a text buffer to come in if there is none at the
1449 moment and there should be one; also, deal more gracefully with
1450 incoming buffers that do not have a timestamp or duration; discard
1451 text buffer when not needed any longer. Fixes #341681.
1453 * tests/check/Makefile.am:
1454 * tests/check/elements/.cvsignore:
1455 * tests/check/elements/textoverlay.c:
1456 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1457 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1458 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1459 (test_video_waits_for_text_send_text_newsegment_thread),
1460 (test_video_waits_for_text_shutdown_element),
1461 (test_render_continuity_push_video_buffers_thread),
1462 (textoverlay_suite):
1463 Add some unit tests for textoverlay.
1465 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1467 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1468 Avoid integer underflow when the found probability for mp3 is
1469 smaller than the 'penalty' we subtract if there's not a clean
1470 mp3 header sync at offset 0.
1472 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1474 * docs/libs/gst-plugins-base-libs-sections.txt:
1475 Add some new symbols to the docs
1477 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1479 * tests/check/Makefile.am:
1480 * tests/check/elements/ffmpegcolorspace.c:
1481 (ffmpegcolorspace_suite):
1482 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1483 (for now not for valgrinding though, since it takes too long).
1485 2006-11-20 Wim Taymans <wim@fluendo.com>
1487 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1488 (gst_ffmpeg_pixfmt_to_caps):
1489 Fix RGBA32 caps. Fixes #357038.
1491 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1493 * gst-libs/gst/interfaces/mixertrack.h:
1494 Add FIXME so we can add some padding here in 0.11
1496 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1498 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1499 Fix GstBaseRTPAudioPayload structure so the whole GObject
1500 inheritance business actually works (parent class instance structure
1501 must always come first in the derived class instance structure).
1503 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1505 * gst/videotestsrc/Makefile.am:
1506 * tests/check/Makefile.am:
1507 Make sure our checks and the videotestsrc plugin link against the
1508 local uninstalled gst libs and not any installed gst libs that
1509 might happen to exist as well.
1511 * tests/check/elements/adder.c: (message_received),
1512 (test_event_message_received), (test_play_twice_message_received):
1513 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1514 Fix compiler warnings when compiling against core with disabled
1517 2006-11-16 Michael Smith <msmith@fluendo.com>
1519 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1520 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1521 Fix audiorate, so that it accurately sets offsets and timestamps.
1522 Doesn't change the fundamental algorithmic decisions; so should be
1525 * tests/check/Makefile.am:
1526 Enable audiorate test now that it passes.
1528 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1530 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1531 clear xv when going to NULL, remove // commented non-existant proto
1533 * tests/examples/seek/seek.c: (main):
1534 add missing tooltip description for scrub and play_scrub
1536 2006-11-14 David Schleef <ds@schleef.org>
1539 Bump liboil requirement to 0.3.8.
1540 * gst-libs/gst/riff/riff-media.c:
1542 * gst/videoscale/vs_image.h:
1543 * gst/videoscale/vs_scanline.h:
1544 Use liboil's stdint.h.
1545 * gst/videotestsrc/videotestsrc.c:
1546 Remove liboil related ifdef's, since they aren't needed now, and
1547 won't work with future versions.
1549 2006-11-14 David Schleef <ds@schleef.org>
1551 * gst/videoscale/Makefile.am:
1552 * gst/videoscale/gstvideoscale.c:
1553 * gst/videoscale/gstvideoscale.h:
1554 * gst/videoscale/vs_4tap.c:
1555 * gst/videoscale/vs_4tap.h:
1556 * gst/videoscale/vs_image.c:
1557 * gst/videoscale/vs_image.h:
1558 * gst/videoscale/vs_scanline.c:
1559 * gst/videoscale/vs_scanline.h:
1560 Add a 4-tap image scaler. Theoretically looks much prettier.
1561 The tap calculation could use some improvement.
1563 2006-11-14 Wim Taymans <wim@fluendo.com>
1565 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1567 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1568 (gst_riff_parse_strf_iavs):
1569 * gst/subparse/gstsubparse.c: (convert_encoding):
1570 * gst/tcp/gstmultifdsink.c:
1571 (gst_multi_fd_sink_handle_client_write):
1572 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1573 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1574 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1575 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1576 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1577 (gst_ximagesink_ximage_new):
1578 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1579 Various gsize and gssize printf fixes. Fixes #372507.
1581 2006-11-13 Wim Taymans <wim@fluendo.com>
1583 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1584 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1585 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1586 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1587 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1588 * ext/vorbis/vorbisdec.h:
1589 First stab at vorbis reverse playback.
1591 2006-11-13 Wim Taymans <wim@fluendo.com>
1593 * gst-libs/gst/audio/gstbaseaudiosink.c:
1594 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1595 * gst-libs/gst/audio/gstbaseaudiosink.h:
1596 Make the clock sync code more accurate wrt resampling and playback
1599 * gst-libs/gst/audio/gstringbuffer.c:
1600 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1601 * gst-libs/gst/audio/gstringbuffer.h:
1602 Use better algorithm to interpolate sample rates.
1604 2006-11-13 Michael Smith <msmith@fluendo.com>
1606 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1607 Improve a debug line slightly.
1609 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1610 Call gst_riff_init() in plugin_init, to avoid getting errors from
1611 the debug system (unrelated changes to another plugin made this turn
1614 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
1616 Patch by: Sergey Scobich <sergery.scobich at gmail com>
1618 * win32/common/libgsttag.def:
1619 Add missing symbol (#366492).
1621 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
1623 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1624 Don't unref a NULL pad.
1626 2006-11-09 Wim Taymans <wim@fluendo.com>
1628 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1629 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1630 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1631 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1632 (gst_ogg_demux_loop):
1633 Implement first stab at reverse playback.
1635 2006-11-07 Stefan Kost <ensonic@users.sf.net>
1637 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1638 (gst_riff_create_video_template_caps):
1639 add h263/h264 variants to the caps, Fixes #363118
1641 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
1643 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1644 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1645 Use g_strerror instead of strerror so we get UTF-8.
1647 2006-11-03 David Schleef <ds@schleef.org>
1649 * ext/ogg/gstoggdemux.c:
1650 * ext/ogg/gstoggmux.c:
1651 Add/remove KW-DIRAC header here, since it is ogg-specific.
1653 2006-11-03 Michael Smith <msmith@fluendo.com>
1655 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1656 Recognise more mpeg4 elementary video streams.
1658 2006-11-02 Edward Hervey <edward@fluendo.com>
1660 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1661 Lower the probability of mp3 typefinding functions if we don't find a
1662 valid mp3 header at the start of the file.
1665 2006-11-02 Wim Taymans <wim@fluendo.com>
1667 * ext/theora/gsttheoradec.h:
1668 * ext/theora/theoradec.c: (gst_theora_dec_init),
1669 (theora_dec_sink_event), (theora_dec_chain_forward),
1670 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1672 Document and partially implement an algorithm for doing reverse playback
1675 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
1677 Patch by: Sergey Scobich <sergey.scobich at gmail com>
1679 * win32/common/config.h:
1680 * win32/common/interfaces-enumtypes.c:
1681 * win32/common/libgsttag.def:
1682 * win32/vs8/gst-plugins-base.sln:
1683 * win32/vs8/libgstaudioresample.vcproj:
1684 * win32/vs8/libgstinterfaces.vcproj:
1685 * win32/vs8/libgstogg.vcproj:
1686 * win32/vs8/libgstriff.vcproj:
1687 * win32/vs8/libgsttag.vcproj:
1688 * win32/vs8/libgsttheora.vcproj:
1689 * win32/vs8/libgstvideoscale.vcproj:
1690 * win32/vs8/libgstvorbis.vcproj:
1691 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1692 to libgsttag.def; add missing dependencies for some vs8 projects;
1693 re-arrange placement of .def files in vs8 projects (#366334).
1695 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
1698 Remove unused variable.
1700 * ext/ogg/gstoggdemux.c:
1701 Fix Wim's surname in plugin description.
1703 2006-10-31 Wim Taymans <wim@fluendo.com>
1705 * gst-plugins-base.spec.in:
1706 spec new .h file. Fixes #368310.
1708 2006-10-31 Michael Smith <msmith@fluendo.com>
1710 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1711 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1712 (gst_multi_fd_sink_get_stats),
1713 (gst_multi_fd_sink_remove_client_link),
1714 (gst_multi_fd_sink_queue_buffer),
1715 (gst_multi_fd_sink_handle_clients):
1716 * gst/tcp/gstmultifdsink.h:
1717 Make using the remove or clear signals threadsafe.
1718 Make calling get-stats with an invalid fd not segfault.
1721 2006-10-31 Wim Taymans <wim@fluendo.com>
1723 * gst-libs/gst/rtp/Makefile.am:
1724 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1725 (gst_base_rtp_audio_payload_init):
1726 Fix and activate base audio payloader.
1728 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
1730 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1732 Add typefinder for QuickTime Image Files (see #366156).
1734 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
1736 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1737 Another typo fix (#366212).
1739 2006-10-27 Wim Taymans <wim@fluendo.com>
1741 * gst/volume/gstvolume.c: (volume_transform_ip):
1742 Use stream time to synchronize volume property instead of rather random
1743 timestamps. This is needed when gnonlin does its time shifting.
1745 2006-10-27 Wim Taymans <wim@fluendo.com>
1747 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1749 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1750 Remove the pad from the element in release_pad. Fixes #364812.
1752 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
1754 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1756 Explicitly create our custom buffer classes at a thread-safe
1757 location as well, since g_type_class_ref() doesn't seem to be
1758 entirely thread-safe either (#365501; also see #349410).
1760 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
1762 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1763 (gst_riff_parse_info):
1764 If strings in INFO chunk are not UTF-8, do something similar to
1765 what we do for ID3v1 tags: check a number of environment variables
1766 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1767 character sets to try, otherwise try the current locale and/or fall
1768 back on ISO-8859-1. Fixes #360552.
1770 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1772 * gst/videotestsrc/gstvideotestsrc.c:
1773 (gst_video_test_src_pattern_get_type),
1774 (gst_video_test_src_set_pattern):
1775 * gst/videotestsrc/gstvideotestsrc.h:
1776 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1777 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1778 (gst_video_test_src_checkers8):
1779 * gst/videotestsrc/videotestsrc.h:
1780 Add a bunch of exciting new checkers patterns.
1782 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1784 * gst/subparse/Makefile.am:
1785 * gst/subparse/gstsubparse.c:
1786 (gst_sub_parse_data_format_autodetect),
1787 (gst_sub_parse_format_autodetect), (handle_buffer),
1788 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1789 * gst/subparse/gstsubparse.h:
1790 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1792 * gst/subparse/tmplayerparse.h:
1793 Add support for TMPlayer-type subtitles (#362845).
1795 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1796 (GST_START_TEST), (subparse_suite):
1797 Add some basic unit tests for the above.
1799 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1801 * tests/check/elements/audiorate.c: (test_injector_base_init),
1802 (test_injector_class_init), (test_injector_chain),
1803 (test_injector_init), (probe_cb), (do_perfect_stream_test),
1804 (GST_START_TEST), (audiorate_suite):
1805 More tests for audiorate: inject buffers to check behaviour when
1808 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
1810 * tests/check/Makefile.am:
1811 * tests/check/elements/.cvsignore:
1812 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1813 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1814 Add some basic unit tests for audiorate. Disabled at the moment
1815 since it doesn't pass yet (see bug #363119).
1817 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
1819 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1820 (parse_subrip), (handle_buffer):
1821 Add missing closing tags for markup and fix broken markup,
1822 otherwise pango won't render anything (fixes #357531). Also,
1823 make sure the text we send out is always NUL-terminated
1824 (better safe than sorry etc.).
1826 * tests/check/elements/subparse.c: (test_srt_do_test),
1828 Some more tests for .srt incl. tests for the above stuff.
1830 2006-10-20 Julien MOUTTE <julien@moutte.net>
1832 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1833 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1834 Patch by: Stefan Kost <ensonic@users.sf.net>
1835 Try to redraw borders only when needed. Apparently this consumes
1836 resources on small devices... :-O (#363607)
1838 2006-10-20 Michael Smith <msmith@fluendo.com>
1840 * gst/tcp/gstmultifdsink.c:
1841 (gst_multi_fd_sink_client_queue_buffer):
1842 If caps change, then update the client's idea of the caps so that we
1843 don't end up re-sending streamheaders for every single buffer after
1846 2006-10-20 Michael Smith <msmith@fluendo.com>
1848 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1849 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1850 Set caps on pushed buffers; fix up refcounting of caps objects.
1852 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1854 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1856 Typefind mmsh header data packet to application/x-mmsh (#362625).
1858 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1860 * tests/check/Makefile.am:
1861 * tests/check/elements/.cvsignore:
1862 * tests/check/elements/subparse.c: (buffer_from_static_string),
1863 (setup_subparse), (teardown_subparse), (test_srt_do_test),
1864 (GST_START_TEST), (subparse_suite):
1865 Add very simple unit test for subparse.
1867 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1869 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1871 Strip trailing newlines from subtitle text output.
1873 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1875 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1876 (gst_sub_parse_change_state):
1877 Fix memleak; clear subparse->textbuf n state change function.
1879 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1881 * gst/subparse/gstsubparse.c:
1882 (gst_sub_parse_data_format_autodetect):
1883 Don't require subrip (.srt) files to start with a chunk number of 1.
1885 2006-10-18 Wim Taymans <wim@fluendo.com>
1887 * gst-libs/gst/audio/gstbaseaudiosink.c:
1888 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1889 * gst-libs/gst/audio/gstbaseaudiosink.h:
1890 Extract rate from the NEWSEGMENT event.
1891 Use commit_full to also take rate adjustment into account when writing
1892 samples to the ringbuffer.
1894 * gst-libs/gst/audio/gstringbuffer.c:
1895 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1896 (gst_ring_buffer_read):
1897 * gst-libs/gst/audio/gstringbuffer.h:
1898 Added _commit_full() to also take rate into account.
1899 Use simple interpolation algorithm to resample audio.
1900 API: gst_ring_buffer_commit_full()
1902 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1903 * tests/examples/seek/seek.c: (segment_done):
1904 Don't try to seek with 0.0 rate, just pause instead.
1905 Remove bogus debug line.
1907 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1909 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1911 Catch async errors when starting up the subtitle bin, so we can
1912 stop waiting and continue with the main film instead of hanging
1913 forever. Fixes #339366.
1915 * tests/check/elements/playbin.c: (playbin_suite):
1916 Enable unit test for the above.
1918 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1920 * tests/check/Makefile.am:
1921 * tests/check/elements/.cvsignore:
1922 * tests/check/elements/playbin.c: (GST_START_TEST),
1923 (gst_red_video_src_uri_get_type),
1924 (gst_red_video_src_uri_get_protocols),
1925 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1926 (gst_red_video_src_uri_handler_init),
1927 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1928 (gst_red_video_src_create), (gst_red_video_src_class_init),
1929 (gst_red_video_src_init), (plugin_init), (playbin_suite):
1930 Some small and basic unit tests for playbin; not very useful yet,
1931 but at least a start.
1933 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1935 * gst/playback/gstplaybin.c: (setup_sinks):
1936 The old pad activation spiel.
1938 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1940 * gst/playback/gstplaybasebin.c: (setup_source):
1941 Don't hang forever if the subbin already fails to start up in
1942 the state change to PAUSED (#339366).
1944 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
1946 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1947 (gst_tuner_set_channel), (gst_tuner_get_channel),
1948 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1949 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1950 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1951 (gst_tuner_find_channel_by_name):
1952 Fix some function guards, add some more function guards.
1954 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
1956 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1957 (remove_element_chain):
1958 Don't return a pad from get_our_ghost_pad unless it is actually the
1960 Change a cast in remove_element_chain slightly.
1962 2006-10-13 Julien MOUTTE <julien@moutte.net>
1964 * tests/examples/seek/seek.c: (do_seek), (start_seek),
1965 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1966 Segment seeking needs to use the rate and set stop to -1.
1968 2006-10-13 Wim Taymans <wim@fluendo.com>
1970 * gst-libs/gst/audio/gstbaseaudiosink.c:
1971 (gst_base_audio_sink_setcaps):
1972 Don't crash when ringbuffer is not yet created.
1973 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1976 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1977 * gst/playback/gststreamselector.c:
1978 (gst_stream_selector_request_new_pad):
1979 Activate pads befre adding them to running elements.
1981 2006-10-13 Julien MOUTTE <julien@moutte.net>
1983 * tests/examples/seek/seek.c: (do_seek), (start_seek),
1984 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1985 updater when we start grabing the slider. Don't wait for the
1986 pipeline to be PAUSED.
1988 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
1990 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1991 (gst_mixer_set_volume), (gst_mixer_get_volume),
1992 (gst_mixer_set_mute), (gst_mixer_set_option),
1993 (gst_mixer_get_option), (gst_mixer_mute_toggled),
1994 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1995 (gst_mixer_option_changed):
1996 Guard mixer interface functions against bogus arguments.
1998 2006-10-12 Julien MOUTTE <julien@moutte.net>
2000 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2001 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2002 (msg_state_changed), (main): Use state-changed messages to trigger
2003 start/stop of scale update timer. Indeed the scale slider was
2004 jumping here and there because the update timer was activated
2005 before seek completed. This fixes instant applying of rate changes
2006 by pressing the spinbutton like a crazy man !
2008 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2010 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2012 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2013 (gst_basertppayload_finalize):
2014 Fix two small memory leaks (#361456).
2016 2006-10-10 Julien MOUTTE <julien@moutte.net>
2018 * tests/examples/seek/seek.c: (do_seek),
2019 (rate_spinbutton_changed_cb): When changing spinbutton we try
2020 to change the rate on the fly.
2022 2006-10-10 Wim Taymans <wim@fluendo.com>
2024 * gst-libs/gst/riff/riff-ids.h:
2025 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2026 (gst_riff_create_audio_template_caps):
2029 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2031 Patch by: Josep Torre Valles <josep@fluendo.com>
2033 * ext/gnomevfs/gstgnomevfssink.c:
2034 * ext/gnomevfs/gstgnomevfssrc.c:
2035 Fix URI interface implementation return type.
2036 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2037 Fix what looks like a copy/paste issue when assigning values.
2038 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2039 (gst_audio_filter_template_get_type):
2040 Cast to prevent Forte warnings.
2041 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2042 Fix URI interface implementation return type.
2043 gst_pad_query_position requires a signed integer pointer as
2044 3rd parameter, GstClockTime is unsigned.
2045 * gst/audioconvert/audioconvert.c:
2046 Fix integer overflow when treated as signed.
2047 * gst/audioresample/resample.c: (resample_add_input_data):
2048 Cast to prevent warnings on Forte.
2049 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2050 Fix integer overflow when treated as signed.
2051 * gst/ffmpegcolorspace/imgconvert_template.h:
2052 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2053 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2054 (cleanup_decodebin):
2055 Who initialises a guint to -1!
2056 Cast function pointers to prevent warnings on Forte.
2057 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2058 (queue_threshold_reached):
2059 Cast function pointers correctly to prevent warnings on Forte.
2060 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2061 Cast function pointers correctly to prevent warnings on Forte.
2062 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2063 Obvious change to unsigned, 0xEF > max signed char.
2064 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2065 GstClockTime is unsigned, initialise correctly.
2066 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2067 Cast so pointer arithemetic doesn't cause warnings on Forte.
2068 * gst/videorate/gstvideorate.c:
2069 Use correct return value.
2070 * tests/examples/seek/scrubby.c:
2071 GstClockTime is unsigned, initialise correctly.
2073 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2075 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2077 * gst/typefind/gsttypefindfunctions.c:
2078 Recognise XML files and XML-like files shorter than 256 bytes as
2079 well (fixes #359237).
2081 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2083 Patch by: Renato Filho <renato.filho@indt.org.br>
2085 * gst/typefind/gsttypefindfunctions.c:
2086 Added typefind functions to video/x-nuv media.
2088 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2090 * gst-libs/gst/interfaces/xoverlay.c:
2091 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2092 Some more guards against invalid input.
2094 2006-10-07 Julien MOUTTE <julien@moutte.net>
2096 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2098 * tests/examples/seek/seek.c: (do_seek),
2099 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2100 seek example to experiment with rates != 1.0 (reverse playback !)
2102 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2104 * gst-libs/gst/interfaces/xoverlay.c:
2105 Unref message in doc-example (spotted by Robert McQueen)
2107 2006-10-06 Wim Taymans <wim@fluendo.com>
2109 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2110 (mpeg1_parse_header), (mpeg1_sys_type_find):
2113 2006-10-06 Wim Taymans <wim@fluendo.com>
2115 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2117 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2118 Activate dynamic pads before adding them to the element.
2120 2006-10-06 Michael Smith <msmith@fluendo.com>
2122 * gst-libs/gst/floatcast/floatcast.h:
2123 Fix obviously-bogus macros; use the correct types.
2125 2006-10-06 Wim Taymans <wim@fluendo.com>
2127 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2128 (gst_base_rtp_depayload_change_state):
2129 Also call parent state change function to activate pads.
2131 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2132 (mpeg1_parse_header), (mpeg1_sys_type_find):
2133 Add some more debug info in mpeg typefinding.
2135 2006-10-06 Michael Smith <msmith@fluendo.com>
2137 * ext/theora/theoradec.c: (theora_dec_chain):
2138 Zero byte theora packets are valid and well-defined; don't warn on
2141 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2143 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2144 (gst_multi_fd_sink_get_stats), (find_limits),
2145 (gst_multi_fd_sink_queue_buffer):
2146 API: add dropped_buffers to the get-stats GValueArray
2148 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2150 * ext/alsa/gstalsadeviceprobe.c:
2151 (gst_alsa_device_property_probe_get_values):
2152 * ext/alsa/gstalsasink.c: (set_hwparams):
2153 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2154 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2155 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2156 (gst_ogg_mux_process_best_pad):
2157 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2158 (gst_ogg_parse_chain):
2159 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2160 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2161 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2162 (gst_vorbis_enc_buffer_check_discontinuous):
2163 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2164 * gst-libs/gst/audio/gstbaseaudiosink.c:
2165 (gst_base_audio_sink_render):
2166 * gst-libs/gst/cdda/gstcddabasesrc.c:
2167 (gst_cdda_base_src_handle_track_seek):
2168 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2169 (gst_base_rtp_depayload_push_full):
2170 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2171 * gst/audioresample/resample.c: (resample_input_pushthrough):
2172 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2173 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2174 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2175 (wavpack_type_find):
2176 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2177 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2178 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2179 * tests/check/elements/volume.c: (GST_START_TEST):
2180 Printf format fixes.
2182 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2184 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2185 Fix a simple mistake (see the docs)
2188 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2190 * docs/plugins/Makefile.am:
2191 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2192 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2193 * docs/plugins/gst-plugins-base-plugins.args:
2194 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2195 * docs/plugins/inspect/plugin-adder.xml:
2196 * docs/plugins/inspect/plugin-alsa.xml:
2197 * docs/plugins/inspect/plugin-audioconvert.xml:
2198 * docs/plugins/inspect/plugin-audiorate.xml:
2199 * docs/plugins/inspect/plugin-audioresample.xml:
2200 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2201 * docs/plugins/inspect/plugin-cdparanoia.xml:
2202 * docs/plugins/inspect/plugin-decodebin.xml:
2203 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2204 * docs/plugins/inspect/plugin-gdp.xml:
2205 * docs/plugins/inspect/plugin-gnomevfs.xml:
2206 * docs/plugins/inspect/plugin-libvisual.xml:
2207 * docs/plugins/inspect/plugin-ogg.xml:
2208 * docs/plugins/inspect/plugin-pango.xml:
2209 * docs/plugins/inspect/plugin-playbin.xml:
2210 * docs/plugins/inspect/plugin-subparse.xml:
2211 * docs/plugins/inspect/plugin-tcp.xml:
2212 * docs/plugins/inspect/plugin-theora.xml:
2213 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2214 * docs/plugins/inspect/plugin-video4linux.xml:
2215 * docs/plugins/inspect/plugin-videorate.xml:
2216 * docs/plugins/inspect/plugin-videoscale.xml:
2217 * docs/plugins/inspect/plugin-videotestsrc.xml:
2218 * docs/plugins/inspect/plugin-volume.xml:
2219 * docs/plugins/inspect/plugin-vorbis.xml:
2220 * docs/plugins/inspect/plugin-ximagesink.xml:
2221 * docs/plugins/inspect/plugin-xvimagesink.xml:
2222 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2224 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2226 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2228 * ext/vorbis/Makefile.am:
2229 * ext/vorbis/vorbis.c: (plugin_init):
2230 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2231 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2232 * ext/vorbis/vorbisparse.h:
2233 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2234 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2235 (gst_vorbis_tag_parse_packet):
2236 * ext/vorbis/vorbistag.h:
2237 Add new vorbistag element which derives from vorbisparse
2238 and is essentially the same as well, only that it implements
2239 the GstTagSetter interface and can modify the stream's
2240 vorbiscomment on the fly (#335635).
2242 * tests/check/Makefile.am:
2243 * tests/check/elements/.cvsignore:
2244 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2245 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2246 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2247 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2248 Add unit test for new vorbistag element.
2250 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2252 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2253 (vorbis_parse_push_headers), (vorbis_parse_chain):
2254 Set BOS flag in packet structure to fix 'jump depends
2255 on unitialized value' errors in valgrind; various minor
2258 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2260 * gst/playback/gstdecodebin.c: (close_pad_link):
2261 Fix typo in a debug statement.
2263 * gst/playback/gstplaybasebin.c: (probe_triggered),
2264 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2265 (gen_source_element), (source_new_pad), (analyse_source),
2267 When handling no_more_pads in new_decoded_pad, make sure to treat
2268 subtitle pads correctly. Fixes playback with subtitle files.
2270 Move a recurring message to LOG level.
2272 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2273 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2274 which ends up as -1 when cast to an int. Make the logic handle the
2275 max value as an unsigned mask and only change the colorkey when it's
2276 a value we recognise.
2278 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2280 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2281 Removed empty * between paragraphs
2283 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2285 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2286 * gst-libs/gst/rtp/README:
2287 Moved some documentation into .c file
2289 2006-09-29 Wim Taymans <wim@fluendo.com>
2291 * gst/playback/gstdecodebin.c: (no_more_pads):
2294 2006-09-29 Wim Taymans <wim@fluendo.com>
2296 * gst/playback/gstdecodebin.c: (new_caps):
2299 * gst/playback/gstplaybin.c:
2302 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2304 * tests/check/Makefile.am:
2305 Re-enable cddabasesrc test to see if it works again
2308 2006-09-29 Wim Taymans <wim@fluendo.com>
2310 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2311 (gen_source_element):
2312 Handle invalid URIs a bit more gracefully.
2314 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2316 * tests/check/pipelines/oggmux.c:
2317 Remove obsolete comment.
2319 2006-09-29 Michael Smith <msmith@fluendo.com>
2321 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2322 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2323 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2324 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2325 (gst_ogg_mux_collected):
2326 Commit patch from James "Doc" Livingston, adds proper EOS handling
2327 in oggmux. GStreamer can, for the first time ever, create a valid
2330 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2332 Reenable tests now that they pass.
2334 2006-09-29 Wim Taymans <wim@fluendo.com>
2336 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2337 Stop reading commands when EOF (we read 0) as well.
2339 2006-09-28 Wim Taymans <wim@fluendo.com>
2341 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2342 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2343 (find_dynamic), (unlinked), (close_link):
2344 Implement delayed caps linking needed for element with a lot of
2345 different caps on the src pads that get fixed at runtime.
2346 Improve management of dynamic elements.
2348 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2349 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2350 (gen_preroll_element), (remove_groups), (unknown_type),
2351 (add_element_stream), (no_more_pads_full), (no_more_pads),
2352 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2353 (new_decoded_pad), (setup_subtitle), (array_has_value),
2354 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2355 (analyse_source), (remove_decoders), (make_decoder),
2356 (remove_source), (setup_source), (finish_source), (prepare_output),
2357 (gst_play_base_bin_change_state):
2358 * gst/playback/gstplaybasebin.h:
2359 Use more _CAST instead of full type checking casts.
2360 Small cleanups, plug some leaks.
2361 Handle dynamic sources.
2362 Add some helper functions to create lists of strings used for
2363 blacklisting and other stuff.
2364 Refactor some code dealing with analysing the source.
2365 Re-enable sources without pads (like cd:// or other selfcontained
2368 2006-09-28 Wim Taymans <wim@fluendo.com>
2370 * gst-libs/gst/audio/gstbaseaudiosink.c:
2371 (gst_base_audio_sink_render):
2372 When we have a timestamp, we can still perform clipping.
2373 When we have no clock, we must play the sample ASAP.
2375 2006-09-28 Wim Taymans <wim@fluendo.com>
2377 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2378 Set caps on outgoing buffers.
2380 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2381 (gst_video_rate_event), (gst_video_rate_chain):
2382 * gst/videorate/gstvideorate.h:
2383 Fix videorate some more. Fixes #357977
2385 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2387 * tests/check/elements/adder.c: (adder_suite):
2388 Don't set timeout to 6 seconds when we're running
2389 in valgrind ... (and how is 6 seconds longer than
2390 the default anyway?)
2392 2006-09-28 Wim Taymans <wim@fluendo.com>
2394 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2395 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2396 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2397 Keep sink and src segment to keep track of time and support more
2399 Fix bogus next_offset and run_time calculation, don't understand how
2400 this could have worked before. Fixes #357976.
2401 Remove some unneeded vars.
2403 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2405 * gst/playback/gstplaybin.c: (remove_sinks):
2406 Only remove visualisation from visbin if there is a visbin (or:
2407 don't throw warnings when closing totem without playing a file).
2409 2006-09-27 Wim Taymans <wim@fluendo.com>
2411 * gst-libs/gst/audio/gstbaseaudiosink.c:
2412 (gst_base_audio_sink_render):
2413 Add some more info in a WARNING.
2415 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2416 (gst_base_audio_src_create):
2417 Handle PAUSE in create function, use new -core addition to
2418 wait for playing. Fixes pausing and resuming capture from an
2421 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2422 (gst_ring_buffer_read):
2424 Caller supports interrupted reads now.
2426 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2428 * tests/check/Makefile.am:
2429 Another attempt to make the gen64 buildbot happy.
2431 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2433 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2435 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2436 (gst_visual_chain), (gst_visual_change_state):
2437 Libvisual plugin was not passing audio data to libvisual 0.4.0
2438 correctly. Fixes #357800
2440 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2442 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2443 Add timeout to _get_state() so we see which pipeline it is
2444 that causes trouble on the gen64 build bot.
2446 2006-09-27 Wim Taymans <wim@fluendo.com>
2448 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2449 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2450 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2451 (gst_base_rtp_depayload_set_gst_timestamp):
2452 the source pad always uses fixed caps.
2454 2006-09-27 Wim Taymans <wim@fluendo.com>
2456 * docs/libs/gst-plugins-base-libs-docs.sgml:
2457 * docs/libs/gst-plugins-base-libs-sections.txt:
2458 * gst-libs/gst/audio/gstaudioclock.c:
2459 * gst-libs/gst/audio/gstaudioclock.h:
2460 * gst-libs/gst/audio/gstaudiosink.c:
2461 * gst-libs/gst/audio/gstaudiosink.h:
2462 * gst-libs/gst/audio/gstaudiosrc.c:
2463 * gst-libs/gst/audio/gstbaseaudiosink.c:
2464 (gst_base_audio_sink_render):
2465 * gst-libs/gst/audio/gstbaseaudiosink.h:
2466 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2467 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2468 * gst-libs/gst/audio/gstringbuffer.h:
2469 Added docs for the audio libs.
2471 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2473 * tests/check/Makefile.am:
2474 Temporarily disable test that fails on the bots for unknown reasons.
2476 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2478 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2479 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2480 Moved AudioCodecType into priv
2481 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2483 2006-09-25 Wim Taymans <wim@fluendo.com>
2485 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2486 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2487 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2489 Cleanups and small leak fixes.
2490 Added Depayloaders to valid list of autopluggable elements.
2492 2006-09-25 Wim Taymans <wim@fluendo.com>
2494 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2495 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2496 (gen_video_element), (gen_text_element), (gen_audio_element),
2497 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2498 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2499 Detect NO_PREROLL state change returns and disable clock distribution to
2500 the sinks so that sync is disabled.
2501 Avoid some type checking and do simple casts instead.
2502 Small cleanups, fix some FIXMEs.
2503 Be more robust when linking user specified elements, catch an report
2504 errors. Fixes #357404.
2505 Fix some leaks in the error paths.
2507 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2510 ChangeLog surgery for missing bug-number
2512 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2514 Patch by: Peter Kjellerstedt <pkj at axis com>
2516 * gst/playback/test.c:
2517 Fix compilation with uClibc and -Werror (#357591).
2519 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2521 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2522 Parse dates that are followed by a time as well (#357532).
2524 * tests/check/libs/tag.c: (test_vorbis_tags):
2525 Add unit test for this.
2527 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2529 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2530 (gst_audio_convert_transform_caps):
2531 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2532 * gst/videotestsrc/videotestsrc.h:
2533 A few array const-ifications.
2535 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2537 * tests/check/Makefile.am:
2538 See if this makes the build bots happy.
2540 * tests/check/libs/cddabasesrc.c:
2543 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2545 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2547 * gst/subparse/samiparse.c: (handle_start_font),
2548 (fix_invalid_entities):
2549 More case-insensitivity for certain tags; recognise entities with
2550 decimal codes as special entities as well (#357330).
2552 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2554 * gst-libs/gst/Makefile.am:
2555 Need to build tag directory before cdda.
2557 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2559 * docs/libs/gst-plugins-base-libs-sections.txt:
2560 * gst-libs/gst/cdda/Makefile.am:
2561 * gst-libs/gst/cdda/gstcddabasesrc.c:
2562 (gst_cdda_base_src_base_init):
2563 * gst-libs/gst/cdda/gstcddabasesrc.h:
2564 * gst-libs/gst/tag/tag.h:
2565 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2566 (gst_tag_register_musicbrainz_tags):
2567 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2568 depend on libgsttag. This is required so we can extract/read tags like
2569 DISCID without depending on libgstcddabasesrc (which used to register
2572 * gst-libs/gst/tag/gstvorbistag.c:
2573 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2574 tags (also see #347848).
2576 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2577 Log vorbis comments we are actually writing. Const-ify array.
2579 2006-09-23 Wim Taymans <wim@fluendo.com>
2581 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2582 Improve buffering a bit by avoiding a deadlock because we cannot assume
2583 the underrun is always called.
2585 2006-09-23 Wim Taymans <wim@fluendo.com>
2587 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2589 * gst-libs/gst/riff/riff-ids.h:
2590 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2591 (gst_riff_create_audio_template_caps):
2592 Added MPEG-4 AAC and id and caps. Fixes #357289
2593 Added WMA9 Lossless id.
2595 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2597 * ext/gnomevfs/gstgnomevfssrc.c:
2598 Fix misleading docs addition.
2600 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2601 Get rid of compiler warning the right way.
2603 2006-09-22 Wim Taymans <wim@fluendo.com>
2605 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2606 (gst_base_rtp_depayload_finalize),
2607 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2608 (gst_base_rtp_depayload_push_full),
2609 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2610 (gst_base_rtp_depayload_process),
2611 (gst_base_rtp_depayload_set_gst_timestamp),
2612 (gst_base_rtp_depayload_queue_release):
2613 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2616 Refactored the process method and added methods to push from the process
2618 Use _scale functions.
2619 API: gst_base_rtp_depayload_push_ts
2620 API: gst_base_rtp_depayload_push
2622 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2623 timestamps are uint.
2625 2006-09-22 Stefan Kost <ensonic@users.sf.net>
2627 * gst-libs/gst/interfaces/xoverlay.c:
2628 Remove unused statement from doc example.
2630 2006-09-21 Stefan Kost <ensonic@users.sf.net>
2632 * gst-libs/gst/interfaces/videoorientation.c:
2633 (gst_video_orientation_iface_init),
2634 (gst_video_orientation_get_hflip),
2635 (gst_video_orientation_get_vflip),
2636 (gst_video_orientation_get_hcenter),
2637 (gst_video_orientation_get_vcenter),
2638 (gst_video_orientation_set_hflip),
2639 (gst_video_orientation_set_vflip),
2640 (gst_video_orientation_set_hcenter),
2641 (gst_video_orientation_set_vcenter):
2642 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2645 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
2647 * tests/check/Makefile.am:
2648 * tests/check/elements/.cvsignore:
2649 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2650 (create_rgb_conversions), (rgb_conversion_free),
2651 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2652 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2653 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2654 but disable for now since it doesn't pass (something wrong with
2657 2006-09-21 Wim Taymans <wim@fluendo.com>
2659 * gst/playback/gstplaybasebin.c: (group_commit),
2660 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2661 (queue_out_of_data), (gen_preroll_element),
2662 (preroll_remove_overrun), (probe_triggered):
2663 Refactor handling of overrun detection.
2664 Separate handling of group completion and deadlock detection when doing
2665 network buffering. This should fix some deadlocks that were not detected
2666 because the group was completed.
2667 Add more comments, improve debugging.
2669 2006-09-21 Wim Taymans <wim@fluendo.com>
2671 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2672 * tests/check/libs/audio.c:
2673 Some more compilation fixes.
2675 2006-09-21 Wim Taymans <wim@fluendo.com>
2677 * gst-libs/gst/audio/gstringbuffer.c:
2678 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2679 (gst_ring_buffer_read):
2680 Early morning compilation fix.
2682 2006-09-20 Wim Taymans <wim@fluendo.com>
2684 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2685 * tests/check/elements/multifdsink.c: (GST_START_TEST):
2686 * tests/check/elements/videorate.c: (GST_START_TEST):
2687 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2688 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2691 2006-09-20 Stefan Kost <ensonic@users.sf.net>
2693 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2694 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2695 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2696 Handcrafted merge to help CVS understanding what I changed and what
2699 2006-09-20 Stefan Kost <ensonic@users.sf.net>
2701 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2702 (gst_xvimagesink_get_times):
2703 change colorkey behaviour back according to #354773 comment 6/7
2705 2006-09-19 Michael Smith <msmith@fluendo.com>
2707 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2708 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2709 (gst_multi_fd_sink_recover_client),
2710 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2711 (gst_multi_fd_sink_get_property):
2712 * gst/tcp/gstmultifdsink.h:
2713 Implement stubbed out properties unit-type, units-soft-max,
2714 units-max, to allow specifying maximum sizes in units other than
2718 2006-09-19 Wim Taymans <wim@fluendo.com>
2720 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2721 (gst_riff_create_audio_template_caps):
2722 Reorder the audio formats a bit for clarity.
2723 Detect and create caps for MSGSM and MSN (WAV49).
2726 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2727 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2728 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2729 Small cleanups, move error handling out of normal flow for clarity.
2731 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2733 * docs/libs/gst-plugins-base-libs-docs.sgml:
2734 * docs/libs/gst-plugins-base-libs.types:
2735 * gst-libs/gst/interfaces/Makefile.am:
2736 * gst-libs/gst/interfaces/videoorientation.c:
2737 (gst_video_orientation_get_type),
2738 (gst_video_orientation_iface_init),
2739 (gst_video_orientation_get_hflip),
2740 (gst_video_orientation_get_vflip),
2741 (gst_video_orientation_get_hcenter),
2742 (gst_video_orientation_get_vcenter),
2743 (gst_video_orientation_set_hflip),
2744 (gst_video_orientation_set_vflip),
2745 (gst_video_orientation_set_hcenter),
2746 (gst_video_orientation_set_vcenter):
2747 * gst-libs/gst/interfaces/videoorientation.h:
2748 API: Add new interface to control video orientation (fixes #354908)
2750 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2752 * gst/videotestsrc/gstvideotestsrc.c:
2753 Use G_UNLIKELY in _create and log one more detail.
2755 (gst_video_test_src_get_times), (gst_video_test_src_create):
2756 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2757 Use gst_util_uint64_scale_int in _get_times().
2759 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2762 Give better warning message (add object and detail).
2764 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2766 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2767 (gst_xvimagesink_get_times):
2768 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2769 #354773), use gst_util_uint64_scale_int in _get_times()
2771 2006-09-18 Michael Smith <msmith@fluendo.com>
2773 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2774 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2775 always true, leading to dropping all timestamps.
2777 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2779 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2780 (gst_visual_chain), (gst_visual_change_state):
2781 update to work also with libvisual 0.4 API, fix double unref (#355914)
2783 * tools/gst-launch-ext.1.in:
2784 * tools/gst-visualise.1.in:
2785 remove references to old man-pages
2787 * tests/examples/seek/seek.c: (main):
2788 add real meadi-buttons, add tool-tips for the seek-options, arrange
2789 seek options in a table
2791 2006-09-18 Michael Smith <msmith@fluendo.com>
2793 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2794 (gst_ogg_mux_push_buffer):
2795 Don't generate out-of-order timestamps from oggmux, instead clamp
2796 output timestamps to be >= the previously output ts.
2799 2006-09-18 Michael Smith <msmith@fluendo.com>
2801 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2802 (gst_multi_fd_sink_class_init):
2803 Updates, fixes, and typo corrections for multifdsink. No functional
2806 2006-09-17 Michael Smith <msmith@fluendo.com>
2808 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2809 Don't crash on truncated files - check that we got an 8 byte buffer
2810 before trying to memcmp it.
2812 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
2814 * gst/playback/gstplaybasebin.c: (get_active_source):
2815 Make stream-switching appear instant to the application
2816 (ie. make sure that a g_object_get on 'current-foo' returns
2817 the stream previously set with g_object_set(). Totem needs
2818 this to update stream-related meta-info (like audio-codec)
2819 correctly when switching streams.
2821 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
2823 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2824 (gst_alsa_mixer_ensure_track_list):
2825 Try harder to guess which mixer track is the master mixer
2826 track (instead of just taking the first one that has a pvolume).
2829 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2831 reviewed by: <delete if not using a buddy>
2833 * gst-libs/gst/audio/audio.h:
2834 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2836 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2838 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2839 (gst_audio_convert_transform_caps):
2840 Get structure-name just once.
2842 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2844 * tests/check/elements/audioresample.c: (GST_START_TEST):
2845 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2846 * tests/check/elements/volume.c: (GST_START_TEST):
2847 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2848 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2849 (test_pipeline), (GST_START_TEST):
2850 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2851 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2852 Fix big batch of compiler warnings.
2854 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2856 * ext/gnomevfs/gstgnomevfssrc.c:
2857 Add docs about icydemux usage in connection with gnomevfssrc
2859 * ext/libvisual/visual.c:
2860 * ext/ogg/gstoggaviparse.c:
2861 * ext/ogg/gstoggdemux.c:
2862 * ext/ogg/gstoggmux.c:
2863 * ext/ogg/gstoggparse.c:
2864 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2865 * gst-libs/gst/audio/gstaudiosink.c:
2866 * gst-libs/gst/audio/gstaudiosrc.c:
2867 * gst/audiorate/gstaudiorate.c:
2868 More G_OBJECT macro fixing.
2870 * gst/audiotestsrc/gstaudiotestsrc.h:
2871 Fix wrong info in header due to copy & paste
2873 2006-09-15 Wim Taymans <wim@fluendo.com>
2875 * gst-libs/gst/audio/gstbaseaudiosink.c:
2876 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2877 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2878 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2879 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2880 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2881 Do the delay calculation in the source/sink base classes as this is
2882 specific for the capture/playback mode.
2883 Try to fixate a bit better, like round depth up to a multiple of 8
2885 Handle underruns correctly by marking DISCONT on buffers and adjusting
2886 timestamps to handle the gap.
2887 Set offset/offset_end correctly on buffers.
2889 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2890 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2891 (gst_ring_buffer_read):
2892 Remove resync and underrun recovery from the ringbuffer.
2893 Fix ringbuffer read code on under/overrun.
2895 2006-09-15 Wim Taymans <wim@fluendo.com>
2897 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2898 (gst_play_base_bin_init), (fill_buffer), (check_queue),
2899 (queue_threshold_reached), (gst_play_base_bin_set_property),
2900 (gst_play_base_bin_get_property):
2901 * gst/playback/gstplaybasebin.h:
2902 Don't use a 0 low watermark when buffering, it is catching starvation
2903 way too late. Instead, use a 3 second queue with 30 and 95
2904 percent low/high watermarks.
2905 Added queue-min-threshold property to configure low watermark.
2906 Use new _buffering message API.
2907 Make queue_threshold variable big enough to store a uint64 time value.
2908 API: playbin::queue-min-threshold property.
2910 2006-09-15 Wim Taymans <wim@fluendo.com>
2913 We require 0.10.10.1 now because of _wait_preroll().
2915 * gst-libs/gst/audio/gstbaseaudiosink.c:
2916 (gst_base_audio_sink_render):
2917 Use gst_base_sink_wait_preroll().
2919 2006-09-15 Wim Taymans <wim@fluendo.com>
2921 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2922 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2923 Use DEBUG_OBJECT more.
2925 === release 0.10.10 ===
2927 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
2929 patch by: Michael Smith <msmith at fluendo dot com>
2931 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2932 (gst_multi_fd_sink_client_queue_buffer),
2933 (gst_multi_fd_sink_new_client):
2934 * tests/check/elements/multifdsink.c: (GST_START_TEST),
2935 (multifdsink_suite):
2936 Fix implementation of sync-method 'next-keyframe'
2939 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
2941 patch by: Wim Taymans <wim at fluendo dot com>
2943 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2944 This patch removes the RANDOM flag that was incorrectly introduced with
2945 revision 1.91. Fixes #354590
2947 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
2949 * tests/check/Makefile.am:
2950 Random variation in Makefile line to see if it makes the
2951 gen64-base-full bot any happier.
2953 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
2955 * tests/check/pipelines/oggmux.c: (oggmux_suite):
2956 Disable test that fails at the moment (killed after timeout).
2958 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
2960 Patch by: James Livingston <doclivingston at gmail.com>
2962 * tests/check/Makefile.am:
2963 * tests/check/pipelines/.cvsignore:
2964 * tests/check/pipelines/oggmux.c: (get_page_codec),
2965 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2966 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2967 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2968 (test_theora_vorbis), (oggmux_suite):
2969 Add simple unit test for oggmux from #337026 with checking for the
2970 EOS flags disabled for the time being.
2972 2006-09-04 Wim Taymans <wim@fluendo.com>
2974 patch by: Alessandro Dessina <alessandro nnva org>
2976 * ext/ogg/gstoggmux.c:
2977 Add cmml caps to oggmux. Fixes #353912
2979 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
2981 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2982 Returning a return value often helps. In this case, we
2983 don't need the return value anyway, so just get rid of it.
2984 Should make build bots much happier.
2986 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
2988 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2989 (paint_get_structure), (gst_video_test_src_get_size),
2990 (gst_video_test_src_smpte), (gst_video_test_src_snow),
2991 (gst_video_test_src_unicolor), (paint_setup_AYUV),
2992 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2993 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2994 * gst/videotestsrc/videotestsrc.h:
2995 Add support for AYUV and the various RGBA formats. Initialise
2996 fields of paintinfo structs allocated on the stack.
2998 * tests/check/elements/videotestsrc.c: (right_shift_colour),
2999 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3000 (check_rgb_buf), (videotestsrc_suite):
3001 Add unit tests for videotestsrc's RGB output.
3003 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3005 * gst/videotestsrc/gstvideotestsrc.c:
3006 (gst_video_test_src_pattern_get_type),
3007 (gst_video_test_src_set_pattern):
3008 * gst/videotestsrc/gstvideotestsrc.h:
3009 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3010 (gst_video_test_src_black), (gst_video_test_src_white),
3011 (gst_video_test_src_red), (gst_video_test_src_green),
3012 (gst_video_test_src_blue):
3013 * gst/videotestsrc/videotestsrc.h:
3014 Add more uni-colour patterns ("white", "red", "green", and "blue").
3016 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3018 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3019 Fix stride for YVYU, should be word-aligned (#353658).
3021 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3023 * gst/adder/gstadder.c: (gst_adder_src_event):
3026 2006-08-31 Edward Hervey <edward@fluendo.com>
3028 * gst/adder/gstadder.c: (forward_event_func),
3029 (gst_adder_src_event), (gst_adder_collected),
3030 (gst_adder_change_state):
3031 * gst/adder/gstadder.h:
3032 Remember the start position asked in the incoming seeks, so we can
3033 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3034 of assuming it will always be 0).
3036 2006-08-31 Edward Hervey <edward@fluendo.com>
3038 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3039 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3040 (gst_ogg_demux_loop):
3041 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3043 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3045 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3046 (gst_ffmpegcsp_get_unit_size):
3047 Return FALSE instead of returning a random false unit
3048 size when the format isn't known/supported (even if
3049 this shouldn't happen under normal circumstances).
3051 2006-08-29 Wim Taymans <wim@fluendo.com>
3053 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3055 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3056 (gst_gnome_vfs_src_start):
3057 Try harder to get the size from a uri by using _info_uri() when
3058 _info_from_handle() does not give us enough info.
3059 Also follow symlinks when getting the size.
3060 Partially Fixes #332864.
3062 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3064 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3066 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3067 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3068 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3069 (gst_alsa_mixer_set_record):
3070 * ext/alsa/gstalsamixertrack.c:
3071 (gst_alsa_mixer_track_update_alsa_capabilities),
3072 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3073 (gst_alsa_mixer_track_update):
3074 * ext/alsa/gstalsamixertrack.h:
3075 Improve and fix mixer track handling, in particular better handling
3076 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3077 separate track objects for tracks that have both capture and playback
3078 volume (and label them differently as well so they're not mistakenly
3079 assumed to be duplicates); classify mixer tracks that only affect
3080 the audible volume of something (rather than the capture volume)
3081 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3082 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3083 (following the meaning documented in the mixer interface header
3084 file); add support for alsa's exclusive cswitch groups; update/sync
3085 state/flags better if mixer settings are changed by another
3086 application. Fixes #336075.
3088 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3090 * gst/playback/gstplaybin.c:
3091 Improve docs: add section about BUFFERING messages sent by playbin.
3093 2006-08-29 Michael Smith <msmith@fluendo.com>
3095 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3096 (gst_vorbis_enc_buffer_check_discontinuous),
3097 (gst_vorbis_enc_chain):
3098 Ignore explicit DISCONT marked on buffers (which is often spurious,
3099 particularly when using multiple segments), in favour of solely
3100 using the timestamps/durations.
3102 2006-08-29 Edward Hervey <edward@fluendo.com>
3104 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3105 Don't rely on incoming buffers offset anymore, since it is completely
3106 broken when using multiple segments.
3107 Instead convert the incoming buffers timestamp to running time, and
3108 then convert that value to the offsets.
3109 Also inform GstSegment of the last outputted stop position, which is
3110 needed if we received several segments with an unknown stop value.
3112 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3114 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3115 fix buffer unreffing on a header push failure
3117 2006-08-28 Wim Taymans <wim@fluendo.com>
3119 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3120 (gst_audio_rate_chain):
3121 Make the metadata of the buffer writable before changing its
3124 2006-08-28 Wim Taymans <wim@fluendo.com>
3126 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3127 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3128 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3129 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3130 Fix audiorate some more.
3131 Reset and resync counters on flush and READY.
3132 Handle the DISCONT flag correctly.
3133 Use GstSegment to track position.
3134 Fail when not negotiated.
3137 2006-08-25 Michael Smith <msmith@fluendo.com>
3139 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3141 Remove accidently included debug line.
3143 2006-08-25 Wim Taymans <wim@fluendo.com>
3145 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3147 If a buffer is received with no caps, make the buffer metadata
3148 writable and set the caps, making sure that we don't screw up the
3151 2006-08-25 Michael Smith <msmith@fluendo.com>
3153 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3154 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3155 Fix memory leaks and misleading debug messages, add a couple of
3158 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3159 (gst_multi_fd_sink_render):
3160 Do not use gst_buffer_make_writable() in a basesink render method,
3161 as it may incorrectly unref the buffer. Instead, use convoluted
3162 dance to avoid copying the buffer except when we need to.
3164 2006-08-25 Michael Smith <msmith@fluendo.com>
3166 * ext/vorbis/vorbisenc.c:
3167 (gst_vorbis_enc_buffer_check_discontinuous):
3168 Allow very small discontinuities in the timestamps. These we can't
3169 do anything useful with anyway (because vorbis's timestamps have
3170 only sample granularity), and are commonly produced by elements with
3171 minor bugs. Allow up to 1/2 a sample out.
3174 2006-08-24 Wim Taymans <wim@fluendo.com>
3176 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3177 (play_scrub_toggle_cb), (main):
3178 Add a checkbox to enable play scrubbing. Makes it possible to disable
3181 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3183 * tests/check/elements/.cvsignore:
3186 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3188 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3189 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3190 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3191 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3192 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3193 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3194 (gst_ogm_text_parse_strip_trailing_zeroes),
3195 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3196 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3197 Refactor ogm parse, do better input checking, misc. clean-ups.
3198 Cache incoming events and push them once the source pad has
3199 been created. Don't pass unterminated strings to sscanf().
3200 Strip trailing zeroes from subtitle text output, since they
3201 are not valid UTF-8. Don't push vorbiscomment packets on
3202 the subtitle text pad. Output perfect streams if possible.
3204 2006-08-23 Wim Taymans <wim@fluendo.com>
3206 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3207 Waits for tasks to settle down so that we clean up correctly for
3210 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3212 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3213 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3214 actually return return value in taglists_are_equal.
3216 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3218 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3219 Fix crash due to broken bitstream parsing on x86-64: can't make
3220 any assumptions about sizeof(struct) due to alignment/packing
3221 differences on different architectures. Fixes #351790.
3223 2006-08-22 Wim Taymans <wim@fluendo.com>
3225 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3226 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3227 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3228 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3229 (gst_riff_parse_info):
3230 Protect public functions against bad input.
3234 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3236 * gst-libs/gst/riff/riff-ids.h:
3237 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3238 Add voxware audio IDs (even if we can't play it) (#351795).
3240 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3242 * gst-libs/gst/riff/riff-media.c:
3243 (gst_riff_create_video_template_caps),
3244 (gst_riff_create_audio_template_caps),
3245 (gst_riff_create_iavs_template_caps):
3246 Const-ify some arrays and use G_N_ELEMENTS instead
3247 of wasting oodles of RAM on terminator bits.
3249 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3251 * gst-libs/gst/tag/gstvorbistag.c:
3252 (gst_tag_list_to_vorbiscomment_buffer):
3253 * tests/check/libs/tag.c: (GST_START_TEST):
3254 And the same for _to_vorbiscomment_buffer(): allow
3255 id_data_len == 0 for speex.
3257 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3260 * docs/plugins/Makefile.am:
3261 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3262 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3263 * docs/plugins/inspect/plugin-gdp.xml:
3264 * gst/gdp/Makefile.am:
3265 * tests/check/Makefile.am:
3266 Move GDP plugin to -base from -bad. Closes #347783.
3268 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3270 * gst-libs/gst/tag/gstvorbistag.c:
3271 (gst_tag_list_from_vorbiscomment_buffer):
3272 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3273 Also add some checks to make sure we don't memcmp() beyond the end of
3274 vorbiscomment buffer if the ID to check for is larger than the buffer.
3276 * tests/check/libs/tag.c: (GST_START_TEST):
3277 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3279 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3281 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3282 (gst_vorbis_enc_set_metadata):
3283 Use vorbis comment utility functions from libgsttag
3284 instead of re-inventing the wheel (partially fixes #347091).
3286 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3288 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3289 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3292 2006-08-21 Wim Taymans <wim@fluendo.com>
3294 * docs/libs/Makefile.am:
3295 * docs/libs/gst-plugins-base-libs-sections.txt:
3296 * docs/libs/gst-plugins-base-libs.types:
3297 Don't try to GObject scan the netbuffer as it's not a GObject.
3300 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3301 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3302 Document GstNetBuffer.
3304 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3306 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3307 (audioconvert_suite):
3308 Add testcase for caps-size-explosion
3310 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3312 * gst/audioconvert/gstaudioconvert.c:
3313 (gst_audio_convert_get_unit_size), (set_structure_widths):
3314 Lower debug, use g_assert in _get_unit_size
3316 * gst/audioresample/gstaudioresample.c:
3317 (audioresample_get_unit_size):
3318 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3319 (gst_ffmpegcsp_get_unit_size):
3320 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3321 use g_assert in _get_unit_size
3323 2006-08-18 Wim Taymans <wim@fluendo.com>
3325 * docs/libs/gst-plugins-base-libs-sections.txt:
3326 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3327 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3328 (gst_rtp_buffer_get_payload_buffer):
3329 * gst-libs/gst/rtp/gstrtpbuffer.h:
3330 Document GstRTPBuffer.
3331 Added function to efficiently strip payload headers.
3332 API: gst_rtp_buffer_get_payload_subbuffer()
3334 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3336 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3337 (gst_tag_to_vorbis_comments):
3338 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3339 tags and deserialise them properly as well (#347091).
3340 Add some more gtk-doc blurbs and also some g_return_if_fail().
3342 * tests/check/libs/tag.c: (GST_START_TEST),
3343 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3346 2006-08-17 Wim Taymans <wim@fluendo.com>
3348 * ext/ogg/Makefile.am:
3349 * ext/ogg/gstogg.c: (plugin_init):
3350 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3351 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3352 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3353 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3354 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3355 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3356 Added ogg-in-avi parser element. Fixes #140139.
3358 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3359 Fixed a bug in oggdemux debug code.
3361 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3362 (gst_riff_create_audio_template_caps):
3363 Recognise Ogg in the AVI extensible wave format.
3365 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3367 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3368 Make buffer durations add up (duration should be next_ts-ts for
3369 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3372 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3373 (test_buffer_timestamps), (cddabasesrc_suite):
3374 Add unit test for the above.
3376 * tests/check/Makefile.am:
3377 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3378 to see what happens.
3380 2006-08-16 Wim Taymans <wim@fluendo.com>
3382 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3383 (gst_alsasink_open):
3384 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3386 Avoid setting and using a NULL device name.
3387 Print more info when we fail to open a device.
3389 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3391 * docs/libs/gst-plugins-base-libs-sections.txt:
3392 * gst-libs/gst/tag/tag.h:
3393 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3394 API: add gst_tag_parse_extended_comment() (#351426).
3396 * tests/check/Makefile.am:
3397 * tests/check/libs/.cvsignore:
3398 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3399 Add unit test for gst_tag_parse_extended_comment().
3401 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3403 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3407 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3409 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3410 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3411 * docs/plugins/gst-plugins-base-plugins.args:
3412 * gst/playback/gstplaybin.c:
3415 * docs/plugins/inspect/plugin-adder.xml:
3416 * docs/plugins/inspect/plugin-alsa.xml:
3417 * docs/plugins/inspect/plugin-audioconvert.xml:
3418 * docs/plugins/inspect/plugin-audiorate.xml:
3419 * docs/plugins/inspect/plugin-audioresample.xml:
3420 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3421 * docs/plugins/inspect/plugin-cdparanoia.xml:
3422 * docs/plugins/inspect/plugin-decodebin.xml:
3423 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3424 * docs/plugins/inspect/plugin-gnomevfs.xml:
3425 * docs/plugins/inspect/plugin-ogg.xml:
3426 * docs/plugins/inspect/plugin-pango.xml:
3427 * docs/plugins/inspect/plugin-playbin.xml:
3428 * docs/plugins/inspect/plugin-subparse.xml:
3429 * docs/plugins/inspect/plugin-tcp.xml:
3430 * docs/plugins/inspect/plugin-theora.xml:
3431 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3432 * docs/plugins/inspect/plugin-video4linux.xml:
3433 * docs/plugins/inspect/plugin-videorate.xml:
3434 * docs/plugins/inspect/plugin-videoscale.xml:
3435 * docs/plugins/inspect/plugin-videotestsrc.xml:
3436 * docs/plugins/inspect/plugin-volume.xml:
3437 * docs/plugins/inspect/plugin-vorbis.xml:
3438 * docs/plugins/inspect/plugin-ximagesink.xml:
3439 * docs/plugins/inspect/plugin-xvimagesink.xml:
3440 Update to CVS version.
3442 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3444 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3445 (gst_play_bin_set_property), (gst_play_bin_get_property),
3446 (value_list_append_structure_list),
3447 (gst_play_bin_handle_redirect_message),
3448 (gst_play_bin_handle_message):
3449 API: GstPlayBin::connection-speed
3450 Add "connection-speed" property; re-order redirect messages with
3451 multiple redirect locations depending on the minimum bitrate if
3452 that information is available and a connection speed is set
3455 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3457 * gst/playback/gstplaybin.c:
3458 Update max volume to the same value that the volume element uses.
3460 2006-08-14 Wim Taymans <wim@fluendo.com>
3462 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3465 2006-08-14 Wim Taymans <wim@fluendo.com>
3467 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3468 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3469 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3470 Add some more debug info.
3471 Don't crash when a seek failed.
3472 Actually return the result of the seek instead of TRUE.
3473 Ignore multiple BOS pages with the same serial so that we don't create
3474 the same stream multiple times.
3475 Post an error when we fail to do the initial seek.
3477 2006-08-13 Wim Taymans <wim@fluendo.com>
3479 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3480 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3483 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3484 (gst_alsa_mixer_new):
3485 Remove hack that always set the device to hw:0*.
3486 Properly find the card name for whatever device was configured.
3487 Do some better debugging.
3490 * ext/alsa/gstalsamixerelement.c:
3491 (gst_alsa_mixer_element_set_property),
3492 (gst_alsa_mixer_element_change_state):
3494 Handle setting of a NULL device name better.
3496 2006-08-11 Wim Taymans <wim@fluendo.com>
3498 * gst/adder/gstadder.c:
3499 Don't clip float values. Fixes #350900.
3501 2006-08-11 Andy Wingo <wingo@pobox.com>
3503 * gst/tcp/gsttcp.c: Really fix the build?
3505 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3508 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3510 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3511 Float caps shouldn't have a "signed" field.
3513 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3515 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3516 Implement SEEKING query in its most basic form, so that we can
3517 at least check if we're seekable or not (#350655).
3519 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3521 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3522 The checks here are not even close to anything that would
3523 justify MAXIMUM probability, lowering to POSSIBLE until someone
3524 fixes the checks (case at hand: quicktime redirection files
3525 might start with 00 00 01 XX and pass the checks here just
3528 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3530 Patch by: Sjoerd Simons <sjoerd at luon net>
3532 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3533 Better detection for multipart/x-mixed-replace: accept leading
3534 whitespaces before the boundary marker as well (as our very own
3535 multipartmux used to produce) (#349068).
3537 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3539 Patch by: Young-Ho Cha <ganadist at chollian net>
3541 * gst-libs/gst/riff/riff-ids.h:
3542 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3543 (gst_riff_create_audio_template_caps):
3544 Detect DTS audio streams (#350157).
3546 2006-08-05 Andy Wingo <wingo@pobox.com>
3548 * ext/theora/gsttheoraparse.h:
3549 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3550 (theora_parse_dispose, theora_parse_set_property)
3551 (theora_parse_get_property, theora_parse_munge_granulepos)
3552 (theora_parse_push_buffer, theora_parse_change_state):
3553 API: GstTheoraParse::synchronization-points
3554 Add a property 'synchronization-points' to fix badly synchronized oggs.
3556 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3558 * tests/check/Makefile.am:
3559 * tests/check/libs/.cvsignore:
3560 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3561 (fixed_caps_have_channel_positions), (GST_START_TEST),
3562 (audio_suite), (main):
3563 Add a few tests for the channel position stuff in libgstaudio.
3565 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3567 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3568 (gst_alsa_detect_channels):
3569 * ext/alsa/gstalsasink.c:
3570 Add support for cards that (only) do more than 8 channels,
3571 like the Delta 44 (#345188).
3573 * gst-libs/gst/audio/multichannel.c:
3574 (gst_audio_check_channel_positions):
3575 * gst-libs/gst/audio/multichannel.h:
3576 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3577 unspecified channel position and cannot be combined with any
3578 of the other audio channel positions; adjust position layout
3579 checks accordingly (#345188).
3581 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3583 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3584 Recognise ancient RealAudio files (see #349779).
3586 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3588 Patch by: Jens Granseuer <jensgr at gmx net>
3590 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3591 Add typefinder for Interplay's MVE format (#348973).
3593 2006-08-02 Wim Taymans <wim@fluendo.com>
3595 Patch by: Marcel Moreaux <marcelm at luon dot net>
3597 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3598 (gst_base_rtp_depayload_add_to_queue):
3599 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3600 Handle RTP sequence number rollover.
3601 Disable jitterbuffer by default.
3603 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3605 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3606 (audioresample_set_caps):
3607 Don't leak references to the incoming caps. Clean them up when
3610 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3611 (gst_video_scale_finalize):
3612 Don't leak our temporary pixel buffer.
3614 * tests/check/Makefile.am:
3615 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3616 (GST_START_TEST), (simple_launch_lines_suite):
3618 Fix leaks and re-enable the test for valgrind checking.
3620 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
3622 Patch by: Sjoerd Simons <sjoerd at luon net>
3624 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3626 Add typefind function for multipart/x-mixed-replace (#348916).
3628 2006-07-28 Wim Taymans <wim@fluendo.com>
3630 * gst/adder/gstadder.c: (gst_adder_setcaps),
3631 (gst_adder_query_duration):
3632 Fix leak in duration query.
3633 Reflow some docs and notes.
3635 2006-07-28 Michael Smith <msmith@fluendo.com>
3637 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3639 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3642 2006-07-28 Michael Smith <msmith@fluendo.com>
3644 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3645 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3646 (gst_vorbis_enc_push_buffer),
3647 (gst_vorbis_enc_buffer_check_discontinuous),
3648 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3649 * ext/vorbis/vorbisenc.h:
3650 Handle discontinuities in the input vorbis stream correctly,
3651 so that the output is properly timestamped (and has good granulepos
3652 values). Needs some oggmux fixes too.
3654 2006-07-27 Wim Taymans <wim@fluendo.com>
3656 patch by: Kai Vehmanen <kv2004 eca cx>
3658 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3659 (gst_base_rtp_depayload_chain),
3660 (gst_base_rtp_depayload_handle_sink_event),
3661 (gst_base_rtp_depayload_change_state):
3662 Don't send multiple newsegments with different formats.
3665 2006-07-26 Wim Taymans <wim@fluendo.com>
3667 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3668 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3669 Make seeking in ogg more accurate again by doing the more correct
3670 granuletime to stream time conversion.
3672 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3674 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3675 (gst_multi_fd_sink_new_client):
3676 debug a little more understandably
3677 do not use goto as a substitute for break, especially if
3678 break is also being used
3680 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
3682 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3683 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3684 Remove GLib-2.6 compatibility cruft.
3686 2006-07-24 Wim Taymans <wim@fluendo.com>
3688 * gst-libs/gst/audio/gstbaseaudiosink.c:
3689 (gst_base_audio_sink_render):
3690 Don't try to align a sample to an unknown value.
3692 2006-07-24 Wim Taymans <wim@fluendo.com>
3694 * gst-libs/gst/audio/gstbaseaudiosink.c:
3695 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3696 When the audio clock is slaved to another clock, never try to align
3697 samples but trust the rate interpolation algorithm.
3699 2006-07-24 Wim Taymans <wim@fluendo.com>
3701 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3702 Don't try to calculate silence samples, base class does this much
3705 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3706 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3707 (gst_ring_buffer_acquire):
3708 Calculate silence samples correctly.
3710 * gst-libs/gst/audio/gstringbuffer.h:
3713 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
3715 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3716 Limit search for the first markup tag to the first few kB of
3717 the file. If we don't find one there, it's highly unlikely that
3718 this is an XML(-ish) file.
3720 2006-07-21 Andy Wingo <wingo@pobox.com>
3722 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3723 test to the one in vorbisenc. Also commented out.
3725 * tests/check/pipelines/vorbisenc.c:
3726 (test_discontinuity): New test, commented out until Mike lands
3727 some elite vorbisenc patches.
3729 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3730 Bufferstraw was actually factored out of these tests. Now we share
3733 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3734 for bufferstraw addition to gstcheck.
3736 2006-07-21 Wim Taymans <wim@fluendo.com>
3738 * ext/theora/theoradec.c: (clip_buffer):
3741 2006-07-21 Wim Taymans <wim@fluendo.com>
3743 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3744 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3745 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3747 Avoid type casting when we can.
3749 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3752 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
3754 * ext/alsa/gstalsamixerelement.c:
3755 (gst_alsa_mixer_element_change_state):
3756 Make state change fail if the specified device can't be opened
3759 2006-07-20 Wim Taymans <wim@fluendo.com>
3761 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3762 (cb_newpad), (main):
3763 Example of a small audio/video player using decodebin.
3765 2006-07-20 Stefan Kost <ensonic@users.sf.net>
3767 * gst-libs/gst/riff/riff-ids.h:
3770 2006-07-19 Wim Taymans <wim@fluendo.com>
3772 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3773 (gst_base_rtp_depayload_chain),
3774 (gst_base_rtp_depayload_change_state):
3775 Don't assert when not negotiated but post a meaningfull
3776 error message. Fixes #347918.
3778 * gst-libs/gst/rtp/gstbasertppayload.c:
3779 Add comment about better default MTU size.
3781 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3782 Small cleanups, start docs.
3784 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
3786 Patch by: Martin Szulecki
3788 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3789 If "device-name" is requested and the device is not
3790 open, try to temporarily open it to obtain this
3791 information (#342494).
3793 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
3795 * gst-libs/gst/tag/gstid3tag.c:
3796 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3798 * gst-libs/gst/tag/gsttageditingprivate.h:
3799 * gst-libs/gst/tag/gstvorbistag.c:
3800 Some more random const-ifications.
3802 2006-07-18 Stefan Kost <ensonic@users.sf.net>
3804 * gst-libs/gst/riff/riff-ids.h:
3805 * gst-libs/gst/riff/riff-media.c:
3806 (gst_riff_create_video_template_caps):
3807 Add more FOURCCs (sort list to make stuff easier to find),
3808 add comment what those 16 bytes in struct _gst_riff_strh according to
3811 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
3813 * gst-libs/gst/audio/multichannel.c:
3814 (gst_audio_check_channel_positions),
3815 (gst_audio_fixate_channel_positions):
3816 Const-ify two arrays.
3818 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
3820 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3821 Fix typo, so that alsasink also advertises 8 channels
3822 if that's supported (tags: can, worms, open, alsa, ph34r).
3824 2006-07-17 Wim Taymans <wim@fluendo.com>
3826 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3827 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3828 *sigh*, when is the compiler going to warn when the comments
3829 are out-of-sync with the code.. Refix case of busted theora
3830 headers with 0 granule pos.
3832 2006-07-14 Wim Taymans <wim@fluendo.com>
3834 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3835 (gst_base_rtp_depayload_wait),
3836 (gst_base_rtp_depayload_change_state),
3837 (gst_base_rtp_depayload_set_property),
3838 (gst_base_rtp_depayload_get_property):
3839 Fix 99% cpu load by waiting for absolute times on the
3840 clock. Fixes #347300.
3842 2006-07-14 Andy Wingo <wingo@pobox.com>
3844 * ext/theora/gsttheoraparse.h:
3845 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3846 (theora_parse_push_headers, theora_parse_clear_queue)
3847 (theora_parse_drain_queue_prematurely, )
3848 (theora_parse_sink_event, theora_parse_change_state): Queue events
3849 until we initialized our state, like in vorbisparse.
3851 * ext/vorbis/vorbisparse.h:
3852 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3853 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3854 (vorbis_parse_drain_queue_prematurely, )
3855 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3856 until we have initialized our state. Fixes seeking after an
3859 2006-07-14 Andy Wingo <wingo@pobox.com>
3861 Patch by: Iain Holmes <iaingnome@gmail.com>
3863 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3865 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
3868 Bump nano back to CVS
3870 === release 0.10.9 ===
3872 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3875 releasing 0.10.9, "I walk the line"
3877 2006-07-14 Michael Smith <msmith@fluendo.com>
3879 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3880 Move a g_cond_signal to earlier to avoid sometimes deadlocking
3881 (commonly happens when running this test under valgrind) when trying
3882 to remove the buffer probe.
3884 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3886 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3887 Fix missing g_unlock from the previous commit
3889 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3891 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3892 (gst_ximagesink_change_state):
3893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3894 (gst_xvimagesink_change_state):
3895 Implement a locking order to ensure we always take the object lock
3896 before the x_lock and never vice-versa.
3898 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3900 * gst/playback/gstdecodebin.c: (find_compatibles):
3901 Fix a caps leak when linking (#347304)
3903 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3904 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3905 (gst_ximagesink_change_state):
3906 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3907 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3908 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3909 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3910 Don't leak shared memory resources. Use the object lock to protect
3911 against the xcontext disappearing while returning a buffer from the
3914 2006-07-12 Edward Hervey <edward@fluendo.com>
3916 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3917 (vorbis_handle_comment_packet):
3918 gst_tag_list_merge() returns a new object. Take that into account when
3919 using it. This avoids memleak.
3920 Revert previous commit which is not needed.
3922 2006-07-12 Edward Hervey <edward@fluendo.com>
3924 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3925 Reset the decoder in finalize so that all fields get cleared.
3927 2006-07-12 Wim Taymans <wim@fluendo.com>
3929 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3930 (gst_base_audio_src_set_clock),
3931 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3932 Don't try to post an error message when setting the clock fails
3933 as this can happen when adding an element to a bin which will then
3934 deadlock. Fixes #347296.
3936 2006-07-12 Edward Hervey <edward@fluendo.com>
3938 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3939 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3940 (vorbis_handle_type_packet):
3941 Post tag messages on the bus even if we're not initialized.
3942 If we're not initialized, we still postpone the event pushing of tags.
3944 2006-07-12 Wim Taymans <wim@fluendo.com>
3946 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3947 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3948 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3949 Revert last two changes that broke the freeze.
3951 2006-07-12 Wim Taymans <wim@fluendo.com>
3953 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3954 basesink calculates silence sample correctly for us.
3956 2006-07-12 Wim Taymans <wim@fluendo.com>
3958 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3959 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3960 Calculate correct silence samples so we don't fill our ringbuffer
3963 2006-07-12 Edward Hervey <edward@fluendo.com>
3965 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3966 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3967 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3968 * ext/vorbis/vorbisdec.h:
3969 Delay sending events (newsegment, tags) until the decoder is properly
3973 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
3975 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3976 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3977 Patch from #347221 adding a test for audioconvert
3980 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
3982 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3983 (gst_ssa_parse_parse_line):
3984 Don't include the terminating NUL in the buffer size,
3985 it's only there for extra paranoia (would add random
3986 '*' characters at the end of each subtitle since the
3987 terminator itself is not valid UTF-8 technically).
3988 Also fix indenting after boilerplate macro.
3990 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
3992 * gst/playback/gstdecodebin.c: (close_pad_link):
3993 Also emit 'unknown-type' signal (which should really be
3994 called unhandled-type) if we found potential decoders/demuxers
3995 in the registry but none of them worked in the end (as in the
3996 case where the plugins don't exist any longer but are still
3997 listed in the registry). Fixes #329798.
3999 2006-07-08 Andy Wingo <wingo@pobox.com>
4001 * theoraparse.c (theora_parse_push_buffer)
4002 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4003 Add some more debugging. Fix granulepos reconstruction in the face
4006 2006-07-06 Wim Taymans <wim@fluendo.com>
4008 * gst-libs/gst/audio/gstbaseaudiosink.c:
4009 (gst_base_audio_sink_class_init),
4010 (gst_base_audio_sink_provide_clock):
4011 Use gobject_class instead of G_OBJECT_CLASS (klass)
4013 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4014 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4015 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4016 (gst_base_audio_src_get_time),
4017 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4018 (gst_base_audio_src_create_ringbuffer):
4019 Fix latency and buffer-time constants and properties ala basesink.
4020 Implement pull based scheduling. Fixes #346527.
4021 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4023 Refuse slaving to another clock instead of silently not working.
4024 Only provide a clock when we are actually able to do so.
4025 Various small cleanups and compiler hints.
4027 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4029 Patch by: Lutz Mueller <lutz at topfrose de>
4031 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4033 Add typefinding for text/html (#346581).
4035 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4037 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4038 (xml_check_first_element), (xml_type_find), (smil_type_find):
4039 Fix SMIL typefinding, make xml_check_first_element() more
4042 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4044 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4045 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4046 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4047 * gst/playback/gstplaybasebin.h:
4048 Protect list of elements with a subtitle-encoding property and
4049 the subtitle encoding member itself with a lock of their own
4050 instead of using the object lock. This prevents a dead-lock in
4051 the element-remove callback in some circumstances when shutting
4054 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4056 * win32/common/libgsttag.def:
4057 Export some new functions.
4058 * win32/vs6/libgstogg.dsp:
4059 Add a link to libgsttag-0.10.lib.
4061 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4063 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4064 Some const-ification.
4066 2006-07-04 Wim Taymans <wim@fluendo.com>
4068 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4069 Improve checking if we are dealing with a stream. Added some
4070 more uris that need buffering.
4072 2006-07-03 Edward Hervey <edward@fluendo.com>
4074 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4075 Remove unused variable.
4077 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4082 add GCOV_LIBS to GST_LIBS
4084 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4086 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4088 * ext/alsa/gstalsasrc.c:
4089 Add 32 bps to template caps and increase channels range
4090 from [1,2] to [1,MAX]. See #346326.
4092 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4094 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4095 Recognise 'WMVA' video codec fourcc (#345879).
4097 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4099 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4100 Fixed nasty memory leak
4102 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4104 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4105 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4108 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4110 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4111 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4112 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4113 Protect remove_fakesink using a mutex, so that we don't try and
4114 remove the fakesink simultaneously from multiple threads.
4116 When going from READY to PAUSED, restore the fakesink, so that
4117 it is there when decodebin gets reused.
4119 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4121 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4122 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4123 * gst-libs/gst/rtp/gstbasertppayload.c:
4124 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4125 * gst/tcp/gstmultifdsink.c:
4126 * gst/tcp/gsttcpclientsink.c:
4127 * gst/tcp/gsttcpclientsrc.c:
4128 * gst/tcp/gsttcpserversink.c:
4129 * gst/tcp/gsttcpserversrc.c:
4130 * gst/videorate/gstvideorate.c:
4131 * gst/videotestsrc/gstvideotestsrc.c:
4132 * sys/v4l/gstv4ljpegsrc.c:
4133 * sys/v4l/gstv4lmjpegsink.c:
4134 * sys/v4l/gstv4lsrc.c:
4135 * tests/examples/seek/scrubby.c:
4136 * tests/examples/seek/seek.c:
4137 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4139 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4141 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4142 Second field in GEnumValue shouldn't be a description,
4143 but a stringified version of the enum value.
4145 2006-06-22 Wim Taymans <wim@fluendo.com>
4147 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4148 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4149 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4150 Avoid type checking in buffer casts.
4151 Avoid caps copy in buffer_alloc when we can.
4152 Use pad_peer_accept.
4154 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4156 * gst-libs/gst/tag/tag.h:
4157 Oops, make that 'Since: 0.10.9'.
4159 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4161 * docs/libs/gst-plugins-base-libs-sections.txt:
4162 * gst-libs/gst/tag/tag.h:
4163 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4164 (gst_tag_image_type_get_type):
4165 API: add GstTagImageType enum to describe images contained
4166 in image tags (#345641).
4168 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4170 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4171 Fix warnings with gst-inspect: "buffers-min" property
4172 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4173 typo in property description.
4175 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4177 Patch by: Cody Russell <bratsche at gnome org>
4179 * gst/audioresample/gstaudioresample.c:
4180 (gst_audioresample_class_init):
4181 * gst/playback/gststreamselector.c:
4182 (gst_stream_selector_class_init):
4183 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4184 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4185 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4186 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4187 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4188 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4189 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4190 * gst/videotestsrc/gstvideotestsrc.c:
4191 (gst_video_test_src_class_init):
4192 * gst/volume/gstvolume.c: (gst_volume_class_init):
4193 Avoid unnecessary class cast check in class_init
4194 functions (#337747).
4196 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4198 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4199 (gst_text_overlay_video_chain):
4200 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4201 and doesn't validate its input either (and neither did
4202 textoverlay it seems). Let's do that then and fix #345206.
4204 2006-06-19 Wim Taymans <wim@fluendo.com>
4206 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4207 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4208 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4209 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4210 (find_syncframe), (find_limits), (assign_value),
4211 (count_burst_unit), (gst_multi_fd_sink_new_client),
4212 (gst_multi_fd_sink_handle_client_write),
4213 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4214 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4215 (gst_multi_fd_sink_change_state):
4216 * gst/tcp/gstmultifdsink.h:
4217 Added shiny new burst-on-connect methods.
4218 Add properties to control the minimal amount of data queued.
4220 API: bytes-min property
4221 API: time-min property
4222 API: buffers-min property
4223 API: burst-unit property
4224 API: burst-value property
4225 API: add-full signal
4227 * gst/tcp/gsttcp-marshal.list:
4228 Added new marshaller code for the new signal.
4230 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4231 (multifdsink_suite):
4232 Added testcases for new burst methods.
4234 2006-06-19 Edward Hervey <edward@fluendo.com>
4236 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4237 Implement clipping for accurate seeking.
4240 2006-06-19 Wim Taymans <wim@fluendo.com>
4242 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4244 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4245 (gst_video_scale_transform):
4246 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4248 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4251 Fix --disable-external (can't set conditionals conditionally,
4254 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4256 * tests/check/elements/audioresample.c: (test_reuse),
4257 (audioresample_suite):
4258 Add test case for bug #342789 fixed below.
4260 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4262 * gst/audioresample/gstaudioresample.c:
4263 (gst_audioresample_class_init), (gst_audioresample_init),
4264 (audioresample_start), (audioresample_stop),
4265 (gst_audioresample_set_property), (gst_audioresample_get_property):
4266 Implement GstBaseTransform::start and ::stop so that audioresample
4267 can clear its internal state properly and be reused instead of
4268 causing non-negotiated errors with playbin under some circumstances
4271 * tests/check/elements/audioresample.c: (setup_audioresample),
4272 (cleanup_audioresample):
4273 Need to set element state here so that ::start and ::stop are
4276 2006-06-16 Wim Taymans <wim@fluendo.com>
4278 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4280 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4281 Parse extra data better, apparently it's right behind
4282 the normal strf header size. Fixes #343500.
4284 2006-06-16 Wim Taymans <wim@fluendo.com>
4286 * ext/alsa/gstalsasink.c: (set_hwparams):
4287 If we fail to set the buffer_time and period_time alsa
4288 parameters, post a warning and leave alsa select a
4289 default instead of failing. Fixes #342085
4291 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4293 * docs/libs/gst-plugins-base-libs-sections.txt:
4294 * gst-libs/gst/cdda/gstcddabasesrc.h:
4295 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4296 out in the header file and shouldn't be listed in the docs.
4298 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4299 Must dereference pointer to fourcc in the debug statement.
4301 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4303 * docs/libs/Makefile.am:
4304 * docs/libs/gst-plugins-base-libs-docs.sgml:
4305 * docs/libs/gst-plugins-base-libs-sections.txt:
4306 * docs/libs/gst-plugins-base-libs.types:
4307 add remaining symbols into correct setions
4309 * gst-libs/gst/audio/gstringbuffer.c:
4312 * gst-libs/gst/audio/gstringbuffer.h:
4313 comment out not yet implemented function
4316 * gst-libs/gst/floatcast/floatcast.h:
4317 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4318 add short descriptions
4321 * gst-libs/gst/interfaces/propertyprobe.c:
4322 fix return value docs
4324 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4325 simplify debug logging
4327 * gst-libs/gst/riff/riff-read.h:
4328 sync function prototype and docs
4330 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4331 remove left over symbol
4333 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4338 Use GST_PLUGIN_DOCS macro in configure.ac, add
4339 --enable-plugin-docs default to autogen.sh and use
4340 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4342 2006-06-15 Wim Taymans <wim@fluendo.com>
4344 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4345 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4346 (gst_ogg_demux_loop):
4347 Combine GstFlowReturn from the source pads to give a
4348 meaningfull result to the upstream peer or to stop the
4349 processing task in case of errors.
4351 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4353 * gst/playback/gststreaminfo.c: (cb_probe):
4354 Try GST_TAG_CODEC as fallback when extracting the
4355 codec name; more debug info.
4357 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4359 * ext/ogg/Makefile.am:
4360 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4361 Extract language tags from ogm subtitle streams, so that
4362 the subtitle menu choices are labelled correctly in
4363 Totem (fixes #344708).
4365 2006-06-14 Wim Taymans <wim@fluendo.com>
4367 Patch by: Alessandro Decina <alessandro at nnva dot org>
4369 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4370 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4371 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4372 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4373 Fix various leaks. Fixes #343699.
4374 Add x-smoke mime type.
4376 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4378 * gst-libs/gst/riff/riff-ids.h:
4379 Add IDs for 'bext' chunks (see #343837).
4381 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4383 Patch by: Young-Ho Cha <ganadist at chollian net>
4385 * gst/subparse/samiparse.c: (sami_context_pop_state),
4386 (handle_start_font), (end_sami_element):
4387 Honour font face tags in SAMI subtitles (#344503).
4389 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4392 add missing files containing translatable strings
4394 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4396 * docs/libs/tmpl/.cvsignore:
4397 we don't want those *.sgml files in CVS either
4399 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4401 * docs/libs/.cvsignore:
4402 * tests/check/elements/.cvsignore:
4403 * tests/check/libs/.cvsignore:
4406 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4408 * docs/libs/Makefile.am:
4409 also commiting the changed Makefile.am (added more libs to the
4412 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4414 * docs/libs/gst-plugins-base-libs-docs.sgml:
4415 * docs/libs/gst-plugins-base-libs-sections.txt:
4416 * docs/libs/gst-plugins-base-libs.types:
4417 first batch of reordering things, add index & hierarchy
4419 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4422 use GST_PKG_CHECK_MODULES, cleans up output
4424 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4426 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4427 Add support for burn:// URIs (#343385); const-ify things a bit,
4428 use G_N_ELEMENTS instead of hard-coded array size.
4430 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4432 Patch by: Young-Ho Cha <ganadist at chollian net>
4434 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4435 Fix up broken entities before passing them to libxml *sigh*.
4438 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4443 === release 0.10.8 ===
4445 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4448 releasing 0.10.8, "Moar gij ziet mij nie"
4450 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4467 * win32/common/config.h:
4470 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4472 * docs/libs/tmpl/gstaudio.sgml:
4473 * docs/libs/tmpl/gstcolorbalance.sgml:
4474 * docs/libs/tmpl/gstmixer.sgml:
4475 * docs/libs/tmpl/gstringbuffer.sgml:
4476 * docs/libs/tmpl/gsttuner.sgml:
4477 * docs/libs/tmpl/gstxoverlay.sgml:
4478 * gst-libs/gst/audio/audio.c:
4479 * gst-libs/gst/audio/gstringbuffer.c:
4480 * gst-libs/gst/interfaces/colorbalance.c:
4481 * gst-libs/gst/interfaces/mixer.c:
4482 * gst-libs/gst/interfaces/tuner.c:
4483 * gst-libs/gst/interfaces/xoverlay.c:
4484 move last template doc snippets to source code and delete them
4486 2006-06-06 Michael Smith <msmith@fluendo.com>
4488 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4489 (theora_parse_drain_queue):
4490 Mark DELTA_UNIT on non-keyframes.
4492 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4494 * gst-libs/gst/audio/gstbaseaudiosink.c:
4495 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4496 * gst-libs/gst/audio/gstbaseaudiosink.h:
4497 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4498 (gst_ring_buffer_samples_done):
4499 * gst-libs/gst/audio/gstringbuffer.h:
4500 Document better the fact that latency_time and buffer_time are values
4501 stored in microseconds, and not the usual GStreamer nanoseconds.
4502 Change the variables (compatibly) that store them from GstClockTime
4503 to guint64 to make it more clear that they're not storing clock times.
4504 Also, remove the bogus property description that says the user can
4505 specify -1 to get the default value, since that's never been the case.
4507 When computing the default segment size for the ring buffer, make it
4508 an integer number of samples.
4510 When the sub-class indicates a delay greater than the number of
4511 samples we've written return 0 from the audio sink get_time method.
4513 2006-06-02 Michael Smith <msmith@fluendo.com>
4515 * tests/check/elements/audioconvert.c: (set_channel_positions),
4516 (get_float_mc_caps), (get_int_mc_caps):
4517 * tests/check/elements/audioresample.c:
4518 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4519 * tests/check/elements/videorate.c:
4520 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4521 * tests/check/elements/volume.c:
4522 * tests/check/elements/vorbisdec.c:
4523 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4524 Don't busy-wait in tests; this was causing test timeouts very
4525 frequently when running under valgrind.
4527 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4530 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4531 (gst_multi_fd_sink_remove_client_link),
4532 (gst_multi_fd_sink_client_queue_caps),
4533 (gst_multi_fd_sink_client_queue_buffer),
4534 (gst_multi_fd_sink_handle_client_write),
4535 (gst_multi_fd_sink_render):
4536 * gst/tcp/gstmultifdsink.h:
4537 make multifdsink properly deal with streamheader:
4538 - streamheader is taken from caps
4539 - buffers marked with IN_CAPS are not sent
4540 - streamheaders are sent, on connection, from the caps of the
4541 buffer where the client gets positioned to
4542 - further streamheader changes are done every time the client
4543 will receive a buffer with different caps
4544 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4545 (gst_multifdsink_create_streamheader):
4548 2006-06-02 Michael Smith <msmith@fluendo.com>
4550 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4551 Reinstate limit on channel count. Vorbis does not define the meaning
4552 of > 6 channels, so they're just independent channels. Gstreamer
4553 currently has no mechanism to represent N independent channels.
4555 2006-06-02 Michael Smith <msmith@fluendo.com>
4557 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4558 Don't arbitrarily restrict channel counts and rate in vorbis.
4559 In terms of effects likely on real-world files, this fixes 96kHz
4562 2006-06-02 Michael Smith <msmith@fluendo.com>
4564 * gst/audioconvert/audioconvert.c: (float):
4565 More correct float->int conversion.
4567 2006-06-02 Michael Smith <msmith@fluendo.com>
4569 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4570 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4571 value. Fixes g-critical on trying to play back ogg containing
4574 2006-06-02 Wim Taymans <wim@fluendo.com>
4576 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4578 * gst/playback/gstplaybasebin.h:
4579 Make the subtitle detection work from any thread so we don't
4580 deadlock. Fixes #343397.
4582 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4584 * gst/volume/Makefile.am:
4585 Seriously, it's not *that* hard to get compilation right. Even
4586 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4588 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4590 * gst/volume/gstvolume.c: (volume_choose_func),
4591 (volume_update_real_volume), (gst_volume_class_init),
4592 (gst_volume_init), (volume_process_float), (volume_process_int16),
4593 (volume_process_int16_clamp), (volume_set_caps),
4594 (volume_transform_ip), (plugin_init):
4595 * gst/volume/gstvolume.h:
4596 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4597 another property desc., remove unused param from process function
4599 * tests/check/elements/volume.c: (volume_suite):
4600 reactivate the passthrough test
4602 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4604 * ext/alsa/gstalsamixerelement.h:
4605 * ext/alsa/gstalsamixeroptions.h:
4606 * ext/alsa/gstalsamixertrack.h:
4607 * ext/gnomevfs/gstgnomevfssink.h:
4608 * ext/gnomevfs/gstgnomevfssrc.h:
4609 * ext/theora/gsttheoradec.h:
4610 * ext/theora/gsttheoraenc.h:
4611 * ext/theora/gsttheoraparse.h:
4612 * ext/vorbis/vorbisparse.h:
4613 * gst-libs/gst/audio/gstaudioclock.h:
4614 * gst-libs/gst/audio/gstaudiofilter.h:
4615 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4616 * gst/audioconvert/gstaudioconvert.h:
4617 * gst/audioresample/gstaudioresample.h:
4618 * gst/audiotestsrc/gstaudiotestsrc.h:
4619 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4620 * gst/playback/gststreamselector.h:
4621 * gst/tcp/gstmultifdsink.h:
4622 * gst/tcp/gsttcpclientsink.h:
4623 * gst/tcp/gsttcpclientsrc.h:
4624 * gst/tcp/gsttcpserversink.h:
4625 * gst/tcp/gsttcpserversrc.h:
4626 * gst/videorate/gstvideorate.h:
4627 * gst/videoscale/gstvideoscale.h:
4628 * gst/videotestsrc/gstvideotestsrc.h:
4629 * gst/volume/gstvolume.h:
4630 * sys/v4l/gstv4ljpegsrc.h:
4631 * sys/v4l/gstv4lmjpegsink.h:
4632 * sys/v4l/gstv4lmjpegsrc.h:
4633 * sys/v4l/gstv4lsrc.h:
4634 * sys/ximage/ximagesink.h:
4635 * sys/xvimage/xvimagesink.h:
4636 * tests/old/testsuite/alsa/sinesrc.h:
4637 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4639 2006-05-31 Wim Taymans <wim@fluendo.com>
4641 * ext/libvisual/visual.c: (gst_visual_reset),
4642 (gst_visual_sink_setcaps), (gst_visual_sink_event),
4643 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4645 Use running time before doing QoS.
4648 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
4650 * docs/libs/Makefile.am:
4651 set a magic variable to indicate we know the docs are incomplete
4653 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
4655 * win32/common/libgstvideo.def:
4656 export gst_video_calculate_display_ratio
4657 * win32/vs6/libgstvideoscale.dsp:
4658 add link to libgstvideo-0.10.lib
4660 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
4662 * gst/playback/gstplaybasebin.c: (gen_source_element):
4663 Throw a more comprehensible error for rtsp:// URIs (rather
4664 than erroring out with a negotiation error later on) until
4665 we fix playbin to handle rtspsrc etc.
4667 2006-05-30 Wim Taymans <wim@fluendo.com>
4669 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4670 (gst_text_overlay_text_event):
4673 2006-05-30 Wim Taymans <wim@fluendo.com>
4675 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4676 (gst_adder_request_new_pad), (gst_adder_release_pad):
4677 * gst/adder/gstadder.h:
4678 Implement release_request_pad.
4679 Make padcounter atomic.
4681 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4682 Added check for release_pad in adder.
4684 2006-05-30 Wim Taymans <wim@fluendo.com>
4686 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4689 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
4691 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4692 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4693 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4694 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4695 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4696 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4697 (gst_ogg_demux_bisect_forward_serialno),
4698 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4699 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4701 clean up printf formats for granulepos and serialno
4703 2006-05-30 Michael Smith <msmith@fluendo.com>
4705 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4706 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4707 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4708 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4709 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4710 * ext/vorbis/vorbisenc.h:
4711 Multi-channel caps negotiation, so we can do proper multichannel
4712 vorbis encoding, negotiated through audioconvert.
4714 2006-05-30 Wim Taymans <wim@fluendo.com>
4716 * tests/check/elements/adder.c: (test_event_message_received),
4717 (test_play_twice_message_received), (GST_START_TEST),
4719 Added check to show that #339935 is fixed with ongoing
4720 adder and collectpads fixes.
4722 2006-05-29 Wim Taymans <wim@fluendo.com>
4724 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4725 Don't leak pad name.
4727 2006-05-29 Wim Taymans <wim@fluendo.com>
4729 * gst/adder/gstadder.c: (gst_adder_query_duration),
4730 (forward_event_func), (forward_event), (gst_adder_src_event):
4732 Make query/seeking code threadsafe.
4734 * tests/check/Makefile.am:
4735 * tests/check/elements/adder.c: (test_event_message_received),
4736 (GST_START_TEST), (test_play_twice_message_received):
4737 Fix adder test case.
4739 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
4741 Patch by: Young-Ho Cha <ganadist at chollian net>
4743 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4744 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4745 (set_encoding_element), (decodebin_element_added_cb),
4746 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4747 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4748 * gst/playback/gstplaybasebin.h:
4749 Add 'subtitle-encoding' property to playbin, so applications can
4750 force a subtitle encoding for non-UTF8 subtitles (#342268).
4752 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4753 (gst_sub_parse_set_property):
4754 Rename recently-added 'encoding' property to 'subtitle-encoding'
4755 (so it can be proxied by playbin/decodebin in a generic way
4756 with less danger of false positives).
4758 2006-05-29 Michael Smith <msmith@fluendo.com>
4760 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4761 (append_with_other_format), (set_structure_widths),
4762 (gst_audio_convert_transform_caps):
4763 Patch from #341562: give more specific audio caps in get_caps, so
4764 that basetransform can make better decisions on what caps to
4767 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4769 * tests/check/elements/volume.c:
4770 make it compile again
4772 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4774 * tests/check/elements/volume.c: (volume_suite):
4775 disable test until #343196 gets resolved
4777 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4779 * gst/adder/gstadder.c: (gst_adder_get_type):
4780 Make it easier to copy&paste
4782 * gst/volume/Makefile.am:
4783 * gst/volume/gstvolume.c: (volume_update_real_volume),
4784 (gst_volume_set_volume), (gst_volume_set_mute),
4785 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4786 (volume_transform_ip), (volume_update_mute),
4787 (volume_update_volume):
4788 * gst/volume/gstvolume.h:
4789 Add own debug category, move duplicate code to helper function, fix
4790 property texts, add more comments and prepare ffor liboil-goodness
4792 * tests/check/Makefile.am:
4793 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4794 add test for mute and passtrough case, be a bit more verbose to track
4797 * tests/check/generic/states.c: (GST_START_TEST):
4798 catch elements that fail to instantiate
4800 2006-05-28 Edward Hervey <edward@fluendo.com>
4802 * tests/check/pipelines/simple-launch-lines.c:
4803 * tests/check/pipelines/theoraenc.c:
4804 * tests/check/pipelines/vorbisenc.c:
4805 Comment out tests using parse_launch() if core was built without
4806 parsing capabilities.
4808 2006-05-27 Edward Hervey <edward@fluendo.com>
4810 * tests/check/Makefile.am:
4811 Extra bonus points for whoever explains to ensonic that you are meant
4812 to test unit tests thoroughly before commiting them, especially if
4813 you know it's going to break.
4814 De-activated element/adder tests.
4816 2006-05-27 Edward Hervey <edward@fluendo.com>
4818 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4819 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4820 Marking caps conversion issues as GST_WARNING is way too verbose,
4821 Moving them to GST_LOG.
4823 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
4826 Replace current README (containing the release notes from
4827 some 0.9.x version) with a proper README taken from the core.
4829 2006-05-26 Wim Taymans <wim@fluendo.com>
4831 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4832 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4833 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4834 (vorbis_dec_change_state):
4837 Clip output samples to segment boundaries.
4839 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
4841 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4842 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4843 Improve the errors produced on bad output, including some human
4844 readable description strings.
4845 Handle the (theoretical for ximagesink) case where the XServer
4846 has a different idea about the size required for a particular
4847 frame and gives us too small a memory allocation.
4849 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
4851 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4852 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4853 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4854 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4855 Improve the errors produced on bad output, including some human
4856 readable description strings.
4857 Handle RGB Xv formats properly by transforming them into our
4858 big-endian caps description.
4859 Use gst_caps_truncate to ensure that we never try and choose a
4860 non-fixed caps in buffer_alloc.
4861 Handle the case where the XServer has a different idea about the size
4862 required for a particular frame and gives us too small a memory
4864 Use -1 to indicate 'no image format', because 0 is a valid XServer
4865 image format number.
4866 Put RGB Xv formats at the end of the caps, so that we always prefer
4868 Iterate the available Xv Encodings to determine the maximum width and
4869 height, and then return that in our caps.
4870 (Closes #315312, #337544)
4872 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
4874 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4875 When there is only one unfinished pad and it receives an event that
4876 doesn't match our requirements, we need to set alldone=FALSE so that
4877 the fakesink is not removed yet.
4879 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
4881 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4882 Use gst_type_find_helper_for_buffer() to find the type
4883 of stream from the first packet.
4886 Bump requirements to core CVS (needed for vorbis
4887 typefinding to work).
4889 2006-05-24 Edward Hervey <edward@fluendo.com>
4891 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4892 Added the 'prfl' atom type which MQV (no, it's not a typo) files
4893 contain. Else they play perfectly fine with qtdemux.
4895 2006-05-23 Stefan Kost <ensonic@users.sf.net>
4897 * ext/theora/theoradec.c:
4898 * ext/theora/theoraenc.c:
4899 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4900 * gst/audiorate/gstaudiorate.c:
4901 make more debug catagories static
4903 * tests/check/Makefile.am:
4904 * tests/check/elements/adder.c: (message_received),
4905 (test_event_message_received), (GST_START_TEST),
4906 (test_play_twice_message_received), (adder_suite):
4907 added test case for using element twice, extra bonus points for anyone
4908 who can make these test run reliably
4910 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
4912 * ext/theora/theoradec.c: (theora_dec_chain):
4913 Make work with time-stamped input buffers that do not
4914 have a granulepos in BUFFER_OFFSET_END (like theora
4915 buffers coming from matroskademux). Fixes #342448.
4917 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
4919 Patch by: Peter Kjellerstedt <pkj at axis com>
4921 * gst/tcp/Makefile.am:
4922 fdstresstest doesn't need Gtk+, fix compilation if
4923 gtk is not available (#342566).
4925 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4927 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4929 Removed redundant floor()
4931 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
4933 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4934 On second thought, just skip JUNK chunks automatically, so
4935 the caller doesn't have to handle this. Fixes #342345.
4936 Also, return GST_FLOW_UNEXPECTED if we get a short read,
4939 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
4941 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4942 Don't bail out on JUNK chunks with a size of 0 (would try to
4943 pull_range 0 bytes before, which sources don't like too much).
4946 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
4948 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4950 Use the gstutil scaling function to preserve 64 bits while calculating
4951 output width and height from the display-aspect-ratio. (A continuation
4954 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
4956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4957 (gst_xvimagesink_buffer_alloc):
4958 * sys/xvimage/xvimagesink.h:
4959 When performing buffer allocations, remember the caps and image format
4960 we return so that if the same caps are asked for next time we can
4961 return them immediately without doing any caps intersections.
4963 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4965 * gst-libs/gst/rtp/README:
4966 Some new documentation
4967 * gst-libs/gst/rtp/gstrtpbuffer.h:
4968 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
4969 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4970 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4971 New RTP audio base payloader class. Supports frame or sample based
4972 codecs. Not enabled in Makefile.am until approved.
4974 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
4976 * tests/check/elements/alsa.c: (test_device_property_probe):
4977 Fix test case: don't try to free NULL GValueArray when there
4980 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
4982 * tests/check/Makefile.am:
4983 * tests/check/elements/alsa.c: (test_device_property_probe),
4984 (alsa_suite), (main):
4985 Add simple test that runs a device property probe on alsasrc,
4986 alsasink and alsamixer. Disable valgrind check for now (too
4987 many leaks in libasound, and valgrind ignored my suppressions
4990 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
4992 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4993 (gst_alsa_device_property_probe_probe_property),
4994 (gst_alsa_device_property_probe_needs_probe),
4995 (gst_alsa_device_property_probe_get_values),
4996 (gst_alsa_type_add_device_property_probe_interface):
4997 * ext/alsa/gstalsadeviceprobe.h:
4998 * ext/alsa/gstalsamixerelement.c:
4999 (gst_alsa_mixer_element_init_interfaces):
5000 * ext/alsa/gstalsamixerelement.h:
5001 Clean up and simplify alsa device probing. Make it actually work
5002 for multiple classes. Don't cache results any longer.
5004 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5005 (gst_alsasink_init):
5006 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5007 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5008 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5009 Make alsasink and alsasrc implement the GstPropertyProbe interface
5010 for device probing (#342181).
5011 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5013 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5015 * gst/subparse/samiparse.c: (handle_start_font):
5016 Don't ignore return value of strtol (++compiler_happiness).
5018 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5020 Patch by: Young-Ho Cha <ganadist chollian net>
5022 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5023 (gst_sub_parse_class_init), (gst_sub_parse_init),
5024 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5026 * gst/subparse/gstsubparse.h:
5027 Add 'encoding' property (#341681).
5029 * gst/subparse/samiparse.c: (characters_sami):
5030 Output is pango markup, so we need to escape text
5031 between tags (#342143).
5033 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5035 * gst-libs/gst/audio/multichannel.c:
5036 (gst_audio_check_channel_positions):
5037 It's okay to have caps with channels=1 and a channel position
5038 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5039 (deinterleavers might want to keep the position in the caps,
5040 so that they can be re-interleaved again properly later).
5041 Leave check for unexpected 2-channel layouts intact for now.
5043 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5045 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5046 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5047 basesrc can do its job correctly.
5049 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5051 * ext/alsa/Makefile.am:
5052 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5053 (gst_alsa_detect_formats), (get_channel_free_structure),
5054 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5055 (gst_alsa_probe_supported_formats):
5056 * ext/alsa/gstalsa.h:
5057 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5058 Refactor and improve caps probing code: probe signedness
5059 when we probe the supported formats/widths; set endianness
5060 to the one we actually probed for (ie. cpu endianness).
5062 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5063 (gst_alsasrc_close):
5064 * ext/alsa/gstalsasrc.h:
5065 Implement caps probing for alsasrc.
5067 2006-05-15 Wim Taymans <wim@fluendo.com>
5069 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5070 (theora_dec_src_query), (theora_dec_src_event),
5071 (theora_dec_sink_event), (theora_handle_comment_packet),
5072 (theora_handle_data_packet), (theora_dec_change_state):
5073 Cleanups, add some G_LIKELY.
5074 Use segment helpers instead of our own wrong code.
5075 Clear queued buffers on seek and READY.
5077 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5078 (vorbis_dec_convert), (vorbis_dec_src_query),
5079 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5080 (vorbis_handle_comment_packet), (vorbis_dec_push),
5081 (vorbis_handle_data_packet), (vorbis_dec_chain),
5082 (vorbis_dec_change_state):
5083 * ext/vorbis/vorbisdec.h:
5084 Remove old useless packetno variable.
5085 Do position query properly.
5087 Do cleanup of queued buffers in new helper function
5090 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5092 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5093 Query supported sample rates. Fixes #341732.
5095 2006-05-15 Julien MOUTTE <julien@moutte.net>
5097 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5098 (gst_decode_bin_change_state): Make decodebin reusable
5099 when going from PAUSE_TO_READY and then back to PAUSED.
5102 2006-05-15 Wim Taymans <wim@fluendo.com>
5104 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5105 (vorbis_dec_convert), (vorbis_dec_src_query),
5106 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5107 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5108 (vorbis_dec_clean_queued), (vorbis_dec_push),
5109 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5110 Cleanups. Use refcounting and DEBUG_OBJECT.
5111 Reset segment on flush, use code methods instead of our
5113 Fix potential memleak.
5115 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5117 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5118 (gst_alsasink_init):
5119 * ext/alsa/gstalsasink.h:
5120 Don't leak allocated snd_output_t structure if there's
5121 more than one alsasink instance at a time (#341873).
5122 Also fix GObject macros in header file.
5124 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5126 * gst/subparse/gstsubparse.c:
5127 (gst_sub_parse_data_format_autodetect):
5128 Don't use libxml functions in the typefinding code.
5130 2006-05-15 Wim Taymans <wim@fluendo.com>
5132 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5133 Fix seeking performance in the case where a non-header
5134 packet has a 0 granulepos (busted theora case).
5136 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5137 the first place, you limelight stealer you)
5139 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5141 * gst/subparse/gstsubparse.c:
5142 (gst_sub_parse_data_format_autodetect):
5143 Improve SAMI typefinding: handle case where there are
5144 whitespaces or newlines in front of the first <SAMI>
5147 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5150 Build video4linux plugin even if there's no XVIDEO, just
5151 without implementing the GstXOverlay interface (#334002).
5153 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5156 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5158 Add tentative support for libvisual-0.4 (#336881).
5160 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5162 Patch by: Young-Ho Cha <ganadist at chollian net>
5164 * gst/subparse/samiparse.c: (handle_start_font):
5165 Need to map "silver" colour explicitly (#169936).
5167 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5169 Patch by: Young-Ho Cha <ganadist at chollian net>
5171 * gst/subparse/Makefile.am:
5172 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5173 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5174 (gst_sub_parse_format_autodetect), (feed_textbuf),
5175 (gst_subparse_type_find), (plugin_init):
5176 * gst/subparse/gstsubparse.h:
5177 * gst/subparse/samiparse.c:
5178 * gst/subparse/samiparse.h:
5179 Add support for SAMI subtitles (#169936).
5181 2006-05-14 Michael Smith <msmith@fluendo.com>
5183 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5184 Fix #341696: crash when mixing L+R+C to mono or stereo.
5185 * tests/check/Makefile.am:
5186 * tests/check/elements/audioconvert.c: (set_channel_positions),
5187 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5188 (audioconvert_suite):
5189 Add test for the above, including some generic framework bits for
5190 testing multichannel things.
5192 === release 0.10.7 ===
5194 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5197 releasing 0.10.7, "Leave the gun"
5199 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5201 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5202 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5205 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5207 * docs/libs/gst-plugins-base-libs-docs.sgml:
5208 * docs/libs/gst-plugins-base-libs-sections.txt:
5209 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5210 * gst-libs/gst/video/video.h:
5211 * gst/videoscale/Makefile.am:
5212 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5213 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5214 * tests/check/Makefile.am:
5215 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5217 Fix integer overflow problem with pixel-aspect-ratio calculations
5218 in videoscale and xvimagesink (#341542)
5220 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5222 * gst-libs/gst/tag/gstid3tag.c:
5223 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5225 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5228 update win32 files listing
5230 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5232 patch by: Sjoerd Simons (sjoerd@luon.net)
5234 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5235 (group_create), (group_destroy), (add_stream),
5236 (gst_play_base_bin_get_property),
5237 (gst_play_base_bin_get_streaminfo_value_array):
5238 * gst/playback/gstplaybasebin.h:
5239 API: GstPlayBaseBin::stream-info-value-array property
5240 use a more bindings-friendly way of exposing streaminfo
5241 using a GValueArray. Tested in ipython.
5244 2006-05-11 Wim Taymans <wim@fluendo.com>
5246 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5247 (queue_underrun_cb), (queue_filled_cb):
5248 Also catch queue underruns but don't do anything yet.
5249 Refactor and comment queue enlarging code a bit.
5251 * gst/playback/gstplaybasebin.c: (queue_overrun),
5252 (queue_threshold_reached), (queue_out_of_data),
5253 (gen_preroll_element):
5254 If a queue over/underruns check that we don't create nasty
5255 deadlocks when the min-threshold is not reached but the
5256 max-bytes is. In those cases disable max-bytes when we
5257 know that the queue is fed timed data.
5260 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5262 * gst/playback/gstplaybin.c: (gen_audio_element):
5263 Make playbin automatically plug an 'audioresample'
5264 element before the audio sink as well. This solves
5265 problems with sinks that only accept a very specific
5266 sample rate, like esdsink (e.g. #340379).
5268 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5270 * gst/playback/gstplaybasebin.c: (gen_source_element):
5271 Make http sources send special headers so that we receive
5272 icecast metadata if the http stream is an icecast stream
5273 (otherwise the server will just ignore them). This also
5274 means that from now on users will need the 'icydemux'
5275 element from gst-plugins-good installed if they want to
5276 listen to icecast radio streams. (#341432, #333657).
5278 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5280 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5281 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5282 remove stupid example from docs - it should come with a simple
5285 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5286 (fail_if_can_read), (GST_START_TEST),
5287 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5288 add a test for changing streamheader which exposes a bug in
5291 2006-05-11 Michael Smith <msmith@fluendo.com>
5293 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5294 (gst_gnome_vfs_src_received_headers_callback):
5295 * ext/gnomevfs/gstgnomevfssrc.h:
5296 Don't set icy-caps unless we have a sane interval value. Move
5297 interval to a local variable; we never use it outside this function.
5299 2006-05-11 Wim Taymans <wim@fluendo.com>
5301 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5302 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5303 Register special buffer types along with the objects so
5304 that they are not registered at runtime from N different
5305 streaming threads since they are not threadsafe.
5307 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5309 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5310 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5311 add two more tests, one doing streamheader
5313 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5315 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5316 clean up the bufqueue when shutting down
5317 * tests/check/Makefile.am:
5318 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5319 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5321 add a test for the leak that was just fixed
5323 2006-05-10 Wim Taymans <wim@fluendo.com>
5325 * gst/adder/gstadder.c: (gst_adder_setcaps),
5326 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5327 (gst_adder_src_event), (gst_adder_sink_event),
5328 (gst_adder_class_init), (gst_adder_finalize),
5329 (gst_adder_request_new_pad), (gst_adder_collected):
5330 * gst/adder/gstadder.h:
5331 Updated some docs. Added comments and FIXMEs all over the place.
5332 Improve debugging info.
5333 Fix leak on finalize by not calling the parent.
5334 Implement duration query.
5335 Make event forwarding threadsafe.
5336 Correctly send NEWSEGMENT at start and after flush.
5337 Handle EOS correctly.
5338 Post error when not negotiated.
5340 * tests/check/elements/adder.c: (GST_START_TEST):
5341 Added FIXME in the test.
5343 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5345 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5346 (gst_text_overlay_halign_get_type),
5347 (gst_text_overlay_wrap_mode_get_type):
5348 * ext/theora/theoradec.c: (theora_handle_type_packet),
5349 (theora_handle_data_packet):
5350 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5351 (theora_enc_sink_setcaps), (theora_enc_chain):
5352 * gst-libs/gst/cdda/gstcddabasesrc.c:
5353 (gst_cdda_base_src_mode_get_type):
5354 * gst/audiotestsrc/gstaudiotestsrc.c:
5355 (gst_audiostestsrc_wave_get_type):
5356 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5357 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5358 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5359 (gst_sync_method_get_type), (gst_unit_type_get_type),
5360 (gst_client_status_get_type):
5361 * gst/videoscale/gstvideoscale.c:
5362 (gst_video_scale_method_get_type):
5363 * gst/videotestsrc/gstvideotestsrc.c:
5364 (gst_video_test_src_pattern_get_type):
5365 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5366 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5367 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5368 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5369 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5370 (paint_setup_RGB565), (paint_setup_xRGB1555):
5371 Const-ify GEnumValue and GFlagsValue arrays. Use
5372 GST_ROUND_UP_* macros instead of home-made ones.
5374 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5377 Require core CVS for the new newsegment stuff.
5379 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5381 Patch by: Sjoerd Simons <sjoerd at luon net>
5383 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5384 Register nick for enum value (#341160).
5386 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5388 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5390 backout typefind patch #340375
5392 * tests/check/elements/adder.c: (message_received),
5393 (GST_START_TEST), (adder_suite):
5394 redo, signal-handling of test
5396 2006-05-09 Wim Taymans <wim@fluendo.com>
5398 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5399 (gst_adder_collected):
5400 * gst/adder/gstadder.h:
5401 Remove bogus segment merging and forwarding, we don't
5402 care about timestamps anyway and we just produce a
5404 Also create a nice NEWSEGMENT event when we start.
5405 Use _scale_int some more.
5407 2006-05-09 Edward Hervey <edward@fluendo.com>
5409 * tests/icles/stress-xoverlay.c:
5410 Fix if core was built without parsing support.
5412 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5414 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5415 Add SEDG (Samsung MPEG-4) fourcc.
5417 2006-05-09 Edward Hervey <edward@fluendo.com>
5419 * tests/icles/stress-xoverlay.c:
5420 * tests/examples/volume/volume.c:
5421 Fix if core was built without parsing support.
5423 * tests/examples/seek/seek.c:
5424 Disable the parse_launch example if core was built without parsing
5427 2006-05-08 Edward Hervey <edward@fluendo.com>
5429 * autogen.sh: (CONFIGURE_DEF_OPT):
5430 libtoolize on Darwin/MacOSX is called glibtoolize
5432 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5434 * tests/check/Makefile.am:
5435 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5436 Disable the adder test, until the build-slaves posses the kindness to
5437 either like it or to give valid reason for not doing so
5439 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5441 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5443 Shuffle NULL state change around and raise timeout more
5445 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5447 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5448 (mp4_type_find), (plugin_init):
5449 Add typefind to distinguish between "audio/x-m4a" and new type
5450 "video/mp4". Fixes #340375
5452 * tests/check/elements/adder.c: (adder_suite):
5453 Raise timeout to make buildbot happy
5455 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5457 * gst/adder/gstadder.c: (gst_adder_sink_event),
5458 (gst_adder_request_new_pad), (gst_adder_change_state):
5459 * gst/adder/gstadder.h:
5460 * tests/check/Makefile.am:
5461 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5462 (adder_suite), (main):
5463 Add sink-event handling to adder. It tries to merge incomming
5464 newsegment-events. Added test to check if segment_done is comming
5465 through. Fixes #340060
5467 2006-05-05 Andy Wingo <wingo@pobox.com>
5469 * ext/theora/theoraparse.c (gst_theora_parse_init)
5470 (theora_parse_src_convert, theora_parse_src_query):
5471 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5472 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5473 query functions on the source pads of the theora and vorbis parse
5474 elements. Fixes position querying when doing a remux.
5476 2006-05-05 Michael Smith <msmith@fluendo.com>
5478 * ext/theora/theoraparse.c: (parse_granulepos),
5479 (theora_parse_drain_queue_prematurely),
5480 (theora_parse_queue_buffer), (theora_parse_sink_event):
5482 Fix invalid granulepos outputs when starting with a non-keyframe.
5484 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5486 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5487 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5488 Rearrange MPEG system stream detection, fixing some memleaks in the
5490 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5491 they clean up their data correctly.
5492 Remove unused ogganx caps and move the 'is_annodex' check to inside
5493 the 'is_ogg' if statement.
5495 2006-05-05 Wim Taymans <wim@fluendo.com>
5497 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5498 Properly remove ghostpads. Fixes #340392
5500 2006-05-04 David Schleef <ds@schleef.org>
5502 * gst/typefind/gsttypefindfunctions.c:
5504 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5506 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5507 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5509 When typefinding an MP3 in push-based mode, don't penalise the
5510 probability down to 74% when we found 5 valid frames just because we
5511 can't peek the end of the file.
5513 Make the probability for detecting MPEG Transport Streams based on the
5514 number of sequential headers we successfully detected.
5516 2006-05-03 Wim Taymans <wim@fluendo.com>
5518 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5519 (vorbis_dec_push), (vorbis_dec_chain):
5520 Still produce an error when we receive an empty packet.
5522 2006-05-03 Wim Taymans <wim@fluendo.com>
5524 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5525 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5526 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5527 Mark buffers with DISCONT after seek and after activating new
5530 * ext/theora/gsttheoradec.h:
5531 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5532 (theora_get_query_types), (theora_dec_sink_event),
5533 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5534 (theora_dec_change_state):
5536 Detect and mark DISCONT buffers.
5538 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5539 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5540 (vorbis_dec_change_state):
5541 * ext/vorbis/vorbisdec.h:
5543 Detect and mark DISCONT buffers.
5544 Don't crash on 0 sized buffers.
5546 2006-05-03 Wim Taymans <wim@fluendo.com>
5548 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5549 (volume_transform_ip):
5550 Increase "volume" property to 10.0. Fixes #340369.
5551 Set the process function to NULL when capsnego fails so that
5552 we properly error out.
5554 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5556 * gst/playback/gstplaybin.c: (add_sink):
5557 * gst/playback/test.c: (main):
5558 * gst/playback/test5.c: (dump_element_stats):
5559 * gst/playback/test6.c: (main):
5560 free caps using gst_caps_unref, don't leak caps-strings
5562 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5564 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5566 Refine musepack typefinding a bit. Return MAXIMUM
5567 probability when we detect stream version 7 to make
5568 sure the mpeg audio typefinder doesn't trump us.
5570 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5572 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5573 Protect against unexpected NULL strf_data buffer.
5575 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5577 * tests/check/elements/audioconvert.c: (verify_convert),
5579 interpret the out[] buffer in the order the bytes are actually
5580 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5581 Other tests should use BYTE_ORDER since the array is filled in
5584 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5586 * tests/check/elements/audioconvert.c: (verify_convert),
5588 when a test fails, give an indication of which it is
5590 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5592 * gst-libs/gst/cdda/gstcddabasesrc.c:
5593 compile fix; strtol() needs <stdlib.h>
5595 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5597 * ext/alsa/gstalsamixerelement.c:
5598 * ext/alsa/gstalsasrc.c:
5599 * ext/cdparanoia/gstcdparanoiasrc.c:
5600 * ext/gnomevfs/gstgnomevfssink.c:
5601 * ext/gnomevfs/gstgnomevfssrc.c:
5602 * ext/ogg/gstoggdemux.c:
5603 * ext/ogg/gstoggmux.c:
5604 * ext/ogg/gstoggparse.c:
5605 * ext/ogg/gstogmparse.c:
5606 * ext/pango/gstclockoverlay.c:
5607 * ext/pango/gsttextoverlay.c:
5608 * ext/pango/gsttextrender.c:
5609 * ext/pango/gsttimeoverlay.c:
5610 * ext/theora/theoradec.c:
5611 * ext/theora/theoraenc.c:
5612 * ext/vorbis/vorbisdec.c:
5613 * ext/vorbis/vorbisenc.c:
5614 * gst-libs/gst/audio/gstaudiofilter.c:
5615 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5616 * gst/audioconvert/gstaudioconvert.c:
5617 * gst/audiorate/gstaudiorate.c:
5618 * gst/audioresample/gstaudioresample.c:
5619 * gst/audiotestsrc/gstaudiotestsrc.c:
5620 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5621 * gst/playback/gstdecodebin.c:
5622 * gst/playback/gstplaybin.c:
5623 * gst/playback/gststreamselector.c:
5624 * gst/subparse/gstsubparse.c:
5625 * gst/tcp/gstmultifdsink.c:
5626 * gst/tcp/gsttcpclientsink.c:
5627 * gst/tcp/gsttcpclientsrc.c:
5628 * gst/tcp/gsttcpserversink.c:
5629 * gst/tcp/gsttcpserversrc.c:
5630 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5631 * gst/videorate/gstvideorate.c:
5632 * gst/videoscale/gstvideoscale.c:
5633 * gst/videotestsrc/gstvideotestsrc.c:
5634 * gst/volume/gstvolume.c:
5635 * sys/v4l/gstv4ljpegsrc.c:
5636 * sys/v4l/gstv4lmjpegsink.c:
5637 * sys/v4l/gstv4lmjpegsrc.c:
5638 * sys/v4l/gstv4lsrc.c:
5639 * sys/ximage/ximagesink.c:
5640 * sys/xvimage/xvimagesink.c:
5641 * tests/check/libs/cddabasesrc.c:
5642 make GstElementDetails const
5644 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5646 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5648 send events from src-pad to all sink-pads fixes #338657
5650 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5652 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5653 (alsasink_parse_spec):
5654 query width capabilities from alsa, fixes #338919
5656 2006-04-28 Wim Taymans <wim@fluendo.com>
5658 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5659 (gst_multi_fd_sink_remove_client_link):
5660 * gst/tcp/gstmultifdsink.h:
5661 Fix race condition in multifdsink that can lead to spurious
5662 duplicate clients. this patch adds a new signal that is fired when
5663 multifdsink has removed all references to the fd.
5665 Updated documentation.
5666 API: client-fd-removed signal added
5668 2006-04-28 Michael Smith <msmith@fluendo.com>
5670 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5671 When asking g_value_array_new to prealloc elements, we may as well
5672 ask for the right number of elements.
5674 2006-04-28 Wim Taymans <wim@fluendo.com>
5676 * gst-libs/gst/audio/gstbaseaudiosink.c:
5677 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5678 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5679 patch to make timestamp checking more tollerant to rounding
5680 errors given that real discontinuities are to be marked on
5681 buffers. Fixes some asf files and #338778.
5682 Also avoid some crashers when we receive an event in the
5685 2006-04-28 Michael Smith <msmith@fluendo.com>
5687 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5688 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5689 (gst_gnome_vfs_src_get_property),
5690 (gst_gnome_vfs_src_send_additional_headers_callback),
5691 (gst_gnome_vfs_src_received_headers_callback),
5692 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5693 (gst_gnome_vfs_src_stop):
5694 * ext/gnomevfs/gstgnomevfssrc.h:
5695 Remove ICY handling (mostly) from gnomevfssrc, in favour of
5696 proper shared support within icydemux.
5698 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5700 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5701 (gst_video_rate_swap_prev), (gst_video_rate_chain):
5703 fix a leak when no caps negotiated
5704 fix counting of input frames
5705 * tests/check/elements/.cvsignore:
5706 * tests/check/elements/videorate.c: (assert_videorate_stats),
5707 (GST_START_TEST), (videorate_suite):
5710 2006-04-28 Wim Taymans <wim@fluendo.com>
5712 * gst-libs/gst/audio/gstringbuffer.c:
5713 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5714 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5715 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5716 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5717 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5718 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5719 (gst_ring_buffer_commit), (gst_ring_buffer_read),
5720 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5721 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5722 Check arguments passed to public functions instead of
5725 2006-04-28 Wim Taymans <wim@fluendo.com>
5727 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5728 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5729 GstBaseAudioSrc must be live or it does not work.
5731 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5732 Don't set live to TRUE as this is the default in the parentclass.
5734 2006-04-28 Wim Taymans <wim@fluendo.com>
5736 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5737 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5738 Videoscale doesn't pass on pixel-aspect ratio. Handle all
5739 fixation cases better. Fixes #338991
5741 2006-04-28 Wim Taymans <wim@fluendo.com>
5743 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5744 Handle 0/1 framerate correctly Fixes #331901.
5746 2006-04-28 Wim Taymans <wim@fluendo.com>
5748 * tests/check/elements/audioconvert.c: (get_float_caps),
5749 (GST_START_TEST), (audioconvert_suite):
5750 Added check for correct clipping when doing float samples
5753 2006-04-28 Wim Taymans <wim@fluendo.com>
5755 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5756 (gst_video_rate_chain):
5757 Print more debugging info.
5759 2006-04-28 Wim Taymans <wim@fluendo.com>
5761 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5762 (resample_set_state_from_caps):
5763 Add support for other formats audioresample can handle such as
5764 32 bits in and float and 64 bits float. Fixes #301759
5766 2006-04-28 Wim Taymans <wim@fluendo.com>
5768 * gst/audioconvert/audioconvert.c: (float):
5769 correctly clip float samples > 1.0. Fixes #338718
5771 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
5773 Patch by: Young-Ho Cha <ganadist at chollian net>
5775 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5776 (gst_text_overlay_render_text):
5777 Don't strip newlines from the text. Also, center lines
5778 within multi-line paragraphs (#339405).
5780 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
5782 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5783 Fix wavpack typefinding to work in more cases (don't peek
5784 for chunks of multiple hundred kBs at once, but process
5785 things step-by-step in smaller units). Fixes #339786.
5787 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5792 === release 0.10.6 ===
5794 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5797 releasing 0.10.6, "Chao"
5799 2006-04-26 David Schleef <ds@schleef.org>
5801 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5804 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5807 * win32/common/config.h:
5810 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5812 patch by: Wim Taymans
5814 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5815 (gst_ogg_demux_perform_seek):
5816 make sure correct newsegments are sent, so that the decoder
5817 and the demuxer agree on timestamps. Fixes playback of a lot
5818 of Ogg files that do not start from 0. Fixes #339833.
5820 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5822 Patch by: Edward Hervey <edward@fluendo.com>
5824 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5825 * tests/check/Makefile.am:
5826 * tests/check/elements/videorate.c: (assert_videorate_stats),
5827 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5828 (videorate_suite), (main):
5829 Fix an infinite loop if frames are passed in with wrongly ordered
5830 timestamps. Fixes #339013.
5832 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5834 Patch by: Tim-Philipp Müller <tim at centricular dot net>
5836 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5837 fix typefinding on some ISO files. Fixes #339212.
5839 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5841 Patch by: Tim-Philipp Müller <tim at centricular dot net>
5843 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5844 add another H264 fourcc. Fixes #339047.
5846 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5848 Patch by: Jan Schmidt
5850 * gst/playback/gststreamselector.c:
5851 (gst_stream_selector_bufferalloc):
5852 Restore old StreamSelector behaviour.
5855 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
5858 * win32/common/config.h:
5861 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
5863 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5865 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5866 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5867 Fix some memory leaks: on finalize, free buffers left in the queue
5868 before destroying the queue; in _push(), unref rtp_buf even if
5869 the process vfunc returned a NULL buffer as output buffer (#337548);
5870 demote some recuring debug messages to LOG level.
5872 2006-04-11 Wim Taymans <wim@fluendo.com>
5874 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5875 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5876 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5877 (gst_ogg_demux_loop):
5879 Respect segment stop when emiting EOS or SEGMENT_DONE.
5882 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
5884 * gst/playback/gststreamselector.c:
5885 (gst_stream_selector_get_property):
5886 Don't leak pad name.
5888 2006-04-10 Michael Smith <msmith@fluendo.com>
5890 * tests/check/Makefile.am:
5891 * tests/check/gst-plugins-base.supp:
5892 Suppress an old libtheora bug (fixed in more recent versions), so
5893 that FC4 buildslaves can pass.
5895 2006-04-10 Wim Taymans <wim@fluendo.com>
5897 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5898 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5899 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5900 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5901 (gst_ogg_demux_loop):
5903 Remember what error we got when finding chains, if we
5904 were shutdown, that would not be an error.
5906 2006-04-10 Wim Taymans <wim@fluendo.com>
5908 * gst-libs/gst/audio/gstbaseaudiosink.c:
5909 (gst_base_audio_sink_event):
5910 Starting the ringbuffer when we did not acquire it can cause
5911 a deadlock, is pointless and causes nasty things for
5913 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5915 2006-04-10 Wim Taymans <wim@fluendo.com>
5917 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5918 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5919 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5920 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5921 (gst_ogg_demux_deactivate_current_chain),
5922 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5923 (gst_ogg_demux_bisect_forward_serialno),
5924 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5925 Add some more debugging.
5927 2006-04-10 Wim Taymans <wim@fluendo.com>
5929 * ext/theora/theoradec.c: (theora_dec_src_event),
5930 (theora_handle_data_packet):
5931 Some more debug info.
5933 * tests/examples/seek/seek.c: (start_seek), (main):
5934 Print element messages too.
5936 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
5938 * gst/audioresample/debug.h:
5939 replace debug macros with variable number of parameters
5940 by a simple alias to gstreamer standard debug macros
5941 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5942 supported by MSVC 6.0 and 7.1)
5943 * gst/audioresample/resample.h:
5944 define M_PI and rint for WIN32
5945 * win32/common/libgstaudio.def:
5946 * win32/common/libgstriff.def:
5947 * win32/common/libgsttag.def:
5948 * win32/common/libgstvideo.def:
5949 add new exported functions
5951 update project files
5953 2006-04-08 Stefan Kost <ensonic@users.sf.net>
5955 * ext/alsa/gstalsamixeroptions.c:
5956 (gst_alsa_mixer_options_class_init):
5957 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5958 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5959 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5960 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5961 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5962 * gst-libs/gst/audio/gstaudiofilter.c:
5963 (gst_audio_filter_class_init):
5964 * gst-libs/gst/audio/gstaudiosink.c:
5965 (gst_audioringbuffer_class_init):
5966 * gst-libs/gst/audio/gstaudiosrc.c:
5967 (gst_audioringbuffer_class_init):
5968 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5969 * gst-libs/gst/interfaces/colorbalancechannel.c:
5970 (gst_color_balance_channel_class_init):
5971 * gst-libs/gst/interfaces/mixeroptions.c:
5972 (gst_mixer_options_class_init):
5973 * gst-libs/gst/interfaces/mixertrack.c:
5974 (gst_mixer_track_class_init):
5975 * gst-libs/gst/interfaces/tunerchannel.c:
5976 (gst_tuner_channel_class_init):
5977 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5978 * gst-libs/gst/netbuffer/gstnetbuffer.c:
5979 (gst_netbuffer_class_init):
5980 * gst-libs/gst/rtp/gstbasertppayload.c:
5981 (gst_basertppayload_class_init):
5982 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5983 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5984 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5985 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5986 * gst/playback/gststreamselector.c:
5987 (gst_stream_selector_class_init):
5988 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5989 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5990 * sys/v4l/gstv4lcolorbalance.c:
5991 (gst_v4l_color_balance_channel_class_init):
5992 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5993 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5994 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5995 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5996 (gst_v4l_tuner_norm_class_init):
5997 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5999 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6000 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6002 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6004 * ext/pango/gsttextrender.h:
6005 * gst-libs/gst/audio/gstaudiosink.h:
6006 * gst-libs/gst/audio/gstaudiosrc.h:
6007 * gst-libs/gst/audio/gstbaseaudiosink.h:
6008 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6009 * gst-libs/gst/audio/gstringbuffer.h:
6010 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6011 * gst-libs/gst/rtp/gstbasertppayload.h:
6012 * gst-libs/gst/video/gstvideofilter.h:
6013 * gst-libs/gst/video/gstvideosink.h:
6014 * gst/playback/gstplaybasebin.h:
6015 * gst/tcp/gstmultifdsink.h:
6016 * sys/v4l/gstv4lelement.h:
6017 Fix broken GObject macros
6019 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6021 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6022 More debug to trace why my USB headset is not working with gst
6024 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6026 * gst/playback/gstplaybasebin.c: (group_destroy):
6027 Clean up our group elements properly in the case where it never
6028 got committed - it still got added unconditionally to the bin.
6030 2006-04-07 Wim Taymans <wim@fluendo.com>
6032 * ext/theora/theoradec.c: (theora_dec_sink_event),
6033 (theora_handle_data_packet), (theora_dec_chain):
6034 Unref unhandled events.
6035 Protect against empty buffers.
6036 Perform QoS on running time.
6038 2006-04-07 Michael Smith <msmith@fluendo.com>
6040 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6041 (gst_vorbis_enc_chain):
6042 Remove leaks from vorbisenc.
6043 Mostly minor changes, the only significant one is that now the
6044 buffers we set as 'streamheader' on the caps are copies of the
6045 original buffers, to avoid circular refcounting problems.
6047 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6049 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6050 Don't remove our mute-probe if someone else already did so.
6051 Don't set a 2nd one if there is already one pending on the pad.
6053 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6055 When a seek fails, ensure that playbin is still set back to playing.
6057 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6058 (mpeg_ts_type_find), (plugin_init):
6059 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6061 2006-04-06 Andy Wingo <wingo@pobox.com>
6063 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6064 (gst_video_rate_init): Caps-related parameters should not be reset
6065 by a flush -- move their inits to the instance init function.
6066 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6067 is not OK, just return the result.
6069 * gst/audiotestsrc/gstaudiotestsrc.c
6070 (gst_audio_test_src_class_init)
6071 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6072 broken by Stefan's commit on 24 March.
6074 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6075 buffers being pushed out. Fixes oggmux ! multifdsink.
6077 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6079 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6080 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6081 * ext/vorbis/vorbisdec.h:
6082 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6083 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6084 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6085 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6086 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6087 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6088 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6089 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6090 (gst_vorbis_enc_buffer_from_packet),
6091 (gst_vorbis_enc_buffer_from_header_packet),
6092 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6093 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6094 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6095 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6096 (gst_vorbis_enc_change_state):
6097 * ext/vorbis/vorbisenc.h:
6098 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6099 vorbisenc adhere to the official nomenclature; use boilerplate
6102 2006-04-04 Andy Wingo <wingo@pobox.com>
6104 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6105 Whoops, fix bug introduced. Bad hacker!
6107 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6108 Properly handle the case where you get EOS before any buffers are
6109 received. Use gst_buffer_make_metadata_writable where appropriate.
6111 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6112 is often negative -- make it signed so as not to wrap around.
6113 Fixes segfaults introduced on 9 March.
6115 2006-04-03 Wim Taymans <wim@fluendo.com>
6117 * ext/theora/gsttheoradec.h:
6118 * ext/theora/theoradec.c: (theora_dec_src_event):
6119 Don't try to store a gdouble in a gboolean.
6122 2006-04-03 Michael Smith <msmith@fluendo.com>
6124 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6126 Make it suck slightly less by writing out the final page.
6127 Still can't encode a vorbis-in-ogg file correctly, though.
6129 2006-04-03 Andy Wingo <wingo@pobox.com>
6131 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6134 * ext/theora/theora.c (plugin_init): Register theoraparse.
6136 * ext/theora/gsttheoraparse.h:
6137 * ext/theora/theoraparse.c: New files implementing a theora
6138 parser. Now we can properly remux ogg/theora+vorbis, yay.
6140 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6142 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6144 * gst/audiotestsrc/gstaudiotestsrc.c:
6145 Fixed the sample pipeline (see #323798)
6147 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6150 * win32/common/config.h:
6151 * win32/common/config.h.in:
6152 use AS_VERSION and AS_NANO
6155 2006-03-31 Andy Wingo <wingo@pobox.com>
6157 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6158 uninitialized variable return that would happen.
6160 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6161 uninitialized variable return that would never happen.
6163 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6164 (vorbis_parse_sink_event): Add an event function to flush our
6165 state on a seek, and to drain buffers on a premature EOS.
6166 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6167 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6168 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6169 (vorbis_parse_drain_queue): Queue up buffers until we can set
6170 their timestamps and granulepos values.
6172 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6173 and keep track of data needed for deriving granulepos and
6174 timestamps for buffers.
6176 2006-03-29 Wim Taymans <wim@fluendo.com>
6178 Patch by: j^ <j at bootlab dot org>
6180 * ext/alsa/gstalsamixerelement.c:
6181 (gst_alsa_mixer_element_class_init):
6182 * ext/alsa/gstalsasink.c:
6183 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6184 * ext/ogg/gstoggdemux.c:
6185 * ext/ogg/gstoggmux.c:
6186 * ext/ogg/gstoggparse.c:
6187 * ext/pango/gstclockoverlay.c:
6188 * ext/pango/gsttextoverlay.c:
6189 * ext/pango/gsttextrender.c:
6190 * ext/pango/gsttimeoverlay.c:
6191 * ext/theora/theoradec.c:
6192 * ext/theora/theoraenc.c:
6193 * ext/vorbis/vorbisdec.c:
6194 * ext/vorbis/vorbisenc.c:
6195 * gst/audioconvert/gstaudioconvert.c:
6196 * gst/subparse/gstsubparse.c:
6197 * gst/tcp/gstmultifdsink.c:
6198 * gst/tcp/gsttcpclientsink.c:
6199 * gst/tcp/gsttcpclientsrc.c:
6200 * gst/tcp/gsttcpserversink.c:
6201 * gst/tcp/gsttcpserversrc.c:
6202 better/unified long descriptions
6205 2006-03-29 Wim Taymans <wim@fluendo.com>
6207 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6209 Don't let double and triple clicks mess up our state.
6211 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6213 * gst/playback/gstplaybin.c: (gen_video_element),
6214 (gen_text_element), (gen_audio_element), (gen_vis_element):
6215 Error out gracefully when we can't create any of the usual
6216 conversion elements for some reason. Also, don't try to
6217 create an audioscale (sic) element that's not used anyway.
6219 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6221 * gst/playback/gstplaybasebin.c: (setup_source):
6222 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6223 element for a particular protocol, that's confusing for users.
6224 Instead, post a RESOURCE_FAILED error, so that our own error
6225 message is actually shown in totem etc. (#336303).
6227 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6229 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6231 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6232 (gst_gnome_vfs_src_get_icy_metadata):
6233 Fix some minor memory leaks (#336194).
6235 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6237 * ext/gnomevfs/gstgnomevfs.c:
6238 (gst_gnome_vfs_location_to_uri_string):
6239 * ext/gnomevfs/gstgnomevfs.h:
6240 * ext/gnomevfs/gstgnomevfssink.c:
6241 (gst_gnome_vfs_sink_set_property):
6242 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6243 Make gnomevfssink accept filenames as well as URIs for the
6244 "location" property, just like gnomevfssrc does (and
6245 filesrc/filesink do) (#336190).
6247 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6249 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6250 set to NULL before unreffing, fixes a valgrind leak.
6251 Why was this not triggering the error that an object needs to
6252 be NULL before unreffing ?
6253 * win32/common/config.h:
6256 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6258 * gst/subparse/gstsubparse.c: (convert_encoding),
6259 (gst_sub_parse_change_state):
6260 * gst/subparse/gstsubparse.h:
6261 Text subtitle files may or may not be UTF-8. If it's not, we
6262 don't really want to see '?' characters in place of non-ASCII
6263 characters like accented characters. So let's assume the input
6264 is UTF-8 until we come across text that is clearly not. If it's
6265 not UTF-8, we don't really know what it is, so try the following:
6266 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6267 is set; if not, check (b) if the current locale encoding is
6268 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6269 the current locale encoding is UTF-8 and the environment variable
6270 was not set to any particular encoding. Not perfect, but better
6271 than nothing (and better than before, I think) (fixes #172848).
6273 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6276 update core requirement to 0.10.4.1 because of async_playback
6277 vmethod on GstBaseSink
6279 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6281 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6282 * gst/adder/gstadder.c: (gst_adder_init):
6283 use DEBUG_FUNCPTR for collectpads
6285 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6287 * docs/plugins/Makefile.am:
6288 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6289 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6290 * ext/cdparanoia/gstcdparanoiasrc.c:
6291 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6292 (gst_gnome_vfs_sink_class_init):
6293 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6294 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6295 * ext/ogg/gstoggmux.c:
6296 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6297 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6298 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6299 * ext/pango/gsttextoverlay.c:
6300 * ext/pango/gsttextrender.c:
6301 * ext/theora/theoradec.c:
6302 * ext/theora/theoraenc.c:
6303 * ext/vorbis/vorbisdec.c:
6304 * ext/vorbis/vorbisenc.c:
6305 * gst-libs/gst/audio/gstaudiofilter.c:
6306 (gst_audio_filter_base_init):
6307 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6308 (gst_audio_filter_template_base_init):
6309 * gst/adder/gstadder.c: (gst_adder_get_type):
6310 * gst/adder/gstadder.h:
6311 * gst/audioconvert/gstaudioconvert.c:
6312 * gst/audiotestsrc/gstaudiotestsrc.c:
6313 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6314 (gst_audio_test_src_create):
6315 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6316 * gst/playback/gstdecodebin.c:
6317 * gst/playback/gstplaybin.c:
6318 * gst/playback/gststreamselector.c:
6319 (gst_stream_selector_base_init):
6320 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6321 * gst/volume/gstvolume.c:
6322 * sys/v4l/gstv4lmjpegsink.c:
6323 * sys/v4l/gstv4lmjpegsrc.c:
6324 * tests/check/libs/cddabasesrc.c:
6325 * tests/old/examples/gob/gst-identity2.gob:
6326 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6327 define GstElementDetails at the top
6329 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6331 * win32/common/libgstinterfaces.def:
6332 Add a lot of export functions for gst-python
6333 * win32/vs6/libgstinterfaces.dsp:
6334 Add a missing include folder in the project configuration
6336 2006-03-23 Wim Taymans <wim@fluendo.com>
6338 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6339 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6340 (gst_base_audio_src_change_state):
6341 Fix audio sources, forgot to make the ringbuffer
6344 2006-03-23 Wim Taymans <wim@fluendo.com>
6346 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6347 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6348 (gst_base_audio_src_change_state):
6349 unparent instead of unref the ringbuffer.
6351 2006-03-23 Wim Taymans <wim@fluendo.com>
6353 * gst-libs/gst/audio/gstbaseaudiosink.c:
6354 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6355 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6356 Implement new async_play vmethod to start slaving and allow
6357 playback start in case of async PLAY state changes.
6359 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6360 Enable QoS with new method in base class.
6362 2006-03-23 Wim Taymans <wim@fluendo.com>
6364 Patch by: Julien MOUTTE <julien at moutte dot net>
6366 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6367 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6368 Partially handle 0 framerate, only EOS after the first frame
6371 2006-03-23 Wim Taymans <wim@fluendo.com>
6373 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6375 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6376 (gst_riff_create_video_template_caps):
6377 * gst/ffmpegcolorspace/avcodec.h:
6378 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6379 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6380 (gst_ffmpegcsp_avpicture_fill):
6381 * gst/ffmpegcolorspace/imgconvert.c:
6382 Patch for support of YVU9 AVI files (#334822)
6384 2006-03-22 Edward Hervey <edward@fluendo.com>
6386 * docs/design/design-decodebin.txt:
6387 Added design document for new decodebin
6388 (Target Caps): text/x-pango-markup is also a default target caps.
6390 2006-03-22 Wim Taymans <wim@fluendo.com>
6392 * gst-libs/gst/audio/gstbaseaudiosink.c:
6393 (gst_base_audio_sink_dispose):
6394 Since we _parent the ringbuffer, we also need to
6395 _unparent instead of a plain _unref.
6397 2006-03-22 Wim Taymans <wim@fluendo.com>
6399 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6400 (stop_seek), (scrub_toggle_cb), (main):
6403 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6405 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6406 (gst_ogg_parse_chain):
6407 Fix very inefficient usage of linked lists (#335365).
6409 2006-03-21 Edward Hervey <edward@fluendo.com>
6411 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6412 * gst/playback/gstplaybin.c: (handoff):
6413 * gst/playback/gststreamselector.c:
6414 (gst_stream_selector_set_property):
6415 gcc 4.1 unreferenced pointer fixes.
6416 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6417 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6418 gst_buffer_ref() now takes a GstBuffer*.
6420 2006-03-20 Julien MOUTTE <julien@moutte.net>
6422 * sys/xvimage/xvimagesink.c:
6423 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6426 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6428 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6429 (id3v1_type_find), (apetag_type_find), (plugin_init):
6430 Can't do tag preferences via probability, as tags would then
6431 lose against types that are recognised with MAXIMUM probability
6432 (like .wav); so let all tag typefinders return MAXIMUM themselves
6433 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6434 that we can prefer APE to ID3v1 (fixes #335028).
6436 2006-03-17 Wim Taymans <wim@fluendo.com>
6438 * gst-libs/gst/audio/gstbaseaudiosink.c:
6439 (gst_base_audio_sink_change_state):
6440 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6441 (gst_ring_buffer_may_start):
6442 * gst-libs/gst/audio/gstringbuffer.h:
6443 Only start playback if we are playing.
6446 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6448 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6449 * win32/common/config.h:
6450 Revert accidental commits to these files.
6452 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6454 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6456 * tests/Makefile.am:
6457 Don't try to build tests in tests/icles if we
6458 don't have X (#323852)
6460 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6462 * gst-libs/gst/tag/gstid3tag.c:
6463 Add TXXX frame identifiers for replaygain stuff as used
6464 by some taggers (see #323721).
6466 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6468 * gst/playback/gststreamselector.c:
6469 (gst_stream_selector_set_property),
6470 (gst_stream_selector_bufferalloc):
6471 Preserve the existing buggy streamselector behaviour by performing
6472 a fallback buffer allocation when downstream isn't linked yet.
6473 This should really be fixed in playbin by blocking pads until it's
6475 Also, use gst_pad_alloc_buffer instead of
6476 gst_pad_alloc_buffer_and_set.
6478 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6480 * gst-libs/gst/tag/gstid3tag.c:
6481 Don't crash on unknown ID3v2 TXXX frames.
6483 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6485 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6486 Chain up to the parent finalize method.
6487 Add 32-bit sample size to the template caps.
6489 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6490 (gst_riff_create_video_template_caps):
6491 Add the fourcc that the VMWare codec uses.
6493 * gst/playback/gststreamselector.c:
6494 (gst_stream_selector_set_property),
6495 (gst_stream_selector_bufferalloc),
6496 (gst_stream_selector_request_new_pad):
6497 For the active pad, forward buffer-alloc requests, otherwise
6498 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6499 having to memcpy every frame when used by playbin.
6501 * gst/tcp/gstmultifdsink.c:
6502 (gst_multi_fd_sink_handle_client_write):
6503 Get negotiated caps from the sink pad, rather than the sink
6506 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6508 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6510 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6511 Don't forget to set src->callbacks_pushed to FALSE again when
6512 popping them, otherwise re-activation in a different mode won't
6515 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6517 Patch by: Sebastien Moutte <sebastien moutte net>
6519 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6520 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6521 (gst_ffmpeg_smpfmt_to_caps):
6522 Replace __VA_ARGS__ caps creation macros with varargs functions.
6523 Makes things compile on MSVC (#320765), looks nicer, and we can
6524 tell the compiler to check for the NULL terminator.
6526 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6528 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6530 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6531 Make sure the buffer we copy into is really always big
6532 enough, this time for real (#333488).
6534 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6536 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6537 Add support for 24bpp DIB (#305279).
6539 2006-03-14 Wim Taymans <wim@fluendo.com>
6541 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6542 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6543 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6544 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6545 (gst_video_scale_init), (gst_video_scale_src_event):
6546 Re-enable QoS after the release.
6547 Rework videoscale to use the base class src_event handler.
6549 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6554 === release 0.10.5 ===
6556 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6559 releasing 0.10.5, "Net"
6561 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6563 * docs/plugins/Makefile.am:
6564 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6566 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6568 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6569 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6570 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6571 Add cdparanoiasrc to docs.
6573 * gst-libs/gst/cdda/gstcddabasesrc.c:
6574 More GstCddaBaseSrc docs.
6576 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6578 * docs/libs/gst-plugins-base-libs-sections.txt:
6579 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6580 * gst-libs/gst/tag/tag.h:
6581 API: libgsttag: new method gst_tag_from_id3_user_tag().
6583 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6585 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6586 NULL-terminate array of mpeg4 video file extensions.
6587 Fixes crash on PPC (#334226).
6589 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6591 * ext/gnomevfs/gstgnomevfssrc.c:
6592 (gst_gnome_vfs_src_check_get_range):
6593 gnome_vfs_uri_is_local() alone is not a good indicator
6594 whether we can operate in pull-mode with a specific URI,
6595 as it returns FALSE for file:// URIs that point to an
6596 NFS-mounted path. Be more conservative here: whitelist
6597 local files, blacklist http URIs and use the old
6598 mechanism for anything else (fixes #334216).
6600 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6605 === release 0.10.4 ===
6607 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6610 releasing 0.10.4, "Power"
6612 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6614 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6615 Disable max-lateness by setting it to -1 for now, so that
6616 we can bed QoS stuff in thoroughly between now and the next
6619 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
6621 Patch by: Fabrizio Gennari
6623 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6624 Make sure we don't read beyond the palette buffer in case of
6625 broken or manipulated files (#333488)
6627 2006-03-10 Edward Hervey <edward@fluendo.com>
6629 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6630 Fix for variable not initialized.
6632 2006-03-09 Wim Taymans <wim@fluendo.com>
6634 * ext/libvisual/visual.c: (gst_visual_get_type),
6635 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6639 * ext/theora/gsttheoradec.h:
6640 * ext/theora/theoradec.c: (gst_theora_dec_init),
6641 (gst_theora_dec_reset), (_theora_granule_time),
6642 (theora_dec_src_convert), (theora_dec_sink_convert),
6643 (theora_dec_src_query), (theora_dec_src_event),
6644 (theora_dec_sink_event), (theora_handle_comment_packet),
6645 (theora_handle_header_packet), (theora_dec_push),
6646 (theora_handle_data_packet), (theora_dec_chain),
6647 (theora_dec_change_state):
6650 2006-03-09 Wim Taymans <wim@fluendo.com>
6652 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6653 (audiocast_register_listener), (gst_gnome_vfs_src_start):
6656 2006-03-09 Wim Taymans <wim@fluendo.com>
6658 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6659 Don't try to activate NULL chains.
6661 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6663 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6664 Fix invalid memory access to region before peek'd data (#332964).
6666 2006-03-09 Wim Taymans <wim@fluendo.com>
6668 Patch by: Christophe Fergeau
6670 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6671 * ext/pango/gsttextrender.c: (gst_text_render_init):
6672 * gst/adder/gstadder.c: (gst_adder_init):
6673 Don't leak padtemplates, closes #333510.
6675 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6677 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6678 Fix invalid memory access: make sure string passed to
6679 regexec() is NUL-termianted.
6681 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6683 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6685 Refactor mpeg/audio typefinding to make it more maintainable
6686 and easier to fine-tune. Make probing into middle of the file
6687 work properly (fixes #333900, also see #152688).
6689 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6691 * gst/typefind/gsttypefindfunctions.c:
6692 (utf8_type_find_have_valid_utf8_at_offset):
6693 Remove part from previous commit that was bogus:
6694 g_utf8_validate() does in fact not accept embedded
6695 zeroes, so we don't need to check for those (thanks
6696 to Mike for the hint).
6698 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6700 * gst/typefind/gsttypefindfunctions.c:
6701 (utf8_type_find_count_embedded_zeroes),
6702 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6703 Make plain/text typefinder more conservative: firstly, check
6704 for embedded zeroes, which are perfectly valid UTF-8 characters,
6705 but also a fairly good sign that something is not a plain text
6706 file; secondly, probe into the middle of the file if possible.
6707 If we can't probe into the middle, limit the probability value
6708 to be returned to TYPE_FIND_POSSIBLE (see #333900).
6710 2006-03-08 Michael Smith <msmith@fluendo.com>
6712 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6713 Make typefind function name for mpeg4 video unique.
6715 2006-03-08 Wim Taymans <wim@fluendo.com>
6717 * ext/libvisual/visual.c: (gst_visual_init),
6718 (gst_visual_clear_actors), (gst_visual_dispose),
6719 (gst_visual_reset), (gst_visual_src_setcaps),
6720 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6721 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6722 (gst_visual_chain), (gst_visual_change_state):
6723 Cleanups, post nice errors.
6724 Handle sink and src events.
6725 Implement simple QoS.
6727 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6728 Use new basesink methods to configure max-lateness.
6731 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6732 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6733 Debug statement cleanups.
6735 * gst/volume/gstvolume.c: (gst_volume_class_init):
6738 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6740 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6741 (gst_text_overlay_init), (gst_text_overlay_set_property),
6742 (gst_text_overlay_get_property):
6743 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6744 as string type properties, but mark them deprecated. Add
6745 'halignment' and 'valignment' properties that use enums
6748 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6750 Patch by: Fabrizio Gennari
6752 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6753 Allow palettes with less than 256 colours in AVI files
6756 2006-03-07 Julien MOUTTE <julien@moutte.net>
6758 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6759 (gst_text_overlay_video_event): Fix wrong EOS handling on text
6760 pad. We were releasing the queued text buffer when we should keep
6761 it until video pad gets EOS or discard the text buffer because it's
6762 too old. That was eating the last subtitle buffer. Add some more
6765 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6767 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6768 (gst_text_overlay_video_chain):
6769 Fix invalid memory access (we can't access a buffer after it's been
6770 pushed downstream without taking a reference); fix memory leak (if
6771 there's no text to render, bail out before allocating stuff).
6773 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6775 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6776 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6777 * ext/pango/gsttextoverlay.h:
6778 If input is plain text, escape it before passing it to
6779 pango_layout_set_markup().
6781 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6783 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6784 Don't ignore flow return from gst_pad_push().
6786 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6788 Patch by: Fabrizio Gennari
6790 * ext/libvisual/visual.c: (gst_visual_getcaps),
6791 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6793 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6794 (gst_vorbisenc_convert_sink):
6795 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6796 (gst_audio_duration_from_pad_buffer):
6797 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6798 (gst_audio_filter_chain):
6799 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6800 (gst_base_rtp_depayload_setcaps):
6801 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6802 (gst_video_get_size):
6803 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6804 Don't leak references returned by gst_pad_get_parent()
6807 2006-03-06 Stefan Kost <ensonic@users.sf.net>
6809 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6810 change location param details
6811 * gst/volume/gstvolume.c: (plugin_init):
6812 correct plugin description
6814 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
6816 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6817 (gst_gnome_vfs_src_check_get_range):
6818 Override GstBaseSrc::check_get_range() in order to avoid opening
6819 the resource just to check whether we can operate in pull-mode or
6820 not - we can predict that pretty well from the URI alone. Should
6821 fix problems with last.fm (#331690). (Requires latest core CVS).
6823 2006-03-06 Wim Taymans <wim@fluendo.com>
6825 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6826 (gst_video_sink_class_init):
6827 Throw away frames that are later than 20 ms.
6829 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
6831 Patch by: Fabrizio Gennari
6833 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6834 Set depth on WMA caps (#333545)
6836 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
6838 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6839 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6840 put Theora BOS pages before others. This hardcodes
6841 the Ogg/Theora I profile, but hey.
6843 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
6846 updated with some examples
6847 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6848 (granulepos_add), (theora_buffer_from_packet):
6849 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6850 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6851 (gst_vorbisenc_chain):
6852 implement strategy from ext/ogg/README
6853 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6854 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6855 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6856 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6857 Fix muxer so that oggz-validate is happy with all streams;
6858 except for no eos mark, and the BOS page ordering
6859 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6860 (check_buffer_granulepos):
6861 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6862 update tests to check for OFFSET being set as requested
6863 fixed type of granulepos, it's not a ClockTime
6865 2006-03-05 Julien MOUTTE <julien@moutte.net>
6867 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6868 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6869 Check that the xvimage we are creating has a correct size
6870 before returning it. (#314897)
6872 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
6874 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6875 Give id3 and ape tag typefinders a rank slightly higher
6876 than PRIMARY to ensure they're always run before any of
6877 the other typefinders (in particular wav and mp3) (#324186).
6879 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
6881 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6882 Add support for '3IVD' fourcc (#333403).
6884 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
6887 Bump requirements to GStreamer CVS for the new error enum.
6889 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6890 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6891 space left on the device (fixes #333352).
6893 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
6896 add a project file for libgstvolume
6897 update the workspace
6899 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
6901 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6902 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6904 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6905 Set IN_CAPS on header buffers
6907 2006-03-02 Wim Taymans <wim@fluendo.com>
6909 * docs/plugins/Makefile.am:
6910 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6911 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6912 Add audioresample to docs.
6914 * gst/audioconvert/gstaudioconvert.c:
6917 * gst/audioresample/gstaudioresample.c:
6918 (gst_audioresample_base_init), (gst_audioresample_class_init),
6919 (gst_audioresample_init), (gst_audioresample_dispose),
6920 (audioresample_get_unit_size), (audioresample_transform_caps),
6921 (resample_set_state_from_caps), (audioresample_transform_size),
6922 (audioresample_set_caps), (audioresample_event),
6923 (audioresample_do_output), (audioresample_transform),
6924 (audioresample_pushthrough), (gst_audioresample_set_property),
6925 (gst_audioresample_get_property), (plugin_init):
6926 * gst/audioresample/gstaudioresample.h:
6928 Small code cleanups.
6930 2006-03-02 Wim Taymans <wim@fluendo.com>
6932 * docs/plugins/Makefile.am:
6933 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6934 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6935 Added videoscale to docs.
6937 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6938 (gst_video_rate_swap_prev), (gst_video_rate_event),
6939 (gst_video_rate_chain):
6942 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6943 (gst_video_scale_init), (gst_video_scale_prepare_size),
6944 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6945 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6946 * gst/videoscale/gstvideoscale.h:
6947 Added docs, examples.
6949 Post errors instead of g_warning.
6951 2006-03-02 Wim Taymans <wim@fluendo.com>
6953 * docs/libs/gst-plugins-base-libs-docs.sgml:
6954 * docs/libs/gst-plugins-base-libs-sections.txt:
6955 * docs/libs/gst-plugins-base-libs.types:
6956 * docs/plugins/Makefile.am:
6957 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6958 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6959 Added some more docs to libs and plugins.
6961 * gst-libs/gst/audio/gstringbuffer.c:
6962 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6963 * gst-libs/gst/audio/gstringbuffer.h:
6964 Document ringbuffer some more.
6966 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6967 (gst_video_rate_setcaps), (gst_video_rate_reset),
6968 (gst_video_rate_init), (gst_video_rate_flush_prev),
6969 (gst_video_rate_swap_prev), (gst_video_rate_event),
6970 (gst_video_rate_chain), (gst_video_rate_change_state):
6971 * gst/videorate/gstvideorate.h:
6972 Fix videorate to use segments.
6973 Make it work with 0/1 framerates (closes #331903)
6974 Handle EOS correctly.
6977 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
6979 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6980 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6981 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6982 In state change function, first chain up to parent class,
6983 then handle downwards state change stuff. Remove some
6984 commented out cruft from 0.8 code.
6986 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
6988 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6989 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6990 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6991 (gst_ogm_parse_chain):
6992 Don't remove/re-add source pad if the new caps are the same as
6993 the old caps anyway (#333042). When removing source pad, don't
6994 unref it afterwards - we didn't ref it when adding. Sprinkle some
6995 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6996 after using gst_pad_get_parent(). Return downstream flow return
6997 value in chain function.
6999 2006-03-02 Wim Taymans <wim@fluendo.com>
7001 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7002 * docs/plugins/gst-plugins-base-plugins.args:
7003 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7004 * docs/plugins/gst-plugins-base-plugins.interfaces:
7005 * docs/plugins/gst-plugins-base-plugins.signals:
7006 Fix hierarchy, added some more elements to the docs.
7008 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7009 (gst_ffmpegcsp_get_type):
7010 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7011 Fix docs for ffmpegcolorspace.
7013 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7015 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7016 (apetag_type_find), (ape_type_find), (plugin_init):
7017 Some typefinding fine-tuning:
7018 - rank ID3/APE tags in order of preference via probabilities, so that
7019 ID3v2 > APEv2 > APEv1 > ID3v1.
7020 - three or four bytes don't really justify MAXIMUM probability,
7021 change those to 'very likely' (musepack and monkeysaudio).
7023 2006-03-01 Wim Taymans <wim@fluendo.com>
7025 * docs/plugins/Makefile.am:
7026 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7027 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7028 * ext/alsa/gstalsamixer.c:
7029 * ext/alsa/gstalsamixer.h:
7030 * ext/alsa/gstalsamixerelement.c:
7031 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7032 * ext/alsa/gstalsamixerelement.h:
7033 * ext/alsa/gstalsasink.c:
7034 * ext/alsa/gstalsasink.h:
7035 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7037 * ext/alsa/gstalsasrc.h:
7039 Small code cleanups.
7041 2006-03-01 Wim Taymans <wim@fluendo.com>
7043 * ext/theora/Makefile.am:
7044 Dist new header too,
7046 2006-03-01 Wim Taymans <wim@fluendo.com>
7048 * docs/plugins/Makefile.am:
7049 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7050 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7051 * ext/gnomevfs/gstgnomevfssink.h:
7052 * ext/gnomevfs/gstgnomevfssrc.h:
7053 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7054 * ext/vorbis/vorbisdec.h:
7055 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7056 * ext/vorbis/vorbisenc.h:
7057 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7058 (vorbis_parse_chain), (vorbis_parse_change_state):
7059 * ext/vorbis/vorbisparse.h:
7060 * gst/audioconvert/gstaudioconvert.h:
7061 * gst/tcp/gsttcpserversink.h:
7062 * gst/videotestsrc/gstvideotestsrc.c:
7063 * gst/videotestsrc/gstvideotestsrc.h:
7064 * gst/volume/gstvolume.c:
7065 * gst/volume/gstvolume.h:
7067 Added docs for vorbisdec and vorbisparse.
7070 2006-03-01 Wim Taymans <wim@fluendo.com>
7072 * docs/plugins/Makefile.am:
7073 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7074 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7075 * ext/pango/gstclockoverlay.h:
7076 * ext/pango/gsttextoverlay.h:
7077 * ext/pango/gsttextrender.h:
7078 * ext/pango/gsttimeoverlay.h:
7079 * ext/theora/gsttheoradec.h:
7080 * ext/theora/gsttheoraenc.h:
7081 * ext/theora/theoradec.c:
7082 * ext/theora/theoraenc.c:
7083 * gst/audioconvert/gstaudioconvert.h:
7084 * gst/audiotestsrc/gstaudiotestsrc.h:
7085 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7086 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7087 * gst/tcp/gstmultifdsink.h:
7088 Updated/added documentation.
7090 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7091 (gst_text_overlay_halign_get_type),
7092 (gst_text_overlay_wrap_mode_get_type),
7093 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7094 (gst_text_overlay_init), (gst_text_overlay_set_property),
7095 (gst_text_overlay_get_property):
7096 Fix up properties to be enums instead of string to make bindings,
7097 introspection and automatic GUI creation possible.
7098 Add getters for the properties.
7100 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7102 * gst/audiotestsrc/gstaudiotestsrc.c:
7103 added defines of M_PI and M_PI_2
7104 * gst/ffmpegcolorspace/avcodec.h:
7105 removed #include "stdint.h" for win32 as _stdint.h is
7106 autogenerated to win32/common
7107 * win32/common/libgstaudio.def:
7108 * win32/common/libgsttag.def:
7111 some project files bugs corrected
7113 project files are reset to the default vs7 configuration
7114 (they link to msvcr71.dll using default optimizations)
7116 2006-02-28 Wim Taymans <wim@fluendo.com>
7118 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7121 2006-02-28 Edward Hervey <edward@fluendo.com>
7123 * ext/alsa/gstalsasrc.c:
7124 Set proper class on the ElementDetails:
7125 Source/Audio instead of Src/Audio/
7127 2006-02-28 Edward Hervey <edward@fluendo.com>
7129 * gst/videoscale/vs_scanline.c:
7130 (vs_scanline_resample_nearest_RGBA):
7131 Revert optimization in videoscale. It should go in liboil and have
7132 an appropriate liboil function.
7134 2006-02-28 Wim Taymans <wim@fluendo.com>
7136 * gst-libs/gst/audio/gstbaseaudiosink.c:
7137 (gst_base_audio_sink_provide_clock):
7138 Don't try to provide a clock in the NULL state.
7140 2006-02-28 Wim Taymans <wim@fluendo.com>
7142 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7143 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7144 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7145 (gst_ogg_demux_deactivate_current_chain),
7146 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7147 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7148 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7149 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7150 Use GstSegment infrastructure to remove duplicated code
7151 and handle more seek cases correctly.
7153 2006-02-28 Wim Taymans <wim@fluendo.com>
7155 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7156 (gst_ffmpegcsp_transform):
7157 Don't ignore return code from ffmpeg convert function.
7159 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7160 Split out some long statements to ease debugging.
7162 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7164 * ext/libvisual/visual.c: (gst_visual_init),
7165 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7166 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7167 being able to renegotiate the size. Instead, use the negotiation
7168 algorithm from the goom plugin to pick an initial output caps.
7170 Also, allow theoretical libvisual plugins that might support non-GL
7171 output even if they also do GL.
7173 2006-02-26 Julien MOUTTE <julien@moutte.net>
7175 * ext/libvisual/visual.c: (gst_visual_init),
7176 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7177 (plugin_init): Load only non GL plugins. Fix some memleaks and
7178 possible negotiation issues.
7180 2006-02-25 Julien MOUTTE <julien@moutte.net>
7182 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7184 2006-02-24 Michael Smith <msmith@fluendo.com>
7186 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7187 (cmml_type_find), (plugin_init):
7188 Fix CMML type find function to not require a specific minor version
7191 Add an MPEG4 video elementary stream typefind function.
7193 2006-02-04 Michael Smith <msmith@fluendo.com>
7195 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7196 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7197 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7198 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7199 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7200 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7201 Annodex support in ogg demuxer. Doesn't do very much without the
7202 other annodex patches (to come).
7204 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7206 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7208 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7209 Pick up palette for MS video v1 (#327028)
7211 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7213 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7214 (gst_ffmpegcsp_caps_remove_format_info),
7215 (gst_ffmpegcsp_get_unit_size):
7216 The 'palette_data' field from incoming RGB caps shouldn't be
7217 proxied on outgoing YUV caps; also, restrict unit size
7218 adjustment in case of paletted data only to the unit that
7219 actually has a palette. Fixes #330711.
7221 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7223 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7224 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7225 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7226 (gst_ffmpegcsp_get_unit_size):
7227 Plug some memory leaks.
7229 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7231 * sys/ximage/Makefile.am:
7232 * sys/xvimage/Makefile.am:
7233 Add some _CFLAGS and _LIBS that seem to be missing
7234 and/or required for Cygwin (see #317048).
7236 2006-02-22 Wim Taymans <wim@fluendo.com>
7238 * ext/alsa/gstalsasrc.c:
7239 Fix description as pointed out by caugier.
7241 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7243 Reviewed by : Edward Hervey <edward@fluendo.com>
7245 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7247 Better 3gp typefinding (#331526).
7249 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7251 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7252 Don't send EOS event here, the base class will send one for us.
7254 * gst/playback/gstplaybasebin.c: (prepare_output):
7255 Subpictures without video stream aren't allowed either.
7257 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7258 Fix debug statement copy'n'paste-o.
7260 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7262 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7263 Fix issues with mixer keeping state when muting/unmuting
7264 and when changing the volume whilst muted (see #331763
7267 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7269 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7270 (parse_subrip), (gst_sub_parse_format_autodetect):
7271 Set right caps given that we send escaped text. Also,
7272 honour <i></i>, <b></b> and <u></u> markers that can be found
7273 in .srt files (fixes #310202).
7275 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7277 * gst-libs/gst/audio/mixerutils.c:
7278 (element_factory_rank_compare_func):
7279 Make order in which elements are tried more determinable.
7281 2006-02-20 Julien MOUTTE <julien@moutte.net>
7283 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7284 (remove_element_chain), (cleanup_decodebin),
7285 (gst_decode_bin_change_state): Make decodebin reusable by
7286 fixing remove_element_chain first and then introduce a
7287 cleaner in state change to ->NULL. (Closes #331678)
7289 2006-02-19 Wim Taymans <wim@fluendo.com>
7291 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7292 use 0666 mask when creating files so umask gets applied
7293 correctly. Fixes #331295.
7295 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7297 * gst/subparse/Makefile.am:
7298 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7299 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7300 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7301 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7302 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7303 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7304 * gst/subparse/gstssaparse.h:
7305 * gst/subparse/gstsubparse.c: (plugin_init):
7306 Add very basic parser for SSA subtitle streams (as often
7307 found in matroska files).
7309 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7311 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7312 That should be text/x-pango-markup, not text/x-pango-layout.
7314 2006-02-19 Julien MOUTTE <julien@moutte.net>
7316 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7319 2006-02-19 Julien MOUTTE <julien@moutte.net>
7321 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7322 (gst_text_overlay_finalize), (gst_text_overlay_init),
7323 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7324 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7325 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7326 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7327 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7328 Fix state change deadlock.
7330 2006-02-19 Julien MOUTTE <julien@moutte.net>
7332 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7333 (gst_text_overlay_finalize), (gst_text_overlay_init),
7334 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7335 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7336 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7337 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7338 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7339 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7340 and subtitles files.
7342 2006-02-19 Julien MOUTTE <julien@moutte.net>
7344 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7345 should be considered as raw.
7347 2006-02-19 Julien MOUTTE <julien@moutte.net>
7349 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7351 * gst/playback/gststreaminfo.h: Introduce language informations.
7353 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7355 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7356 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7357 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7358 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7359 Set shared memory segments to be deleted as soon as we have attached,
7360 that way they get cleaned up automatically if we crash.
7362 2006-02-18 Julien MOUTTE <julien@moutte.net>
7364 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7365 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7366 functions are called with lock held.
7368 2006-02-18 Julien MOUTTE <julien@moutte.net>
7370 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7371 (gst_text_overlay_finalize), (gst_text_overlay_init),
7372 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7373 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7374 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7375 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7376 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7377 (gst_text_overlay_change_state): Refactoring of textoverlay
7378 without collectpads. This now supports sparse subtitles coming
7379 from a demuxer instead of a sub file. Seeking is still broken
7380 though. Need to discuss with wtay some more on how to handle
7382 * ext/pango/gsttextoverlay.h:
7383 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7384 subtitles coming from the demuxer.
7386 2006-02-17 Wim Taymans <wim@fluendo.com>
7388 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7389 (gst_vorbisenc_convert_sink):
7390 Use some more scaling functions.
7392 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7394 * ext/cdparanoia/gstcdparanoiasrc.c:
7395 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7396 (gst_cd_paranoia_paranoia_callback),
7397 (gst_cd_paranoia_src_signal_is_being_watched),
7398 (gst_cd_paranoia_src_read_sector):
7399 * ext/cdparanoia/gstcdparanoiasrc.h:
7400 Add back 'transport-error' and 'uncorrected-error' signals and
7401 make them actually be fired when bad stuff happens (#319340).
7403 2006-02-17 Wim Taymans <wim@fluendo.com>
7405 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7406 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7407 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7408 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7409 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7410 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7411 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7412 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7413 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7414 (gst_ring_buffer_clear):
7416 Added some G_LIKELY.
7418 2006-02-17 Wim Taymans <wim@fluendo.com>
7420 * gst-libs/gst/audio/TODO:
7423 * gst-libs/gst/audio/gstbaseaudiosink.c:
7424 (gst_base_audio_sink_get_offset):
7425 When trying to play samples ASAP and we don't have a
7426 previous sample, try to play at position 0 instead of
7427 an invalid position.
7429 2006-02-17 Wim Taymans <wim@fluendo.com>
7431 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7432 (gst_alsasink_reset):
7433 Also release lock when we get an error in _reset();
7434 fix an error message.
7436 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7438 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7439 (gst_alsasink_init), (get_channel_free_structure),
7440 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7441 (gst_alsasink_close):
7442 * ext/alsa/gstalsasink.h:
7443 Add support for more than 2 channels (#326720).
7445 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7447 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7448 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7449 with 4 or 6 channels, assume a default channel layout to make things
7450 work (not sure there's anything else we can do in those cases).
7452 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7454 * gst-libs/gst/audio/multichannel.c:
7457 * gst-libs/gst/riff/Makefile.am:
7458 * gst-libs/gst/riff/riff-ids.h:
7459 * gst-libs/gst/riff/riff-media.c:
7460 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7461 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7462 channels and a channel layout map.
7464 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7466 Reviewed by Edward Hervey <edward@fluendo.com>
7468 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7469 C-level optimization of the RGBA nearest neighbour function.
7470 Eventually this might end up in liboil with vectorized versions.
7472 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7474 * gst-libs/gst/audio/multichannel.c:
7475 (gst_audio_get_channel_positions):
7476 When we have more than 2 channels, but no channel layout is
7477 specified in the caps, return some default channel layout
7478 to the caller and warn about about a possibly buggy element
7479 (could be buggy filtercaps as well of course) (#317038).
7481 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7483 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7484 Add gst-libs/gst/cdda to list of lib search paths.
7486 2006-02-15 Andy Wingo <wingo@pobox.com>
7488 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7489 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7490 to the Lord Jesus that I do not have to touch the ogg muxer ever
7493 2006-02-15 Edward Hervey <edward@fluendo.com>
7495 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7496 quicktime movie files can also contain 'uuid' atoms.
7498 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7500 * gst/audioconvert/plugin.c: (plugin_init):
7501 Register the GstAudioChannelPosition enum type with the type
7502 system in the plugin_init function, so that it is known before
7503 any element actually makes use of multi-channel stuff. This is
7504 required for example if one wants to be able to deserialise/use
7505 a caps string with channel positions before any pipeline has
7506 been setup and started, like with gst-launch.
7508 2006-02-14 Wim Taymans <wim@fluendo.com>
7510 * gst-libs/gst/audio/gstringbuffer.c:
7511 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7512 (gst_ring_buffer_samples_done), (wait_segment),
7513 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7514 Add some compiler G_(UN_)LIKELY help.
7515 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7516 make sure they can exit their functions. Should fix #330748
7518 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7523 * win32/common/_stdint.h:
7524 Windows does not have long long; copy the generated _stdint.h
7525 * win32/common/interfaces-enumtypes.c:
7526 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7527 (gst_mixer_track_flags_get_type),
7528 (gst_tuner_channel_flags_get_type):
7529 * win32/common/multichannel-enumtypes.c:
7530 (gst_audio_channel_position_get_type):
7533 2006-02-13 Wim Taymans <wim@fluendo.com>
7535 * gst-libs/gst/audio/gstbaseaudiosink.c:
7536 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7537 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7538 Always sync on first sample we receive when starting.
7540 2006-02-13 Wim Taymans <wim@fluendo.com>
7542 * gst/playback/gstplaybin.c: (gen_vis_element):
7543 Update vis bin docs.
7544 Move queue after tee so we don't queue video buffers but
7545 audio samples instead. Fixes problems where the video queue
7546 is filled and the audio queue empty.
7548 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7550 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7551 No need to push an EOS event here, GstBaseSrc will do that for us
7552 when we return FLOW_UNEXPECTED.
7554 2006-02-12 Wim Taymans <wim@fluendo.com>
7556 * gst-libs/gst/audio/gstbaseaudiosink.c:
7557 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7558 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7559 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7560 Use scale functions when possible.
7562 Free clockid when after waiting for EOS.
7563 Use G_(UN_)LIKLY when it makes sense.
7564 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7566 2006-02-12 Edward Hervey <edward@fluendo.com>
7568 * gst/playback/gstplaybasebin.c: (prepare_output):
7569 Remove stray semi-colon (fixes #330888).
7571 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7573 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7574 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7575 Fix up the XShm call testing so that we catch errors, and don't
7576 cause new ones by attempting to detach from a segment we failed
7577 to attach to. Fixes #312439.
7579 2006-02-10 Edward Hervey <edward@fluendo.com>
7581 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7582 Added flv file typefind (video/x-flv).
7584 2006-02-10 Edward Hervey <edward@fluendo.com>
7586 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7587 (gst_riff_create_video_template_caps):
7588 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7589 Also added the caps to the default set of riff video caps.
7591 2006-02-09 Andy Wingo <wingo@pobox.com>
7593 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7594 time and the end time of the last packet in the page.
7595 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7596 on the pages in our queue, set the duration as well. Reflow a
7598 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7599 Fixes bad muxing order.
7601 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7603 * gst-libs/gst/rtp/gstbasertppayload.c:
7604 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7605 update seqnum before setting it on the packet; this makes sure
7606 that the timestamp and seqnum properties match after pushing
7609 2006-02-09 Andy Wingo <wingo@pobox.com>
7611 * gst-libs/gst/audio/gstringbuffer.c
7612 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7613 overflow after 13.5 hours of recording. Kapow!
7615 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7616 the buffer size -- we don't care about underrun/overrun reporting
7617 right now, just need to return a useful value.
7619 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7624 === release 0.10.3 ===
7626 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7629 releasing 0.10.3, "Under Pressure"
7631 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7634 Drat. Bump libtool version number for new API.
7635 Prelease 0.10.2.3 (of 0.10.3)
7637 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7640 * win32/common/config.h:
7641 0.10.2.2 prerelease (of 0.10.3).
7643 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7645 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7646 Revert Andy's newsegment change pending a more correct
7649 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
7651 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7652 (qt_type_find), (plugin_init):
7653 detect more files as 3gp
7654 group and reorder the iso file formats
7656 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7658 * ext/vorbis/vorbis.c: (plugin_init):
7659 Register musicbrainz tags, so apps don't have to.
7661 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7663 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7664 (gst_tag_to_vorbis_tag):
7665 Make sure we called gst_tag_register_musicbrainz_tags()
7666 before possibly mapping a vorbiscomment string from/to a
7669 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7671 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7672 In case we can't find the required number of consecutive
7673 mpeg audio frames to positively identify an MPEG audio
7674 stream, check if there's at least a valid mpeg audio
7675 frame right at offset 0 and if so suggest mpeg/audio
7676 caps with a very low probability (#153004).
7678 2006-02-07 Andy Wingo <wingo@pobox.com>
7680 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7681 a TIME segment if we get timestamped buffers. Requires recent
7682 fixes in core to work properly.
7684 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7686 * gst/playback/gstplaybasebin.c: (prepare_output):
7687 Don't print the URI as part of the error message, it
7688 makes error dialogs look rather ugly, especially if
7689 the URI is very long or has characters in it that
7692 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7694 * gst/playback/gstplaybasebin.c: (prepare_output):
7695 Error out if we have only text or subtitles, but nothing
7696 else. Also error out if we have subtitles but no video
7699 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7701 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7702 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7703 Post an error message on the bus when we encounter an
7704 error, which will hopefully be more meaningful than the
7705 'Internal Flow Error' message users get to see if we
7706 just return GST_FLOW_ERROR.
7708 2006-02-07 Andy Wingo <wingo@pobox.com>
7710 * configure.ac (GST_MAJORMINOR): Update core version req to
7711 0.10.2.2, for the collectpads API addition (#330244).
7713 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
7715 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7716 Return FALSE from plugin_init() when GnomeVFS can't
7717 be initialised for some reason (#328423).
7719 2006-02-06 Julien MOUTTE <julien@moutte.net>
7721 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
7722 Stick to seeking theory until i find the bug.
7723 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7725 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
7727 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7728 (theora_enc_finalize), (theora_enc_sink_setcaps),
7729 (theora_set_header_on_caps), (theora_enc_chain),
7730 (theora_enc_change_state):
7731 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7732 Make theoraenc and the tests leak free. Like, really.
7734 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
7736 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7737 (theora_enc_finalize), (theora_enc_sink_setcaps):
7738 Add a finalize method to ensure we clean up state even if
7739 someone omitted the state change back to NULL.
7741 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7742 (gst_vorbisenc_chain):
7743 Free some more leaked bits.
7745 * tests/check/pipelines/theoraenc.c: (start_pipeline),
7747 Wait for state changes to happen if they're ASYNC.
7749 This ought to teach those fancy pants buildbots a lesson.
7751 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
7753 * gst-libs/gst/tag/gstid3tag.c:
7754 Add mapping for ID3 International Standard Recording Code
7757 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
7759 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7760 Don't leak tag names.
7762 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7764 * docs/libs/gst-plugins-base-libs-docs.sgml:
7765 * docs/libs/gst-plugins-base-libs-sections.txt:
7766 * gst-libs/gst/tag/gstid3tag.c:
7767 * gst-libs/gst/tag/gstvorbistag.c:
7768 * gst-libs/gst/tag/tags.c:
7769 Split libgsttag docs into multiple sections.
7771 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7773 * docs/libs/Makefile.am:
7774 * docs/libs/gst-plugins-base-libs-docs.sgml:
7775 * docs/libs/gst-plugins-base-libs-sections.txt:
7776 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7777 * gst-libs/gst/tag/gstvorbistag.c:
7778 * gst-libs/gst/tag/tag.h:
7779 * gst-libs/gst/tag/tags.c:
7780 Add libgsttag to the docs.
7782 2006-02-05 Julien MOUTTE <julien@moutte.net>
7784 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7785 (gst_text_overlay_init), (gst_text_overlay_src_event),
7786 (gst_text_overlay_collected): Fix clockoverlay.
7788 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7790 * docs/libs/compiling.sgml:
7791 Fix typo: it's pkg-config, not pkg-gconfig
7793 * docs/libs/gst-plugins-base-libs-docs.sgml:
7794 * docs/libs/gst-plugins-base-libs-sections.txt:
7795 * docs/libs/tmpl/gstgconf.sgml:
7796 There is no libgstgconf in 0.10, remove it
7799 2006-02-05 Julien MOUTTE <julien@moutte.net>
7801 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7802 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7803 (gst_text_overlay_src_event), (gst_text_overlay_collected):
7804 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7805 (gst_sub_parse_class_init), (gst_sub_parse_init),
7806 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7807 (parse_mpsub), (parser_state_init), (handle_buffer),
7808 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7809 * gst/subparse/gstsubparse.h: Introduce seeking code.
7811 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7813 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7814 Add comment about LANGUAGE tag inconsistency (we want
7815 ISO-639-1, but extract three-letter identifiers?)
7818 Add two translatable files.
7820 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7822 * gst-libs/gst/tag/Makefile.am:
7823 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7824 * gst-libs/gst/tag/tag.h:
7825 * gst-libs/gst/tag/tags.c:
7826 (gst_tag_register_musicbrainz_tags_internal),
7827 (gst_tag_register_musicbrainz_tags):
7828 Forward-port some tags stuff from the 0.8 branch. This is
7829 mostly the addition of musicbrainz tags and their mapping
7830 to vorbistags, and a vorbistag mapping of the language tag.
7832 2006-02-05 Julien MOUTTE <julien@moutte.net>
7834 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7837 2006-02-04 David Schleef <ds@schleef.org>
7839 * ext/ogg/gstoggmux.c:
7840 * gst/typefind/gsttypefindfunctions.c:
7841 Add Dirac typefinding and add dirac format to oggmux.
7843 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
7845 * gst/playback/gstdecodebin.c: (try_to_link_1):
7846 Don't put essential function call into
7847 g_return_*() macro, otherwise it'll all be
7848 replaced by NOOPs when compiling with
7849 G_DISABLE_CHECKS defined.
7851 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
7853 * ext/ogg/gstoggdemux.c:
7854 * ext/ogg/gstoggparse.c:
7855 * gst/tcp/gsttcpserversink.c:
7856 * sys/v4l/v4lsrc_calls.c:
7857 * sys/v4l/v4lsrc_calls.h:
7858 Just make it compile with --disable-gst-debug.
7860 2006-02-03 Wim Taymans <wim@fluendo.com>
7862 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7863 (gst_alsasink_class_init), (gst_alsasink_init),
7864 (gst_alsasink_write), (gst_alsasink_reset):
7865 * ext/alsa/gstalsasink.h:
7866 Add lock to protect alsa calls.
7867 Implement reset to flush samples ASAP, does not work
7870 2006-02-02 Wim Taymans <wim@fluendo.com>
7872 * gst-libs/gst/audio/gstbaseaudiosink.c:
7873 (gst_base_audio_sink_provide_clock):
7874 Ugh.. getting late I guess...
7876 2006-02-02 Wim Taymans <wim@fluendo.com>
7878 * gst-libs/gst/audio/gstbaseaudiosink.c:
7879 (gst_base_audio_sink_provide_clock),
7880 (gst_base_audio_sink_set_property),
7881 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7882 Don't try to provide a clock when we are not negotiated since
7883 we might not be able to make it run.
7885 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
7887 * gst/playback/gstdecodebin.c: (try_to_link_1):
7888 Unlinking two source pads is ... hard.
7890 2006-02-02 Wim Taymans <wim@fluendo.com>
7892 * gst-libs/gst/audio/TODO:
7895 * gst-libs/gst/audio/gstbaseaudiosink.c:
7896 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7897 On EOS, wait till the last sample is played before posting EOS.
7899 2006-02-01 Philippe Kalaf <burger at speedy dot org>
7901 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7902 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7903 setting queue_delay to zero. Also avoid thread being started if
7904 queue_delay is zero.
7906 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7908 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7909 Make test work again by connecting fakesinks to each decoded pad,
7910 which makes the pipeline wait until each fakesink has a buffer
7911 queued before going to PAUSED state. At that point we know the
7912 decodebin pads are negotiated.
7914 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7916 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7917 (gst_cdda_base_src_handle_event):
7918 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7919 Pass unhandled queries to the parent class's query function.
7921 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7923 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7924 (gst_ogg_pad_src_query):
7925 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7926 * ext/theora/theoradec.c: (theora_dec_src_query),
7927 (theora_dec_sink_query):
7928 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7929 (vorbis_dec_sink_query):
7930 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7931 (gst_vorbisenc_sink_query):
7932 * gst/adder/gstadder.c: (gst_adder_query):
7933 Pass unhandled queries upstream instead of just
7934 dropping them (#326447). Also, fix supported
7935 query types list for some elements.
7937 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7939 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7940 (paris_type_find), (ilbc_type_find), (plugin_init):
7941 Fix typefinding for audio/x-au, audio/x-paris and
7942 audio/iLBC-sh. We cannot use the START_WITH macros
7943 here, because there can only be one typefind factory
7944 with the same name (caps), so the second one would
7945 replace the first one and the first one would never
7946 be called when doing typefinding (see #161712).
7949 2006-01-31 Wim Taymans <wim@fluendo.com>
7951 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7952 (vorbis_handle_header_packet), (vorbis_dec_push),
7953 (vorbis_handle_data_packet):
7954 Use scale_int when we can, add some more scaling.
7955 Check packettype before parsing it.
7957 2006-01-31 Wim Taymans <wim@fluendo.com>
7959 * ext/theora/theoradec.c: (_theora_granule_time),
7960 (theora_dec_src_convert), (theora_dec_sink_convert):
7961 Call right _scale functions.
7962 Use parameter instead of some other random value.
7964 2006-01-31 Wim Taymans <wim@fluendo.com>
7966 * ext/theora/theoradec.c: (_theora_granule_frame),
7967 (_theora_granule_time), (_inc_granulepos),
7968 (theora_dec_src_convert), (theora_dec_sink_convert),
7969 (theora_handle_type_packet), (theora_handle_data_packet),
7971 Use higher precision timestamps calculation.
7972 Convert some other conversions to _scale.
7974 2006-01-31 Stefan Kost <ensonic@users.sf.net>
7976 * gst/audiotestsrc/gstaudiotestsrc.c:
7977 (gst_audio_test_src_create_sine_table), (plugin_init):
7978 * gst/volume/gstvolume.c: (plugin_init):
7979 initialize gst_controller before using
7981 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
7983 * tests/check/pipelines/theoraenc.c:
7984 * tests/check/pipelines/vorbisenc.c:
7985 Define constant using G_GINT64_CONSTANT to avoid errors when
7986 passing it around - otherwise it gets truncated to 32 bits.
7988 Fixes failing tests.
7990 2006-01-31 Andy Wingo <wingo@pobox.com>
7992 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7993 caps being set doesn't have a framerate value. Basically a stopgap
7996 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7997 technically correct enough to put into core though.
7998 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7999 DURATION. Fixes theoraenc ! oggmux.
8001 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8002 fraction, not double.
8004 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8007 add vs7 project files created by Sergey Scobich
8009 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8012 add vs8 project files created by Sergey Scobich
8014 2006-01-30 Andy Wingo <wingo@pobox.com>
8016 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8017 timestamp + duration, not just timestamp -- ogg pages should be
8018 ordered by stop time. Necessary fix given the change in vorbis
8021 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8022 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8023 (granulepos_add): New function, handles the messiness of adjusting
8025 (theora_buffer_from_packet):
8027 (theora_enc_sink_event): Use granulepos_add, not +.
8029 * tests/check/pipelines/theoraenc.c
8030 (check_buffer_granulepos_from_starttime): Just check the frame
8031 count, not the actual granulepos -- we can't dictate to the
8032 encoder when it should be placing keyframes.
8034 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8036 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8037 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8038 play an http:// stream from a server that's not serving
8040 2006-01-30 Andy Wingo <wingo@pobox.com>
8042 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8043 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8044 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8047 * ext/theora/gsttheoraenc.h:
8048 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8049 although theoraenc was timestamping correctly. Added handling of
8050 streams that start with nonzero timestamps.
8052 * tests/check/Makefile.am:
8053 * tests/check/pipelines/theoraenc.c: New file, basically does same
8056 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8058 2006-01-30 Wim Taymans <wim@fluendo.com>
8060 * gst-libs/gst/audio/gstaudiosink.c:
8061 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8062 (gst_audioringbuffer_pause):
8063 Implement pause that does not wait for completion.
8065 * gst-libs/gst/audio/gstbaseaudiosink.c:
8066 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8067 Don't drop buffers when going to PAUSED but perform preroll on
8068 remaining samples now that core base class supports this.
8070 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8071 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8072 (gst_ring_buffer_commit):
8073 Pause should not signal waiters.
8074 Implement return value of _commit correctly.
8076 2006-01-30 Andy Wingo <wingo@pobox.com>
8078 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8080 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8081 updated to timestamp from the first sample, not the last.
8082 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8083 special care of granulepos and timestamp for header packets.
8084 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8085 when the first buffer has a nonzero timestamp.
8087 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8088 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8089 case when the first audio buffer we get has a nonzero timestamp.
8090 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8091 properly timestamp vorbis buffers with the time of the first
8092 sample, not the last.
8094 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8095 vorbis_granule_time_copy -- now it takes the granule/subgranule
8096 offset into account.
8098 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8099 timestamps, durations, and granulepos on buffers produced by
8102 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8104 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8105 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8106 Patch from Eric Jonas to support conversions to/from UYVY
8109 2006-01-30 Julien MOUTTE <julien@moutte.net>
8111 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8112 (setup_subtitle), (setup_source), (set_active_source):
8113 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8114 (gen_text_element), (gen_audio_element), (gen_vis_element),
8115 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8117 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8119 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8120 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8121 use gst_guint64_to_gdouble to be compliant with vs6
8122 * gst/playback/gstdecodebin.c: (try_to_link_1)
8123 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8124 use G_GINT64_CONSTANT for int64 constants
8125 * win32/common/libgstinterfaces.def:
8126 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8128 update and add new project files
8130 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8134 * win32/common/interfaces-enumtypes.c:
8135 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8136 (gst_mixer_track_flags_get_type),
8137 (gst_tuner_channel_flags_get_type):
8138 * win32/common/interfaces-enumtypes.h:
8139 * win32/common/multichannel-enumtypes.c:
8140 (gst_audio_channel_position_get_type):
8141 * win32/common/multichannel-enumtypes.h:
8142 add a win32-update rule like in core, and copy over enumtypes files
8144 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8147 * win32/common/config.h:
8148 * win32/common/config.h.in:
8149 add config files just like in core
8151 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8153 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8154 Make gcc-4.1 happy (part of #327357).
8156 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8158 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8159 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8160 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8161 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8162 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8163 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8164 Update all error messages. All of them should either use
8165 the default translated message, or actually provide a
8166 translatable string.
8167 Make the string for channel count problems meaningful.
8169 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8171 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8172 check for and throw RESOURCE_BUSY
8174 2006-01-27 David Schleef <ds@schleef.org>
8176 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8177 checked in this change -- it requires liboil features not
8178 in 0.3.6. Revert parts.
8180 2006-01-27 David Schleef <ds@schleef.org>
8183 * configure.ac: update liboil requirement to 0.3.6
8184 * gst/videoscale/Makefile.am:
8185 * gst/videoscale/vs_scanline.c: liboilify
8187 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8189 * ext/libvisual/visual.c: (get_buffer):
8190 When pad_alloc returns a GstFlowReturn other
8191 than GST_FLOW_OK, make sure it is passed upstream.
8193 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8195 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8196 (gst_alsasink_class_init):
8197 Free the device name string.
8199 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8200 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8201 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8202 Don't remove a pad from the collectpads structure until it
8203 is released - it's a request pad, and may receive data again
8204 if the element gets moved back to PLAYING state.
8206 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8207 Ensure we turn on double buffering on the Xv port, and
8208 set the colour key to something dark and mysterious that
8211 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8213 * ext/alsa/gstalsaplugin.c: (plugin_init):
8214 * ext/cdparanoia/gstcdparanoiasrc.c:
8215 (gst_cd_paranoia_src_base_init), (plugin_init):
8216 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8217 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8218 - a library should not call setlocale. see "Libraries" node in
8220 - make sure all plugins that use translation do bindtextdomain
8221 to point to the localedir
8222 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8223 (setup_sinks), (plugin_init):
8224 all this, and check for NULL when creating sinks
8226 2006-01-27 Julien MOUTTE <julien@moutte.net>
8228 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8229 (plugin_init): Make typefinding of subtitles work again.
8231 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8233 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8234 (mp3_type_frame_length_from_header), (mp3_type_find),
8235 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8237 Backport a bunch of typefinding fixes from the 0.8 branch.
8238 Also, improve wavpack typefinding: if we can't peek the
8239 entire wavpack block, try to parse the bits we can get and
8240 see if we find what we're looking for in those.
8242 2006-01-26 Julien MOUTTE <julien@moutte.net>
8244 * sys/ximage/ximagesink.c:
8245 (gst_ximagesink_calculate_pixel_aspect_ratio):
8246 * sys/xvimage/xvimagesink.c:
8247 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8248 more cases of pixel aspect ratio.
8250 2006-01-26 Edward Hervey <edward@fluendo.com>
8252 * gst/playback/gstdecodebin.c: (pad_probe):
8253 Also consider the flush-start and tag events as unblockers
8256 2006-01-26 Julien MOUTTE <julien@moutte.net>
8258 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8259 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8260 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8261 On the fly visualisation switch, works disabling, enabling as
8262 well but it won't be able to enable vis in a playbin that was
8263 created with no visualisation.
8265 2006-01-25 Wim Taymans <wim@fluendo.com>
8267 * gst-libs/gst/audio/gstbaseaudiosink.c:
8268 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8269 Undo previous commit that returned WRONG_STATE sooner, it breaks
8272 2006-01-25 Wim Taymans <wim@fluendo.com>
8274 * gst-libs/gst/audio/gstbaseaudiosink.c:
8275 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8276 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8278 Post error when caps cannot be parsed.
8279 Resync on discontinuity in the stream.
8280 Clip samples to segment boundaries.
8281 return WRONG_STATE sooner when we are flushing.
8283 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8284 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8285 Make audiosrc operate in TIME.
8286 Set TIMESTAMP and DURATION on buffers.
8288 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8290 * tests/examples/seek/seek.c: (main):
8291 Output tag messages as well.
8293 2006-01-23 Edward Hervey <edward@fluendo.com>
8295 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8296 (free_pad_probes), (remove_fakesink), (pad_probe),
8297 (close_pad_link), (gst_decode_bin_change_state):
8298 Replace GstPadBlockCallback with pad probes that detect
8299 first buffer AND eos before removing fakesink.
8300 Fixes hang with demuxers doing EOS while pre-rolling.
8303 2006-01-23 Andy Wingo <wingo@pobox.com>
8305 * ext/alsa/gstalsasink.c:
8306 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8307 (gst_base_rtp_depayload_setcaps),
8308 (gst_base_rtp_depayload_add_to_queue),
8309 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8311 Patch by: Jens Granseuer <jensgr at gmx dot net>
8313 2006-01-22 Julien MOUTTE <julien@moutte.net>
8315 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8316 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8317 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8318 frames. We might get a frame destroyed after changing state to
8319 NULL, adding a safety check on xcontext.
8321 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8323 * gst-libs/gst/interfaces/xoverlay.c:
8324 Fix prepare-xwindow-id code example in the docs - we need to
8325 ignore all messages that aren't element messages as well.
8327 2006-01-21 Julien MOUTTE <julien@moutte.net>
8329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8330 I think one day i'll completely undestand how caps negotiation
8331 is supposed to work. This refactoring handles buffer_alloc
8332 called with caps we can't handle. We definitely don't want a
8333 set_caps with those caps, so we define and allocate a buffer
8334 we would like to receive.
8336 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8338 * gst/playback/gstplaybasebin.c: (setup_source):
8339 Free iterator when done.
8341 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8343 * gst-libs/gst/audio/gstbaseaudiosink.c:
8344 (gst_base_audio_sink_render):
8345 Fix playback of non-synchronised streams by assuming a rate
8346 of 1.0 instead of a random one.
8348 Makes this work again:
8350 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8351 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8352 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8353 audioresample ! alsasink
8355 === release 0.10.2 ===
8357 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8360 releasing 0.10.2, "Then the devil is six"
8362 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8364 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8365 * gst/playback/gststreamselector.c:
8366 (gst_stream_selector_set_property):
8367 Comment out broken code that connects to the state-changed signal.
8368 At this point, changing current stream selection is broken, but
8369 stuff like gst-launch playbin current-audio=1 works and filters
8370 to the chosen stream.
8372 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8374 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8375 Fix #327216 (null dereference in vorbisdec)
8377 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8379 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8380 Post taglist actually on bus instead of just freeing it
8381 (fixes #327114 and totem bug #327080).
8383 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8384 Use gst_element_found_tags_for_pad(), so that the tags
8385 are sent downstream as an event as well.
8387 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8389 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8390 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8391 (gst_ximagesink_buffer_alloc):
8392 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8393 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8394 (gst_xvimagesink_buffer_alloc):
8395 move all regularly occurring messages to GST_LOG level
8396 add some more object logs
8398 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8400 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8401 fix a silly segfault
8403 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8405 * docs/libs/gst-plugins-base-libs-docs.sgml:
8406 * docs/libs/gst-plugins-base-libs-sections.txt:
8407 * gst-libs/gst/audio/mixerutils.c:
8408 * gst-libs/gst/audio/mixerutils.h:
8409 Add docs for mixerutils stuff.
8411 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8413 * gst/playback/gstplaybasebin.c: (setup_source):
8414 Fix playback for sources that emit raw audio or
8415 raw video streams (e.g.: cd audio sources) (#325984).
8417 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8419 * gst-libs/gst/audio/mixerutils.c:
8420 (gst_audio_mixer_filter_do_filter):
8421 actually save the element we create
8423 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8425 * gst-libs/gst/cdda/gstcddabasesrc.c:
8426 (gst_cdda_base_src_handle_track_seek):
8427 No need to post a tag message on the bus when seeking
8428 within the same track, only post it when the current
8431 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8433 * gst/playback/gstplaybasebin.c: (group_destroy),
8434 (probe_triggered), (new_decoded_pad), (mute_group_type),
8435 (set_active_source):
8436 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8437 * gst/playback/gststreamselector.c:
8438 (gst_stream_selector_base_init),
8439 (gst_stream_selector_set_property),
8440 (gst_stream_selector_request_new_pad):
8441 Reenable stream selection. These mechanisms need a complete overhaul
8442 in the face of 0.8->0.10 changes though.
8444 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8446 * ext/ogg/gstoggdemux.c:
8447 Change the pad template to src_%d to match the pads that
8448 are created from it. decodebin needs this information in order
8449 to decide that oggdemux is capable of producing multiple pads
8450 (and hence needs queues inserted).
8452 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8453 (gst_ogg_mux_collected):
8454 Make debug output more useful by using GST_PTR_FORMAT.
8456 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8458 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8460 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8461 Set depth and width for alaw/mulaw (fixes #326601).
8463 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8465 * tests/icles/Makefile.am:
8466 don't build the tests if we don't have the libs
8468 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8470 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8471 (gst_cd_paranoia_paranoia_callback):
8472 Don't try to free NULL pointers.
8474 2006-01-10 Edward Hervey <edward@fluendo.com>
8476 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8477 (gst_audio_rate_change_state), (plugin_init):
8478 Add debugging category.
8480 Add case for incoming buffers without valid offset/offset_end.
8482 2006-01-10 Michael Smith <msmith@fluendo.com>
8484 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8485 Don't leak GCond in audio sources.
8487 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8489 * gst/playback/gstplaybin.c: (gen_audio_element):
8490 Don't leak an autoaudiosink/alsasink when we generate
8491 a new audio element. (old code, I guess)
8493 2006-01-10 Michael Smith <msmith@fluendo.com>
8495 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8496 Support float audio in audiorate.
8497 Use width rather than depth for selecting sample width.
8499 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8501 * gst/videotestsrc/videotestsrc.h:
8502 Use GLib types here (that way we don't have to include the
8503 generated _stdint.h header, which makes life easier for win32
8504 folks that don't use autotools for the build) (#325990, patch
8505 by: Sergey Scobich).
8507 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8509 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8510 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8511 (gst_ring_buffer_pause), (wait_segment):
8512 * gst-libs/gst/audio/gstringbuffer.h:
8513 Name (private) union, makes Forte compiler happy (this time
8514 for real) (#324900).
8516 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8518 * gst-libs/gst/audio/Makefile.am:
8519 Link against libgstinterfaces, needed for mixer
8520 and property probe stuff.
8522 2006-01-09 Edward Hervey <edward@fluendo.com>
8524 * gst-libs/gst/Makefile.am:
8526 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8528 * gst-libs/gst/audio/Makefile.am:
8529 * gst-libs/gst/audio/mixerutils.c:
8530 (gst_audio_mixer_filter_do_filter),
8531 (gst_audio_mixer_filter_check_element),
8532 (gst_audio_mixer_filter_probe_feature),
8533 (element_factory_rank_compare_func),
8534 (gst_audio_default_registry_mixer_filter):
8535 * gst-libs/gst/audio/mixerutils.h:
8536 Add gst_audio_default_registry_mixer_filter() utility
8539 2006-01-03 Michael Smith <msmith@fluendo.com>
8541 * gst/audioresample/resample.h:
8542 As before, but for o_buf
8544 2006-01-03 Michael Smith <msmith@fluendo.com>
8546 * gst/audioresample/resample.h:
8547 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8548 since we do arithmetic on it.
8550 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8552 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8553 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8554 (gst_ring_buffer_pause), (wait_segment):
8555 * gst-libs/gst/audio/gstringbuffer.h:
8556 Sun's Forte compiler doesn't seem to like anonymous structs,
8557 so use same setup as in GstBaseSrc (fixes #324900).
8559 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8562 * gst/volume/Makefile.am:
8563 * gst/volume/demo.c:
8564 move old example to tests/examples/volume/volune.c
8565 * tests/examples/Makefile.am:
8566 * tests/examples/seek/seek.c: (main):
8567 change window-close event from "delete-event" to "destroy"
8568 * tests/examples/volume/Makefile.am:
8569 * tests/examples/volume/volume.c: (value_changed_callback),
8570 (setup_gui), (message_received), (eos_message_received), (main):
8571 fix event handling and bus usage
8573 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8575 * gst/audiotestsrc/gstaudiotestsrc.c:
8576 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8577 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8578 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8579 (gst_audio_test_src_create_square),
8580 (gst_audio_test_src_create_saw),
8581 (gst_audio_test_src_create_triangle),
8582 (gst_audio_test_src_create_silence),
8583 (gst_audio_test_src_create_white_noise),
8584 (gst_audio_test_src_create_pink_noise),
8585 (gst_audio_test_src_init_sine_table),
8586 (gst_audio_test_src_create_sine_table),
8587 (gst_audio_test_src_change_wave),
8588 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8589 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8590 * gst/audiotestsrc/gstaudiotestsrc.h:
8591 update to basesrc changes, implement segmented seeking and eos
8592 handling, add a 'sine-tab' waveform for performance critical playback
8594 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8597 ... and this time the other modified file that I missed last time.
8599 2005-12-29 Michael Smith <msmith@fluendo.com>
8601 * gst/playback/gstdecodebin.c: (new_pad):
8602 Fix non-C89 variable declaration not at the start of a block. Should
8603 help some compilers.
8605 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8607 * tests/check/Makefile.am:
8608 And now fix 'make distcheck' (builddir != srcdir)
8610 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8613 * ext/cdparanoia/Makefile.am:
8614 * ext/cdparanoia/gstcdparanoia.c:
8615 * ext/cdparanoia/gstcdparanoia.h:
8616 * ext/cdparanoia/gstcdparanoiasrc.c:
8617 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8618 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8619 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8620 (gst_cd_paranoia_paranoia_callback),
8621 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8622 (gst_cd_paranoia_src_set_property),
8623 (gst_cd_paranoia_src_get_property), (plugin_init):
8624 * ext/cdparanoia/gstcdparanoiasrc.h:
8625 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8626 plugin again (there are still fixes required to playbin to make
8627 cdda:// uris work there).
8629 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8631 * tests/check/Makefile.am:
8632 Fix test case compilation.
8634 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8636 * gst-libs/gst/cdda/gstcddabasesrc.c:
8637 (gst_cdda_base_src_update_duration),
8638 (gst_cdda_base_src_calculate_cddb_id):
8639 An integer is not a string. Fix access to uninitialised variable.
8641 * tests/check/Makefile.am:
8642 Add cddabasesrc unit test; also actually enable the vorbis test.
8644 * tests/check/generic/states.c:
8645 Blacklist new cd audio elements as well.
8647 * tests/check/libs/cddabasesrc.c:
8648 Unit test for GstCddaBaseSrc (discid calculation mostly).
8650 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8652 * docs/libs/Makefile.am:
8653 * docs/libs/gst-plugins-base-libs-docs.sgml:
8654 * docs/libs/gst-plugins-base-libs-sections.txt:
8655 * docs/libs/gst-plugins-base-libs.types:
8656 Add docs for libgstcdda/GstCddaBaseSrc.
8658 * gst-libs/gst/interfaces/mixertrack.h:
8659 Do one struct member per line with a semicolon at the end, that way
8660 even gtk-doc might parse it without complaining.
8662 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8665 * gst-libs/gst/Makefile.am:
8666 * gst-libs/gst/cdda/Makefile.am:
8667 * gst-libs/gst/cdda/base64.c:
8668 * gst-libs/gst/cdda/base64.h:
8669 * gst-libs/gst/cdda/gstcddabasesrc.c:
8670 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8671 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8672 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8673 (gst_cdda_base_src_get_property),
8674 (gst_cdda_base_src_get_track_from_sector),
8675 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8676 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8677 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8678 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8679 (gst_cdda_base_src_uri_get_protocols),
8680 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8681 (gst_cdda_base_src_uri_handler_init),
8682 (gst_cdda_base_src_setup_interfaces),
8683 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8684 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8685 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8686 (gst_cdda_base_src_add_tags),
8687 (gst_cdda_base_src_add_index_associations),
8688 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8689 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8690 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8691 (gst_cdda_base_src_create):
8692 * gst-libs/gst/cdda/gstcddabasesrc.h:
8693 * gst-libs/gst/cdda/sha1.c:
8694 * gst-libs/gst/cdda/sha1.h:
8695 Add new libgstcdda with GstCddaBaseSrc class.
8697 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8699 * ext/gnomevfs/gstgnomevfssink.h:
8700 Use GstBaseSinkClass as parent_class member for class struct, not
8703 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8705 Patch by: Michael Benes
8707 * gst/videotestsrc/gstvideotestsrc.c:
8708 (gst_video_test_src_class_init), (gst_video_test_src_start):
8709 Add start method to reset running time and number of frames sent
8710 when starting up (fixes #324696)
8712 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8714 * docs/plugins/Makefile.am:
8715 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8716 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8717 * docs/plugins/gst-plugins-base-plugins.args:
8718 * docs/plugins/gst-plugins-base-plugins.hierarchy:
8719 * docs/plugins/gst-plugins-base-plugins.signals:
8720 Add docs stuff for gnomevfssrc and gnomevfssink.
8722 * ext/gnomevfs/gstgnomevfssrc.c:
8723 Fix example pipeline in gtk-doc blurb.
8725 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8727 * ext/gnomevfs/Makefile.am:
8728 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8729 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8730 (gst_gnome_vfs_handle_get_type), (plugin_init):
8731 * ext/gnomevfs/gstgnomevfs.h:
8732 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8733 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8734 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8735 (gst_gnome_vfs_sink_set_property),
8736 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8737 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8738 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8739 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8740 (gst_gnome_vfs_sink_uri_get_type),
8741 (gst_gnome_vfs_sink_uri_get_protocols),
8742 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8743 (gst_gnome_vfs_sink_uri_handler_init):
8744 * ext/gnomevfs/gstgnomevfssink.h:
8745 Port gnomevfssink; add gtk-doc blurb.
8747 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8748 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8749 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8750 (gst_gnome_vfs_src_uri_get_type),
8751 (gst_gnome_vfs_src_uri_get_protocols),
8752 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8753 (gst_gnome_vfs_src_uri_handler_init),
8754 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8755 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8756 (gst_gnome_vfs_src_send_additional_headers_callback),
8757 (gst_gnome_vfs_src_received_headers_callback),
8758 (gst_gnome_vfs_src_push_callbacks),
8759 (gst_gnome_vfs_src_pop_callbacks),
8760 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8761 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8762 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8763 * ext/gnomevfs/gstgnomevfssrc.h:
8764 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8765 file; add gtk-doc blurb with example pipelines.
8767 === release 0.10.1 ===
8769 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
8772 releasing 0.10.1, "Dobro Dedek"
8774 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
8776 * gst/typefind/gsttypefindfunctions.c:
8777 iLBC30 and iLBC20 added to typefind.
8779 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
8781 * gst-libs/gst/audio/gstbaseaudiosink.c:
8782 (gst_base_audio_sink_class_init):
8783 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8784 (gst_base_audio_src_class_init):
8785 update strings, values are in microseconds
8786 change the default sink buffer time to something that is smaller
8787 (to help software volume mixing have a slightly lower delay) but
8788 still be acceptable on Wim's laptop
8790 2005-12-20 Edward Hervey <edward@fluendo.com>
8792 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8793 Made a quack, forgot to add DUCK to the riff video template.
8795 2005-12-19 Edward Hervey <edward@fluendo.com>
8797 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8798 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8799 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8800 (gst_ogm_parse_chain):
8801 Make sure pads are initialized correctly.
8802 * gst-libs/gst/riff/riff-ids.h:
8803 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8804 (gst_riff_create_video_template_caps):
8805 Add a whole bunch of FOURCC <=> MimeType.
8806 Extend the riff video pad template to support the newly added fourcc.
8808 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
8810 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8811 (gst_ogg_demux_activate_chain):
8812 Extra debug output when activating/deactivating chains.
8814 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8815 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8817 Remove a queue from our list when it becomes unlinked.
8818 Don't add queues to elements in class 'Demux' if they
8819 can only produce one pad
8821 2005-12-18 Julien MOUTTE <julien@moutte.net>
8823 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8824 (gst_video_sink_get_type): Add a debug category.
8826 2005-12-17 Philippe Khalaf <burger@speedy.org>
8828 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8829 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8830 Handle downstream newsegment by sending our own newsegment before the
8831 next buffer to be released. (#323900)
8833 2005-12-17 Philippe Khalaf <burger@speedy.org>
8835 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8836 (gst_base_rtp_depayload_set_gst_timestamp):
8837 add queue delay to new segment as well (as opposed to just the first
8838 buffer). (bug #322347)
8840 2005-12-16 Stefan Kost <ensonic@users.sf.net>
8842 * ext/libvisual/visual.c: (make_valid_name):
8843 change some char* into char[]
8844 * gst/audiotestsrc/gstaudiotestsrc.c:
8845 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8846 (gst_audio_test_src_create):
8847 * gst/audiotestsrc/gstaudiotestsrc.h:
8848 prepare to handle EOS and SEGMENT_DONE
8850 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
8852 * tests/check/generic/states.c: (GST_START_TEST):
8853 Blacklist cdparanoia element in state test.
8855 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
8857 Patch by: Benjamin Pineau
8860 * gst/tcp/gsttcpclientsink.c:
8861 * gst/tcp/gsttcpserversink.c:
8862 * gst/tcp/gsttcpserversrc.c:
8863 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8865 2005-12-15 Michael Smith <msmith@fluendo.com>
8867 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8868 (gst_video_rate_chain):
8869 Fix timestamping for videorate when the first buffer it sees has a
8870 non-zero timestamp. Fix some misleading debug output.
8872 2005-12-15 Michael Smith <msmith@fluendo.com>
8874 * gst/audioresample/gstaudioresample.c:
8875 Don't leak all input buffers to audioresample.
8877 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
8879 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8880 Don't operate on empty text buffers. Strip newlines and
8881 tabs only from the end of the text, but leave them intact
8882 in the middle. Fix typo in gtk-doc description.
8884 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
8886 * gst/playback/gstplaybasebin.c:
8887 * gst/playback/gstplaybin.c: (handoff):
8888 Make sure the video frame buffer we return to apps via the
8889 "frame" property always has caps set on it. Modify
8890 _gst_gvalue_set_object() macro to handle NULL objects
8893 2005-12-14 Stefan Kost <ensonic@users.sf.net>
8895 * gst/audiotestsrc/gstaudiotestsrc.c:
8896 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8897 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8898 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8899 (gst_audio_test_src_create):
8900 * gst/audiotestsrc/gstaudiotestsrc.h:
8901 Adjust to some recent api changes and add wtays new cool seeking
8904 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
8906 * ext/alsa/Makefile.am:
8907 * ext/alsa/gstalsadeviceprobe.c:
8908 * ext/alsa/gstalsadeviceprobe.h:
8909 Helper functions to add device probing via the GstPropertyProbe
8910 interface to a class.
8912 * ext/alsa/gstalsamixer.h:
8913 Comment out GST_ALSA_MIXER, it returns a struct that's not
8916 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8917 Add some debug info.
8919 * ext/alsa/gstalsamixerelement.c:
8920 (gst_alsa_mixer_element_interface_supported),
8921 (gst_implements_interface_init),
8922 (gst_alsa_mixer_element_init_interfaces),
8923 (gst_alsa_mixer_element_class_init),
8924 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8925 (gst_alsa_mixer_element_set_property),
8926 (gst_alsa_mixer_element_get_property),
8927 (gst_alsa_mixer_element_change_state):
8928 * ext/alsa/gstalsamixerelement.h:
8929 Add 'device' and 'device-name' properties. Add GstPropertyProbe
8930 for device handling (gnome-volume-control will need that).
8932 2005-12-12 Christian Schaller <uraeus@gnome.org>
8934 * ext/Makefile.am: fix cdparanoia entry
8935 * gst-plugins-base.spec.in: add cdparanoia
8937 2005-12-12 Michael Smith <msmith@fluendo.com>
8939 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8940 Use the correct function to free list of typefind factories.
8942 2005-12-12 Wim Taymans <wim@fluendo.com>
8944 * gst/videotestsrc/gstvideotestsrc.c:
8945 (gst_video_test_src_class_init), (gst_video_test_src_init),
8946 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8947 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8948 (gst_video_test_src_create):
8949 * gst/videotestsrc/gstvideotestsrc.h:
8950 Implement seeking in videotestsrc.
8953 2005-12-12 Wim Taymans <wim@fluendo.com>
8955 * ext/cdparanoia/Makefile.am:
8956 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8957 (gst_paranoia_endian_get_type), (_do_init),
8958 (cdparanoia_class_init), (cdparanoia_init),
8959 (cdparanoia_set_property), (cdparanoia_get_property),
8960 (cdparanoia_do_seek), (cdparanoia_is_seekable),
8961 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8962 (cdparanoia_convert), (cdparanoia_get_query_types),
8963 (cdparanoia_query), (cdparanoia_set_index),
8964 (cdparanoia_uri_set_uri):
8965 * ext/cdparanoia/gstcdparanoia.h:
8966 Partially ported cdparanoia now that basesrc can support a
8969 2005-12-12 Wim Taymans <wim@fluendo.com>
8971 * tests/examples/seek/scrubby.c: (main):
8972 Set higher priority for bus events so they don't get reordered with
8975 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8976 (flush_toggle_cb), (main):
8977 Added checkbox to disable flushing seeks.
8978 Disable scrubbing when doing non flushing seeks.
8980 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
8982 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8983 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8984 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8985 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8986 Implement some sort of event handling that doesn't rely on
8987 g_return_if_fail; make sure we always push the last chunk of an
8988 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8989 state change function; remove some old cruft. Seeking is still
8990 rather unlikely to work though.
8995 2005-12-11 Julien MOUTTE <julien@moutte.net>
8997 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
8998 Fixed a leak of the current image reference when cleaning up.
8999 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9001 2005-12-09 Michael Smith <msmith@fluendo.com>
9003 * tools/Makefile.am:
9004 * tools/gst-launch-ext-m.m:
9005 Remove gst-launch-ext. It doesn't work, and is no longer
9006 particularly useful.
9008 2005-12-08 Luca Ognibene <luogni@tin.it>
9010 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9011 don't pass random values to ogmparse convert function.
9012 Make seeking possible in the exile1.ogm file.
9014 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9016 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9017 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9018 Work around refcount problem with g_value_set_object() that occur
9019 if the core has been compiled against GLib-2.6 (g_value_set_object()
9020 will only g_object_ref() the element, but the caller will
9021 gst_object_unref() it and bad things will happen due to the way
9022 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9023 totem for people on FC4 using Thomas's 0.10 RPMs.
9025 2005-12-07 Edward Hervey <edward@fluendo.com>
9027 Time to welcome ogm to 0.10 :)
9029 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9030 (gst_ogg_pad_typefind):
9031 Oggdemux can now properly typefind elements with dynamic pads.
9032 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9033 Properly set caps on src pad, and set caps on outgoing buffers.
9035 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9037 * ext/alsa/gstalsamixer.h:
9038 * ext/alsa/gstalsamixerelement.h:
9039 * ext/alsa/gstalsamixeroptions.h:
9040 * ext/alsa/gstalsamixertrack.h:
9041 * ext/alsa/gstalsasink.c:
9042 * ext/alsa/gstalsasink.h:
9043 * ext/alsa/gstalsasrc.c:
9044 * ext/alsa/gstalsasrc.h:
9045 * ext/cdparanoia/gstcdparanoia.h:
9046 * ext/gnomevfs/gstgnomevfsuri.h:
9047 * ext/ogg/gstoggdemux.c:
9048 * ext/ogg/gstoggmux.c:
9049 * ext/pango/gsttextoverlay.h:
9050 * ext/theora/theoradec.c:
9051 * ext/theora/theoraenc.c:
9052 * ext/vorbis/vorbisdec.h:
9053 * ext/vorbis/vorbisenc.c:
9054 * ext/vorbis/vorbisenc.h:
9055 * ext/vorbis/vorbisparse.h:
9056 * gst-libs/gst/audio/gstaudioclock.h:
9057 * gst-libs/gst/audio/gstaudiosink.c:
9058 * gst-libs/gst/audio/gstaudiosink.h:
9059 * gst-libs/gst/audio/gstaudiosrc.c:
9060 * gst-libs/gst/audio/gstaudiosrc.h:
9061 * gst-libs/gst/audio/gstbaseaudiosink.c:
9062 * gst-libs/gst/audio/gstbaseaudiosink.h:
9063 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9064 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9065 * gst-libs/gst/audio/gstringbuffer.h:
9066 * gst-libs/gst/audio/multichannel.h:
9067 * gst-libs/gst/floatcast/floatcast.h:
9068 * gst-libs/gst/interfaces/colorbalance.c:
9069 * gst-libs/gst/interfaces/colorbalance.h:
9070 * gst-libs/gst/interfaces/colorbalancechannel.h:
9071 * gst-libs/gst/interfaces/mixer.h:
9072 * gst-libs/gst/interfaces/mixeroptions.h:
9073 * gst-libs/gst/interfaces/mixertrack.h:
9074 * gst-libs/gst/interfaces/navigation.h:
9075 * gst-libs/gst/interfaces/propertyprobe.h:
9076 * gst-libs/gst/interfaces/tuner.h:
9077 * gst-libs/gst/interfaces/tunerchannel.h:
9078 * gst-libs/gst/interfaces/tunernorm.h:
9079 * gst-libs/gst/interfaces/xoverlay.h:
9080 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9081 * gst-libs/gst/riff/riff-ids.h:
9082 * gst-libs/gst/riff/riff-media.h:
9083 * gst-libs/gst/riff/riff-read.h:
9084 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9085 * gst-libs/gst/rtp/gstbasertppayload.c:
9086 * gst-libs/gst/rtp/gstbasertppayload.h:
9087 * gst-libs/gst/rtp/gstrtpbuffer.c:
9088 * gst-libs/gst/rtp/gstrtpbuffer.h:
9089 * gst-libs/gst/tag/gsttageditingprivate.h:
9090 * gst-libs/gst/tag/gstvorbistag.c:
9091 (gst_tag_list_from_vorbiscomment_buffer):
9092 * gst-libs/gst/tag/tag.h:
9093 * gst-libs/gst/video/video.h:
9094 * gst/adder/gstadder.c:
9095 * gst/adder/gstadder.h:
9096 * gst/audioconvert/audioconvert.c:
9097 * gst/audioconvert/audioconvert.h:
9098 * gst/audioconvert/gstaudioconvert.c:
9099 * gst/audioconvert/gstchannelmix.c:
9100 * gst/audioconvert/gstchannelmix.h:
9101 * gst/audiorate/gstaudiorate.c:
9102 * gst/audioresample/buffer.h:
9103 * gst/audioresample/functable.h:
9104 * gst/audioresample/gstaudioresample.c:
9105 * gst/audioresample/resample.h:
9106 * gst/ffmpegcolorspace/avcodec.h:
9107 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9108 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9109 * gst/ffmpegcolorspace/imgconvert.c:
9110 * gst/ffmpegcolorspace/imgconvert_template.h:
9111 * gst/playback/gstdecodebin.c:
9112 * gst/playback/gstplaybasebin.h:
9113 * gst/playback/gstplaybin.c:
9114 * gst/playback/gststreaminfo.h:
9115 * gst/tcp/gstfdset.c:
9116 * gst/tcp/gstfdset.h:
9117 * gst/tcp/gstmultifdsink.c:
9118 * gst/tcp/gstmultifdsink.h:
9120 * gst/tcp/gsttcpclientsrc.c:
9121 * gst/tcp/gsttcpclientsrc.h:
9122 * gst/tcp/gsttcpplugin.h:
9123 * gst/tcp/gsttcpserversink.c:
9124 * gst/tcp/gsttcpserversrc.c:
9125 * gst/typefind/gsttypefindfunctions.c:
9126 * gst/videorate/gstvideorate.c:
9127 * gst/videotestsrc/gstvideotestsrc.h:
9128 * gst/videotestsrc/videotestsrc.h:
9129 * sys/v4l/gstv4lcolorbalance.h:
9130 * sys/v4l/gstv4ltuner.h:
9131 * sys/v4l/gstv4lxoverlay.h:
9132 * sys/v4l/v4l_calls.h:
9133 * sys/v4l/videodev_mjpeg.h:
9134 * tests/check/elements/audioconvert.c:
9135 * tests/check/elements/audioresample.c:
9136 * tests/check/elements/audiotestsrc.c:
9137 * tests/check/elements/videotestsrc.c:
9138 * tests/check/elements/volume.c:
9139 * tests/examples/seek/scrubby.c:
9140 * tests/examples/seek/seek.c:
9143 === release 0.10.0 ===
9145 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9148 releasing 0.10.0, "Mont-d'or"
9150 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9152 * tests/examples/seek/Makefile.am:
9153 Build fix for when gtk is not available.
9155 2005-12-05 Andy Wingo <wingo@pobox.com>
9157 * ext/libvisual/visual.c: (get_buffer):
9158 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9159 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9160 * ext/theora/theoradec.c: (theora_handle_data_packet):
9161 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9163 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9164 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9165 Update for alloc_buffer changes.
9167 2005-12-05 Andy Wingo <wingo@pobox.com>
9169 patch by: Kai Vehmanen <kv2004 eca cx>
9171 * gst-libs/gst/rtp/gstbasertpdepayload.c
9172 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9174 2005-12-04 Andy Wingo <wingo@pobox.com>
9176 patch by: Sebastien Cote <sebas642 yahoo ca>
9178 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9181 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9183 * docs/plugins/Makefile.am:
9184 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9185 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9186 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9187 * ext/pango/gstclockoverlay.c:
9188 * ext/pango/gsttextoverlay.c:
9189 * ext/pango/gsttextrender.c:
9190 * ext/pango/gsttimeoverlay.c:
9191 Add gtk-doc blurbs to pango elements.
9193 2005-12-02 Wim Taymans <wim@fluendo.com>
9195 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9196 * gst/audioresample/buffer.h:
9197 * gst/audioresample/gstaudioresample.c:
9198 * gst/audioresample/gstaudioresample.h:
9199 * gst/audioresample/resample.c: (resample_input_flush),
9200 (resample_input_pushthrough), (resample_input_eos),
9201 (resample_get_output_size_for_input),
9202 (resample_get_input_size_for_output), (resample_get_output_size),
9203 (resample_get_output_data):
9204 * gst/audioresample/resample.h:
9205 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9206 Fix audioresample, seek torture, new segments, reverse negotiation
9209 2005-12-02 Wim Taymans <wim@fluendo.com>
9211 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9214 2005-12-02 Wim Taymans <wim@fluendo.com>
9216 * gst/audioconvert/gstaudioconvert.c:
9217 (gst_audio_convert_transform):
9220 === release 0.9.7 ===
9222 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9225 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9227 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9233 add win32 MANIFEST file
9234 do something to the hungarian translation
9236 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9239 Add $(PANGO_DIR) to SUBDIRS
9241 * ext/pango/gstclockoverlay.c:
9242 * ext/pango/gsttimeoverlay.c:
9243 Fix and improve element descriptions.
9245 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9247 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9248 * docs/plugins/inspect/plugin-libvisual.xml:
9249 * docs/plugins/inspect/plugin-pango.xml:
9250 add pango plugin to docs
9252 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9258 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9261 * tests/Makefile.am:
9262 * tests/icles/.cvsignore:
9263 * tests/icles/Makefile.am:
9264 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9265 (close_display), (resize_window), (move_window), (create_window),
9266 (terminate_playback), (pause_playback), (start_playback), (main):
9267 add stress test for xoverlay from Julien
9269 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9271 * docs/libs/tmpl/gstcolorbalance.sgml:
9272 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9273 * gst-libs/gst/rtp/gstbasertppayload.c:
9274 * gst-libs/gst/rtp/gstrtpbuffer.c:
9275 * gst-libs/gst/rtp/gstrtpbuffer.h:
9276 Do burger's rename for rtp payloaders and depayloaders
9278 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9281 add Visual Studio 6 build files
9283 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9285 * docs/libs/gst-plugins-base-libs-docs.sgml:
9286 * docs/libs/gst-plugins-base-libs-sections.txt:
9287 * docs/libs/tmpl/gstaudio.sgml:
9288 * docs/libs/tmpl/gstringbuffer.sgml:
9289 * gst-libs/gst/interfaces/xoverlay.c:
9290 * gst-libs/gst/video/gstvideofilter.c:
9291 * gst-libs/gst/video/gstvideosink.c:
9292 update documentation
9294 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9296 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9297 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9298 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9299 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9300 (gst_multi_fd_sink_get_stats),
9301 (gst_multi_fd_sink_remove_client_link),
9302 (gst_multi_fd_sink_handle_client_read),
9303 (gst_multi_fd_sink_client_queue_data),
9304 (gst_multi_fd_sink_client_queue_caps),
9305 (gst_multi_fd_sink_client_queue_buffer),
9306 (gst_multi_fd_sink_new_client),
9307 (gst_multi_fd_sink_handle_client_write),
9308 (gst_multi_fd_sink_recover_client),
9309 (gst_multi_fd_sink_queue_buffer),
9310 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9311 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9312 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9313 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9314 * gst/tcp/gstmultifdsink.h:
9315 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9316 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9317 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9318 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9319 (gst_tcp_client_sink_set_property),
9320 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9321 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9322 * gst/tcp/gsttcpclientsink.h:
9323 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9324 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9325 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9326 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9327 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9328 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9329 * gst/tcp/gsttcpclientsrc.h:
9330 * gst/tcp/gsttcpplugin.c: (plugin_init):
9331 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9332 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9333 (gst_tcp_server_sink_finalize),
9334 (gst_tcp_server_sink_handle_server_read),
9335 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9336 (gst_tcp_server_sink_set_property),
9337 (gst_tcp_server_sink_get_property),
9338 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9339 * gst/tcp/gsttcpserversink.h:
9340 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9341 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9342 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9343 (gst_tcp_server_src_set_property),
9344 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9345 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9346 * gst/tcp/gsttcpserversrc.h:
9349 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9351 * docs/plugins/Makefile.am:
9352 * docs/plugins/gst-plugins-base-plugins.args:
9353 * docs/plugins/inspect/plugin-libvisual.xml:
9354 * gst/audioconvert/plugin.h:
9355 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9356 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9357 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9358 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9359 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9361 * gst/audiotestsrc/gstaudiotestsrc.c:
9362 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9363 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9364 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9365 (gst_audio_test_src_get_query_types),
9366 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9367 (gst_audio_test_src_create_square),
9368 (gst_audio_test_src_create_saw),
9369 (gst_audio_test_src_create_triangle),
9370 (gst_audio_test_src_create_silence),
9371 (gst_audio_test_src_create_white_noise),
9372 (gst_audio_test_src_init_pink_noise),
9373 (gst_audio_test_src_generate_pink_noise_value),
9374 (gst_audio_test_src_create_pink_noise),
9375 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9376 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9377 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9379 * gst/audiotestsrc/gstaudiotestsrc.h:
9380 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9381 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9382 (gst_sub_parse_init), (gst_sub_parse_formats),
9383 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9384 (convert_encoding), (get_next_line),
9385 (gst_sub_parse_data_format_autodetect),
9386 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9387 (gst_sub_parse_loop), (gst_sub_parse_chain),
9388 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9390 * gst/subparse/gstsubparse.h:
9391 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9392 (gst_video_rate_base_init), (gst_video_rate_class_init),
9393 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9394 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9395 (gst_video_rate_init), (gst_video_rate_event),
9396 (gst_video_rate_chain), (gst_video_rate_set_property),
9397 (gst_video_rate_get_property), (gst_video_rate_change_state),
9399 * gst/videoscale/gstvideoscale.c:
9400 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9401 (gst_video_scale_src_template_factory),
9402 (gst_video_scale_sink_template_factory),
9403 (gst_video_scale_get_type), (gst_video_scale_base_init),
9404 (gst_video_scale_class_init), (gst_video_scale_init),
9405 (gst_video_scale_set_property), (gst_video_scale_get_property),
9406 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9407 (gst_video_scale_prepare_size), (parse_caps),
9408 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9409 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9410 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9412 * gst/videoscale/gstvideoscale.h:
9413 * gst/videotestsrc/gstvideotestsrc.c:
9414 (gst_video_test_src_pattern_get_type),
9415 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9416 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9417 (gst_video_test_src_set_pattern),
9418 (gst_video_test_src_set_property),
9419 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9420 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9421 (gst_video_test_src_event), (gst_video_test_src_get_times),
9422 (gst_video_test_src_create), (plugin_init):
9423 * gst/videotestsrc/gstvideotestsrc.h:
9424 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9425 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9426 (gst_video_test_src_black):
9427 * gst/videotestsrc/videotestsrc.h:
9429 clean up docs a little
9431 2005-11-30 Wim Taymans <wim@fluendo.com>
9433 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9434 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9435 (gst_basertppayload_event), (gst_basertppayload_push),
9436 (gst_basertppayload_change_state):
9437 * gst-libs/gst/rtp/gstbasertppayload.h:
9440 2005-11-30 Julien MOUTTE <julien@moutte.net>
9442 * docs/libs/gst-plugins-base-libs-docs.sgml:
9443 * docs/libs/gst-plugins-base-libs-sections.txt:
9444 * gst-libs/gst/video/gstvideofilter.c:
9445 * gst-libs/gst/video/gstvideosink.c:
9446 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9448 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9468 * scripts/autoplugins.sh:
9471 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9475 * examples/Makefile.am:
9476 * examples/capsfilter/Makefile.am:
9477 * examples/capsfilter/capsfilter1.c:
9478 * examples/gob/Makefile.am:
9479 * examples/gob/gst-identity2.gob:
9480 * examples/indexing/.cvsignore:
9481 * examples/indexing/Makefile.am:
9482 * examples/indexing/indexmpeg.c:
9483 * examples/seeking/.cvsignore:
9484 * examples/seeking/Makefile.am:
9485 * examples/seeking/cdparanoia.c:
9486 * examples/seeking/cdplayer.c:
9487 * examples/seeking/chained.c:
9488 * examples/seeking/scrubby.c:
9489 * examples/seeking/seek.c:
9490 * examples/stats/Makefile.am:
9491 * examples/stats/mp2ogg.c:
9492 * examples/switch/.cvsignore:
9493 * examples/switch/Makefile.am:
9494 * examples/switch/switcher.c:
9495 * tests/Makefile.am:
9496 * tests/check/generic/.cvsignore:
9497 * tests/check/pipelines/.cvsignore:
9498 * tests/examples/Makefile.am:
9499 * tests/examples/seek/Makefile.am:
9500 reorganize stuff under tests/
9502 2005-11-30 Edward Hervey <edward@fluendo.com>
9504 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9505 Go away you stupid GstStaticPadTemplate memleak.
9507 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9509 * gst-libs/gst/net/Makefile.am:
9510 * gst-libs/gst/net/README:
9511 * gst-libs/gst/net/gstnetbuffer.c:
9512 * gst-libs/gst/net/gstnetbuffer.h:
9513 this was moved to "netbuffer"
9515 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9517 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9518 (gst_video_filter_class_init), (gst_video_filter_init):
9519 * gst-libs/gst/video/gstvideofilter.h:
9520 borgify name to bring in line with other classes
9522 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9524 * gst/audioscale/.cvsignore:
9525 * gst/audioscale/Makefile.am:
9526 * gst/audioscale/README:
9527 * gst/audioscale/audioscale.vcproj:
9528 * gst/audioscale/dtof.c:
9529 * gst/audioscale/dtos.c:
9530 * gst/audioscale/functable.c:
9531 * gst/audioscale/gstaudioscale.c:
9532 * gst/audioscale/gstaudioscale.h:
9533 * gst/audioscale/private.h:
9534 * gst/audioscale/resample.c:
9535 * gst/audioscale/resample.h:
9536 * gst/audioscale/test.c:
9539 2005-11-30 Edward Hervey <edward@fluendo.com>
9541 * gst-libs/gst/netbuffer/Makefile.am:
9542 really, really tired
9544 2005-11-30 Edward Hervey <edward@fluendo.com>
9546 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9547 Update for new GstTypeFindFactory _register()
9549 2005-11-30 Edward Hervey <edward@fluendo.com>
9551 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9552 Let's not override libgstnet from core for no reason...
9553 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9554 Ok, maybe not so quick next time.
9556 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9559 * gst-libs/gst/Makefile.am:
9560 moved gst-libs/gst/net to netbuffer through CVS surgery
9561 remove old directory
9562 updating build to accomodate
9565 2005-11-29 Andy Wingo <wingo@pobox.com>
9567 * pkgconfig/gstreamer-plugins-base.pc.in:
9568 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9569 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9572 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9574 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9575 3rd time's the charm. Correct ref-counting for discarded buffers.
9577 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9579 * gst/playback/gststreamselector.c:
9580 (gst_stream_selector_class_init),
9581 (gst_stream_selector_set_property),
9582 (gst_stream_selector_get_property),
9583 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9586 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9588 * gst/subparse/gstsubparse.c: (feed_textbuf):
9589 Don't access already unref'ed buffer.
9591 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9593 * gst/playback/gststreamselector.c:
9594 (gst_stream_selector_class_init), (gst_stream_selector_init),
9595 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9596 (gst_stream_selector_get_property),
9597 (gst_stream_selector_get_linked_pad),
9598 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9599 * gst/playback/gststreamselector.h:
9600 Add the active-pad property for playbin to use shortly. Ignore buffers
9601 from any other pad, returning GST_FLOW_NOT_LINKED
9603 2005-11-29 Julien MOUTTE <julien@moutte.net>
9605 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9606 patch from bug #322704 (Alessandro Decina).
9608 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9610 * gst-libs/gst/audio/Makefile.am:
9611 folded audiofilter into the audio library
9613 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9615 * gst/videoscale/gstvideoscale.h:
9616 * gst/videoscale/gstvideoscale.c:
9617 remove unimplemented scale methods
9619 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
9621 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9624 2005-11-28 Julien MOUTTE <julien@moutte.net>
9626 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9627 (gst_ximagesink_setcaps):
9628 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9629 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9630 happens (only visible on ximagesink but bug is in xv too) set_caps was
9631 destroying the internal x[v]image used to memcpy non locally alloced
9632 buffers so that it got renewed on next _chain. The issue is that
9633 _expose will try to put that image as it reffed it in _put.
9634 Using gst_buffer_unref instead of destroy fixes it !
9636 2005-11-28 Edward Hervey <edward@fluendo.com>
9638 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9639 (try_to_link_1), (queue_filled_cb):
9640 Better use of the queues. Start with a small size queue and only increase
9641 the size of the queues when the other queues are empty.
9643 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
9645 * gst-libs/gst/video/Makefile.am:
9646 compile in copied-over videofilter into the video library
9647 * gst-libs/gst/video/videosink.h:
9648 rename the header to gstvideosink.h since it's a base GstObject class
9649 * sys/ximage/ximagesink.h:
9650 * sys/xvimage/xvimagesink.h:
9653 2005-11-28 Wim Taymans <wim@fluendo.com>
9655 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9656 * gst/playback/gstplaybasebin.h:
9657 Prepare to handle errors betters.
9659 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9660 Set sinks to PAUSED first before adding and linking them so that
9661 we don't interrupt dataflow.
9663 2005-11-28 Wim Taymans <wim@fluendo.com>
9665 * gst-libs/gst/audio/TODO:
9668 * gst-libs/gst/audio/gstaudiosink.c:
9669 (gst_audioringbuffer_open_device),
9670 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9671 (gst_audioringbuffer_release):
9674 * gst-libs/gst/audio/gstbaseaudiosink.c:
9675 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9676 (gst_base_audio_sink_change_state):
9677 Slave to the master clock when going to PLAYING and unslave when
9680 * gst-libs/gst/audio/gstringbuffer.c:
9681 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9682 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9683 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9684 (gst_ring_buffer_clear_all), (wait_segment),
9685 (gst_ring_buffer_commit), (gst_ring_buffer_read),
9686 (gst_ring_buffer_advance):
9687 * gst-libs/gst/audio/gstringbuffer.h:
9688 Add some docs and cleanups.
9690 2005-11-28 Julien MOUTTE <julien@moutte.net>
9692 * sys/xvimage/xvimagesink.c:
9693 (gst_xvimagesink_navigation_send_event): Fix navigation events
9694 coordinates translation with pixel aspect ratios.
9696 2005-11-28 Julien MOUTTE <julien@moutte.net>
9698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9699 Use calculated video geometry from _setcaps instead of buffer
9700 caps to respect pixel aspect ratio. (fixes #322388)
9702 2005-11-28 Julien MOUTTE <julien@moutte.net>
9704 * docs/libs/tmpl/gstcolorbalance.sgml:
9705 * docs/libs/tmpl/gstmixer.sgml:
9706 * docs/libs/tmpl/gstxoverlay.sgml:
9707 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9710 2005-11-28 Julien MOUTTE <julien@moutte.net>
9712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9713 Refuse to create an XvImage if we can't find the format.
9715 2005-11-28 Edward Hervey <edward@fluendo.com>
9717 * gst-libs/gst/riff/riff-media.c:
9718 (gst_riff_create_audio_template_caps):
9719 Add ATRAC3 to the list of riff-possible audio caps.
9720 I know we still don't have a plugin for atrac3, but it's saner to output
9721 that than a cryptic mimetype.
9723 2005-11-27 Edward Hervey <edward@fluendo.com>
9725 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9726 Don't try to create a zero-sized subbuffer.
9728 2005-11-27 Julien MOUTTE <julien@moutte.net>
9730 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9731 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9732 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9733 (gst_ximagesink_expose): Fixed a tricky race.
9734 * sys/ximage/ximagesink.h:
9735 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9736 (gst_xvimagesink_expose): Fixed a tricky race.
9737 * sys/xvimage/xvimagesink.h:
9739 2005-11-27 Edward Hervey <edward@fluendo.com>
9741 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9742 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9743 Remove unused properties, and add queues between demuxers and decoders
9744 so that a lot more files can preroll properly.
9746 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
9748 * gst-libs/gst/net/Makefile.am:
9749 * gst-libs/gst/rtp/Makefile.am:
9750 * gst-libs/gst/tag/Makefile.am:
9751 remove silly include
9752 * gst/tags/Makefile.am:
9753 * gst/tags/gsttagediting.c:
9754 * gst/tags/gsttageditingprivate.h:
9755 * gst/tags/tagedit.vcproj:
9756 remove directory, is as good as empty
9758 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
9761 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9762 * gst-libs/Makefile.am:
9763 * gst-libs/gst/audio/Makefile.am:
9764 * gst-libs/gst/interfaces/Makefile.am:
9765 * gst-libs/gst/net/Makefile.am:
9766 * gst-libs/gst/riff/Makefile.am:
9767 * gst-libs/gst/rtp/Makefile.am:
9768 * gst-libs/gst/tag/Makefile.am:
9769 * gst-libs/gst/video/Makefile.am:
9772 2005-11-27 Julien MOUTTE <julien@moutte.net>
9774 * docs/libs/tmpl/gstcolorbalance.sgml:
9775 * docs/libs/tmpl/gstmixer.sgml:
9776 * docs/libs/tmpl/gstxoverlay.sgml:
9777 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9778 * sys/ximage/ximagesink.h:
9779 * sys/xvimage/xvimagesink.h: More and more documentation.
9781 2005-11-26 Julien MOUTTE <julien@moutte.net>
9783 * docs/libs/gst-plugins-base-libs-docs.sgml:
9784 * docs/libs/gst-plugins-base-libs-sections.txt:
9785 * docs/libs/tmpl/gstcolorbalance.sgml:
9786 * docs/libs/tmpl/gstmixer.sgml:
9787 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9790 2005-11-26 Julien MOUTTE <julien@moutte.net>
9792 * docs/plugins/Makefile.am:
9793 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9794 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9795 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9797 2005-11-26 Julien MOUTTE <julien@moutte.net>
9799 * docs/plugins/Makefile.am:
9800 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9801 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9802 * docs/plugins/inspect/plugin-adder.xml:
9803 * docs/plugins/inspect/plugin-alsa.xml:
9804 * docs/plugins/inspect/plugin-audioconvert.xml:
9805 * docs/plugins/inspect/plugin-audiorate.xml:
9806 * docs/plugins/inspect/plugin-audioresample.xml:
9807 * docs/plugins/inspect/plugin-audiotestsrc.xml:
9808 * docs/plugins/inspect/plugin-decodebin.xml:
9809 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9810 * docs/plugins/inspect/plugin-gnomevfs.xml:
9811 * docs/plugins/inspect/plugin-ogg.xml:
9812 * docs/plugins/inspect/plugin-playbin.xml:
9813 * docs/plugins/inspect/plugin-subparse.xml:
9814 * docs/plugins/inspect/plugin-tcp.xml:
9815 * docs/plugins/inspect/plugin-theora.xml:
9816 * docs/plugins/inspect/plugin-typefindfunctions.xml:
9817 * docs/plugins/inspect/plugin-video4linux.xml:
9818 * docs/plugins/inspect/plugin-videorate.xml:
9819 * docs/plugins/inspect/plugin-videoscale.xml:
9820 * docs/plugins/inspect/plugin-videotestsrc.xml:
9821 * docs/plugins/inspect/plugin-volume.xml:
9822 * docs/plugins/inspect/plugin-vorbis.xml:
9823 * docs/plugins/inspect/plugin-ximagesink.xml:
9824 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9825 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9827 2005-11-26 Edward Hervey <edward@fluendo.com>
9829 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9830 Properly return GstFlowReturn from gst_pad_push in chain functions.
9832 2005-11-25 Michael Smith <msmith@fluendo.com>
9834 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9835 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9836 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9837 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9838 Handle various conditions better when we don't understand a stream.
9839 Removes a heap of CRITICALs on ogg streams containing unknown data.
9841 2005-11-24 Andy Wingo <wingo@pobox.com>
9843 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9846 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9848 * configure.ac: back to HEAD
9850 === release 0.9.6 ===
9852 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9855 releasing 0.9.6, "White Eight"
9857 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9859 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9860 * docs/plugins/inspect/plugin-sine.xml:
9861 remove sinesrc some more
9863 2005-11-23 Wim Taymans <wim@fluendo.com>
9865 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9866 If we are reading too slowly, jump forward in the ringbuffer
9867 instead of blocking.
9869 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9871 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9873 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9874 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9875 (gst_videorate_chain):
9876 * gst/videotestsrc/gstvideotestsrc.c:
9877 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9878 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9879 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9880 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9881 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9882 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9883 Updates for API changes
9885 2005-11-23 Wim Taymans <wim@fluendo.com>
9887 * gst-libs/gst/audio/gstbaseaudiosink.c:
9888 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9889 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9890 Fix for calibration API change.
9892 2005-11-23 Michael Smith <msmith@fluendo.com>
9894 * gst-libs/gst/audio/multichannel.c:
9895 (gst_audio_get_channel_positions),
9896 (gst_audio_set_channel_positions),
9897 (gst_audio_set_structure_channel_positions_list),
9898 (gst_audio_fixate_channel_positions):
9899 Use gst_value_array_*() functions on value arrays, not
9902 2005-11-23 Edward Hervey <edward@fluendo.com>
9905 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9908 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9910 * check/Makefile.am:
9911 * check/elements/videotestsrc.c: (setup_videotestsrc),
9912 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9914 add a test for videotestsrc
9916 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9918 * gst/sine/.cvsignore:
9919 * gst/sine/Makefile.am:
9920 * gst/sine/gstsinesrc.c:
9921 * gst/sine/gstsinesrc.h:
9922 * gst/sine/sinesrc.vcproj:
9923 and remove sinesrc from the repository. Closes #321446
9925 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9928 * gst-plugins-base.spec.in:
9929 remove sinesrc from the build
9931 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9933 * check/Makefile.am:
9934 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9935 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9937 add a test for audiotestsrc, testing all waves. Even seems
9938 leak-free at first glance, nice job Stefan
9940 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9956 Translation string updates
9958 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9959 (gst_v4lsrc_set_caps):
9960 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9961 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9962 * sys/v4l/v4lsrc_calls.h:
9963 Improve v4lsrc, by making it work again.
9965 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9967 * ext/libvisual/visual.c: (gst_visual_chain):
9968 Fix the fps calculations.
9970 * gst/ffmpegcolorspace/avcodec.h:
9971 Move structure element for clarity
9973 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9974 * gst-libs/gst/interfaces/tunernorm.h:
9975 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9976 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9977 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9978 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9979 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9980 (gst_v4lmjpegsrc_getcaps):
9981 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9982 (gst_v4lsrc_set_caps):
9983 * sys/v4l/gstv4lsrc.h:
9984 * sys/v4l/v4l_calls.c: (gst_v4l_open):
9985 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9986 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9987 * sys/v4l/v4lsrc_calls.h:
9988 Fractional framerates...
9990 2005-11-22 Wim Taymans <wim@fluendo.com>
9992 * gst-libs/gst/audio/gstbaseaudiosink.c:
9993 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9994 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9995 And we provide a clock by default, of course...
9997 2005-11-22 Wim Taymans <wim@fluendo.com>
9999 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10000 This clock can be slaved to a master clock now.
10002 * gst-libs/gst/audio/gstbaseaudiosink.c:
10003 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10004 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10005 (gst_base_audio_sink_set_clock),
10006 (gst_base_audio_sink_set_property),
10007 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10008 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10009 * gst-libs/gst/audio/gstbaseaudiosink.h:
10010 Handle slaving the internal clock to the clock selected in the
10012 Add property to make the basesink not provide a clock.
10014 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10015 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10016 (gst_base_rtp_depayload_wait):
10017 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10018 We can use the clock in GstElement, no need to store it ourselves.
10020 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10022 * docs/libs/tmpl/gstaudio.sgml:
10024 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10025 (gst_paranoia_endian_get_type):
10026 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10027 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10028 * gst/audiotestsrc/gstaudiotestsrc.c:
10029 (gst_audiostestsrc_wave_get_type):
10030 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10031 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10032 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10033 (gst_sync_method_get_type), (gst_unit_type_get_type),
10034 (gst_client_status_get_type), (gst_multifdsink_class_init),
10035 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10036 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10037 (gst_multifdsink_get_property):
10038 * gst/tcp/gstmultifdsink.h:
10039 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10040 * gst/videotestsrc/gstvideotestsrc.c:
10041 (gst_videotestsrc_pattern_get_type):
10042 remove deprecated properties
10043 fix up enums to correctly have short lowercase dashed nicks
10045 2005-11-22 Michael Smith <msmith@fluendo.com>
10047 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10048 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10051 2005-11-22 Michael Smith <msmith@fluendo.com>
10053 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10054 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10055 Use utility method for scaling clocktime for fractional framerates.
10057 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10059 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10060 (gst_visual_chain):
10061 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10062 * ext/theora/theoradec.c: (theora_handle_type_packet):
10063 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10064 (theora_enc_chain):
10065 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10066 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10067 * gst-libs/gst/video/video.h:
10068 * gst/ffmpegcolorspace/avcodec.h:
10069 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10070 (gst_ffmpeg_caps_to_pixfmt):
10071 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10072 (gst_ffmpegcsp_set_caps):
10073 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10074 (gst_videorate_setcaps), (gst_videorate_blank_data),
10075 (gst_videorate_chain):
10076 * gst/videotestsrc/gstvideotestsrc.c:
10077 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10078 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10079 (gst_videotestsrc_event), (gst_videotestsrc_create):
10080 * gst/videotestsrc/gstvideotestsrc.h:
10081 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10082 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10083 (gst_ximagesink_get_times), (gst_ximagesink_init):
10084 * sys/ximage/ximagesink.h:
10085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10086 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10087 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10088 * sys/xvimage/xvimagesink.h:
10089 Convert elements to use fractions for their framerate.
10090 V4L elements to come later tonight.
10092 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10094 * gst-libs/gst/audio/audio.c:
10095 * gst-libs/gst/audio/audio.h:
10096 remove some deprecated functions
10098 2005-11-22 Andy Wingo <wingo@pobox.com>
10100 * Update for gst_tag_setter API changes.
10102 2005-11-22 Andy Wingo <wingo@pobox.com>
10104 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10105 (gst_ogg_demux_perform_seek):
10106 * ext/theora/theoradec.c (theora_dec_sink_event):
10107 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10110 2005-11-22 Wim Taymans <wim@fluendo.com>
10112 * examples/seeking/seek.c: (main):
10113 Give higher priority to bus signals than the gtk events
10114 to fix a race condition in the segment looping.
10116 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10118 * ext/theora/Makefile.am:
10119 * ext/vorbis/Makefile.am:
10120 * gst-libs/gst/tag/Makefile.am:
10121 * gst-plugins-base.spec.in:
10122 Rename libgsttagedit to libgsttag (#322117).
10124 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10126 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10128 Call gst_x_overlay_prepare_xwindow_id() to give applications
10129 a final chance to set their own xwindow id before the video
10130 sink creates its own window.
10132 2005-11-22 Julien MOUTTE <julien@moutte.net>
10134 * sys/xvimage/xvimagesink.c:
10135 (gst_xvimagesink_navigation_send_event): Handle navigation
10136 events correcly with borders if applicable.
10138 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10140 Patch by: Luca Ognibene
10142 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10143 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10144 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10145 (gst_ffmpegcsp_caps_remove_format_info):
10146 * gst/ffmpegcolorspace/imgconvert.c:
10147 * gst/ffmpegcolorspace/imgconvert_template.h:
10148 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10149 #318353); use gst_structure_has_name().
10151 2005-11-22 Julien MOUTTE <julien@moutte.net>
10153 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10154 (gst_ximagesink_class_init): Add debug macros on functions.
10155 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10156 (gst_xvimagesink_xwindow_draw_borders),
10157 (gst_xvimagesink_xvimage_put),
10158 (gst_xvimagesink_xwindow_update_geometry),
10159 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10160 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10161 (gst_xvimagesink_xcontext_clear),
10162 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10163 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10164 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10165 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10166 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10167 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10168 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10169 expose while being PAUSED, out of data flow navigation events, etc..
10171 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10173 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10174 * gst-libs/gst/audio/audio.h:
10175 fix prototype - wondering why the test worked regardless
10177 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10179 * check/Makefile.am:
10180 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10181 * gst-libs/gst/audio/audio.h:
10182 add a method that returns a proper GstClockTime
10184 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10186 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10187 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10188 * gst-libs/gst/interfaces/xoverlay.h:
10189 Remove everything having to do with the desired size; add
10190 gst_x_overlay_prepare_xwindow_id() function; remove the
10191 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10192 post a message on the bus instead (#321816).
10194 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10196 (gst_xvimagesink_xoverlay_init):
10197 Remove desired size stuff (#321816).
10199 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10201 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10202 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10203 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10204 Terminate vararg functions with NULL instead of 0 to
10207 2005-11-21 Andy Wingo <wingo@pobox.com>
10209 patch by: Sebastien Cote <sebas642@yahoo.ca>
10211 * gst-libs/gst/rtp/gstrtpbuffer.h:
10212 * gst-libs/gst/rtp/gstrtpbuffer.c
10213 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10215 2005-11-21 Andy Wingo <wingo@pobox.com>
10217 * gst/playback/gstplaybin.c (gen_audio_element)
10218 (gen_video_element): Use the new MISSING_PLUGIN core error
10219 category. Closes #320060.
10221 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10222 * gst/videorate/gstvideorate.c (gst_videorate_event):
10223 * ext/theora/theoradec.c (theora_dec_sink_event):
10224 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10227 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10228 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10229 stream lock changes.
10231 2005-11-21 Wim Taymans <wim@fluendo.com>
10233 * gst-libs/gst/audio/gstbaseaudiosink.c:
10234 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10235 (gst_base_audio_sink_provide_clock),
10236 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10237 (gst_base_audio_sink_change_state):
10238 * gst/audioresample/gstaudioresample.c:
10239 Segment update fix.
10241 2005-11-21 Andy Wingo <wingo@pobox.com>
10244 * *.c: Ran scripts/update-macros. Oh yes.
10246 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10248 * sys/ximage/Makefile.am:
10249 * sys/ximage/ximage.c:
10250 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10251 remove your old libgstximage.* manually if necessary).
10253 2005-11-21 Michael Smith <msmith@fluendo.com>
10255 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10256 Minimal fix for bug #320200: set the min/max bitrate in the correct
10257 units. A better fix would be to upgrade to the RATEMANAGE2
10258 interface, rather than using the deprecated interface used here, but
10259 that would require an update in our libvorbis dependency (to 1.1),
10260 which is probably undesirable.
10262 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10264 * ext/libvisual/visual.c: (get_buffer):
10265 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10266 (gst_base_audio_src_fixate):
10267 * gst/audioconvert/gstaudioconvert.c:
10268 (gst_audio_convert_fixate_caps):
10269 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10270 * gst/audiotestsrc/gstaudiotestsrc.c:
10271 (gst_audiotestsrc_src_fixate):
10272 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10273 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10274 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10275 * gst/videotestsrc/gstvideotestsrc.c:
10276 (gst_videotestsrc_src_fixate):
10277 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10278 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10279 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10283 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10285 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10286 (gst_riff_create_iavs_caps):
10287 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10288 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10289 (gst_riff_parse_info):
10290 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10291 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10293 Fixes for GST_FOURCC_FORMAT API change.
10295 2005-11-21 Andy Wingo <wingo@pobox.com>
10297 patch by: Alessandro Dessina <alessandro nnva org>
10299 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10300 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10301 (gst_ogg_parse_chain):
10302 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10303 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10304 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10305 gst_value_list calls on arrays. Fixes #321962.
10307 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10309 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10310 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10311 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10312 * gst/adder/gstadder.c: (gst_adder_init),
10313 (gst_adder_request_new_pad), (gst_adder_collected),
10314 (gst_adder_change_state):
10315 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10318 2005-11-21 Michael Smith <msmith@fluendo.com>
10320 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10321 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10322 Properly handle pad_push return values.
10324 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10326 * gst-libs/gst/tag/Makefile.am:
10327 * gst-libs/gst/tag/gstvorbistag.c:
10328 (gst_tag_list_to_vorbiscomment_buffer):
10329 Remove obsolete vorbistag element and debug category.
10331 * gst/playback/gstplaybasebin.c: (check_queue):
10332 Don't divide by 0 when queue-threshold is 0.
10334 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10335 Don't modify an existing pixel-aspect-ratio if we fail to read
10338 2005-11-20 Wim Taymans <wim@fluendo.com>
10340 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10341 (gst_vorbisenc_push_packet):
10342 GST_PAD_IS_USABLE is gone, use the return value of
10343 the push or pad_alloc_buffer instead.
10345 2005-11-18 Julien MOUTTE <julien@moutte.net>
10347 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10348 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10349 (gst_ximagesink_ximage_destroy),
10350 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10351 (gst_ximagesink_xwindow_new),
10352 (gst_ximagesink_xwindow_update_geometry),
10353 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10354 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10355 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10356 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10357 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10358 (gst_ximagesink_navigation_send_event),
10359 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10360 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10361 (gst_ximagesink_finalize), (gst_ximagesink_init),
10362 (gst_ximagesink_class_init):
10363 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10364 This new version brings correct software scaling, non flickering
10365 window while resizing, pixel aspect ratio handling, usage of
10366 hardware buffer pools, out of data flow event thread for
10367 navigation and handling of expose events even when being PAUSED,
10368 a new property to keep video aspect ratio when resizing, etc...
10370 2005-11-18 Julien MOUTTE <julien@moutte.net>
10372 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10373 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10376 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10378 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10379 Unsetting IS_SINK flag from the fakesink, so decodebin
10380 never behaves as a sink.
10382 2005-11-17 Wim Taymans <wim@fluendo.com>
10384 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10385 (gst_base_audio_src_change_state):
10386 Fix the audiosrc base class again, we did not unflush.
10388 2005-11-17 Julien MOUTTE <julien@moutte.net>
10390 * examples/seeking/seek.c: (make_dv_pipeline),
10391 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10392 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10393 to ogg/vorbis/theora pipeline.
10395 2005-11-17 Wim Taymans <wim@fluendo.com>
10397 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10398 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10399 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10400 Fix EOS on multiple streams.
10403 2005-11-16 Wim Taymans <wim@fluendo.com>
10405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10406 (gst_ogg_demux_perform_seek):
10407 Segment done must include stream time.
10409 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10410 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10411 (gst_ogg_mux_change_state):
10412 Fix ogg muxer again.
10414 2005-11-16 Wim Taymans <wim@fluendo.com>
10416 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10419 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10421 * ext/libvisual/visual.c: (gst_visual_init):
10422 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10423 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10424 (gst_ogg_parse_chain):
10425 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10426 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10427 * ext/theora/theoradec.c: (gst_theora_dec_init):
10428 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10429 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10430 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10431 * gst/adder/gstadder.c: (gst_adder_class_init),
10432 (gst_adder_dispose):
10433 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10434 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10435 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10436 Fix a whole set of pad template leaks
10438 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10440 * check/generic/states.c: (GST_START_TEST):
10441 fix the test so that it only checks for elements that are part of
10444 2005-11-16 Michael Smith <msmith@fluendo.com>
10446 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10447 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10448 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10449 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10450 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10451 (gst_ogg_mux_change_state):
10452 Fix leaking collectpads.
10454 2005-11-16 Edward Hervey <edward@fluendo.com>
10456 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10457 (gst_videorate_event), (gst_videorate_chain):
10458 Handle segment seeks
10460 2005-11-16 Wim Taymans <wim@fluendo.com>
10462 * gst-libs/gst/audio/gstbaseaudiosink.c:
10463 (gst_base_audio_sink_provide_clock),
10464 (gst_base_audio_sink_change_state):
10465 Set ringbuffer to non-flushing when going to PAUSED, set to
10466 flushing again when going to READY.
10468 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10469 (gst_ring_buffer_stop):
10470 Start in flushing mode by default.
10471 Don't set flushing in the _stop method, let the app call
10474 2005-11-16 Julien MOUTTE <julien@moutte.net>
10476 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10477 * gst-libs/gst/video/videosink.h: Add helper function needed
10480 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10482 * gst/videoscale/gstvideoscale.c:
10483 (gst_videoscale_handle_src_event):
10484 Don't leak reference to pad parent.
10486 2005-11-16 Wim Taymans <wim@fluendo.com>
10488 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10489 Set ringbuffer to flushing when stopping so that we don't
10490 block on wait_segment anymore and livelock.
10492 2005-11-16 Wim Taymans <wim@fluendo.com>
10494 * examples/seeking/seek.c: (send_event), (do_seek),
10495 (loop_toggle_cb), (segment_done), (main):
10496 Added looping checkbox.
10498 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10500 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10501 (gst_ogg_demux_init):
10502 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10503 (gst_vorbis_dec_init):
10504 revert unrefs, they don't pass make check
10506 2005-11-15 Johan Dahlin <johan@gnome.org>
10508 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10509 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10510 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10511 (gst_vorbis_dec_init):
10512 Fix pad template leaks.
10514 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10516 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10517 Make state change function thread safe.
10519 2005-11-15 Edward Hervey <edward@fluendo.com>
10521 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10522 (gst_ogg_demux_class_init):
10523 Implement GstElement::send_event, so we can send seek events
10526 2005-11-14 Julien MOUTTE <julien@moutte.net>
10528 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10529 Discovered how to take away flickering while resizing the
10530 window. Please don't put that in ximagesink, refactoring in
10533 2005-11-14 Michael Smith <msmith@fluendo.com>
10535 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10536 (gst_multifdsink_render):
10537 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10539 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10541 * gst/playback/gstplaybin.c: (gen_audio_element):
10542 Use autoaudiosink, it tends to be more widely available than
10545 2005-11-14 Andy Wingo <wingo@pobox.com>
10547 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10548 as well if it is available. Fixes #316442.
10550 2005-11-14 Michael Smith <msmith@fluendo.com>
10552 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10553 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10554 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10555 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10556 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10557 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10558 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10559 (gst_vorbisenc_change_state):
10560 Fix a small memory leak in vorbisenc.
10561 Fix large memory leaks in oggmux, also fix lots of state change
10564 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10566 * gst/videotestsrc/gstvideotestsrc.c:
10567 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10568 (gst_videotestsrc_src_fixate):
10569 move fixation to a fixate function
10570 remove negotiate function, basesrc's is good enough
10571 fixes a bug for check when using the element alone
10573 2005-11-13 Edward Hervey <edward@fluendo.com>
10575 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10576 (key_toggle_cb), (main):
10577 Added checkboxes for adding/removing the accurate and key_unit seek
10580 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10582 * configure.ac: back to HEAD
10584 === release 0.9.5 ===
10586 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10589 releasing 0.9.5, "No No Kia"
10591 2005-11-11 Edward Hervey <edward@fluendo.com>
10593 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10594 Added parse-launch syntax seeking mode for the seeking example.
10595 This should help stress-test even more cases.
10596 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10598 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10600 * sys/xvimage/xvimagesink.c:
10601 (gst_xvimagesink_navigation_send_event):
10602 Check whether peer pad exists before sending navigation events
10605 2005-11-11 Michael Smith <msmith@fluendo.com>
10607 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10608 (gst_vorbisenc_buffer_from_packet):
10609 * ext/vorbis/vorbisenc.h:
10610 Set duration on encoded buffers. This allows oggmux's
10611 max_page_delay parameter to actually work.
10613 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10615 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10616 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10617 (gst_ffmpegcsp_avpicture_fill):
10618 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10619 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10620 Make palettes work again (see #132341). Use our own macros
10623 2005-11-10 Andy Wingo <wingo@pobox.com>
10625 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10628 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10630 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10631 (gst_ffmpegcsp_transform_caps):
10632 Prefer passthrough in transform_caps
10634 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10636 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10637 check for ALSA errors properly, instead of relying on ALSA's
10638 error strings to serve to the user.
10640 2005-11-10 Wim Taymans <wim@fluendo.com>
10642 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10643 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10644 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10645 Modernise the seek code.
10647 2005-11-10 Michael Smith <msmith@fluendo.com>
10649 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10650 (setup_substreams), (set_active_source):
10651 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10652 trying to go to NULL if we failed to read a file.
10654 2005-11-10 Wim Taymans <wim@fluendo.com>
10656 * gst/audiotestsrc/gstaudiotestsrc.c:
10657 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10658 (gst_audiotestsrc_create):
10659 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10660 (gst_sinesrc_get_times), (gst_sinesrc_create):
10661 * gst/videotestsrc/gstvideotestsrc.c:
10662 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10663 (gst_videotestsrc_create):
10664 The base class can now sync for us.
10666 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10668 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10669 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10670 name=source autoprobe=false autoprobe-fps=false copy-mode=1
10671 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10672 format=(fourcc)I420" ! xvimagesink
10674 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
10676 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10677 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10678 (gst_sinesrc_newsegment):
10679 Send newsegment event in TIME format, set duration if
10680 num-buffers is set, fix duration querying.
10682 2005-11-10 Michael Smith <msmith@fluendo.com>
10684 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10685 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10686 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10687 (gst_ogg_mux_collected):
10688 Fix EOS handling, partially. Now forwarding an EOS event once we have
10689 EOS on all pads works correctly. However, we still don't properly set
10690 EOS on the actual ogg stream pages.
10692 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
10694 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10695 Set elements to NULL state before disposing of them.
10697 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
10699 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
10701 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10702 (gst_base_rtp_depayload_init),
10703 (gst_base_rtp_depayload_set_gst_timestamp):
10704 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10705 We need to send a newsegment event for each instance, not
10706 just for the first instance of this class (get rid of
10707 static variable in function). (#321011).
10709 2005-11-08 Michael Smith <msmith@fluendo.com>
10711 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10712 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10713 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10714 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10715 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10716 This makes us mux things correctly according to the ogg muxing
10717 rules. Still not handling EOS correctly right now, though.
10719 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
10721 * gst/audioconvert/gstaudioconvert.c:
10724 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
10726 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10727 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10728 Initialise segment_stop to GST_CLOCK_TIME_NONE when
10729 creating a new chain; should fix live streaming. Also
10730 add more debug output and fix a typo.
10732 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
10734 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
10736 * gst/volume/gstvolume.c: (volume_set_caps):
10737 Fix compilation on Solaris with Forte. (#320923)
10739 2005-11-08 Wim Taymans <wim@fluendo.com>
10741 * gst-libs/gst/audio/gstbaseaudiosink.c:
10742 (gst_base_audio_sink_render):
10743 No need to do a typecheck.
10745 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
10747 * ext/alsa/gstalsa.h:
10748 We register a debug category, so let's use it.
10750 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
10752 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10753 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10754 Fixed a small problem.
10756 2005-11-04 Wim Taymans <wim@fluendo.com>
10758 * examples/seeking/Makefile.am:
10759 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10760 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10761 (make_playerbin_pipeline), (format_value), (update_scale),
10762 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10763 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10764 (print_usage), (main):
10765 Added app for playback speed testing.
10767 * examples/seeking/seek.c: (dynamic_link),
10768 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10769 (make_mpeg_pipeline), (do_seek), (set_update_scale),
10770 (message_received), (main):
10771 Updated seek example.
10773 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
10775 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10776 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10777 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10778 (gst_base_rtp_depayload_set_clock):
10779 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10780 Don't sleep on the bench (system clock) when you have a nice
10781 comfortable bed (Gstreamer clock) to sleep on.
10783 2005-11-03 Wim Taymans <wim@fluendo.com>
10785 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10786 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10787 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10788 Handle the case where a pad_block failed.
10790 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
10792 reviewed by: Zeeshan Ali <zeenix@gmail.com>
10794 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10795 (gst_base_rtp_depayload_add_to_queue),
10796 (gst_base_rtp_depayload_push),
10797 (gst_base_rtp_depayload_set_gst_timestamp),
10798 (gst_base_rtp_depayload_queue_release):
10799 Fixes some bugs in the depayloader's queuing/de-queueing code.
10801 2005-10-31 Michael Smith <msmith@fluendo.com>
10803 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10804 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10805 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10806 Patch from Alessandro Decina <alessandro@nnva.org>.
10807 Make oggdemux only find the final time in a chain, not per-pad,
10808 since the per-pad information can be very expensive to locate, and
10809 it isn't used anywhere. This makes reading a file containing
10810 OggSkeleton reasonably fast.
10811 Also, make chain finding work when there are logical bitstreams that
10812 can't be decoded. Fixes #319110.
10814 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10816 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10817 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10818 (gst_base_rtp_depayload_chain),
10819 (gst_base_rtp_depayload_add_to_queue),
10820 (gst_base_rtp_depayload_push),
10821 (gst_base_rtp_depayload_set_gst_timestamp),
10822 (gst_base_rtp_depayload_queue_release),
10823 (gst_base_rtp_depayload_start_thread),
10824 (gst_base_rtp_depayload_set_property),
10825 (gst_base_rtp_depayload_get_property):
10826 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10827 Some random fixes, to fullfill the desires of thomas.
10829 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10831 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10832 (gst_base_rtp_depayload_add_to_queue),
10833 (gst_base_rtp_depayload_push):
10834 Fixed the queueing algorithm.
10836 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10838 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10839 (gst_base_rtp_depayload_push):
10842 2005-10-31 Wim Taymans <wim@fluendo.com>
10844 * gst-libs/gst/audio/gstringbuffer.h:
10847 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10848 (gst_ffmpeg_caps_to_pixfmt):
10849 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10850 (gst_ffmpegcsp_set_caps):
10851 Some more comments.
10852 Handle missing required caps fields better.
10854 2005-10-31 Wim Taymans <wim@fluendo.com>
10856 * gst-libs/gst/audio/gstbaseaudiosink.c:
10857 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10858 (gst_base_audio_sink_render):
10859 * gst-libs/gst/audio/gstringbuffer.c:
10860 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10861 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10862 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10863 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10864 (gst_ring_buffer_read):
10865 * gst-libs/gst/audio/gstringbuffer.h:
10866 Add flushing mode to the ringbuffer so that it in all cases does
10867 not try to handle more audio. This makes sure it does not try to
10868 block anymore when flushing and fixes a livelock.
10870 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
10872 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10873 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10874 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10875 Explicitly check for -1 values before doing a conversion
10876 and always map them to -1. (#315545)
10878 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
10880 * gst/playback/gstplaybin.c: (gen_video_element):
10881 first try autovideosink, then xvimagesink, then error out
10883 add translatable file
10898 update translations
10900 2005-10-27 Philippe Khalaf <burger at speedy dot org>
10902 * gst-libs/gst/rtp/gstbasedepayload.c:
10903 * gst-libs/gst/rtp/gstbasedepayload.h:
10906 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
10908 * gst/playback/.cvsignore:
10909 * gst/playback/decodetest.c:
10910 * gst/playback/test3.c:
10911 Port these two tests as well.
10913 2005-10-27 Wim Taymans <wim@fluendo.com>
10915 * ext/theora/theoradec.c: (theora_dec_src_query),
10916 (theora_dec_sink_event):
10917 * ext/theora/theoraenc.c: (theora_enc_sink_event),
10918 (theora_enc_change_state):
10919 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10920 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10921 Take proper locks when handling events.
10923 2005-10-27 Wim Taymans <wim@fluendo.com>
10925 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10926 (gst_adder_change_state):
10927 Fix timestamps and fix deadlock when stopping the collectpads.
10929 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
10931 * gst-libs/gst/rtp/gstrtpbuffer.h:
10932 Declaring the payload types as strings too so that they can be used
10933 in the padtemplate inialization.
10935 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
10937 reviewed by: Zeeshan Ali <zeenix@gmail.com>
10939 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10940 (gst_base_rtp_depayload_class_init):
10941 Fixes a small but nasty bug. The derived elements no longer segfaults
10944 2005-10-26 Michael Smith <msmith@fluendo.com>
10946 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10947 When clearing an audioconvert context, set tmpbufsize to zero, so
10948 we'll allocate it again later if required.
10949 This fixes audioconvert re-negotiating formats, which previously
10950 segfaulted with a NULL destination buffer.
10952 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
10954 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10955 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10956 (gst_base_rtp_depayload_set_gst_timestamp),
10957 (gst_base_rtp_depayload_queue_release):
10958 Fixed a smalll memleak.
10960 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
10961 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10962 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10963 (gst_base_rtp_depayload_finalize),
10964 (gst_base_rtp_depayload_setcaps),
10965 (gst_base_rtp_depayload_add_to_queue),
10966 (gst_base_rtp_depayload_push),
10967 (gst_base_rtp_depayload_set_gst_timestamp),
10968 (gst_base_rtp_depayload_queue_release),
10969 (gst_base_rtp_depayload_thread),
10970 (gst_base_rtp_depayload_change_state):
10971 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10972 Changed the C++ comments to C comments
10974 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
10976 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10977 * gst/tcp/gsttcpclientsrc.h:
10978 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10979 * gst/tcp/gsttcpserversrc.h:
10980 Remove unused 'curoffset' structure member.
10982 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
10984 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10985 (gst_base_rtp_depayload_base_init),
10986 (gst_base_rtp_depayload_finalize):
10987 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10988 * gst-libs/gst/rtp/gstbasertppayload.h:
10989 The pad-template on the sinkpad should be set by the derived classes.
10990 Also added some useful macros.
10992 2005-10-24 Wim Taymans <wim@fluendo.com>
10994 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10995 Correctly flush decoder samples even if we could not
10996 copy them to an output buffer. Fixes #319618.
10998 2005-10-24 Julien MOUTTE <julien@moutte.net>
11000 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11002 the caps against our xcontext caps.
11004 2005-10-24 Wim Taymans <wim@fluendo.com>
11006 * gst-libs/gst/audio/gstbaseaudiosink.c:
11007 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11009 Use sync property from baseclass to disable sync.
11011 2005-10-24 Wim Taymans <wim@fluendo.com>
11013 * gst-libs/gst/audio/gstbaseaudiosink.c:
11014 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11015 Buffers with no timestamps get aligned with previous buffers or
11016 on underrun, played ASAP.
11018 2005-10-24 Julien MOUTTE <julien@moutte.net>
11020 * gst-libs/gst/video/video.h:
11021 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11022 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11023 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11024 here comes my change on caps for framerate and geometry range.
11025 We are now accepting 1 to MAXINT for width and height, and from
11026 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11027 to be blended correctly in videomixer.
11029 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11034 === release 0.9.4 ===
11036 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11041 releasing 0.9.4, "Velociraptor"
11043 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11045 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11049 2005-10-21 Wim Taymans <wim@fluendo.com>
11051 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11052 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11053 (pad_blocked), (close_pad_link), (new_pad):
11054 Don't try to remove elements twice.
11056 2005-10-21 Wim Taymans <wim@fluendo.com>
11058 * ext/theora/theoradec.c: (theora_dec_src_query),
11059 (theora_dec_sink_event):
11060 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11061 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11062 (vorbis_handle_data_packet):
11063 * ext/vorbis/vorbisdec.h:
11066 * gst-libs/gst/audio/gstbaseaudiosink.c:
11067 (gst_base_audio_sink_render):
11068 Don't try to sync on buffers without a timestamp.
11070 2005-10-21 Wim Taymans <wim@fluendo.com>
11072 * ext/theora/theoradec.c: (theora_dec_src_query),
11073 (theora_dec_sink_event):
11074 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11075 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11076 (vorbis_handle_data_packet):
11077 * ext/vorbis/vorbisdec.h:
11080 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11082 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11083 (gst_vorbisenc_src_query):
11084 Implement position and duration queries.
11086 * gst/playback/test3.c: (update_scale), (main):
11087 Fix for async state changes and print nicer output.
11089 2005-10-20 Wim Taymans <wim@fluendo.com>
11091 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11092 (dump_element_stats), (main):
11093 * gst/playback/test6.c: (main):
11096 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11098 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11099 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11100 Don't use functions for position queries when handling
11103 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11105 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11106 (vorbis_handle_data_packet), (vorbis_dec_chain),
11107 (vorbis_dec_change_state):
11108 * ext/vorbis/vorbisdec.h:
11109 Vorbis streams can be embedded in other container formats
11110 than ogg, container formats where the demuxer might set
11111 timestamps on encoded vorbis buffers instead of those silly
11112 granulepos thingies. In short: make vorbisdec handle
11113 timestamps on incoming buffers as well.
11115 2005-10-20 Wim Taymans <wim@fluendo.com>
11117 * gst/playback/gstplaybasebin.c: (group_destroy),
11118 (gst_play_base_bin_change_state):
11120 Handle case where playbasebin is now ASYNC because
11123 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11125 * gst/audioconvert/Makefile.am:
11126 * gst/audioconvert/bufferframesconvert.c:
11127 * gst/audioconvert/plugin.c: (plugin_init):
11128 * gst/audioconvert/plugin.h:
11129 And bye bye buffer-frames-convert
11131 2005-10-19 Wim Taymans <wim@fluendo.com>
11133 * check/elements/audioconvert.c:
11134 * docs/libs/tmpl/gstaudio.sgml:
11135 * docs/libs/tmpl/gstcolorbalance.sgml:
11136 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11137 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11138 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11139 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11140 * gst-libs/gst/audio/audio.h:
11141 * gst/audioconvert/audioconvert.h:
11142 * gst/audioconvert/gstaudioconvert.c:
11143 (gst_audio_convert_parse_caps):
11144 * gst/volume/gstvolume.c:
11145 Bye bye buffer-frames.
11147 2005-10-19 Wim Taymans <wim@fluendo.com>
11149 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11150 (query_positions_elems), (query_positions_pads), (update_scale),
11151 (do_seek), (set_update_scale), (message_received), (main):
11152 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11153 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11154 (gst_ogg_demux_loop):
11155 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11156 * ext/theora/theoradec.c: (theora_dec_src_query),
11157 (theora_dec_sink_event):
11158 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11159 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11160 * gst/adder/gstadder.c: (gst_adder_query):
11161 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11162 * gst/playback/test3.c: (update_scale):
11163 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11164 (dump_element_stats), (main):
11165 * gst/playback/test6.c: (main):
11166 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11169 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11171 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11172 (xml_check_first_element), (xml_type_find), (smil_type_find),
11174 Add typefinding for SMIL and for generic XML. Based on patch by
11175 Akos Maroy (#308663).
11177 2005-10-18 Wim Taymans <wim@fluendo.com>
11179 * gst/playback/Makefile.am:
11180 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11181 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11182 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11183 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11184 (gst_decode_bin_change_state):
11185 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11186 (gst_play_bin_send_event_to_sink):
11187 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11188 (dump_element_stats), (main):
11189 * gst/playback/test6.c: (main):
11190 Make playbin async, it'll commit state to paused when all streams
11193 Added test6.c to show async behaviour.
11195 2005-10-18 Wim Taymans <wim@fluendo.com>
11197 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11198 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11199 Fix for segment-start/stop API change.
11201 2005-10-18 Wim Taymans <wim@fluendo.com>
11203 * check/Makefile.am:
11204 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11206 Add future test for clock selection.
11208 2005-10-18 Wim Taymans <wim@fluendo.com>
11210 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11211 (gst_alsasink_close):
11212 Set handle to NULL.
11214 * gst-libs/gst/audio/gstringbuffer.c:
11215 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11216 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11217 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11218 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11219 (gst_ring_buffer_read):
11222 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11224 * gst/audiotestsrc/Makefile.am:
11225 * gst/sine/Makefile.am:
11226 * gst/volume/Makefile.am:
11227 fix broken build of controllerized plugins
11229 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11231 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11233 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11234 (gst_riff_create_video_template_caps):
11235 Add support for Indeo-3 (IV32).
11237 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11242 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11244 * gst-libs/gst/video/video.c: (gst_video_get_size):
11245 * gst/audiotestsrc/gstaudiotestsrc.c:
11248 2005-10-17 Andy Wingo <wingo@pobox.com>
11250 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11251 with the collectpads change.
11252 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11254 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11256 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11258 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11259 alloc_buffer flow return to callers.
11260 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11261 change. Fix some memleaks in theoraenc.
11263 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11264 in strange circumstance.
11266 2005-10-17 Julien MOUTTE <julien@moutte.net>
11268 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11269 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11270 from caps, let's use the caps...
11272 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11275 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11277 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11279 * gst-libs/gst/interfaces/Makefile.am:
11282 2005-10-16 Andy Wingo <wingo@pobox.com>
11284 * gst/playback/gstdecodebin.c
11285 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11287 (try_to_link_1): Increase kraziness level.
11289 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11292 restructure like the core one
11293 * gst-libs/gst/audio/Makefile.am:
11294 * gst-libs/gst/interfaces/Makefile.am:
11295 * gst-libs/gst/net/Makefile.am:
11296 * gst-libs/gst/riff/Makefile.am:
11297 * gst-libs/gst/rtp/Makefile.am:
11298 * gst-libs/gst/tag/Makefile.am:
11299 * gst-libs/gst/video/Makefile.am:
11300 use correct linker flags, now the libs are properly versioned
11301 * check/elements/audioconvert.c: (verify_convert):
11302 * ext/alsa/gstalsaplugin.c:
11303 * ext/cdparanoia/gstcdparanoia.c:
11304 * ext/gnomevfs/gstgnomevfs.c:
11305 * ext/libvisual/visual.c:
11306 * ext/ogg/gstogg.c:
11307 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11308 * ext/theora/theora.c:
11309 * ext/vorbis/vorbis.c:
11310 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11311 * gst-libs/gst/tag/gsttagediting.c:
11312 * gst-libs/gst/video/video.c:
11313 * gst/adder/gstadder.c:
11314 * gst/audioconvert/plugin.c:
11315 * gst/audiorate/gstaudiorate.c:
11316 * gst/audioresample/gstaudioresample.c:
11317 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11318 * gst/audioscale/gstaudioscale.c:
11319 * gst/audioscale/resample.c:
11320 * gst/audiotestsrc/gstaudiotestsrc.c:
11321 * gst/ffmpegcolorspace/gstffmpeg.c:
11322 * gst/playback/gstdecodebin.c: (close_pad_link):
11323 * gst/playback/gstplaybin.c: (gen_video_element),
11324 (gen_audio_element):
11325 * gst/sine/gstsinesrc.c:
11326 * gst/subparse/gstsubparse.c:
11327 * gst/tags/gsttagediting.c:
11328 * gst/tcp/gsttcpplugin.c:
11329 * gst/typefind/gsttypefindfunctions.c:
11330 * gst/videorate/gstvideorate.c:
11331 * gst/videoscale/gstvideoscale.c:
11332 * gst/videotestsrc/gstvideotestsrc.c:
11333 * gst/volume/gstvolume.c:
11334 * sys/v4l/gstv4l.c:
11335 * sys/ximage/ximage.c:
11336 * sys/xvimage/xvimagesink.c:
11339 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11341 * ext/vorbis/vorbisenc.c:
11342 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11343 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11344 (gst_tag_to_vorbis_comments):
11345 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11347 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11349 * examples/stats/mp2ogg.c:
11350 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11353 2005-10-13 Michael Smith <msmith@fluendo.com>
11355 * ext/ogg/gstoggmux.c:
11356 Use magic glib macros to define constants as 64 bit, to ensure
11357 appropriate vararg passing.
11359 2005-10-13 Michael Smith <msmith@fluendo.com>
11361 * ext/ogg/gstoggmux.c:
11362 * gst/audioconvert/audioconvert.c: (float):
11363 Don't use LL suffix, as it's not portable, and neither of these
11364 uses required it anyway.
11366 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11368 * examples/indexing/indexmpeg.c: (main):
11369 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11370 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11371 (cdparanoia_convert), (cdparanoia_query):
11372 * ext/cdparanoia/gstcdparanoia.h:
11373 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11374 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11375 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11376 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11377 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11378 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11379 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11380 (gst_multifdsink_render), (gst_multifdsink_start),
11381 (gst_multifdsink_stop):
11382 * gst/tcp/gstmultifdsink.h:
11383 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11384 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11385 (gst_tcpclientsink_stop):
11386 * gst/tcp/gsttcpclientsink.h:
11387 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11388 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11389 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11390 * gst/tcp/gsttcpclientsrc.h:
11391 * gst/tcp/gsttcpserversink.h:
11392 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11393 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11394 (gst_tcpserversrc_stop):
11395 * gst/tcp/gsttcpserversrc.h:
11396 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11397 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11398 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11399 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11400 moved bitshift from macro to enum definition
11402 2005-10-12 Wim Taymans <wim@fluendo.com>
11404 * examples/seeking/Makefile.am:
11407 2005-10-12 Wim Taymans <wim@fluendo.com>
11409 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11410 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11411 Don't assert on normal stuff.
11413 * gst/playback/gstplaybin.c: (do_playbin_seek):
11416 2005-10-12 Wim Taymans <wim@fluendo.com>
11418 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11419 * examples/seeking/Makefile.am:
11420 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11421 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11422 (do_seek), (set_update_scale), (message_received), (main):
11423 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11424 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11425 Update for _get_state() API change.
11427 2005-10-11 Wim Taymans <wim@fluendo.com>
11429 * gst-libs/gst/audio/gstbaseaudiosink.c:
11430 (gst_base_audio_sink_render):
11431 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11432 (gst_base_audio_src_create):
11433 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11434 (gst_ring_buffer_read):
11436 Commit and read from ringbuffer in samples rather than bytes.
11438 2005-10-11 Wim Taymans <wim@fluendo.com>
11440 * gst-libs/gst/audio/gstbaseaudiosink.c:
11441 (gst_base_audio_sink_render):
11442 Respect segment rate and accum when scheduling samples.
11444 2005-10-11 Julien MOUTTE <julien@moutte.net>
11446 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11447 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11448 EOS correctly, that needs more work.
11450 2005-10-11 Wim Taymans <wim@fluendo.com>
11452 * check/generic/states.c: (GST_START_TEST):
11453 remove old property.
11455 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11456 (gst_ogg_demux_perform_seek):
11457 * ext/theora/theoradec.c: (theora_dec_sink_event):
11458 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11459 (vorbis_handle_data_packet):
11460 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11461 (gst_base_rtp_depayload_set_gst_timestamp):
11462 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11463 Update for newsegment API change.
11465 2005-10-11 Michael Smith <msmith@fluendo.com>
11467 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11468 (do_playbin_seek), (gst_play_bin_send_event):
11469 Override send_event differently, so that we can takes bits of
11470 functionality from GstPipeline (special handling for seeks,
11471 including pausing/resuming, and resetting stream time) and still get
11472 the appropriate behaviour of only forwarding event to a single sink,
11473 rather than all of them.
11474 Unfortunately requires a lot of code duplication, but the
11475 alternatives are equally ugly in the end.
11477 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11479 * check/elements/audioconvert.c: (setup_audioconvert),
11480 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11481 (GST_START_TEST), (audioconvert_suite):
11482 clean up tests a little, fix some leaks.
11484 2005-10-10 Wim Taymans <wim@fluendo.com>
11486 * ext/alsa/gstalsasink.c:
11487 Also allow unsigned int.
11489 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11490 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11493 2005-10-10 Wim Taymans <wim@fluendo.com>
11495 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11496 Small update, use API as stated in design docs.
11498 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11499 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11500 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11501 (message_received), (main):
11502 Updated seek example for GOption. Some usability improvements.
11504 2005-10-10 Wim Taymans <wim@fluendo.com>
11506 * gst/audioconvert/audioconvert.h:
11507 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11508 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11509 Alloc temp storage somewhere else where we can do it more
11512 2005-10-10 Wim Taymans <wim@fluendo.com>
11514 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11515 (gst_tcpserversrc_start):
11516 Don't block in accept while doing the state change, move
11517 to poll and make cancellable.
11519 2005-10-09 Philippe Khalaf <burger@speedy.org>
11521 * gst-libs/gst/rtp/rtpbasedepayload.c:
11522 Set timestamp and add queue delay to timestamp
11523 * gst-libs/gst/rtp/rtpbuffer.h:
11524 Set correct payload type for h263
11526 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11528 * gst/audiotestsrc/gstaudiotestsrc.c:
11529 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11530 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11531 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11532 (gst_audiotestsrc_create_triangle),
11533 (gst_audiotestsrc_create_silence),
11534 (gst_audiotestsrc_create_white_noise),
11535 (gst_audiotestsrc_init_pink_noise),
11536 (gst_audiotestsrc_generate_pink_noise_value),
11537 (gst_audiotestsrc_create_pink_noise),
11538 (gst_audiotestsrc_change_wave):
11539 * gst/audiotestsrc/gstaudiotestsrc.h:
11540 fixed typo, added pink noise
11542 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11544 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11546 Add wavpack and spc typefind functions from 0.8 branch.
11548 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11550 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11551 (ar_type_find), (msdos_type_find), (plugin_init):
11552 Add typefind functions for tar archives, ar archives,
11553 RAR archives, and msdos-executables (dlls, exe, etc.).
11554 Some of those would be wrongly identified as mpeg
11555 streams of some sort before (#315550).
11557 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11560 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11561 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11562 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11563 * gst/audiotestsrc/Makefile.am:
11564 * gst/audiotestsrc/gstaudiotestsrc.c:
11565 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11566 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11567 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11568 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11569 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11570 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11571 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11572 (gst_audiotestsrc_create_silence),
11573 (gst_audiotestsrc_create_white_noise),
11574 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11575 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11576 (gst_audiotestsrc_start), (plugin_init):
11577 * gst/audiotestsrc/gstaudiotestsrc.h:
11578 add new plugin and element
11579 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11582 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11584 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11585 (gst_adder_init), (gst_adder_request_new_pad),
11586 (gst_adder_change_state):
11587 Add query function to source pad, so adder reports the correct
11588 time/sample position when queried (#315457); fix state change
11589 function; use GST_DEBUG_FUNCPTR() for pad functions.
11591 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11593 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11594 Fix leaks in typefind registration
11595 Clean up the gratuitous commenting and whitespacing a little
11597 2005-10-08 Wim Taymans <wim@fluendo.com>
11599 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11600 Only actually wait for the thread to be stopped if it's
11603 2005-10-08 Wim Taymans <wim@fluendo.com>
11605 * gst-libs/gst/audio/gstbaseaudiosink.c:
11606 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11607 If we receive EOS we can start playback of what we had.
11609 2005-10-08 Wim Taymans <wim@fluendo.com>
11611 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11612 (gst_multifdsink_finalize), (multifdsink_hash_remove),
11613 (gst_multifdsink_stop):
11614 Fix crasher when going to NULL multiple times.
11616 2005-10-06 Wim Taymans <wim@fluendo.com>
11618 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11619 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11620 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11621 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11622 patch from Edgard Lima <edgard.lima@indt.org.br>
11623 Fixed gstbaseaudiosrc adding ring buffer sync to it.
11625 2005-10-06 Wim Taymans <wim@fluendo.com>
11627 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11628 Report the FLOW_RETURN as string in the error message.
11630 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11631 Don't assert when clearing an unnegotiated buffer.
11633 2005-10-04 Michael Smith <msmith@fluendo.com>
11635 * gst/playback/gstplaybasebin.c: (group_destroy),
11636 (gen_preroll_element), (remove_groups), (setup_source):
11637 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11638 (setup_sinks), (gst_play_bin_send_event),
11639 (gst_play_bin_change_state):
11640 Set state to NULL before removing from bin. Fix refcounting.
11642 2005-10-04 Michael Smith <msmith@fluendo.com>
11644 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11645 Correct refcounting in send_event() function. Previously was wrong
11646 if the first sink was unable to handle the event.
11648 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11651 back to development
11653 === release 0.9.3 ===
11655 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11658 Releasing 0.9.3, "De Facto"
11660 2005-10-03 Andy Wingo <wingo@pobox.com>
11662 * gst/playback/gstdecodebin.c (try_to_link_1)
11663 (remove_element_chain): set element to NULL before removing it.
11665 2005-10-02 Johan Dahlin <johan@gnome.org>
11667 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
11668 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11671 2005-10-02 Andy Wingo <wingo@pobox.com>
11673 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
11674 (gst_ring_buffer_prepare_read):
11675 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11678 2005-09-29 Wim Taymans <wim@fluendo.com>
11680 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11681 * ext/theora/theoradec.c: (theora_handle_data_packet):
11682 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11683 Propagate error codes from alloc_buffer too.
11685 2005-09-29 Wim Taymans <wim@fluendo.com>
11687 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11690 * gst/playback/Makefile.am:
11691 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11692 (dump_element_stats), (main):
11693 Added example stream introspection code.
11695 2005-09-28 Stefan Kost <ensonic@users.sf.net>
11697 * gst/adder/gstadder.c: (gst_adder_collected):
11698 fix adder for float elements
11700 2005-09-28 Wim Taymans <wim@fluendo.com>
11702 * gst-libs/gst/audio/gstbaseaudiosink.c:
11703 (gst_base_audio_sink_class_init),
11704 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11705 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11706 (gst_base_audio_src_class_init),
11707 (gst_base_audio_src_provide_clock):
11708 get_clock -> provide_clock
11710 2005-09-28 Andy Wingo <wingo@pobox.com>
11712 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11715 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11718 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11719 Actually add the pad template.
11720 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11722 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11725 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11726 from fdsrc. Get caps in create() instead of start() so it can be
11727 interrupted. Interruption somewhat untested.
11729 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11730 Proper EOS handling.
11732 2005-09-27 Andy Wingo <wingo@pobox.com>
11734 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11736 * gst/tcp/gsttcpserversrc.c: Cleaned up.
11738 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11740 * gst/tcp/gsttcp.h:
11741 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11742 out of tcpclientsrc.c. Cancellable.
11743 (gst_tcp_socket_read): Made private, cancellable, with better
11744 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11745 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11746 whole buffer, and better diagnostics.
11747 (gst_tcp_gdp_read_caps): Same.
11749 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11751 2005-09-26 Andy Wingo <wingo@pobox.com>
11753 * gst/sine/gstsinesrc.h:
11754 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11755 change the 'sync' property to 'is-live' and implement it halfway,
11756 update for controller api change.
11758 * gst/volume/gstvolume.c (volume_transform_ip): Update for
11759 controller api change.
11761 2005-09-24 Wim Taymans <wim@fluendo.com>
11763 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11764 * gst-libs/gst/audio/gstaudiosink.c:
11765 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11766 (gst_audioringbuffer_stop):
11767 * gst-libs/gst/audio/gstbaseaudiosink.c:
11768 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11769 (gst_base_audio_sink_change_state):
11770 * gst-libs/gst/audio/gstbaseaudiosink.h:
11771 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11772 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11773 (gst_ring_buffer_commit), (gst_ring_buffer_read):
11774 * gst-libs/gst/audio/gstringbuffer.h:
11775 Fix sync again. Moved sample alignment to basesink.
11777 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
11779 * docs/plugins/Makefile.am:
11780 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11781 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11782 * gst/volume/gstvolume.c:
11784 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11785 * gst-libs/gst/audio/audio.h:
11786 add conversion macros for frames <-> clocktime
11788 2005-09-23 David Schleef <ds@schleef.org>
11790 * gst/audioresample/Makefile.am:
11791 * gst/audioresample/debug.h:
11792 * gst/audioresample/gstaudioresample.c:
11793 * gst/audioresample/resample.c: Convert to using gst debugging
11795 2005-09-22 Wim Taymans <wim@fluendo.com>
11797 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11798 (gst_play_bin_send_event):
11799 Only seek on one sink, the first one that succeeds.
11801 2005-09-22 Michael Smith <msmith@fluendo.com>
11803 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11804 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11805 Don't flush encoder state unless we have an initialised encoder.
11806 Clear out encoder state on PAUSED_TO_READY.
11808 2005-09-22 Wim Taymans <wim@fluendo.com>
11810 * gst-libs/gst/rtp/gstbasertppayload.c:
11811 (gst_basertppayload_class_init), (gst_basertppayload_init),
11812 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11813 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11814 (gst_basertppayload_is_filled), (gst_basertppayload_push),
11815 (gst_basertppayload_set_property),
11816 (gst_basertppayload_get_property),
11817 (gst_basertppayload_change_state):
11818 * gst-libs/gst/rtp/gstbasertppayload.h:
11819 Added max-ptime to control amount of data in the rtp packets.
11821 2005-09-21 Andy Wingo <wingo@pobox.com>
11823 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11826 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11827 can be called multiple times, dogs.
11829 2005-09-21 Wim Taymans <wim@fluendo.com>
11831 * gst-libs/gst/rtp/gstbasertppayload.c:
11832 (gst_basertppayload_class_init), (gst_basertppayload_init),
11833 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11834 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11835 (gst_basertppayload_push), (gst_basertppayload_get_property),
11836 (gst_basertppayload_change_state):
11839 2005-09-21 Stefan Kost <ensonic@users.sf.net>
11841 * docs/libs/compiling.sgml:
11844 2005-09-20 Wim Taymans <wim@fluendo.com>
11846 * gst-libs/gst/rtp/gstbasertppayload.c:
11847 (gst_basertppayload_class_init), (gst_basertppayload_init),
11848 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11849 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11850 (gst_basertppayload_push), (gst_basertppayload_set_property),
11851 (gst_basertppayload_get_property),
11852 (gst_basertppayload_change_state):
11853 * gst-libs/gst/rtp/gstbasertppayload.h:
11854 Added property to configure sequence number offsets.
11856 2005-09-20 Wim Taymans <wim@fluendo.com>
11858 * gst-libs/gst/rtp/gstbasertppayload.c:
11859 (gst_basertppayload_class_init), (gst_basertppayload_init),
11860 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11861 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11862 (gst_basertppayload_push), (gst_basertppayload_set_property),
11863 (gst_basertppayload_get_property),
11864 (gst_basertppayload_change_state):
11865 * gst-libs/gst/rtp/gstbasertppayload.h:
11866 Make timestamp offset configurable.
11868 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
11870 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11871 fix wrong pop/unref
11873 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
11875 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11877 * gst-libs/gst/interfaces/propertyprobe.c:
11878 (gst_property_probe_probe_property_name),
11879 (gst_property_probe_needs_probe_name),
11880 (gst_property_probe_get_values_name),
11881 (gst_property_probe_probe_and_get_values_name):
11882 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11883 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11885 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
11887 * check/Makefile.am:
11888 have some tests be disabled for valgrinding
11889 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11891 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11892 Fix A Leak. Chain To Parent Finalize.
11894 2005-09-19 Wim Taymans <wim@fluendo.com>
11896 * examples/seeking/seek.c: (make_wav_pipeline), (main):
11897 Fixed wav pipeline.
11899 2005-09-19 Wim Taymans <wim@fluendo.com>
11901 * gst-libs/gst/rtp/gstbasertppayload.c:
11902 (gst_basertppayload_class_init), (gst_basertppayload_init),
11903 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11904 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11905 (gst_basertppayload_push), (gst_basertppayload_get_property),
11906 (gst_basertppayload_change_state):
11907 Posting ERROR and WARNING messages is good.
11909 2005-09-19 Wim Taymans <wim@fluendo.com>
11911 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11912 (gst_base_rtp_depayload_add_to_queue),
11913 (gst_base_rtp_depayload_push),
11914 (gst_base_rtp_depayload_set_gst_timestamp),
11915 (gst_base_rtp_depayload_queue_release):
11916 This one was not supposed to go in.
11918 2005-09-19 Wim Taymans <wim@fluendo.com>
11920 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11923 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11924 (gst_base_rtp_depayload_chain),
11925 (gst_base_rtp_depayload_add_to_queue),
11926 (gst_base_rtp_depayload_push),
11927 (gst_base_rtp_depayload_set_gst_timestamp),
11928 (gst_base_rtp_depayload_queue_release):
11931 * gst-libs/gst/rtp/gstbasertppayload.c:
11932 (gst_basertppayload_class_init), (gst_basertppayload_init),
11933 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11934 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11935 (gst_basertppayload_get_property),
11936 (gst_basertppayload_change_state):
11937 Added debugging category.
11939 2005-09-18 David Schleef <ds@schleef.org>
11941 * gst/playback/gstdecodebin.c: free plugin list correctly
11942 * gst/playback/gstplaybin.c: emit warning if autovideosink
11943 and autoaudiosink can't be found (instead of segfaulting)
11945 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
11947 * check/elements/audioconvert.c: (GST_START_TEST):
11948 try out 24 bit conversion
11950 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11952 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11953 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11954 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11955 * ext/vorbis/vorbisenc.h:
11956 Fix EOS handling. Still needs a fix in the ogg muxer to
11957 mark the last page as eos.
11959 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11961 * common/gtk-doc-plugins.mak:
11962 * docs/plugins/Makefile.am:
11963 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11964 * gst/ffmpegcolorspace/Makefile.am:
11965 * gst/ffmpegcolorspace/avcodec.h:
11966 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11967 * gst/tcp/gstmultifdsink.c:
11968 fix up ffmpegcolorspace docs; extract header
11970 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11972 * common/gtk-doc-plugins.mak:
11973 * docs/plugins/Makefile.am:
11974 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11975 * ext/theora/Makefile.am:
11976 * ext/theora/gsttheoraenc.h:
11977 * ext/theora/theoraenc.c:
11978 * ext/vorbis/vorbisenc.c:
11979 pick up signals and args for vorbis; add some docs for vorbis
11981 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11983 * common/gstdoc-scangobj:
11984 * common/gtk-doc-plugins.mak:
11985 * docs/libs/Makefile.am:
11986 * docs/plugins/gst-plugins-base-plugins.args:
11987 * docs/plugins/gst-plugins-base-plugins.hierarchy:
11988 * docs/plugins/gst-plugins-base-plugins.interfaces:
11989 * docs/plugins/gst-plugins-base-plugins.prerequisites:
11990 * docs/plugins/gst-plugins-base-plugins.signals:
11991 only scanobj stuff from our source module. Not sure yet
11992 if that's correct, given the hierarchy stuff :)
11994 2005-09-15 Wim Taymans <wim@fluendo.com>
11996 * gst/audioconvert/gstaudioconvert.c:
11997 And enable 24 bits mode as well..
11999 2005-09-15 Wim Taymans <wim@fluendo.com>
12001 * gst-libs/gst/rtp/Makefile.am:
12002 * gst-libs/gst/rtp/gstbasertppayload.c:
12003 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12004 (gst_basertppayload_class_init), (gst_basertppayload_init),
12005 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12006 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12007 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12008 (gst_basertppayload_set_property),
12009 (gst_basertppayload_get_property),
12010 (gst_basertppayload_change_state):
12011 * gst-libs/gst/rtp/gstbasertppayload.h:
12012 Added rtp payloader base class.
12014 2005-09-15 Andy Wingo <wingo@pobox.com>
12016 * configure.ac (plugindir): Remove the EOL matcher from the
12017 regexp, as it causes me problems. Libtool? Make? Who knows?
12019 2005-09-14 David Schleef <ds@schleef.org>
12021 * check/generic/states.c:
12022 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12023 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12024 Fixes for changes in registry API.
12026 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12027 to GST_PLUGIN_LDFLAGS.
12028 * ext/libvisual/visual.c: Make the library shut up.
12029 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12030 * gst-libs/gst/audio/gstaudiofilter.c: same
12032 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12034 * docs/plugins/Makefile.am:
12035 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12036 * docs/plugins/inspect/plugin-libvisual.xml:
12037 * docs/plugins/tmpl/element-tcpserversink.sgml:
12038 * ext/theora/theoraenc.c:
12039 add libvisual plugin and theoraenc element to docs
12041 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12043 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12044 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12045 * ext/theora/theoraenc.c:
12048 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12050 * gst/audioconvert/Makefile.am:
12051 Audioconvert derives from GstBaseTransform and should
12052 link to the library with our base elements to avoid
12053 unresolved symbols. Makes things work with MinGW (#316160)
12055 * gst/playback/test4.c: (main):
12056 Fix MinGW build problem and use g_usleep() instead of
12059 2005-09-12 Wim Taymans <wim@fluendo.com>
12061 * gst/audioconvert/audioconvert.c: (float),
12062 (audio_convert_prepare_context), (audio_convert_convert):
12063 * gst/audioconvert/audioconvert.h:
12064 Cleanups, speedups, simplifications, added back support
12067 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12069 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12070 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12071 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12072 * docs/plugins/tmpl/element-tcpserversink.sgml:
12073 * gst/ffmpegcolorspace/gstffmpeg.c:
12074 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12075 * gst/videotestsrc/gstvideotestsrc.c:
12076 * gst/volume/gstvolume.c:
12077 add more elements to the docs
12079 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12081 * check/Makefile.am:
12082 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12083 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12084 Add extra tests for basetransform based components.
12085 Comment out the test_element_negotiation test until we decide
12086 if it's testing correct behaviour.
12087 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12088 (gst_visual_chain), (gst_visual_change_state):
12089 Slightly more correct but still bogus timestamping.
12090 Fix state change function.
12091 * gst/audioconvert/gstaudioconvert.c:
12092 (gst_audio_convert_class_init):
12093 * gst/audioresample/gstaudioresample.c:
12094 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12095 (gst_ffmpegcsp_class_init):
12096 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12097 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12098 (gst_videoscale_prepare_image):
12099 * gst/volume/gstvolume.c: (gst_volume_class_init),
12100 (volume_transform_ip):
12101 Basetransform updates. Enable passthrough modes.
12102 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12103 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12104 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12105 Negotiation fix that allows the window to return to the original
12106 size and renegotiate passthrough upstream. Extra debug output.
12108 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12110 * gst/sine/gstsinesrc.c:
12111 * gst/volume/gstvolume.c:
12112 fix up header include
12114 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12116 * gst-libs/gst/audio/gstbaseaudiosink.c:
12117 (gst_base_audio_sink_render):
12118 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12119 * gst/volume/gstvolume.c: (gst_volume_class_init),
12120 (volume_transform):
12121 fixing lost sync, some more debugging
12123 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12125 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12126 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12127 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12128 (gst_xvimagesink_check_xshm_calls):
12129 Fix compilation when XShm is not available.
12131 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12133 * ext/libvisual/visual.c: (gst_visual_dispose),
12134 (gst_visual_getcaps), (gst_visual_src_setcaps),
12135 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12136 (gst_visual_change_state):
12137 Finish fixing up libvisual plugin so that it runs.
12139 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12141 * ext/vorbis/vorbisenc.c:
12142 * gst-libs/gst/tag/gstvorbistag.c:
12143 gsttaginterface.h -> gsttagsetter.h
12145 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12147 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12148 added another test that failes for me (test is not active by default)
12150 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12153 v4l2 is no longer in gst-plugins-base
12155 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12158 In the output at the end, don't show the first plugin on the same
12159 line as "Core plug-ins, always built:".
12160 Indent the output as for other plugin categories
12161 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12162 #define that can be used to not use peer buffer_alloc functions for
12164 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12165 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12166 (gst_ximagesink_show_frame):
12167 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12168 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12169 (gst_xvimagesink_show_frame):
12170 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12171 fails gracefully instead of XError aborting or deadlocking.
12173 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12175 * ext/libvisual/Makefile.am:
12176 link against gst-base-libs
12178 2005-09-06 David Schleef <ds@schleef.org>
12180 * configure.ac: Enable libvisual plugin.
12181 * ext/libvisual/Makefile.am:
12182 * ext/libvisual/visual.c: Fixes to make it compile.
12184 === release 0.9.2 ===
12186 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12191 * docs/random/ChangeLog-0.8:
12192 releasing 0.9.2, "Spoon"
12194 2005-09-05 Michael Smith <msmith@fluendo.com>
12196 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12197 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12198 that in the vorbisenc element.
12200 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12202 * common/gtk-doc-plugins.mak:
12203 * docs/plugins/Makefile.am:
12205 * gst/audioresample/resample.c:
12206 fix wrong docstring
12208 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12210 * common/gst-xmlinspect.py:
12211 * common/gtk-doc-plugins.mak:
12212 only inspect plugins for this given package
12213 require gst-python 0.9
12215 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12219 * common/gst-xmlinspect.py:
12221 * docs/Makefile.am:
12222 * docs/plugins/inspect/plugin-alsa.xml:
12223 * docs/plugins/inspect/plugin-audioresample.xml:
12224 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12225 * docs/plugins/inspect/plugin-ogg.xml:
12226 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12227 * docs/plugins/tmpl/element-multifdsink.sgml:
12228 * docs/plugins/tmpl/element-tcpserversink.sgml:
12229 * docs/plugins/tmpl/element-vorbisenc.sgml:
12230 * gst-plugins-base.spec.in:
12231 various doc-related updates
12233 2005-08-31 Wim Taymans <wim@fluendo.com>
12235 * gst-libs/gst/audio/gstbaseaudiosink.c:
12236 (gst_base_audio_sink_render):
12237 Resync if the buffer timestamps drift more than a 10th
12240 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12242 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12243 (gst_v4lsrc_get_property):
12244 The 'timestamp-offset' property is registered as an int64, so
12245 let's use g_value_{set|get}_int64() in our setter and getter
12246 functions (makes it work and fixes warnings with gst-inspect).
12248 2005-08-30 Wim Taymans <wim@fluendo.com>
12250 * check/elements/audioconvert.c: (setup_audioconvert):
12251 * check/elements/audioresample.c: (setup_audioresample):
12252 * check/elements/volume.c: (setup_volume):
12255 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12257 * common/gtk-doc-plugins.mak:
12258 * common/plugins.xsl:
12259 * docs/plugins/Makefile.am:
12260 make module a param
12262 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12264 * examples/seeking/seek.c: (make_mp3_pipeline),
12265 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12266 (play_cb), (pause_cb), (stop_cb):
12269 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12271 * gst/volume/gstvolume.c: (gst_volume_class_init),
12272 (volume_transform):
12273 do not update controlled params, if buffer has no timestamp
12275 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12278 * gst/sine/Makefile.am:
12279 * gst/volume/Makefile.am:
12280 controllerized elements also need to link against controller-libs ;)
12282 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12284 * docs/libs/tmpl/gstcolorbalance.sgml:
12285 * docs/libs/tmpl/gstgconf.sgml:
12286 * docs/libs/tmpl/gstmixer.sgml:
12287 * docs/libs/tmpl/gstringbuffer.sgml:
12288 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12289 (gst_sinesrc_create):
12290 * gst/volume/gstvolume.c: (gst_volume_class_init),
12291 (volume_transform):
12292 controllerized two audio plugins
12294 2005-08-29 Andy Wingo <wingo@pobox.com>
12296 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12297 (vorbis_handle_data_packet): Fix some int overflow errors.
12299 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12301 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12303 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12304 if it's valid. Fixed streaming-mode playback.
12306 * check/elements/volume.c (cleanup_volume): Fix for running
12309 * check/elements/audioconvert.c: Convert from native endian, not
12312 2005-08-29 Michael Smith <msmith@fluendo.com>
12314 * ext/ogg/Makefile.am:
12315 * ext/ogg/gstogg.c: (plugin_init):
12316 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12317 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12318 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12319 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12320 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12321 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12322 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12323 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12324 Add an ogg parser element.
12326 2005-08-28 Andy Wingo <wingo@pobox.com>
12328 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12330 2005-08-26 Wim Taymans <wim@fluendo.com>
12332 * gst/audioconvert/audioconvert.c: (if), (float),
12333 (audio_convert_get_func_index), (check_default),
12334 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12335 (audio_convert_clean_context), (audio_convert_get_sizes),
12336 (audio_convert_convert):
12339 2005-08-26 Wim Taymans <wim@fluendo.com>
12341 * gst/audioconvert/audioconvert.c: (if), (float),
12342 (audio_convert_get_func_index), (check_default),
12343 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12344 (audio_convert_clean_context), (audio_convert_get_sizes),
12345 (audio_convert_convert):
12346 More elegant and working temp buffer selection algo.
12348 2005-08-26 Wim Taymans <wim@fluendo.com>
12350 * gst/audioconvert/audioconvert.c: (if), (float),
12351 (audio_convert_get_func_index), (check_default),
12352 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12353 (audio_convert_clean_context), (audio_convert_get_sizes),
12354 (get_temp_buffer), (audio_convert_convert):
12355 Use realloc else we lose our original data.
12357 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12359 * gst/audioresample/gstaudioresample.c:
12360 use base class' newsegment to properly timestamp
12362 2005-08-26 Wim Taymans <wim@fluendo.com>
12364 * gst/audioconvert/audioconvert.c: (if), (float),
12365 (audio_convert_get_func_index), (check_default),
12366 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12367 (audio_convert_clean_context), (audio_convert_get_sizes),
12368 (get_temp_buffer), (audio_convert_convert):
12369 * gst/audioconvert/gstaudioconvert.c:
12370 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12371 (gst_audio_convert_transform_caps),
12372 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12373 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12374 Oops, allocate enough space to perform the channel mix.
12376 2005-08-26 Wim Taymans <wim@fluendo.com>
12378 * gst/audioconvert/Makefile.am:
12379 * gst/audioconvert/audioconvert.c: (if), (float),
12380 (audio_convert_get_func_index), (check_default),
12381 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12382 (audio_convert_clean_context), (audio_convert_get_sizes),
12383 (get_temp_buffer), (audio_convert_convert):
12384 * gst/audioconvert/audioconvert.h:
12385 * gst/audioconvert/gstaudioconvert.c:
12386 (gst_audio_convert_class_init), (gst_audio_convert_init),
12387 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12388 (gst_audio_convert_get_unit_size),
12389 (gst_audio_convert_transform_caps),
12390 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12391 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12392 * gst/audioconvert/gstaudioconvert.h:
12393 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12394 (gst_channel_mix_fill_identical),
12395 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12396 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12397 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12398 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12399 (gst_channel_mix_mix):
12400 * gst/audioconvert/gstchannelmix.h:
12401 Cleanups, librarify a bit, optimize, better negotiation and more.
12403 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12405 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12406 Another from MikeS:
12407 During typefinding, don't support negative offsets
12408 (offsets from the end of the stream) in our typefind->peek() function
12409 - nothing embedded in ogg ever needs them. However, we need to recognise
12410 those requests and reject them, otherwise we return invalid pointers.
12412 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12414 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12415 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12416 (vorbisdec_finalize), (vorbis_handle_type_packet):
12417 Big shout-out to MikeS for fixing this giant memory leak.
12420 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12422 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12423 (audio_convert_get_unit_size):
12426 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12428 * check/Makefile.am:
12429 * check/elements/audioconvert.c: (setup_audioconvert),
12430 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12431 (GST_START_TEST), (audioconvert_suite), (main):
12432 add a test for audioconvert
12433 * gst/audioresample/gstaudioresample.c:
12434 * gst/audioresample/gstaudioresample.h:
12435 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12436 note that for buffers of 1/3 sec this means DURATION(c) is
12437 one nanosecond more than for a and b
12439 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12441 * check/Makefile.am:
12442 * check/elements/audioresample.c: (setup_audioresample),
12443 (cleanup_audioresample), (fail_unless_perfect_stream),
12444 (test_perfect_stream_instance), (GST_START_TEST),
12445 add a check for audioresample
12446 (audioresample_suite), (main):
12447 * check/elements/volume.c: (GST_START_TEST):
12448 remove unused method
12449 * gst/audioresample/gstaudioresample.c:
12450 set correct buffer parameters since we're changing them
12451 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12454 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12456 * gst/audioresample/debug.c:
12457 * gst/audioresample/gstaudioresample.c:
12458 add room for extra overlap samples when asked to transform size
12459 protect against possible mem corruption and check for discrepancies
12460 between written size and outbuffer's size so we can warn for
12462 * gst/audioresample/resample.c: (resample_init),
12463 (resample_get_output_size_for_input), (resample_get_output_size),
12464 (resample_set_n_channels), (resample_set_format):
12465 set debug level based on RESAMPLE_DEBUG env var
12466 make sure that get_output_size* returns a whole number of
12468 set sample_size each time either channel or format is set
12469 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12470 * gst/audioresample/resample_functable.c:
12471 (resample_scale_functable):
12472 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12473 remove r->sample_size, it's done in resample.c now
12474 add some debugging to the ref implementation
12475 make sure we only give back bytes that are wholes of the sample
12478 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12479 * gst/playback/gstplaybasebin.c: (fill_buffer):
12480 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12482 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12484 * gst/volume/gstvolume.c:
12485 made set_caps function static
12487 2005-08-24 Wim Taymans <wim@fluendo.com>
12489 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12490 (gst_vorbisenc_change_state):
12491 Stop leaking taglists.
12493 2005-08-24 Wim Taymans <wim@fluendo.com>
12495 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12496 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12497 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12498 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12499 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12500 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12501 Parse seeking events better.
12503 Generate correct newsegment events, fixes seeking in live oggs.
12505 * ext/theora/theoradec.c: (theora_dec_src_query),
12506 (theora_dec_src_event), (theora_dec_src_getcaps),
12507 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12508 Use newsegment values to report correct play time.
12510 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12511 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12512 * ext/vorbis/vorbisdec.h:
12513 Parse and use newsegment values to report correct play time.
12515 * gst-libs/gst/audio/gstbaseaudiosink.c:
12516 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12517 Clear ringbuffer on flush.
12518 Use newsegment values to calculate playback time.
12520 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12521 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12522 Basesink does newsegment calculations for us now.
12524 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12526 * check/Makefile.am:
12528 add core's plugins to the mix so that playbin works
12529 * check/generic/states.c: (GST_START_TEST):
12530 set a 0 timeout on pipelines, so they don't force the next
12532 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12533 (gst_play_base_bin_change_state):
12534 remove the crappy error handling and do GST error handling
12536 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12538 * check/Makefile.am:
12539 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12540 add same test as to core, it bitches out on playbin atm.
12542 2005-08-24 Wim Taymans <wim@fluendo.com>
12547 2005-08-24 Wim Taymans <wim@fluendo.com>
12549 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12550 (gst_videoscale_prepare_size), (parse_caps),
12551 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12552 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12553 (gst_videoscale_transform):
12554 * gst/videoscale/gstvideoscale.h:
12555 Refactor, make use of BaseTranform really well.
12557 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12560 compile audioresample
12561 * gst/audioresample/Makefile.am:
12562 * gst/audioresample/buffer.c:
12563 * gst/audioresample/functable.c:
12564 * gst/audioresample/gstaudioresample.c:
12565 * gst/audioresample/gstaudioresample.h:
12566 * gst/audioresample/resample.c:
12567 (resample_get_output_size_for_input):
12568 * gst/audioresample/resample.h:
12569 * gst/audioresample/resample_chunk.c:
12570 * gst/audioresample/resample_functable.c:
12571 * gst/audioresample/resample_ref.c:
12572 port to use basetransform; doesn't work in all cases yet
12574 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12576 * gst/audioconvert/gstaudioconvert.c:
12577 (gst_audio_convert_class_init), (gst_audio_convert_init),
12578 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12579 (audio_convert_fixate_caps), (audio_convert_set_caps),
12580 (audio_convert_transform),
12581 (gst_audio_convert_buffer_to_default_format),
12582 (gst_audio_convert_buffer_from_default_format),
12583 (gst_audio_convert_channels):
12584 * gst/audioconvert/gstchannelmix.c:
12585 * gst/audioconvert/gstchannelmix.h:
12586 port to basetransform
12587 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12588 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12589 (gst_ffmpegcsp_get_unit_size):
12590 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12591 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12592 fix for basetransform changes
12594 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12596 * check/Makefile.am:
12597 Add CHECK_CFLAGS and LDFLAGS
12599 * gst/playback/gstplaybasebin.c: (fill_buffer):
12600 GST_MESSAGE_SRC became a GObject
12602 2005-08-24 Wim Taymans <wim@fluendo.com>
12604 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12605 (gst_ring_buffer_clear_all):
12606 * gst-libs/gst/audio/gstringbuffer.h:
12607 Added function to clear the ringbuffer.
12609 2005-08-24 Andy Wingo <wingo@pobox.com>
12611 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
12612 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12613 of _open and _close.
12615 * sys/v4l/gstv4lxoverlay.h:
12616 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12617 an Xv connection here, instead of all the time. Make Xv only be
12618 loaded if you axe for it. Kindof a workaround for buggy behaviour
12619 of Xv when using remote xservers (XvQueryExtension would block).
12620 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12621 replace the _open and _close public API. Only start the xv
12622 connection if necessary.
12623 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12625 2005-08-23 David Schleef <ds@schleef.org>
12627 * gst/audioresample/Makefile.am: Leet audioresampling code
12628 * gst/audioresample/buffer.c:
12629 * gst/audioresample/buffer.h:
12630 * gst/audioresample/debug.c:
12631 * gst/audioresample/debug.h:
12632 * gst/audioresample/functable.c:
12633 * gst/audioresample/functable.h:
12634 * gst/audioresample/gstaudioresample.c:
12635 * gst/audioresample/gstaudioresample.h:
12636 * gst/audioresample/resample.c:
12637 * gst/audioresample/resample.h:
12638 * gst/audioresample/resample_chunk.c:
12639 * gst/audioresample/resample_functable.c:
12640 * gst/audioresample/resample_ref.c:
12642 2005-08-23 Wim Taymans <wim@fluendo.com>
12644 * examples/seeking/seek.c: (make_vorbis_pipeline),
12645 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12646 Small seek updates.
12648 2005-08-23 Andy Wingo <wingo@pobox.com>
12650 * gst-libs/gst/audio/gstbaseaudiosrc.c
12651 (gst_base_audio_src_fixate): Only fixate endianness if it is
12652 present in the caps.
12654 2005-08-22 Andy Wingo <wingo@pobox.com>
12656 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
12657 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12658 device-name property.
12660 * gst-libs/gst/audio/gstaudiosrc.h:
12661 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12662 close_device in the ring buffer, like gstaudiosink.
12664 * ext/alsa/gstalsamixer.h:
12665 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12666 macro to implement the interface without much code. Cleanups.
12668 * ext/alsa/gstalsasrc.h:
12669 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12672 * ext/alsa/Makefile.am: Add new files.
12673 * ext/alsa/gstalsamixerelement.c:
12674 * ext/alsa/gstalsamixerelement.c: Split element code out from
12675 mixer code so that alsasrc can be a mixer too.
12677 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
12679 * check/elements/volume.c: (setup_volume), (cleanup_volume),
12681 * check/elements/vorbisdec.c: (setup_vorbisdec),
12682 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12683 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12684 (vorbis_handle_identification_packet),
12685 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12686 (vorbis_handle_header_packet), (vorbis_dec_push),
12687 (vorbis_dec_chain):
12688 use the setup/teardown methods to save code. save code is good.
12690 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
12692 * check/Makefile.am:
12693 add ext dir for plugins
12694 add vorbisdec test conditionally
12695 * check/elements/volume.c: (setup_volume), (cleanup_volume),
12696 (GST_START_TEST), (volume_suite):
12697 add a test with wrong caps
12698 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12699 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12700 add a vorbisdec test
12701 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12702 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12703 clean up debug output
12704 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12705 yay, fix a segfault/security issue in vorbisdec
12706 gst-launch fakesrc ! vorbisdec wasn't happy
12707 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12708 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12709 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12710 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12711 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12712 (gst_vorbisenc_set_metadata), (get_constraints_string),
12713 (update_start_message), (gst_vorbisenc_setup),
12714 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12715 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12716 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12717 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12718 * ext/vorbis/vorbisenc.h:
12720 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12721 (gst_ffmpegcsp_transform):
12722 have the kow come home
12723 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12725 * gst/volume/gstvolume.c: (volume_set_caps):
12728 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
12731 * check/.cvsignore:
12732 * check/Makefile.am:
12733 * check/elements/.cvsignore:
12734 * check/elements/volume.c: (chain_func), (event_func),
12735 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12738 add unit test structure for gst-plugins-base
12739 add a test for volume
12740 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12741 (gst_volume_set_volume), (gst_volume_get_volume),
12742 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12743 (volume_funcfind), (volume_process_float), (volume_process_int16),
12744 (volume_set_caps), (volume_transform), (volume_update_mute),
12745 (volume_update_volume), (volume_set_property),
12746 (volume_get_property):
12747 document a little; use basetransform vmethod _set_caps
12749 2005-08-19 Andy Wingo <wingo@pobox.com>
12751 * ext/alsa/gstalsamixertrack.h:
12752 * ext/alsa/gstalsamixertrack.c:
12753 * ext/alsa/gstalsamixeroptions.h:
12754 * ext/alsa/gstalsamixeroptions.c:
12755 * ext/alsa/gstalsamixer.h:
12756 * ext/alsa/gstalsamixer.c: Port to 0.9.
12758 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12759 Remove gstalsa.c and alsaclock. No more cruft here.
12761 2005-08-18 Wim Taymans <wim@fluendo.com>
12763 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12764 (gst_base_rtp_depayload_chain),
12765 (gst_base_rtp_depayload_add_to_queue),
12766 (gst_base_rtp_depayload_push),
12767 (gst_base_rtp_depayload_queue_release):
12768 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12769 Fix for RTPBuffer changes.
12771 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12772 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12773 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12774 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12775 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12776 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12777 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12778 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12779 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12780 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12781 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12782 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12783 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12784 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12785 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12786 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12787 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12788 (gst_rtpbuffer_get_payload):
12789 * gst-libs/gst/rtp/gstrtpbuffer.h:
12790 Don't subclass GstBuffer but add methods and helper functions
12791 to construct and manipulate RTP packets in regular GstBuffers.
12793 2005-08-18 Stefan Kost <ensonic@users.sf.net>
12795 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12796 moved statement below switch
12797 * gst/volume/gstvolume.c: (gst_volume_class_init):
12800 2005-08-16 Wim Taymans <wim@fluendo.com>
12802 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12803 (gst_base_audio_src_change_state):
12804 Open and close device in READY<->NULL state change.
12806 2005-08-16 Andy Wingo <wingo@pobox.com>
12808 * examples/seeking/Makefile.am: Don't compile non-compiling
12809 compiled objects with the compiler.
12811 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12814 2005-08-12 Philippe Khalaf <burger@speedy.org>
12815 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12816 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12817 Made a thread to release the queue.
12818 Removed timestamp conversion for now.
12820 2005-08-10 Philippe Khalaf <burger@speedy.org>
12821 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12822 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12823 Added rtp timestamp -> gst timestamp conversion.
12824 Fixed several problems with queue.
12826 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
12828 * gst-libs/gst/audio/gstaudioclock.h:
12829 * gst-libs/gst/audio/gstaudiofilter.h:
12830 * gst-libs/gst/audio/gstaudiosink.h:
12831 * gst-libs/gst/audio/gstaudiosrc.h:
12832 * gst-libs/gst/audio/gstbaseaudiosink.h:
12833 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12834 * gst-libs/gst/audio/gstringbuffer.h:
12835 * gst-libs/gst/net/gstnetbuffer.h:
12836 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12837 * gst-libs/gst/rtp/gstrtpbuffer.h:
12838 Add padding (you will need to rebuild gst-plugins-base,
12839 gst-plugins and all applications afterwards!)
12841 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
12843 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12844 (gst_riff_parse_chunk):
12845 Fix bug in debug message and add some more debug messages.
12847 2005-08-08 Edward Hervey <edward@fluendo.com>
12849 * gst-libs/gst/riff/riff-media.c:
12850 backported updates since branch
12852 2005-08-08 Andy Wingo <wingo@pobox.com>
12854 * gst-libs/gst/audio/gstbaseaudiosink.c
12855 (gst_base_audio_sink_change_state): Open the device in NULL->READY
12856 like good elements should. Close on READY->NULL too.
12858 * gst-libs/gst/audio/gstaudiosink.c
12859 (gst_audioringbuffer_open_device,
12860 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12861 (gst_audioringbuffer_release): Updates for new ring buffer API,
12862 hook into the new audio sink api.
12864 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12865 (GstAudioSinkClass.close): Just open and close the device -- no
12866 resource allocation or configuration.
12867 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12868 vmethods, handle device setup and resource allocation.
12870 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12871 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12874 * gst-libs/gst/audio/gstringbuffer.h
12875 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12878 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12879 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12880 New API functions. The device should be opened before acquiring
12881 and closed after releasing.
12883 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
12885 * gst-libs/gst/interfaces/mixer.h:
12886 Reset padding to GST_PADDING.
12888 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12890 * gst/playback/gstplaybin.c: (remove_sinks):
12891 Remove visualization from parent explicitely; works around some
12892 apparent refcount issue that I haven't tracked down yet.
12894 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12896 * ext/alsa/gstalsasink.c: (set_hwparams):
12897 Assign debug category, add negotiation debug msgs.
12899 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12901 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12902 Fix error code for file-not-found to NOT_FOUND.
12904 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
12906 * common/gtk-doc-plugins.mak:
12907 * docs/plugins/Makefile.am:
12908 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12909 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12910 renamed to actual element names, so much nicer to look at
12911 * docs/plugins/tmpl/gstmultifdsink.sgml:
12913 * docs/plugins/tmpl/multifdsink.sgml:
12914 * docs/plugins/tmpl/tcpserversink.sgml:
12916 * ext/alsa/gstalsa.c:
12917 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12918 * ext/ogg/gstoggmux.c:
12919 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12920 * gst/playback/gstdecodebin.c:
12921 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12922 * gst/tcp/gsttcpserversink.c:
12923 various fixes and documentation additions
12925 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
12927 * common/Makefile.am:
12928 * common/gstdoc-scangobj:
12929 * common/gtk-doc-plugins.mak:
12930 * common/gtk-doc.mak:
12931 add a custom scangobj that uses the registry
12932 add a custom gtk-doc-plugins.mak that uses it
12933 some doc build fixes
12935 * docs/Makefile.am:
12936 * docs/plugins/Makefile.am:
12937 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12938 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12939 * docs/plugins/gst-plugins-base-plugins.types:
12940 * docs/plugins/tmpl/gstmultifdsink.sgml:
12941 add docs for one element, multifdsink
12942 * gst/adder/gstadder.h:
12943 * gst/volume/gstvolume.h:
12944 don't privatize enum
12945 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12946 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12947 (gst_sync_method_get_type), (gst_client_status_get_type),
12948 (gst_multifdsink_class_init),
12949 (gst_multifdsink_client_queue_buffer),
12950 (gst_multifdsink_handle_client_write):
12951 * gst/tcp/gstmultifdsink.h:
12952 * gst/tcp/gsttcp.h:
12953 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12954 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12955 (gst_tcpclientsink_render):
12956 * gst/tcp/gsttcpclientsink.h:
12957 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12958 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12959 (gst_tcpclientsrc_start):
12960 * gst/tcp/gsttcpclientsrc.h:
12961 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12962 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12963 * gst/tcp/gsttcpserversrc.h:
12964 * gst/typefind/gsttypefindfunctions.c:
12965 remove superfluous Type stuff
12967 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12969 * gst/playback/gstplaybin.c: (gen_video_element):
12972 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12974 * gst-libs/gst/gconf/gconf.c:
12975 * gst-libs/gst/gconf/gconf.h:
12976 Fix some Andy Problem [tm].
12978 2005-08-04 Andy Wingo <wingo@pobox.com>
12980 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12981 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12982 (gst_ffmpegcsp_get_size): Adapt to API changes.
12984 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12985 Implement an in-place do-nothing transform.
12987 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12989 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12990 (gst_ximagesink_renegotiate_size):
12991 Do not set new window sizes yet if we prepare a new buffer size
12992 for upstream renegotiation (software scaling) at some point in the
12993 future, because this new size waqs not actually accepted yet. Once
12994 accepted, renegotiation later on will set the new sizes just fine.
12995 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12996 embedding testcase.
12998 2005-08-03 Andy Wingo <wingo@pobox.com>
13000 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13001 (gst_ximagesink_buffer_alloc):
13002 Protect the height, width, and desired_caps with the pool_lock.
13003 Fixes videotestsrc ! queue ! ximagesink.
13005 2005-08-02 Edward Hervey <edward@fluendo.com>
13007 * gst/volume/gstvolume.c:
13008 include left from controller cleanup
13010 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13011 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13012 Stop collectpads before calling the parent state
13013 change function on PAUSED->READY.
13015 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13017 When testing for X libs, use the X CFlags
13018 * gst/adder/gstadder.c: (gst_adder_change_state):
13019 Stop the collectpads before calling parent state change function
13020 on PAUSED->READY, otherwise we deadlock deactivating pads.
13022 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13025 * docs/libs/tmpl/gstcolorbalance.sgml:
13026 * docs/libs/tmpl/gstmixer.sgml:
13027 * examples/Makefile.am:
13028 * gst/sine/Makefile.am:
13029 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13030 (gst_sinesrc_set_property), (plugin_init):
13031 * gst/sine/gstsinesrc.h:
13032 * gst/volume/Makefile.am:
13033 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13034 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13035 (volume_process_float), (volume_process_int16),
13036 (volume_set_property), (plugin_init):
13037 * gst/volume/gstvolume.h:
13038 deactivate and remove dparams (libgstcontrol)
13040 2005-07-29 Wim Taymans <wim@fluendo.com>
13042 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13043 Convert me to BaseTransform!! help..
13045 2005-07-29 Andy Wingo <wingo@pobox.com>
13047 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13050 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13051 support of both endiannesses.
13053 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13055 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13056 Fix confusing debug message (s/event/query/)
13058 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13060 * gst/videotestsrc/videotestsrc.h:
13061 Use "_stdint.h" instead of <stdint.h>
13063 2005-07-27 Wim Taymans <wim@fluendo.com>
13065 * ext/vorbis/Makefile.am:
13066 Revert wrong commit.
13068 2005-07-27 Wim Taymans <wim@fluendo.com>
13070 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13071 More compilation fixen.
13073 2005-07-27 Wim Taymans <wim@fluendo.com>
13075 * gst-libs/gst/audio/gstbaseaudiosink.c:
13076 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13077 (gst_base_audio_sink_create_ringbuffer),
13078 (gst_base_audio_sink_change_state):
13081 2005-07-27 Wim Taymans <wim@fluendo.com>
13083 * examples/seeking/seek.c: (setup_dynamic_link),
13084 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13085 (query_positions_elems), (query_positions_pads), (do_seek):
13086 Update seek example.
13088 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13089 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13090 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13091 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13092 (gst_ogg_demux_handle_event),
13093 (gst_ogg_demux_deactivate_current_chain),
13094 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13095 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13096 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13097 (gst_ogg_demux_loop):
13098 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13099 * ext/theora/theoradec.c: (theora_dec_src_event),
13100 (theora_dec_src_getcaps), (theora_dec_sink_event),
13101 (theora_dec_push), (theora_dec_chain):
13102 * ext/vorbis/Makefile.am:
13103 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13104 (vorbis_dec_sink_event), (vorbis_dec_push),
13105 (vorbis_handle_data_packet):
13106 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13107 (gst_vorbisenc_chain):
13108 * gst/playback/gststreaminfo.c: (cb_probe):
13109 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13110 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13111 * gst/videoscale/gstvideoscale.c:
13112 (gst_videoscale_handle_src_event):
13113 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13114 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13115 (gst_ximagesink_navigation_send_event):
13116 * sys/xvimage/xvimagesink.c:
13117 (gst_xvimagesink_navigation_send_event):
13118 Various event updates and cleanups
13120 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13122 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13123 Fix segfault for I420/YV12.
13125 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13127 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13130 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13132 * gst/playback/gstplaybin.c: (gen_video_element),
13133 (gen_audio_element):
13134 Switch to auto*sink elements as default sinks; add volume element
13135 so that volume control in totem works.
13137 2005-07-21 Wim Taymans <wim@fluendo.com>
13139 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13140 * gst/playback/gstplaybin.c: (setup_sinks),
13141 (gst_play_bin_change_state):
13142 Refcount fix and more comments.
13144 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13146 * sys/ximage/Makefile.am:
13147 * sys/ximage/ximage.c: (plugin_init):
13148 * sys/ximage/ximagesink.c:
13149 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13152 2005-07-21 Wim Taymans <wim@fluendo.com>
13154 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13155 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13156 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13157 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13158 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13159 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13160 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13161 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13162 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13163 Generate correct disconts for live chained oggs.
13165 * gst-libs/gst/audio/gstbaseaudiosink.c:
13166 (gst_base_audio_sink_render),
13167 (gst_base_audio_sink_create_ringbuffer),
13168 (gst_base_audio_sink_change_state):
13169 Handle discont math correctly.
13171 * gst/playback/gstplaybin.c: (add_sink):
13172 Some small debug cleanup.
13174 2005-07-21 Wim Taymans <wim@fluendo.com>
13176 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13177 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13178 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13179 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13180 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13181 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13182 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13183 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13184 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13185 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13186 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13187 (gst_ogg_demux_change_state), (gst_ogg_print):
13188 Reorganize code to send the right disconts when in streaming
13191 2005-07-20 Andy Wingo <wingo@pobox.com>
13193 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13194 fix (?), fixes a seggie mcfalterson (#310894).
13196 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13198 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13199 (gst_ogg_mux_set_header_on_caps):
13200 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13201 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13202 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13203 * gst-libs/gst/audio/multichannel.c:
13204 (gst_audio_set_channel_positions),
13205 (gst_audio_set_structure_channel_positions_list):
13206 * gst/playback/gstdecodebin.c: (dynamic_create):
13207 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13208 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13209 Fixes for API changes in core.
13211 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13213 * gst/playback/gstplaybasebin.c: (fill_buffer):
13214 Use _new_custom() so we can set custom message types for buffering
13217 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13220 * gst-libs/gst/Makefile.am:
13221 * gst-libs/gst/gconf/.cvsignore:
13222 * gst-libs/gst/gconf/Makefile.am:
13223 * gst-libs/gst/gconf/test-gconf.c:
13224 * pkgconfig/Makefile.am:
13225 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13226 * pkgconfig/gstreamer-gconf.pc.in:
13227 Remove gconf stuff, use gconf elements instead from now on.
13229 2005-07-20 Wim Taymans <wim@fluendo.com>
13231 * gst-libs/gst/audio/TODO:
13232 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13233 (gst_audio_clock_get_internal_time):
13234 * gst-libs/gst/audio/gstaudioclock.h:
13235 * gst-libs/gst/audio/gstbaseaudiosink.c:
13236 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13237 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13238 (gst_base_audio_sink_render),
13239 (gst_base_audio_sink_create_ringbuffer),
13240 (gst_base_audio_sink_change_state):
13241 Make sure the audio clock always returns an increasing value.
13243 2005-07-19 Andy Wingo <wingo@pobox.com>
13245 * gst/videotestsrc/: Cleanups.
13247 2005-07-19 Wim Taymans <wim@fluendo.com>
13249 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13252 2005-07-19 Wim Taymans <wim@fluendo.com>
13254 * examples/seeking/seek.c: (make_dv_pipeline),
13255 (make_vorbis_theora_pipeline), (query_rates),
13256 (query_positions_elems), (query_positions_pads), (do_seek):
13257 Make correct DV pipeline.
13259 2005-07-18 Andy Wingo <wingo@pobox.com>
13261 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13262 default. Also because it's the only thing that really works. (This
13263 is used in the GConf elements).
13264 Use AS_LIBTOOL_TAGS.
13266 2005-07-18 Wim Taymans <wim@fluendo.com>
13268 * gst/playback/gstdecodebin.c: (remove_element_chain):
13269 * gst/playback/gstplaybin.c: (add_sink):
13270 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13271 (gst_stream_info_set_mute):
13272 * gst/playback/gststreamselector.c:
13273 (gst_stream_selector_get_linked_pad),
13274 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13275 More leak and compile fixes.
13277 2005-07-18 Wim Taymans <wim@fluendo.com>
13279 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13280 (query_rates), (query_positions_elems), (query_positions_pads),
13281 (do_seek), (seek_cb), (stop_seek):
13282 Updated seek example.
13284 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13285 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13286 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13287 * gst/playback/gstplaybin.c: (add_sink):
13288 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13289 (gst_stream_info_set_mute):
13290 Some refcount leak fixes.
13292 2005-07-16 Wim Taymans <wim@fluendo.com>
13294 * gst-libs/gst/audio/gstbaseaudiosink.c:
13295 (gst_base_audio_sink_render):
13296 Align samples even if we have roundoff errors in the
13297 timestamp conversion.
13299 2005-07-16 Wim Taymans <wim@fluendo.com>
13301 * docs/libs/tmpl/gstringbuffer.sgml:
13302 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13303 (query_rates), (query_positions_elems), (query_positions_pads),
13304 (update_scale), (do_seek):
13305 Updated seek example.
13307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13308 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13309 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13310 (gst_ogg_demux_loop):
13311 Push out correct discont values.
13313 * ext/theora/theoradec.c: (theora_dec_src_convert),
13314 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13315 (theora_dec_sink_event), (theora_handle_type_packet),
13316 (theora_handle_header_packet), (theora_dec_push),
13317 (theora_handle_data_packet), (theora_dec_chain),
13318 (theora_dec_change_state):
13319 Better timestamping.
13321 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13322 (vorbis_dec_sink_event), (vorbis_dec_push),
13323 (vorbis_handle_data_packet), (vorbis_dec_chain):
13324 * ext/vorbis/vorbisdec.h:
13325 Better timestamping.
13327 * gst-libs/gst/audio/gstbaseaudiosink.c:
13328 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13329 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13330 Handle syncing on timestamps instead of sample offsets. Make
13331 use of DISCONT values as described in design docs.
13333 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13334 (gst_base_audio_src_get_time):
13335 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13336 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13337 (gst_ring_buffer_read):
13338 * gst-libs/gst/audio/gstringbuffer.h:
13339 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13340 (gst_ximagesink_show_frame):
13341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13342 Correcly convert buffer timestamp to stream time.
13344 2005-07-16 Wim Taymans <wim@fluendo.com>
13346 * gst/audioconvert/gstaudioconvert.c:
13347 (gst_audio_convert_get_buffer):
13348 Timestamp buffers correctly.
13350 * gst/playback/gstplaybin.c: (gen_video_element):
13351 Make internal fakesink silent.
13353 2005-07-15 Wim Taymans <wim@fluendo.com>
13355 * gst/ffmpegcolorspace/Makefile.am:
13356 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13357 (gst_ffmpegcsp_caps_remove_format_info),
13358 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13359 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13360 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13361 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13362 Ported ffmpegcolorspace to basetransform.
13364 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13365 * gst/volume/gstvolume.c: (volume_transform):
13368 2005-07-14 Wim Taymans <wim@fluendo.com>
13370 * gst/videotestsrc/Makefile.am:
13371 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13372 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13373 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13374 (gst_videotestsrc_init), (gst_videotestsrc_event),
13375 (gst_videotestsrc_create), (gst_videotestsrc_start),
13376 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13377 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13378 (gst_videotestsrc_get_property):
13379 * gst/videotestsrc/gstvideotestsrc.h:
13380 Make videotestsrc a pushsrc.
13382 2005-07-14 Wim Taymans <wim@fluendo.com>
13384 * gst/tcp/gstfdset.c: (gst_fdset_free):
13385 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13386 (gst_multifdsink_add), (gst_multifdsink_remove),
13387 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13388 (gst_multifdsink_remove_client_link),
13389 (gst_multifdsink_client_queue_data),
13390 (gst_multifdsink_client_queue_caps),
13391 (gst_multifdsink_client_queue_buffer),
13392 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13393 (gst_multifdsink_stop):
13394 * gst/tcp/gstmultifdsink.h:
13397 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13398 Also draw image when not from a pool.
13400 2005-07-14 Wim Taymans <wim@fluendo.com>
13402 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13403 (mute_stream), (silence_stream):
13404 Small debug additions.
13406 2005-07-14 Wim Taymans <wim@fluendo.com>
13408 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13409 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13410 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13411 Better error recovery, ignore unconnected pads and
13414 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13416 * docs/libs/tmpl/gstaudio.sgml:
13417 * docs/libs/tmpl/gstcolorbalance.sgml:
13418 * docs/libs/tmpl/gstgconf.sgml:
13419 * docs/libs/tmpl/gstmixer.sgml:
13420 * docs/libs/tmpl/gstringbuffer.sgml:
13421 * docs/libs/tmpl/gsttuner.sgml:
13422 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13423 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13424 (gst_tcpclientsrc_class_init):
13425 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13426 (gst_tcpserversrc_class_init):
13427 * sys/v4l/gstv4lelement.c:
13428 more autistic cleanliness in functions/names/defines
13430 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13433 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13434 added manually to each Makefile.am so we are sure it goes
13435 *last* and doesn't add -L flags before linking in libs of our
13436 own, like, say, internal .la libs, that then accidentally pick
13437 up the installed copy.
13438 * docs/libs/Makefile.am:
13439 * ext/alsa/Makefile.am:
13440 * ext/cdparanoia/Makefile.am:
13441 * ext/gnomevfs/Makefile.am:
13442 * ext/libvisual/Makefile.am:
13443 * ext/ogg/Makefile.am:
13444 * ext/theora/Makefile.am:
13445 * ext/vorbis/Makefile.am:
13446 * gst-libs/gst/video/Makefile.am:
13447 * gst/adder/Makefile.am:
13448 * gst/audioconvert/Makefile.am:
13449 * gst/audiorate/Makefile.am:
13450 * gst/audioscale/Makefile.am:
13451 * gst/ffmpegcolorspace/Makefile.am:
13452 * gst/playback/Makefile.am:
13453 * gst/sine/Makefile.am:
13454 * gst/subparse/Makefile.am:
13455 * gst/tags/Makefile.am:
13456 * gst/tcp/Makefile.am:
13457 * gst/typefind/Makefile.am:
13458 * gst/videorate/Makefile.am:
13459 * gst/videoscale/Makefile.am:
13460 * gst/videotestsrc/Makefile.am:
13461 * gst/volume/Makefile.am:
13462 * sys/v4l/Makefile.am:
13463 * sys/ximage/Makefile.am:
13464 * sys/xvimage/Makefile.am:
13465 adapt properly to this change. This should make sure that
13466 plugins and libs properly link to the as-yet-uninstalled
13467 copies of stuff like libgstinterfaces and libgstvideo
13469 2005-07-13 Andy Wingo <wingo@pobox.com>
13471 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13472 (gst_v4lsrc_fixate): Fixate on format as well.
13474 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13475 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13476 buffer points to it.
13477 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13478 rather just doing X calls ourselves. Also fixes a memleak.
13480 2005-07-12 Andy Wingo <wingo@pobox.com>
13482 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13483 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13484 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13485 TRUE to avoid deadlocks if an element holds on to our buffers.
13487 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13489 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13490 (gst_sinesrc_init), (gst_sinesrc_create),
13491 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13492 (gst_sinesrc_start):
13493 * gst/sine/gstsinesrc.h:
13494 removing num-buffers property before moving it
13496 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13499 use overridable ERROR_CFLAGS
13500 * docs/libs/gst-plugins-base-libs.types:
13501 * docs/libs/tmpl/gstringbuffer.sgml:
13502 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13503 (gst_alsasink_class_init):
13504 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13505 (gst_alsasrc_class_init):
13506 * gst-libs/gst/audio/audio.h:
13507 * gst-libs/gst/audio/gstaudioclock.h:
13508 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13509 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13510 (gst_audio_filter_link), (gst_audio_filter_init),
13511 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13512 (gst_audio_filter_get_property),
13513 (gst_audio_filter_class_add_pad_templates):
13514 * gst-libs/gst/audio/gstaudiofilter.h:
13515 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13516 (gst_audio_filter_template_get_type),
13517 (gst_audio_filter_template_base_init),
13518 (gst_audio_filter_template_class_init),
13519 (gst_audio_filter_template_init),
13520 (gst_audio_filter_template_set_property),
13521 (gst_audio_filter_template_get_property), (plugin_init),
13522 (gst_audio_filter_template_setup),
13523 (gst_audio_filter_template_filter),
13524 (gst_audio_filter_template_filter_inplace):
13525 * gst-libs/gst/audio/gstaudiosink.c:
13526 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13527 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13528 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13529 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13530 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13531 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13532 * gst-libs/gst/audio/gstaudiosink.h:
13533 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13534 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13535 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13536 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13537 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13538 (gst_audio_src_class_init), (gst_audio_src_init),
13539 (gst_audio_src_create_ringbuffer):
13540 * gst-libs/gst/audio/gstaudiosrc.h:
13541 * gst-libs/gst/audio/gstbaseaudiosink.c:
13542 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13543 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13544 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13545 (gst_base_audio_sink_set_property),
13546 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13547 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13548 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13549 (gst_base_audio_sink_create_ringbuffer),
13550 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13551 * gst-libs/gst/audio/gstbaseaudiosink.h:
13552 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13553 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13554 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13555 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13556 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13557 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13558 (gst_base_audio_src_event), (gst_base_audio_src_create),
13559 (gst_base_audio_src_create_ringbuffer),
13560 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13561 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13562 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13563 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13564 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13565 (gst_ring_buffer_debug_spec_caps),
13566 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13567 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13568 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13569 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13570 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13571 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13572 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13573 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13574 (gst_ring_buffer_clear):
13575 * gst-libs/gst/audio/gstringbuffer.h:
13576 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13577 (gst_video_sink_class_init), (gst_video_sink_get_type):
13578 * gst-libs/gst/video/videosink.h:
13579 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13580 (gst_multifdsink_class_init),
13581 (gst_multifdsink_handle_client_write),
13582 (gst_multifdsink_change_state):
13583 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13584 (gst_tcpclientsink_setcaps):
13585 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13586 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13587 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13588 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13589 (gst_ximagesink_send_pending_navigation),
13590 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13591 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13592 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13593 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13594 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13595 (gst_xvimagesink_send_pending_navigation),
13596 (gst_xvimagesink_navigation_send_event),
13597 (gst_xvimagesink_set_xwindow_id),
13598 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13599 (gst_xvimagesink_get_type):
13600 more macro splitting
13602 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13604 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13605 plug a memleak, allows me to import 1479 albums in one go
13607 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13608 (vorbis_handle_type_packet), (vorbis_dec_chain),
13609 (vorbis_dec_change_state):
13610 fix some format strings
13612 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13614 * docs/libs/tmpl/gstcolorbalance.sgml:
13615 * docs/libs/tmpl/gstmixer.sgml:
13616 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13617 (gst_alsasink_set_property), (gst_alsasink_get_property):
13618 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13619 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13620 add device property
13622 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13624 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13625 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13626 (audiocast_register_listener), (audiocast_thread_run),
13627 (gst_gnomevfssrc_send_additional_headers_callback),
13628 (gst_gnomevfssrc_received_headers_callback),
13629 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13630 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13631 (gst_gnomevfssrc_get_size):
13632 add/clean up debugging
13633 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13636 2005-07-07 Andy Wingo <wingo@pobox.com>
13638 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13639 framerate. Need to get a handle on when exactly this function is
13642 * sys/v4l/v4lsrc_calls.h:
13643 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13644 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13645 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13647 * sys/v4l/v4l_calls.h: Cast to V4lElement.
13648 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13649 v4lelements are sources.
13651 * sys/v4l/gstv4lxoverlay.h:
13652 * sys/v4l/gstv4lxoverlay.c:
13653 * sys/v4l/gstv4ltuner.h:
13654 * sys/v4l/gstv4ltuner.c: Header loc fixen.
13656 * sys/v4l/gstv4lsrc.h:
13657 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13658 PushSrc/BaseSrc. Removed most sync-related properties, videorate
13659 or something should handle that. Made a live source.
13661 * sys/v4l/gstv4lelement.h:
13662 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13663 signals. Some cleanups.
13665 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13667 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13670 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13673 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13675 2005-07-07 Wim Taymans <wim@fluendo.com>
13677 * ext/theora/theoradec.c: (theora_get_query_types),
13678 (theora_dec_src_getcaps), (theora_dec_push):
13679 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13680 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13681 Remove deprecated/unused query types.
13683 2005-07-06 Wim Taymans <wim@fluendo.com>
13685 * ext/alsa/Makefile.am:
13686 * ext/alsa/gstalsaplugin.c: (plugin_init):
13687 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13688 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13689 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13690 (gst_alsasrc_class_init), (gst_alsasrc_init),
13691 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13692 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13693 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13694 (gst_alsasrc_reset):
13695 * ext/alsa/gstalsasrc.h:
13696 * gst-libs/gst/audio/Makefile.am:
13697 * gst-libs/gst/audio/gstaudiosink.c:
13698 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13699 (gst_audioringbuffer_start):
13700 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13701 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13702 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13703 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13704 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13705 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13706 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13707 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13708 * gst-libs/gst/audio/gstaudiosrc.h:
13709 * gst-libs/gst/audio/gstbaseaudiosink.c:
13710 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13711 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13712 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13713 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13714 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13715 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13716 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13717 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13718 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13719 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13720 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13721 (gst_baseaudiosrc_change_state):
13722 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13723 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13724 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13725 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13726 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13727 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13728 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13729 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13730 * gst-libs/gst/audio/gstringbuffer.h:
13731 Added audiosource base classes.
13732 Ported alsasrc, still very basic.
13734 2005-07-06 Wim Taymans <wim@fluendo.com>
13736 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13737 (theora_dec_push), (theora_handle_data_packet):
13738 Prepare for better timestamp fix later.
13740 * gst/audioconvert/gstaudioconvert.c:
13741 List most accurate caps first
13743 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13744 Use proper pad task function.
13746 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13747 (gst_xvimagesink_show_frame):
13748 Fix deadlock when alloc failed.
13750 2005-07-05 Andy Wingo <wingo@pobox.com>
13752 * ext/gnomevfs/gstgnomevfssrc.c:
13753 * gst/sine/gstsinesrc.c:
13754 * gst/tcp/gsttcpserversrc.c:
13755 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13757 * sys/v4l/: Port from 0.8.
13759 * Many files: Null if we got it....
13761 2005-07-05 Andy Wingo <wingo@pobox.com>
13763 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
13764 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13767 2005-07-05 Wim Taymans <wim@fluendo.com>
13770 * gst/tcp/Makefile.am:
13772 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13773 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13774 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13775 (is_sync_frame), (gst_multifdsink_handle_client_write),
13776 (gst_multifdsink_render), (gst_multifdsink_start),
13777 (gst_multifdsink_stop), (gst_multifdsink_change_state):
13778 * gst/tcp/gstmultifdsink.h:
13779 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13780 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13781 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13782 * gst/tcp/gsttcp.h:
13783 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13784 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13785 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13786 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13787 * gst/tcp/gsttcpclientsink.h:
13788 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13789 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13790 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13791 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13792 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13793 * gst/tcp/gsttcpclientsrc.h:
13794 * gst/tcp/gsttcpplugin.c: (plugin_init):
13795 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13796 * gst/tcp/gsttcpserversink.h:
13797 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13798 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13799 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13800 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13801 (gst_tcpserversrc_stop):
13802 * gst/tcp/gsttcpserversrc.h:
13803 * gst/tcp/gsttcpsink.c:
13804 * gst/tcp/gsttcpsink.h:
13805 * gst/tcp/gsttcpsrc.c:
13806 * gst/tcp/gsttcpsrc.h:
13807 Ported tcp plugins to 0.9.
13810 2005-07-05 Andy Wingo <wingo@pobox.com>
13812 * gst/playback/gstplaybasebin.c (fill_buffer):
13813 message_new_application fixen.
13815 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13818 2005-07-04 Wim Taymans <wim@fluendo.com>
13820 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13821 Set caps on output buffer.
13823 2005-07-04 Andy Wingo <wingo@pobox.com>
13825 * ext/gnomevfs/gstgnomevfssrc.c
13826 (gst_gnomevfssrc_received_headers_callback)
13827 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13830 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13831 No refcount leakage.
13833 * configure.ac: Enable -Werror.
13835 * ext/theora/theoradec.c (theora_dec_src_getcaps):
13836 * gst/audioconvert/bufferframesconvert.c
13837 (buffer_frames_convert_fixate):
13838 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13839 (gst_audio_convert_fixate):
13840 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13841 (gst_sinesrc_create): Fixate func changes.
13843 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13844 (gst_ximagesink_buffer_alloc): Unused var.
13846 2005-07-01 Andy Wingo <wingo@pobox.com>
13848 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13849 getcaps to do explicit caps. Needs to be done in all decoders,
13850 possibly via a base class.
13852 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13854 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13855 caps on the sink pad, just rely on the pad template. Also, setting
13856 ANY caps on a pad is not valid because the caps are not fixed.
13858 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13859 caps on the buffer, and get the width from the desired_caps if
13861 (gst_ximagesink_renegotiate_size): Implement via setting the
13862 desired_caps on the ximagesink.
13863 (gst_ximagesink_setcaps): Only reset the width of the player if it
13864 wasn't already set. Not sure if this is right.
13865 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13867 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13868 that the user wants. NULL unless the window has been resized.
13870 * gst/volume/gstvolume.c (volume_transform): Adapt to
13871 basetransform refcount changes.
13873 2005-07-01 Andy Wingo <wingo@pobox.com>
13875 * gst/videoscale/gstvideoscale.c:
13876 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13877 from BaseTransform, implements a transform_caps. Removed dead code
13878 including some PAR stuff that was never reached -- should probably
13879 be added back somehow.
13881 2005-07-01 Andy Wingo <wingo@pobox.com>
13883 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13886 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
13889 * docs/libs/Makefile.am:
13890 * docs/libs/gst-plugins-libs.types:
13891 * ext/alsa/Makefile.am:
13892 * ext/alsa/gstalsamixer.h:
13893 * ext/alsa/gstalsamixeroptions.h:
13894 * ext/alsa/gstalsamixertrack.h:
13895 * gst-libs/gst/Makefile.am:
13896 * gst-libs/gst/colorbalance/.cvsignore:
13897 * gst-libs/gst/colorbalance/Makefile.am:
13898 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13899 * gst-libs/gst/colorbalance/colorbalance.c:
13900 * gst-libs/gst/colorbalance/colorbalance.h:
13901 * gst-libs/gst/colorbalance/colorbalance.vcproj:
13902 * gst-libs/gst/colorbalance/colorbalancechannel.c:
13903 * gst-libs/gst/colorbalance/colorbalancechannel.h:
13904 * gst-libs/gst/interfaces/Makefile.am:
13905 * gst-libs/gst/interfaces/colorbalance.c:
13906 (gst_color_balance_class_init):
13907 * gst-libs/gst/interfaces/colorbalance.h:
13908 * gst-libs/gst/interfaces/interfaces-marshal.list:
13909 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13910 * gst-libs/gst/interfaces/mixer.h:
13911 * gst-libs/gst/interfaces/mixeroptions.h:
13912 * gst-libs/gst/interfaces/navigation.c:
13913 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13914 * gst-libs/gst/interfaces/tuner.h:
13915 * gst/volume/Makefile.am:
13916 * gst/volume/gstvolume.c:
13917 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13918 * sys/ximage/Makefile.am:
13919 * sys/ximage/ximagesink.c:
13920 * sys/xvimage/Makefile.am:
13921 * sys/xvimage/xvimagesink.c:
13922 fold in all interfaces into an interfaces dir, preserving CVS
13925 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13927 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13928 Fix build after riff changes.
13930 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13932 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13933 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13934 (gst_riff_create_video_template_caps),
13935 (gst_riff_create_audio_template_caps),
13936 (gst_riff_create_iavs_template_caps):
13937 * gst-libs/gst/riff/riff-media.h:
13938 * gst-libs/gst/riff/riff-read.h:
13939 * gst-libs/gst/riff/riff.c: (gst_riff_init):
13940 Add gst_riff_init() to initialize the debug category, instead
13941 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13943 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13945 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13946 Oops, I shouldn't apply hacks.
13948 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13950 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13951 Remove pad_loop function which doesn't work.
13953 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13955 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13956 Send EOS when deactivating.
13957 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13958 (check_queue), (queue_threshold_reached), (queue_out_of_data),
13959 (gen_preroll_element), (probe_triggered), (mute_stream),
13960 (silence_stream), (new_decoded_pad), (setup_substreams),
13961 (set_active_source):
13962 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13963 (remove_sinks), (add_sink):
13964 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13965 Change for new probe API.
13967 2005-06-29 Wim Taymans <wim@fluendo.com>
13969 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13970 * gst-libs/gst/audio/gstbaseaudiosink.c:
13971 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13972 (gst_baseaudiosink_change_state):
13973 * gst-libs/gst/audio/gstbaseaudiosink.h:
13974 * gst-libs/gst/audio/gstringbuffer.c:
13975 (gst_ringbuffer_set_callback):
13976 Fix compilation error.
13977 Ringbuffer starts out as not running.
13978 Free our clock in dispose.
13979 When releasing the ringbuffer we need to renegotiate so
13980 clear the pad caps.
13982 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
13986 * docs/Makefile.am:
13987 * docs/libs/Makefile.am:
13988 * docs/libs/gst-plugins-libs-docs.sgml:
13989 * docs/libs/gst-plugins-libs-sections.txt:
13990 * docs/libs/gst-plugins-libs.types:
13991 * docs/libs/tmpl/gstaudio.sgml:
13992 * docs/libs/tmpl/gstcolorbalance.sgml:
13993 * docs/libs/tmpl/gstringbuffer.sgml:
13994 * gst-libs/gst/audio/gstringbuffer.c:
13995 (gst_ringbuffer_set_callback):
13996 reinstate gtk-doc docs for plugin libs
13998 2005-06-28 Wim Taymans <wim@fluendo.com>
14000 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14001 (gst_ogg_demux_init):
14002 Removed pad loop function.
14004 2005-06-28 Wim Taymans <wim@fluendo.com>
14006 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14007 If we're building a chain we are not in an error case
14008 when we queue a buffer.
14010 2005-06-28 Andy Wingo <wingo@pobox.com>
14012 * *.c: Don't cast to GstObject before reffing/unreffing.
14014 2005-06-27 Andy Wingo <wingo@pobox.com>
14016 * gst/videotestsrc/gstvideotestsrc.c
14017 (gst_videotestsrc_activate_push): Activation API changes.
14019 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14020 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14021 they have refs on the decodebin.
14023 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14025 (gst_ogg_pad_typefind): Don't leak a pad ref.
14026 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14027 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14028 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14030 2005-06-27 Edward Hervey <edward@fluendo.com>
14032 * ext/theora/theoradec.c: (theora_dec_change_state):
14033 re-arranged call to parent's state change in order to avoid locks (or
14036 2005-06-26 Edward Hervey <edward@fluendo.com>
14038 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14039 2nd argument of 'unknow-type' signal is a GstCaps and not a
14042 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14043 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14044 Set the worker thread's running flag to TRUE before starting the
14046 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14047 Catch a failure to add typefind to the bin.
14049 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14051 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14052 (gst_sinesrc_init), (gst_sinesrc_create),
14053 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14054 (gst_sinesrc_start):
14055 * gst/sine/gstsinesrc.h:
14056 add num-buffers and timestamp-offset properties
14057 * gst/videotestsrc/gstvideotestsrc.c:
14058 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14059 (gst_videotestsrc_get_property):
14060 add timestamp-offset property
14062 2005-06-23 Christian Schaller <uraeus@gnome.org>
14064 * configure.ac: add videorate
14065 * gst-plugins-base.spec.in: add videorate
14067 2005-06-23 Wim Taymans <wim@fluendo.com>
14069 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14070 (gst_videorate_getcaps), (gst_videorate_setcaps),
14071 (gst_videorate_event), (gst_videorate_chain):
14072 Fixed videorate, fixating an already fixated caps is not
14075 2005-06-23 Wim Taymans <wim@fluendo.com>
14078 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14079 Buffer on caps is not boxed anymore.
14081 2005-06-22 Wim Taymans <wim@fluendo.com>
14083 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14084 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14085 Set buffers on caps as miniobjects and not as boxed.
14087 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14092 === release 0.9.1 ===
14094 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14115 updates for release
14117 2005-06-09 Andy Wingo <wingo@pobox.com>
14119 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14121 2005-06-09 Andy Wingo <wingo@pobox.com>
14124 * gst-libs/gst/Makefile.am:
14125 * gst-libs/gst/net/Makefile.am:
14126 Add gstnet to build.
14128 2005-06-09 Andy Wingo <wingo@pobox.com>
14130 * gst-libs/gst/gconf/gconf.c:
14131 * gst/playback/test.c:
14132 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14135 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14137 * ext/theora/theoraenc.c (theora_enc_chain):
14138 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14140 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14143 2005-06-02 Wim Taymans <wim@fluendo.com>
14145 * gst-libs/gst/net/Makefile.am:
14146 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14147 * pkgconfig/gstreamer-libs.pc.in:
14148 Added net stuff, version net lib.
14150 2005-06-02 Wim Taymans <wim@fluendo.com>
14152 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14153 (query_rates), (query_positions_elems), (query_positions_pads),
14155 Updated seek example.
14157 2005-06-02 Andy Wingo <wingo@pobox.com>
14159 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14160 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14163 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14164 remove the typefind, the bin dispose will do it for us. When it's
14165 removed and unreffed, the signal handler will be disconnected,
14167 (unlinked): It's too difficult to disconnect from unlinked
14168 handlers, as they are on pads not elements. Just punt if the pads
14169 aren't grandkids of the bin.
14171 2005-06-02 Wim Taymans <wim@fluendo.com>
14174 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14175 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14176 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14177 * ext/theora/theoradec.c: (theora_dec_src_query),
14178 (theora_handle_data_packet):
14179 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14180 (theora_enc_chain):
14181 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14182 (vorbis_handle_data_packet):
14183 * gst/audioconvert/bufferframesconvert.c:
14184 (buffer_frames_convert_chain):
14185 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14186 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14187 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14188 (gst_ffmpegcsp_chain):
14189 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14190 (gst_videorate_getcaps), (gst_videorate_setcaps),
14191 (gst_videorate_event), (gst_videorate_chain):
14192 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14193 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14194 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14195 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14196 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14197 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14198 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14199 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14200 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14201 Cleanups and buffer alloc.
14203 2005-05-31 Wim Taymans <wim@fluendo.com>
14205 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14206 Don't try to call the delay method when the device is not
14209 2005-05-31 Wim Taymans <wim@fluendo.com>
14211 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14212 Get actual segment size and buffer size after opening
14215 2005-05-30 Wim Taymans <wim@fluendo.com>
14217 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14218 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14219 Also FLUSH upstream, makes the loop function exit faster.
14221 * ext/theora/theoradec.c: (theora_dec_src_query):
14222 Some more debug info in the query.
14224 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14225 (gst_ximagesink_setcaps):
14226 Release lock on par error, better error reporting.
14228 2005-05-26 Wim Taymans <wim@fluendo.com>
14230 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14231 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14232 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14233 Clear chains in READY
14234 Queue packets until the chain is activated.
14236 2005-05-25 Wim Taymans <wim@fluendo.com>
14238 * gst-libs/gst/audio/gstaudiosink.c:
14239 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14240 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14241 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14242 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14243 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14244 (gst_audiosink_create_ringbuffer):
14245 * gst-libs/gst/audio/gstbaseaudiosink.c:
14246 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14247 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14248 (gst_baseaudiosink_set_property), (build_linear_format),
14249 (debug_spec_caps), (debug_spec_buffer),
14250 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14251 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14252 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14253 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14254 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14255 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14256 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14257 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14258 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14259 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14260 (wait_segment), (gst_ringbuffer_commit),
14261 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14262 (gst_ringbuffer_clear):
14263 Various small cleanups.
14265 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14266 (gst_audio_convert_change_state):
14267 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14268 No need to take the locks anymore.
14270 2005-05-25 Wim Taymans <wim@fluendo.com>
14272 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14273 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14274 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14276 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14277 (group_destroy), (group_commit), (queue_overrun),
14278 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14279 (mute_stream), (new_decoded_pad), (setup_substreams),
14280 (setup_source), (mute_group_type), (set_active_source),
14281 (gst_play_base_bin_change_state):
14282 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14283 (gen_video_element), (gen_text_element), (gen_audio_element),
14284 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14285 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14286 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14287 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14288 Some playbin cleanups mostly refcounting sloppyness.
14290 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14292 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14293 Work with streaming input.
14295 2005-05-25 Wim Taymans <wim@fluendo.com>
14297 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14298 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14299 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14300 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14301 No need to take the STREAM lock anymore.
14303 2005-05-25 Wim Taymans <wim@fluendo.com>
14305 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14306 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14307 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14308 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14309 (gst_ogg_demux_sink_activate):
14310 * ext/theora/theoradec.c: (theora_dec_src_event),
14311 (theora_handle_comment_packet), (theora_dec_chain),
14312 (theora_dec_change_state):
14313 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14314 (vorbis_handle_data_packet), (vorbis_dec_chain),
14315 (vorbis_dec_change_state):
14316 Remove STREAM locks as they are taken in core now.
14317 Never set bogus granulepos on vorbis/theora.
14318 Fix leaks in theoradec tag parsing.
14320 2005-05-25 Wim Taymans <wim@fluendo.com>
14322 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14323 Fix memleaks, GST_BUFFER_DATA() is not freed.
14325 2005-05-25 Wim Taymans <wim@fluendo.com>
14327 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14328 Open non-blocking, set to blocking mode afterwards to avoid
14329 lockups when audio device is busy.
14331 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14333 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14334 This can't be good.
14336 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14338 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14339 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14340 (gst_audio_convert_setcaps):
14341 Implement instant setup switching.
14343 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14345 * gst/playback/gstplaybasebin.c: (probe_triggered):
14346 Fix missing unlock.
14347 * gst/playback/gstplaybin.c: (add_sink):
14348 First add, then link (otherwise pad link fails).
14350 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14352 * examples/Makefile.am:
14353 fix buildbot (make distcheck)
14355 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14357 * gst/playback/gstplaybin.c: (gen_vis_element):
14358 Remove some wrong code. Doesn't work yet.
14360 2005-05-19 Wim Taymans <wim@fluendo.com>
14362 * gst-libs/gst/net/Makefile.am:
14363 * gst-libs/gst/net/README:
14364 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14365 (gst_netbuffer_class_init), (gst_netbuffer_init),
14366 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14367 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14368 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14369 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14370 * gst-libs/gst/net/gstnetbuffer.h:
14371 Added buffer subclass to store extra to/from addresses for
14372 network sources/sinks.
14374 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14376 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14377 Don't lock an unassigned variable.
14379 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14381 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14382 Increase buffer for video, decrease buffer for other media types.
14383 * gst/playback/gstplaybin.c: (gen_video_element),
14384 (gen_audio_element):
14385 Change names for debugging purposes.
14387 2005-05-18 Wim Taymans <wim@fluendo.com>
14389 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14390 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14391 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14392 (gst_ffmpegcsp_chain):
14393 Enable buffer alloc passthrough if the source and dest
14394 formats are the same.
14396 2005-05-17 Wim Taymans <wim@fluendo.com>
14398 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14399 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14400 (gst_ogg_demux_chain_unlocked):
14401 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14402 (gst_audio_convert_caps_remove_format_info),
14403 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14404 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14405 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14406 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14407 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14408 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14409 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14410 (gst_ffmpegcsp_get_property):
14411 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14412 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14413 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14414 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14415 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14416 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14417 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14418 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14419 Leak fixes in oggdemux.
14420 Some cleanups in audioconvert.
14421 Make passthrough work along with buffer_alloc etc.
14422 Make buffer_alloc and buffer recycling actually work in
14425 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14427 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14428 make the compiler happy
14430 2005-05-17 Wim Taymans <wim@fluendo.com>
14432 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14433 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14434 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14435 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14436 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14437 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14438 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14439 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14440 (gst_xvimagesink_set_xwindow_id):
14441 * sys/xvimage/xvimagesink.h:
14442 Port xvimagesink to new MiniObject.
14444 2005-05-17 Wim Taymans <wim@fluendo.com>
14446 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14447 (gst_audiofilter_chain):
14448 * gst-libs/gst/audio/gstaudiosink.c:
14449 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14450 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14451 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14452 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14453 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14454 (gst_audiosink_create_ringbuffer):
14455 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14456 (gst_audio_convert_caps_remove_format_info),
14457 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14458 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14459 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14460 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14461 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14462 Fix passthrough in ffmpegcolorspace.
14463 Fix memset in audiosink on wrong memory.
14465 2005-05-16 David Schleef <ds@schleef.org>
14467 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14470 2005-05-16 David Schleef <ds@schleef.org>
14472 Port from GstData to GstMiniObject.
14473 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14474 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14475 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14476 (gst_ogg_mux_collected):
14477 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14478 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14479 (theora_handle_data_packet):
14480 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14481 (theora_set_header_on_caps), (theora_enc_chain):
14482 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14483 (vorbis_handle_comment_packet):
14484 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14485 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14486 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14487 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14488 * gst/audioconvert/gstaudioconvert.c:
14489 (gst_audio_convert_get_buffer):
14490 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14491 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14492 (mute_stream), (silence_stream):
14493 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14494 * gst/volume/gstvolume.c: (volume_transform):
14495 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14496 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14497 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14498 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14499 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14500 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14501 (gst_ximagesink_buffer_alloc):
14502 * sys/ximage/ximagesink.h:
14504 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14506 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14507 (fill_buffer), (check_queue), (queue_threshold_reached),
14508 (queue_out_of_data):
14509 * gst/playback/gstplaybasebin.h:
14510 Post buffer-fullness on the bus.
14512 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14514 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14516 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14517 (group_commit), (probe_triggered), (setup_source),
14518 (gst_play_base_bin_change_state):
14519 * gst/playback/gstplaybasebin.h:
14520 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14521 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14522 (gst_play_bin_change_state):
14523 Move setup_output_pads into a virtual function, remove
14524 group-switch (no longer needed) and redirect (handled by bus
14527 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14529 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14530 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14531 (get_active_group), (get_building_group), (group_destroy),
14532 (group_commit), (check_queue), (queue_overrun),
14533 (queue_threshold_reached), (queue_out_of_data),
14534 (gen_preroll_element), (remove_groups), (unknown_type),
14535 (add_element_stream), (no_more_pads), (probe_triggered),
14536 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14537 (setup_substreams), (setup_source), (finish_source),
14538 (prepare_output), (muted_group_change_state),
14539 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14540 (gst_play_base_bin_change_state):
14541 * gst/playback/gstplaybasebin.h:
14542 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14543 (gst_play_bin_init), (gst_play_bin_set_property),
14544 (gen_video_element), (gen_text_element), (gen_audio_element),
14545 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14546 (gst_play_bin_change_state):
14547 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14548 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14549 (stream_info_change_state), (gst_stream_info_set_mute),
14550 (gst_stream_info_get_property):
14551 * gst/playback/gststreaminfo.h:
14552 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14553 (gst_stream_selector_get_linked_pad),
14554 (gst_stream_selector_getcaps),
14555 (gst_stream_selector_get_linked_pads),
14556 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14557 * gst/playback/gststreamselector.h:
14558 Rough port of playbin. Needs some more work, but is mostly done,
14559 and uses a few locks in important places, which should make stuff
14560 like chain-switches clean. Still uses GST_STATE() in a few places,
14561 which isn't all that good an idea, subtitles/elements disabled
14562 because no elements to test with and thus probably broken, query
14563 and event handling moved to GstBin, internal thread removed
14564 alltogether because the pipeline does that for us now. Can play
14565 Ogg/Vorbis files. Haven't tested anything else yet.
14567 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14569 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14570 Do no-more-pads (needed for autoplugging).
14572 2005-05-10 Andy Wingo <wingo@pobox.com>
14574 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14575 message to the bus with the tags. Still not sent downstream tho.
14577 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14579 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14580 avoid refcounting hassles.
14582 2005-05-09 Andy Wingo <wingo@pobox.com>
14584 * gst/volume/Makefile.am:
14585 * gst/volume/demo.c
14586 * gst/volume/gstvolume.h
14587 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14588 basetransform. Probably need an audio filter base class.
14590 2005-05-09 Wim Taymans <wim@fluendo.com>
14592 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14593 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14594 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14595 (gst_vorbisenc_chain):
14596 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14597 (gst_audio_convert_caps_remove_format_info),
14598 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14599 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14600 Make caps writable before writing to it.
14601 Fix negotiation in audioconvert some more.
14603 2005-05-09 Wim Taymans <wim@fluendo.com>
14605 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14606 (gst_videorate_getcaps), (gst_videorate_setcaps),
14607 (gst_videorate_event), (gst_videorate_chain):
14608 Better negotiation.
14610 2005-05-09 Wim Taymans <wim@fluendo.com>
14612 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14613 (gst_videorate_getcaps), (gst_videorate_setcaps),
14614 (gst_videorate_blank_data), (gst_videorate_init),
14615 (gst_videorate_event), (gst_videorate_chain),
14616 (gst_videorate_change_state):
14617 Port videorate, do a better job at negotiation while we're at
14620 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
14625 * examples/Makefile.am:
14626 * gst-libs/gst/audio/Makefile.am:
14627 * gst-libs/gst/riff/Makefile.am:
14628 * gst-libs/gst/tag/Makefile.am:
14629 * gst-libs/gst/video/Makefile.am:
14630 Fixups for missing variables.
14632 2005-05-09 Wim Taymans <wim@fluendo.com>
14634 * examples/seeking/seek.c: (make_theora_pipeline),
14635 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14636 (query_rates), (query_positions_elems), (query_positions_pads),
14637 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14638 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14639 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14640 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14641 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14642 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14643 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14644 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14645 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14646 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14647 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14648 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14649 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14650 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14651 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14652 (theora_dec_src_convert), (theora_dec_sink_convert),
14653 (theora_dec_src_query), (theora_dec_sink_query),
14654 (theora_dec_src_event), (theora_dec_sink_event),
14655 (theora_handle_comment_packet), (theora_handle_type_packet),
14656 (theora_handle_header_packet), (theora_handle_data_packet),
14657 (theora_dec_chain):
14658 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14659 (vorbis_dec_convert), (vorbis_dec_src_query),
14660 (vorbis_dec_sink_query), (vorbis_dec_src_event),
14661 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14662 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14663 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14664 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14665 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14666 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14667 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14668 (gst_play_bin_query):
14669 * gst/playback/test3.c: (update_scale):
14670 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14671 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14672 * gst/subparse/gstsubparse.c: (gst_subparse_init):
14673 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14674 (gst_videotestsrc_src_query):
14675 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14676 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14677 (paint_hline_YUV9):
14678 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14679 Port to new query API.
14681 Cleanups in x[v]imagesink
14683 2005-05-09 Andy Wingo <wingo@pobox.com>
14685 * ext/alsa/gstalsasink.h:
14686 * ext/gnomevfs/gstgnomevfssrc.c:
14687 (gst_gnomevfssrc_get_icy_metadata):
14688 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14689 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14690 * ext/theora/theoradec.c (theora_dec_src_query)
14691 (theora_dec_src_event, theora_dec_sink_event)
14692 (theora_handle_comment_packet, theora_handle_data_packet):
14693 * ext/theora/theoraenc.c (theora_enc_chain):
14694 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14695 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14696 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14697 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14699 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14700 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14701 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14702 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14703 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14704 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14705 (paint_setup_xBGR8888, paint_setup_RGBx8888)
14706 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14707 (paint_setup_RGB565, paint_setup_xRGB1555):
14708 * gst/videotestsrc/videotestsrc.h:
14709 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14710 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14711 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14714 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14715 gst_pad_query_position. Fixes oggdemux.
14717 2005-05-08 David Schleef <ds@schleef.org>
14719 * configure.ac: Require liboil.
14720 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14722 * gst/videotestsrc/videotestsrc.c:
14723 * gst/videotestsrc/videotestsrc.h:
14725 2005-05-06 Wim Taymans <wim@fluendo.com>
14727 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14728 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14729 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14730 Well, unreffing a buffer right before pushing it is asking
14733 2005-05-06 Christian Schaller <uraeus@gnome.org>
14735 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14737 2005-05-06 Wim Taymans <wim@fluendo.com>
14739 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14740 (gst_audio_convert_caps_remove_format_info),
14741 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14742 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14743 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14744 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14745 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14746 * gst/sine/Makefile.am:
14747 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14748 (gst_sinesrc_class_init), (gst_sinesrc_init),
14749 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14750 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14751 (gst_sinesrc_update_freq):
14752 * gst/sine/gstsinesrc.h:
14753 * gst/tcp/gstmultifdsink.c:
14754 * sys/xvimage/xvimagesink.c:
14755 Fixed negotiation wrt _peer_get_caps()
14759 2005-05-06 Wim Taymans <wim@fluendo.com>
14761 * gst-libs/gst/audio/gstaudiosink.c:
14762 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14763 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14764 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14765 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14766 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14767 (gst_audiosink_create_ringbuffer):
14768 * gst-libs/gst/audio/gstbaseaudiosink.c:
14769 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14770 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14771 (gst_baseaudiosink_set_property), (build_linear_format),
14772 (debug_spec_caps), (debug_spec_buffer),
14773 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14774 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14775 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14776 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14777 * gst-libs/gst/audio/gstbaseaudiosink.h:
14778 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14779 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14780 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14781 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14782 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14783 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14784 (wait_segment), (gst_ringbuffer_commit),
14785 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14786 (gst_ringbuffer_clear):
14787 * gst-libs/gst/audio/gstringbuffer.h:
14788 Make the base audiosink return an error when there is no
14789 audiobuffer negotiated.
14791 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14794 Disable cdparanoia until someone ports it!
14796 2005-05-06 Wim Taymans <wim@fluendo.com>
14798 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14799 (gst_ogg_demux_sink_activate):
14800 And revert after wingo's revert.. sigh..
14802 2005-05-05 Andy Wingo <wingo@pobox.com>
14804 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14806 * configure.ac: Return audiorate and subparse from the ghetto.
14807 Re-enable -Wall -Werror.
14808 * gst/subparse/gstsubparse.c:
14809 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14810 or chain-based. Cleaned up a bit. Not tested.
14812 2005-05-05 Christian Schaller <christian@fluendo.com>
14814 * Makefile.am: remove stuff that is not building
14815 * configure.ac: remove stuff that is not building
14816 * examples/Makefile.am: remove stuff that is not building
14817 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14818 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14819 * sys/Makefile.am: remove stuff that is not building
14820 * testsuite/Makefile.am: remove stuff that is not building
14822 2005-05-05 Andy Wingo <wingo@pobox.com>
14824 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14825 * gst-libs/gst/tag/gstvorbistag.c:
14826 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14827 * gst/adder/gstadder.h:
14828 * gst/audioconvert/gstchannelmix.c:
14829 (gst_audio_convert_fill_one_other):
14830 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14831 (gst_audiorate_init), (gst_audiorate_chain):
14832 * gst/playback/gstplaybasebin.c: (setup_source):
14833 * gst/playback/test3.c: (update_scale):
14851 2005-05-05 Wim Taymans <wim@fluendo.com>
14853 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14854 (gst_audio_convert_caps_remove_format_info),
14855 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14856 (gst_audio_convert_change_state), (gst_audio_convert_channels):
14857 * gst/videotestsrc/gstvideotestsrc.c:
14858 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14859 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14860 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14861 (gst_videotestsrc_init), (gst_videotestsrc_loop):
14862 Don't ignore _push() return values.
14863 Make sure no processing is done when shutting down.
14864 Videotestsrc pad activation fix.
14866 2005-05-05 Wim Taymans <wim@fluendo.com>
14868 * gst/adder/Makefile.am:
14869 * gst/adder/gstadder.c: (gst_adder_setcaps),
14870 (gst_adder_class_init), (gst_adder_init),
14871 (gst_adder_request_new_pad), (gst_adder_collected),
14872 (gst_adder_change_state):
14873 * gst/adder/gstadder.h:
14874 Ported adder as an example of a mixer element using
14875 collect pads. Needs more negotiation work.
14877 2005-05-05 Wim Taymans <wim@fluendo.com>
14879 * ext/theora/theoradec.c: (_inc_granulepos),
14880 (theora_dec_src_event), (theora_dec_sink_event),
14881 (theora_handle_comment_packet), (theora_handle_type_packet),
14882 (theora_handle_header_packet), (theora_handle_data_packet),
14883 (theora_dec_chain):
14884 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14885 (gst_theora_enc_init), (theora_enc_sink_setcaps),
14886 (theora_push_buffer), (theora_push_packet),
14887 (theora_enc_sink_event), (theora_enc_chain),
14888 (theora_enc_change_state), (theora_enc_set_property),
14889 (theora_enc_get_property):
14890 Added stream lock to decoder so that we can serialize
14892 More theoraenc porting, recover from errors, do clean
14895 2005-05-05 Wim Taymans <wim@fluendo.com>
14897 * ext/ogg/Makefile.am:
14899 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14900 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14902 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14903 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14904 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14905 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14906 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14907 (gst_ogg_mux_change_state):
14910 2005-05-05 Wim Taymans <wim@fluendo.com>
14912 * docs/design-audiosinks.txt:
14913 * gst-libs/gst/audio/TODO:
14914 * gst-libs/gst/audio/gstaudiosink.c:
14915 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14916 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14917 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14918 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14919 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14920 (gst_audiosink_create_ringbuffer):
14921 * gst-libs/gst/audio/gstbaseaudiosink.c:
14922 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14923 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14924 (gst_baseaudiosink_set_property), (build_linear_format),
14925 (debug_spec_caps), (debug_spec_buffer),
14926 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14927 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14928 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14929 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14930 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14931 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14932 (gst_ringbuffer_release), (gst_ringbuffer_play),
14933 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14934 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14935 (gst_ringbuffer_set_sample), (wait_segment),
14936 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14937 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14938 More work on the audiosink, mostly debugging and a race in
14941 2005-04-28 Wim Taymans <wim@fluendo.com>
14943 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14944 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14945 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14946 (vorbis_dec_src_query), (vorbis_dec_src_event),
14947 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14948 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14949 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14950 Don't crap out when seeking back to position 0.
14952 2005-04-28 Wim Taymans <wim@fluendo.com>
14954 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14955 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14956 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14957 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14958 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14959 Make audio sink configurable, use alsasink as default.
14961 2005-04-28 Wim Taymans <wim@fluendo.com>
14963 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14964 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14965 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14966 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14967 (vorbis_dec_change_state):
14968 * ext/vorbis/vorbisdec.h:
14969 Refactor, use STREAM_LOCK.
14971 2005-04-28 Wim Taymans <wim@fluendo.com>
14973 * ext/theora/theoradec.c: (_inc_granulepos),
14974 (theora_dec_sink_event), (theora_handle_comment_packet),
14975 (theora_handle_type_packet), (theora_handle_header_packet),
14976 (theora_handle_data_packet), (theora_dec_chain),
14977 (theora_dec_change_state):
14978 Refactor a bit, use STREAM_LOCK.
14980 2005-04-28 Wim Taymans <wim@fluendo.com>
14982 * ext/alsa/Makefile.am:
14983 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14984 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14985 (gst_alsa_link), (gst_alsa_close_audio):
14986 * ext/alsa/gstalsaplugin.c: (plugin_init):
14987 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14988 (gst_alsasink_dispose), (gst_alsasink_base_init),
14989 (gst_alsasink_class_init), (gst_alsasink_init),
14990 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14991 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14992 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14993 (gst_alsasink_reset):
14994 * ext/alsa/gstalsasink.h:
14995 Implement alsasink with simple open/write/close API.
14996 Make alsa dir build by disabling compilation of code.
14998 2005-04-28 Wim Taymans <wim@fluendo.com>
15000 * gst-libs/gst/audio/Makefile.am:
15001 * gst-libs/gst/audio/audio.h:
15002 * gst-libs/gst/audio/audioclock.c:
15003 * gst-libs/gst/audio/audioclock.h:
15004 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15005 (gst_audio_clock_class_init), (gst_audio_clock_init),
15006 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15007 * gst-libs/gst/audio/gstaudioclock.h:
15008 * gst-libs/gst/audio/gstaudiosink.c:
15009 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15010 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15011 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15012 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15013 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15014 (gst_audiosink_create_ringbuffer):
15015 * gst-libs/gst/audio/gstbaseaudiosink.c:
15016 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15017 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15018 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15019 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15020 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15021 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15022 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15023 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15024 * gst-libs/gst/audio/gstbaseaudiosink.h:
15025 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15026 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15027 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15028 (gst_ringbuffer_release), (gst_ringbuffer_play),
15029 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15030 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15031 (gst_ringbuffer_set_sample), (wait_segment),
15032 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15033 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15034 * gst-libs/gst/audio/gstringbuffer.h:
15035 Make ringbuffer faster and more simple by removing the locks
15036 in the playback thread.
15037 Add sample accurate playback based on buffer sample offsets.
15038 Make the baseaudiosink provide a clock.
15039 Parse caps in the base class.
15040 Correctly handle seeking, flushing and state changes.
15042 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15045 * gst/audioconvert/Makefile.am:
15046 * gst/audioscale/Makefile.am:
15047 Fix part of the build. Come on guys, autogen didn't even work :)
15049 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15052 * gst-libs/gst/Makefile.am:
15053 * gst-libs/gst/media-info/.cvsignore:
15054 * gst-libs/gst/media-info/Makefile.am:
15055 * gst-libs/gst/media-info/README:
15056 * gst-libs/gst/media-info/media-info-priv.c:
15057 * gst-libs/gst/media-info/media-info-priv.h:
15058 * gst-libs/gst/media-info/media-info-test.c:
15059 * gst-libs/gst/media-info/media-info.c:
15060 * gst-libs/gst/media-info/media-info.h:
15061 * gst-libs/gst/media-info/media-info.vcproj:
15062 * pkgconfig/Makefile.am:
15063 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15064 * pkgconfig/gstreamer-media-info.pc.in:
15065 Remove media-info, which is also successed by playbin (see Totem
15068 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15071 * examples/Makefile.am:
15072 * examples/gstplay/.cvsignore:
15073 * examples/gstplay/Makefile.am:
15074 * examples/gstplay/player.c:
15075 * gst-libs/gst/Makefile.am:
15076 * gst-libs/gst/play/.cvsignore:
15077 * gst-libs/gst/play/Makefile.am:
15078 * gst-libs/gst/play/play.c:
15079 * gst-libs/gst/play/play.h:
15080 * gst-libs/gst/play/play.vcproj:
15081 * pkgconfig/Makefile.am:
15082 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15083 * pkgconfig/gstreamer-play.pc.in:
15084 Remove libgstplay, playbin is now the official successor.
15086 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15089 * gst-libs/gst/Makefile.am:
15090 * gst-libs/gst/xwindowlistener/Makefile.am:
15091 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15092 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15093 Remove deprecated xwindowlistener (I've moved xwindowlistening
15094 in the v4l/v4l2 plugins over to serverside).
15096 2005-04-25 David Schleef <ds@schleef.org>
15098 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15099 to examples/dynparams. Examples do not belong interspersed with
15101 * examples/dynparams/demo-dparams.c:
15102 * gst/sine/Makefile.am:
15103 * gst/sine/demo-dparams.c:
15105 2005-04-25 David Schleef <ds@schleef.org>
15107 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15108 * gst-libs/gst/audio/Makefile.am:
15109 * gst-libs/gst/riff/Makefile.am:
15110 * gst-libs/gst/tag/Makefile.am:
15111 * gst-libs/gst/video/Makefile.am:
15112 * gst-libs/gst/xwindowlistener/Makefile.am:
15114 Convert to 0.9 API, seems to work:
15115 * sys/ximage/Makefile.am:
15116 * sys/ximage/ximagesink.c:
15118 2005-04-24 David Schleef <ds@schleef.org>
15120 Link plugins against libraries:
15121 * ext/alsa/Makefile.am:
15122 * gst/tcp/Makefile.am:
15124 Remove asm code that should be in liboil
15125 * gst/videoscale/Makefile.am:
15126 * gst/videoscale/videoscale_x86_asm.s:
15128 gettext wants these checked in:
15144 2005-04-24 David Schleef <ds@schleef.org>
15146 Convert gst_main() to g_main_loop_run()
15147 * gst/playback/decodetest.c: (main):
15148 * gst/playback/test2.c: (main):
15149 * gst/playback/test3.c: (main):
15150 * gst/playback/test4.c: (main):
15152 Link plugins against libraries:
15153 * ext/libvisual/Makefile.am:
15154 * sys/xvimage/Makefile.am:
15156 2005-04-24 David Schleef <ds@schleef.org>
15158 * configure.ac: Remove idct and resample libs
15159 * gst-libs/gst/Makefile.am: same
15161 Remove usage of gst_library_load():
15162 * ext/alsa/gstalsaplugin.c: (plugin_init):
15163 * ext/libvisual/visual.c: (plugin_init):
15164 * ext/ogg/gstogg.c: (plugin_init):
15165 * ext/theora/theora.c: (plugin_init):
15166 * ext/vorbis/vorbis.c: (plugin_init):
15167 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15168 * gst/audioscale/gstaudioscale.c:
15169 * gst/adder/gstadder.c: (plugin_init):
15170 * gst/audioconvert/plugin.c: (plugin_init):
15171 * sys/ximage/ximagesink.c: (plugin_init):
15172 * sys/xvimage/xvimagesink.c: (plugin_init):
15173 * gst/tcp/gsttcpplugin.c: (plugin_init):
15175 Link plugins against libraries:
15176 * ext/ogg/Makefile.am:
15177 * ext/theora/Makefile.am:
15178 * ext/vorbis/Makefile.am:
15179 * gst/audioconvert/Makefile.am:
15181 Create proper libraries:
15182 * gst-libs/gst/riff/Makefile.am:
15183 * gst-libs/gst/audio/Makefile.am:
15184 * gst-libs/gst/video/Makefile.am:
15186 Move resample library to audioscale plugin directory:
15187 * gst-libs/gst/resample/Makefile.am:
15188 * gst-libs/gst/resample/README:
15189 * gst-libs/gst/resample/dtof.c:
15190 * gst-libs/gst/resample/dtos.c:
15191 * gst-libs/gst/resample/functable.c:
15192 * gst-libs/gst/resample/private.h:
15193 * gst-libs/gst/resample/resample.c:
15194 * gst-libs/gst/resample/resample.h:
15195 * gst-libs/gst/resample/resample.vcproj:
15196 * gst-libs/gst/resample/test.c:
15197 * gst/audioscale/Makefile.am:
15198 * gst/audioscale/README:
15199 * gst/audioscale/dtof.c:
15200 * gst/audioscale/dtos.c:
15201 * gst/audioscale/functable.c:
15202 * gst/audioscale/private.h:
15203 * gst/audioscale/resample.c:
15204 * gst/audioscale/resample.h:
15205 * gst/audioscale/test.c:
15207 Move tagedit library to gst-libs:
15208 * gst-libs/gst/tag/Makefile.am:
15209 * gst-libs/gst/tag/gstid3tag.c:
15210 * gst-libs/gst/tag/gsttagediting.c:
15211 * gst-libs/gst/tag/gsttageditingprivate.h:
15212 * gst-libs/gst/tag/gstvorbistag.c:
15213 * gst/tags/Makefile.am:
15214 * gst/tags/gstid3tag.c:
15215 * gst/tags/gstvorbistag.c:
15217 Fix for core changes:
15218 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15219 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15220 (gst_sinesrc_getrange):
15222 2005-04-23 David Schleef <ds@schleef.org>
15224 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15225 in gst-plugins in a long time, and properly belongs in liboil.
15226 * gst-libs/gst/idct/Makefile.am:
15227 * gst-libs/gst/idct/README:
15228 * gst-libs/gst/idct/dct.h:
15229 * gst-libs/gst/idct/doieee:
15230 * gst-libs/gst/idct/fastintidct.c:
15231 * gst-libs/gst/idct/floatidct.c:
15232 * gst-libs/gst/idct/idct.c:
15233 * gst-libs/gst/idct/idct.h:
15234 * gst-libs/gst/idct/idtc.vcproj:
15235 * gst-libs/gst/idct/ieeetest.c:
15236 * gst-libs/gst/idct/intidct.c:
15238 2005-04-20 Wim Taymans <wim@fluendo.com>
15240 * docs/design-audiosinks.txt:
15241 * gst-libs/gst/audio/Makefile.am:
15242 * gst-libs/gst/audio/TODO:
15243 * gst-libs/gst/audio/gstaudiosink.c:
15244 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15245 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15246 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15247 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15248 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15249 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15250 (gst_audiosink_class_init), (gst_audiosink_init),
15251 (gst_audiosink_create_ringbuffer):
15252 * gst-libs/gst/audio/gstaudiosink.h:
15253 * gst-libs/gst/audio/gstbaseaudiosink.c:
15254 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15255 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15256 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15257 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15258 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15259 (gst_baseaudiosink_create_ringbuffer),
15260 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15261 * gst-libs/gst/audio/gstbaseaudiosink.h:
15262 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15263 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15264 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15265 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15266 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15267 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15268 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15269 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15270 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15271 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15272 * gst-libs/gst/audio/gstringbuffer.h:
15273 An attempt at a set of audio base classes together with some
15276 2005-04-20 Wim Taymans <wim@fluendo.com>
15278 * gst/audioconvert/Makefile.am:
15279 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15280 (gst_audio_convert_caps_remove_format_info),
15281 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15282 (gst_audio_convert_channels):
15283 Link against audio libs.
15284 Fix audio convert plugin.
15286 2005-04-20 Wim Taymans <wim@fluendo.com>
15288 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15289 (gst_ogg_demux_sink_activate):
15290 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15291 (theora_set_header_on_caps), (theora_enc_sink_event),
15292 (theora_enc_chain):
15293 Fix theora encoder.
15295 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15298 * gst/playback/gstdecodebin.c: (find_compatibles):
15299 Work with staticpadtemplates in elementfactories.
15301 2005-04-12 Wim Taymans <wim@fluendo.com>
15303 * gst/playback/README:
15304 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15305 (compare_ranks), (print_feature), (gst_decode_bin_init),
15306 (dynamic_create), (dynamic_free), (find_compatibles),
15307 (mimetype_is_raw), (close_pad_link), (got_redirect),
15308 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15309 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15310 (gst_decode_bin_change_state):
15311 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15312 (gst_play_base_bin_init), (group_destroy), (group_commit),
15313 (check_queue), (queue_overrun), (queue_threshold_reached),
15314 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15315 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15316 (got_redirect), (setup_source), (play_base_eos),
15317 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15318 (gst_play_base_bin_remove_element):
15319 * gst/playback/gstplaybasebin.h:
15320 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15321 (gst_play_bin_init), (gst_play_bin_dispose),
15322 (gst_play_bin_set_property), (gen_video_element),
15323 (gen_text_element), (gen_audio_element), (remove_sinks),
15324 (gst_play_bin_send_event):
15325 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15326 (stream_info_change_state), (gst_stream_info_set_mute):
15327 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15328 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15329 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15330 (gst_stream_selector_chain):
15331 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15334 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15335 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15336 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15337 Raw and crude port of decodebin.
15338 Make playbin compile.
15340 2005-04-06 Wim Taymans <wim@fluendo.com>
15342 * ext/gnomevfs/Makefile.am:
15343 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15344 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15345 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15346 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15347 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15348 (gst_gnomevfssrc_stop):
15349 * ext/ogg/Makefile.am:
15350 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15351 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15352 * ext/theora/Makefile.am:
15353 * ext/theora/theoradec.c: (_inc_granulepos),
15354 (theora_dec_sink_event), (theora_dec_chain):
15355 * ext/vorbis/Makefile.am:
15356 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15357 (vorbis_dec_sink_event), (vorbis_dec_chain):
15358 * gst-libs/gst/audio/Makefile.am:
15359 * sys/xvimage/Makefile.am:
15360 Make gnomevfssrc extend the source base class.
15361 Fix linking against libs in various plugins.
15363 2005-04-06 Andy Wingo <wingo@pobox.com>
15365 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15368 * configure.ac: Add check and AC_SUBST for libgstbase.
15370 2005-03-31 Wim Taymans <wim@fluendo.com>
15372 * examples/seeking/Makefile.am:
15373 * examples/seeking/cdparanoia.c: (main):
15374 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15375 (play_cb), (pause_cb), (stop_cb), (main):
15376 * examples/seeking/playbin.c:
15377 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15378 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15379 (make_sid_pipeline), (make_vorbis_pipeline),
15380 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15381 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15382 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15383 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15384 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15386 * examples/seeking/spider_seek.c:
15387 * examples/seeking/vorbisfile.c:
15388 * ext/gnomevfs/Makefile.am:
15389 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15390 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15391 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15392 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15393 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15394 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15395 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15396 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15398 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15399 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15400 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15401 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15402 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15403 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15404 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15405 (gst_ogg_demux_factory_filter), (compare_ranks),
15406 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15407 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15408 (gst_ogg_chain_new), (gst_ogg_chain_free),
15409 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15410 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15411 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15412 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15413 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15414 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15415 (gst_ogg_demux_get_prev_page),
15416 (gst_ogg_demux_deactivate_current_chain),
15417 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15418 (gst_ogg_demux_bisect_forward_serialno),
15419 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15420 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15421 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15422 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15423 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15424 (gst_ogg_demux_change_state), (gst_ogg_print):
15425 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15426 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15427 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15428 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15429 (gst_ogg_mux_loop):
15430 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15431 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15432 (theora_dec_src_convert), (theora_dec_sink_convert),
15433 (theora_dec_src_query), (theora_dec_src_event),
15434 (theora_dec_sink_event), (theora_dec_chain),
15435 (theora_dec_change_state):
15436 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15437 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15438 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15439 (theora_enc_change_state):
15440 * ext/vorbis/Makefile.am:
15441 * ext/vorbis/oggvorbisenc.c:
15442 * ext/vorbis/oggvorbisenc.h:
15443 * ext/vorbis/vorbis.c: (plugin_init):
15444 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15445 (vorbis_dec_src_query), (vorbis_dec_src_event),
15446 (vorbis_dec_sink_event), (vorbis_dec_chain),
15447 (vorbis_dec_change_state):
15448 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15449 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15450 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15451 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15452 (gst_vorbisenc_change_state):
15453 * ext/vorbis/vorbisenc.h:
15454 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15455 * gst-libs/gst/audio/audioclock.c:
15456 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15457 (gst_audiofilter_init), (gst_audiofilter_chain):
15458 * gst-libs/gst/audio/testchannels.c: (main):
15459 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15460 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15461 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15462 (gmip_find_track_streaminfo), (gmip_find_track_format):
15463 * gst-libs/gst/media-info/media-info.c:
15464 (gst_media_info_read_idler):
15465 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15466 (gst_play_get_all_by_interface):
15467 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15468 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15469 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15470 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15471 (gst_riff_parse_info):
15472 * gst-libs/gst/riff/riff-read.h:
15473 * gst-libs/gst/riff/riff.c: (plugin_init):
15474 * gst-libs/gst/video/Makefile.am:
15475 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15476 (gst_videosink_class_init), (gst_videosink_get_type):
15477 * gst-libs/gst/video/videosink.h:
15478 * gst/audioconvert/bufferframesconvert.c:
15479 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15480 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15481 * gst/audioconvert/channelmixtest.c: (main):
15482 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15483 (gst_audio_convert_chain),
15484 (gst_audio_convert_caps_remove_format_info),
15485 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15486 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15487 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15488 (gst_audio_convert_buffer_to_default_format),
15489 (gst_audio_convert_buffer_from_default_format),
15490 (gst_audio_convert_channels):
15491 * gst/audioconvert/gstchannelmix.h:
15492 * gst/ffmpegcolorspace/avcodec.h:
15493 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15494 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15495 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15496 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15497 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15498 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15499 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15500 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15501 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15503 * gst/videotestsrc/gstvideotestsrc.c:
15504 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15505 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15506 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15507 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15508 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15509 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15510 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15511 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15512 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15513 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15514 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15515 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15516 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15517 (gst_xvimagesink_navigation_send_event),
15518 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15519 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15520 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15521 * sys/xvimage/xvimagesink.h:
15522 Plugin port to 0.9, ogg/theora playback should work in the seek
15524 Removed old examples.
15525 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15526 explained in 0.9 TODO doc.
15529 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15551 * testsuite/Makefile.am:
15552 remove a whole bunch of plugins. This module now contains a set
15553 of free reference plugins/elements as agreed.
15555 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15558 hunting season on 0.9 is now OPEN
15560 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15562 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15563 Kick the hell out of gcc for not warning me about a symbol conflict.
15565 2005-02-22 Luca Ognibene <luogni@tin.it>
15567 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15569 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15570 Don't leak caps string (fixes #168134)
15572 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15573 (gst_jpegenc_init), (gst_jpegenc_finalize),
15574 (gst_jpegenc_change_state):
15575 Don't leak line buffers and context struct (fixes #168133).
15577 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15580 * ext/dirac/gstdiracdec.cc:
15581 (gst_diracdec_chain):
15582 Since dirac 0.5.0 the framerate in dirac is expressed as a
15583 rational number. Fix build and up requirement to 0.5.0, and
15584 also pass parameters to gst_diracdec_link in the right order
15587 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15589 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15590 * ext/faad/gstfaad.h:
15591 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15592 certain invalid muxed streams, where some packets will contain
15593 junk after decoder data. Partially fixes #149158.
15595 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15596 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15597 Make sure we only write to writable buffers
15599 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15601 * gst-libs/gst/riff/riff-media.c:
15602 (gst_riff_create_audio_caps_with_data):
15603 Do actually fix invalid RIFF fmt header values for alaw
15604 and mulaw audio instead of just saying so.
15606 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15607 Give gst_riff_create_audio_caps_with_data() a chance to
15608 fix up broken format header fields before extracting any
15609 parameters from the header. (fixes #167633)
15611 2005-02-19 Martin Holters <martin.holters@gmx.de>
15613 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15615 * gst/audioconvert/bufferframesconvert.c:
15616 (buffer_frames_convert_link):
15617 Don't leak othercaps. (fixes #167878)
15619 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
15622 * ext/libvisual/visual.c: (gst_visual_srclink),
15623 (gst_visual_change_state):
15624 Support libvisual 0.2.0.
15626 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
15628 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15629 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15630 Use same rowstrides for I420 as used everywhere else.
15632 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
15634 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15635 Declare variables at beginning of block and make gcc-2.95 happy
15636 (fixes # 167482, patch by Gergely Nagy).
15638 * gst/tcp/gsttcpclientsrc.c:
15639 * gst/tcp/gsttcpclientsrc.h:
15640 Move some includes into the header, so that struct sockaddr_in is
15641 defined when it should be defined on FreeBSD as well (fixes
15644 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15645 Don't pass uninitialised values to setsockopt() here either.
15647 2005-02-17 Luca Ognibene <luogni at tin dot it>
15649 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15651 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15652 Don't pass uninitialised values to setsockopt(). (fixes #167704)
15654 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15656 * gst/playback/gstplaybin.c: (add_sink):
15657 Invert bin_add/link order to workaround deadlock in opt.
15659 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15661 * gst/modplug/gstmodplug.cc:
15662 Add missing break causing position queries to fail.
15664 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15666 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15667 Granpos can apparently be -1, which screws up calculations...
15669 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
15671 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15672 (gst_ximagesink_send_pending_navigation),
15673 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15674 (gst_ximagesink_init):
15675 * sys/ximage/ximagesink.h:
15676 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15677 (gst_xvimagesink_send_pending_navigation),
15678 (gst_xvimagesink_navigation_send_event),
15679 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15680 * sys/xvimage/xvimagesink.h:
15681 Use a mutex protected list to marshal navigation
15682 events into the stream thread from whichever thread
15685 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
15687 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15688 Display current position and track length; misc. clean-ups.
15690 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15691 (speed_init), (speed_chain):
15692 Add query function, so that the stream length and current position
15693 get adjusted when queried (note that current position queries may
15694 still be wrong if the audio sink returns values based on buffer
15695 timestamps instead of passing on the query).
15697 2005-02-13 Benjamin Otte <otte@gnome.org>
15699 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15700 (gst_audio_convert_channels):
15701 create channel conversion matrix when linking
15702 * gst/audioconvert/.cvsignore:
15703 * gst/audioconvert/Makefile.am:
15704 * gst/audioconvert/channelmixtest.c: (main):
15705 add (ugly) test that ensures stereo <=> mono conversion works
15708 2005-02-13 Benjamin Otte <otte@gnome.org>
15710 * gst/audioconvert/gstchannelmix.h:
15711 include missing header file
15712 * gst/audioconvert/gstchannelmix.c:
15713 (gst_audio_convert_fill_compatible):
15714 use same sign for both channels when converting to/from compatible
15715 channel. Previously used different signs made the signals cancel
15716 each other out and appear like silence. (fixes #167269)
15718 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
15720 * gst/ffmpegcolorspace/avcodec.h:
15721 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15722 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15723 (gst_ffmpegcsp_avpicture_fill):
15724 * gst/ffmpegcolorspace/imgconvert.c:
15725 Convert to and from YV12 (fixes #156379).
15727 2005-02-12 Julien MOUTTE <julien@moutte.net>
15729 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15730 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15731 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15732 (gst_ximagesink_expose), (gst_ximagesink_set_property),
15733 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15734 methods from chain and negotiation and vice versa (Fixes #166142).
15735 * sys/ximage/ximagesink.h: Add stream_lock.
15736 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15737 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15738 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15739 (gst_xvimagesink_expose): Check for xcontext before trying to link.
15741 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
15743 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15744 Don't send "Hey! You gave me a NULL pointer you naughty person" as
15745 error message when we can't open the DVD device (when dvdnav_open()
15746 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15747 the above). Send something more useful instead (fixes #167117).
15749 2005-02-11 Julien MOUTTE <julien@moutte.net>
15751 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15752 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15753 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15754 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15755 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15756 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15757 methods from chain and negotiation and vice versa (Fixes #166142).
15758 Fix a possible bug of images in the buffer pool being discarded because
15759 we are looking at the wrong geometry.
15760 * sys/xvimage/xvimagesink.h: Add stream_lock.
15762 2005-02-11 David Schleef <ds@schleef.org>
15764 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15765 unsigned int. (fixes #167128)
15767 2005-02-11 David Schleef <ds@schleef.org>
15769 * gst/librfb/Makefile.am: Testing stuff before committing is
15770 for wimps... and people with fast machines. Fix stupid
15773 2005-02-11 David Schleef <ds@schleef.org>
15775 * configure.ac: Pull in librfb from my CVS tree, because it is
15776 too small and annoying to be separate. Move rfbsrc plugin
15779 * ext/librfb/Makefile.am:
15780 * ext/librfb/gstrfbsrc.c:
15781 * gst/librfb/Makefile.am:
15782 * gst/librfb/gstrfbsrc.c:
15783 * gst/librfb/rfb.c:
15784 * gst/librfb/rfb.h:
15785 * gst/librfb/rfbbuffer.c:
15786 * gst/librfb/rfbbuffer.h:
15787 * gst/librfb/rfbbytestream.c:
15788 * gst/librfb/rfbbytestream.h:
15789 * gst/librfb/rfbcontext.h:
15790 * gst/librfb/rfbdecoder.c:
15791 * gst/librfb/rfbdecoder.h:
15792 * gst/librfb/rfbutil.h:
15794 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
15796 * gst/speed/Makefile.am:
15797 * gst/speed/demo-mp3.c: (main):
15798 * gst/speed/filter.func:
15799 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15800 (speed_class_init), (speed_init), (speed_chain_int16),
15801 (speed_chain_float32), (speed_chain), (speed_set_property),
15802 (speed_get_property), (speed_change_state):
15803 * gst/speed/gstspeed.h:
15804 Fix speed element and make it chain-based (fixes #156467),
15805 and make it handle more than one channel.
15807 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
15809 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15810 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15811 (gst_dtsdec_chain), (gst_dtsdec_change_state):
15812 * ext/dts/gstdtsdec.h:
15813 Don't clobber the stack constructing the channels array.
15814 Make the element chain-based. DTS tracks can now be played.
15816 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
15818 * gst-libs/gst/audio/multichannel.h:
15819 * gst-libs/gst/gconf/gconf.h:
15820 * gst-libs/gst/idct/idct.h:
15821 * gst-libs/gst/media-info/media-info-priv.h:
15822 * gst-libs/gst/play/play.h:
15823 * gst-libs/gst/resample/private.h:
15824 * gst-libs/gst/resample/resample.h:
15825 * gst-libs/gst/riff/riff-ids.h:
15826 * gst-libs/gst/video/video.h:
15827 * gst-libs/gst/video/videosink.h:
15828 Add G_BEGIN_DECLS and G_END_DECLS around headers where
15829 missing, so that they work when included from C++ code.
15831 2005-02-09 David Schleef <ds@schleef.org>
15833 * testsuite/gst-lint: Check for non-statically scoped
15834 parent_class variables. This won't be a problem once
15835 plugins are loaded with RTLD_LOCAL.
15837 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15839 * ext/mplex/gstmplexibitstream.cc:
15842 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15844 * ext/ogg/gstogmparse.c:
15845 * gst/debug/gstnavigationtest.c:
15846 Die, thou faulty symbol pollutors (non-static parent_class).
15848 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15850 * ext/mplex/gstmplexibitstream.cc:
15851 Fix event handling (#165525).
15853 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15855 * ext/mikmod/gstmikmod.c:
15856 * gst/modplug/gstmodplug.cc:
15857 Add missing endianness to template (fixes #165509).
15859 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15861 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15862 Fix wrong order of reading of optional bytes (#165290).
15864 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15866 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15867 Implement FILLER event awareness.
15869 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15871 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15872 Fix track calculations (#166208).
15874 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
15876 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15878 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15879 * ext/libpng/gstpngenc.c:
15880 Fix byte-order, use proper fixed caps. Fixes #164197.
15882 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
15887 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15888 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15889 Don't push buffers if the src pad isn't negotiated yet.
15891 * gst/audioconvert/gstaudioconvert.c:
15892 (gst_audio_convert_buffer_to_default_format),
15893 (gst_audio_convert_buffer_from_default_format):
15894 Add support for 24-bit width.
15896 * gst/dvdlpcmdec/.cvsignore:
15897 * gst/dvdlpcmdec/Makefile.am:
15898 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15899 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15900 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15901 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15903 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15904 New decoder for rearranging DVD LPCM into our audio/x-raw-int
15905 format. Needs support for the channels maps if someone can find
15906 a DVD LPCM track with > 2 channels.
15908 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15909 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15910 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15911 * gst/mpegstream/gstdvddemux.h:
15912 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15913 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15914 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15915 * gst/mpegstream/gstmpegdemux.h:
15916 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15917 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15918 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15919 (gst_mpeg_parse_handle_src_query),
15920 (gst_mpeg_parse_handle_src_event):
15921 Use audio/x-dvd-lpcm for LPCM output.
15924 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
15926 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15928 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15929 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15930 Add BGRA handling (#165736).
15932 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
15934 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15936 * gst/law/alaw-decode.c: (alawdec_link):
15937 * gst/law/alaw-encode.c: (alawenc_link):
15938 * gst/law/mulaw-decode.c: (mulawdec_link):
15939 * gst/law/mulaw-encode.c: (mulawenc_link):
15940 Fix caps memleaks (#166600).
15942 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
15944 * ext/tarkin/mem.h:
15945 * ext/tarkin/wavelet.h:
15946 * ext/tarkin/yuv.h:
15947 * gst/ffmpegcolorspace/avcodec.h:
15948 Include "_stdint.h" instead of <stdint.h>. Fixes build on
15949 systems that don't have stdint.h, like Solaris9 (fixes #166631).
15951 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15953 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15954 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15955 (gst_xvimagesink_change_state):
15956 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15957 Xv video (and thereby regenerate Xv colourkey) in clear() so
15958 that PLAY -> READY -> PLAY works (fixes #162504).
15960 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15962 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15963 Switch to list instead of range, since MJPEG-devices really just
15964 support decimations, not any size.
15966 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
15967 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15968 (gst_mpeg2dec_reset), (free_all_buffers),
15969 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15970 * ext/mpeg2dec/gstmpeg2dec.h:
15971 The libmpeg2 user-allocated buffer management is awkward,
15972 to say the least. Hopefully this fixes things.
15974 2005-02-04 Andy Wingo <wingo@pobox.com>
15976 * gst/audioconvert/bufferframesconvert.c
15977 (buffer_frames_convert_fixate): New function, fixates to 256
15978 frames per buffer by default. (Much better than 1.)
15979 (buffer_frames_convert_init): Set the fixate function for both src
15981 (buffer_frames_convert_link): After success setting nonfixed caps,
15982 get the negotiated caps so we can know how many buffer-frames it
15983 will be. No idea how this worked at all before.
15985 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
15987 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15988 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15989 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15990 (handle_sequence), (handle_picture):
15991 * ext/mpeg2dec/gstmpeg2dec.h:
15992 Rearrange buffer tracking and refcounting and refactor
15993 a little for readability.
15995 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
15996 * sys/v4l/gstv4l.c: (plugin_init):
15997 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15998 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15999 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16000 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16001 * sys/v4l/gstv4ljpegsrc.h:
16002 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16003 * sys/v4l/v4l_calls.h:
16004 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16005 (gst_v4lsrc_get_fps):
16006 * sys/v4l/v4lsrc_calls.h:
16007 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16008 you jpeg inside rgb frames" driver.
16009 Don't error in the v4lsrc link function, just return
16012 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16014 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16015 (gst_qcamsrc_open):
16016 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16018 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16020 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16021 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16023 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16025 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16026 Reset negotiated state on PAUSED->READY.
16028 2005-02-02 David Schleef <ds@schleef.org>
16030 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16031 whereever possible. (Fixes #165997)
16032 * examples/capsfilter/capsfilter1.c: (main):
16033 * examples/dynparams/filter.c: (create_ui):
16034 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16035 * examples/seeking/chained.c: (main):
16036 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16037 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16038 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16039 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16040 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16041 * examples/switch/switcher.c: (main):
16042 * ext/dv/demo-play.c: (main):
16043 * ext/faad/gstfaad.c: (gst_faad_change_state):
16044 * ext/mad/gstmad.c: (gst_mad_chain):
16045 * ext/smoothwave/demo-osssrc.c: (main):
16046 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16047 (gst_gconf_render_bin_from_description),
16048 (gst_gconf_get_default_audio_sink),
16049 (gst_gconf_get_default_video_sink),
16050 (gst_gconf_get_default_audio_src),
16051 (gst_gconf_get_default_video_src),
16052 (gst_gconf_get_default_visualization_element):
16053 * gst/level/demo.c: (main):
16054 * gst/level/plot.c: (main):
16055 * gst/playback/gstplaybin.c: (gen_video_element),
16056 (gen_audio_element):
16057 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16058 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16059 * gst/sine/demo-dparams.c: (main):
16060 * gst/spectrum/demo-osssrc.c: (main):
16061 * gst/speed/demo-mp3.c: (main):
16062 * gst/volume/demo.c: (main):
16063 * testsuite/embed/embed.c: (main):
16065 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16067 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16068 (gst_tcpclientsink_finalize):
16069 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16070 (gst_tcpclientsrc_finalize):
16071 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16072 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16073 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16074 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16075 Don't leak the hostname when shutting down.
16076 In tcpserversrc, take a copy of the default hostname.
16078 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16080 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16081 Set caps to systemstream=TRUE.
16083 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16085 * testsuite/Makefile.am:
16086 Fix more OSX buildbots.
16088 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16090 * ext/mpeg2dec/gstmpeg2dec.c:
16091 Don't send things to NULL PAD_PEERs
16093 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16094 Copy-on-write the incoming buffer.
16096 * gst/mpegstream/gstdvddemux.h:
16097 * gst/mpegstream/gstmpegclock.h:
16098 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16099 (normal_seek), (gst_mpeg_demux_handle_src_event):
16100 * gst/mpegstream/gstmpegdemux.h:
16101 * gst/mpegstream/gstmpegpacketize.h:
16102 * gst/mpegstream/gstmpegparse.c:
16103 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16104 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16105 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16106 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16107 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16108 * gst/mpegstream/gstmpegparse.h:
16109 * gst/mpegstream/gstrfc2250enc.h:
16110 Various changes to the way time is computed that make seeking and
16111 total time estimation much better here.
16112 Use G_BEGIN/END_DECLS instead of __cplusplus
16114 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16115 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16117 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16119 * gst/subparse/gstsubparse.c:
16122 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16124 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16125 (theora_enc_chain), (theora_enc_change_state):
16126 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16127 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16128 (gst_vorbisenc_change_state):
16129 * ext/vorbis/vorbisenc.h:
16130 Set granulepos and timestamp correctly for streams not
16131 starting at 0, taking into account the initial delay.
16133 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16135 * gst/mpegstream/gstdvddemux.c:
16136 Add audio/x-dts to audio pad template caps
16138 2005-01-30 David Schleef <ds@schleef.org>
16140 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16141 (create_context), (gst_polypsink_link): Fix silly endianness
16142 bug. Add some debugging. Remove float from caps; it doesn't
16143 work. Attempt to get remote audio working.
16145 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16147 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16150 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16152 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16153 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16154 (gst_avi_demux_stream_data):
16155 * gst/avi/gstavidemux.h:
16156 Invert DIB images. Fixes #132341.
16158 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16160 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16161 (gst_ffmpegcsp_chain):
16162 D'oh, reference the palette data, not the palette structure.
16163 Fixes color distortion in #132341.
16165 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16167 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16168 PAR can be non-fixed when not provided as argument (#162626).
16170 2005-01-29 David Moore <dcm@acm.org>
16172 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16174 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16175 (gst_qtdemux_loop_header):
16176 Re-apply patch from #142272 that allows non-seekable sources,
16177 re-proposed by Daniel Drake <dsd@gentoo.org>.
16179 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16181 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16182 Use the src template for creating the src pad (#162330).
16184 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16187 * ext/musepack/Makefile.am:
16188 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16189 (gst_musepackdec_init), (gst_musepackdec_dispose),
16190 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16191 (gst_musepack_stream_init), (gst_musepackdec_loop),
16192 (gst_musepackdec_change_state):
16193 * ext/musepack/gstmusepackdec.cpp:
16194 * ext/musepack/gstmusepackdec.h:
16195 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16196 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16197 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16198 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16199 * ext/musepack/gstmusepackreader.cpp:
16200 * ext/musepack/gstmusepackreader.h:
16201 Update to 1.1 API (#165446).
16203 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16208 2005-01-28 Andy Wingo <wingo@pobox.com>
16210 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16211 to reflect a different dubious internet source. Add a reference
16212 and some commentary.
16214 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16216 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16217 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16218 * gst/playback/gststreamselector.h:
16219 Be more selective when we're redoing caps negotiation from
16220 within the chain function on a stream change.
16222 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16226 * ext/amrnb/Makefile.am:
16227 * ext/amrnb/amrnb.c: (plugin_init):
16228 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16229 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16230 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16231 (gst_amrnbdec_state_change):
16232 * ext/amrnb/amrnbdec.h:
16233 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16234 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16235 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16236 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16237 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16238 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16239 * ext/amrnb/amrnbparse.h:
16240 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16241 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16242 Add AMR-NB/-WB raw formats.
16243 * ext/alsa/gstalsa.c: (gst_alsa_link):
16244 Keep valid time when changing format.
16245 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16246 (qtdemux_parse_trak):
16247 Add some more format-specific options (#140141, #143555, #155163).
16249 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16251 * gst/matroska/matroska-demux.c:
16252 (gst_matroska_demux_parse_blockgroup):
16253 Fix logic error in timing of subtitle stream synchronization.
16254 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16255 Add skip-chunk, which is found in kodak-camera streams.
16257 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16261 Adding Vietnamese translation (submitted by Clytie Siddall)
16263 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16265 * gst/playback/gstdecodebin.c: (try_to_link_1):
16266 Use realpad for signal.
16268 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16270 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16271 Fix category so decodebin picks it up.
16273 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16275 * ext/mad/Makefile.am:
16276 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16277 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16278 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16279 (found_type), (gst_id3demux_bin_change_state):
16280 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16281 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16282 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16283 (gst_id3_tag_change_state), (plugin_init):
16284 * ext/mad/gstmad.h:
16285 Add id3demuxbin (which is a simple bin consisting of id3demux
16286 and typefind), take over rank from id3demux, remove typefind
16287 code from id3demux. Makes all broken mp3s that I know of work,
16288 and thereby fixes #152688.
16290 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16292 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16294 * ext/mad/gstmad.c: (gst_mad_src_event):
16295 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16296 Allow seeks on audio pad, make mad forward those (#164826).
16297 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16298 Set duration (#165335).
16300 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16302 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16303 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16304 (gst_asf_demux_process_ext_content_desc),
16305 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16306 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16307 * gst/asfdemux/gstasfdemux.h:
16308 Improve metadata display, e.g. if the metadata comes before the
16309 streams are loaded (which is perfectly valid).
16311 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16313 * tools/gst-launch-ext-m.m:
16314 Fix AVI/ASF pipelines (#165340).
16316 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16317 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16318 build failure on amd64
16320 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16322 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16323 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16324 Check environment variables GST_ID3V2_TAG_ENCODING,
16325 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16326 list of character encodings to force interpretation of non-unicode
16327 strings stored in an ID3v2 tag to a particular encoding. If none
16328 is specified, try to use current locale's encoding, then fall back
16329 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16330 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16331 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16332 Check environment variables GST_ID3V1_TAG_ENCODING,
16333 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16334 list of character encodings to use in case a string encountered
16335 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16336 specified, try to use the current locale's encoding, then fall
16337 back to ISO-8859-1 (which will always succeed).
16339 2005-01-25 Benjamin Otte <otte@gnome.org>
16341 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16342 - on half framerate, compute the rate in advance so the comparisons
16343 don't compare wrong values
16344 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16346 - don't use mad_header_decode anymore, mad_frame_decode does that
16348 - when getting rid of consumed bytes, reset the stream's skiplen
16351 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16353 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16354 Use 1/2 a second for default max_discont, as PES streams from DVB
16355 seem to have larger spacings in the SCR.
16358 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16360 * gst/playback/gstplaybasebin.c: (group_commit):
16361 Notify delayed stream-info availability.
16363 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16364 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16365 (gst_a52dec_handle_event), (gst_a52dec_chain):
16366 Add some debug output. Check that a discont has a valid
16368 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16369 (gst_alsa_sink_loop):
16370 Ignore TAG events. A little extra debug for broken timestamps.
16371 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16372 (dvdnavsrc_change_state):
16373 Ensure we send a discont to engage the link before we send any
16375 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16376 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16377 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16378 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16379 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16380 dvd://title works in totem because typefinding sends a seek that ends
16381 up going back to chapter 1 regardless.
16382 * ext/mpeg2dec/gstmpeg2dec.c:
16383 * ext/mpeg2dec/gstmpeg2dec.h:
16384 Output correct timestamps and handle disconts.
16385 * ext/ogg/gstoggdemux.c: (get_relative):
16386 Small guard against a null dereference.
16387 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16388 (gst_textoverlay_set_property):
16389 Free memory when done. Don't call gst_event_filler_get_duration on
16390 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16392 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16393 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16394 (gst_sw_srclink), (gst_smoothwave_chain):
16395 Draw solid lines, prettier colours.
16396 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16397 Add a default palette that'll work for some movies.
16398 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16399 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16400 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16401 * gst/mpegstream/gstdvddemux.h:
16402 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16403 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16404 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16405 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16406 * gst/mpegstream/gstmpegparse.h:
16407 Use PTM/NAV events when for timestamp adjustment when connected to
16408 dvdnavsrc. Don't use many discont events where one suffices.
16409 * gst/playback/gstplaybasebin.c: (group_destroy),
16410 (gen_preroll_element), (gst_play_base_bin_add_element):
16411 * gst/playback/gstplaybasebin.h:
16412 Make sure we remove subtitles from the same bin we put them in.
16413 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16414 (gst_subparse_buffer_format_autodetect),
16415 (gst_subparse_change_state):
16416 Fix some memleaks and invalid accesses.
16417 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16418 (oggskel_type_find), (cmml_type_find), (plugin_init):
16419 Some typefind functions for Annodex v3.0 files
16420 * gst/wavparse/gstwavparse.h:
16421 GstRiffReadClass is the correct parent class.
16423 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16425 * gst-libs/gst/riff/riff-media.c:
16426 (gst_riff_create_video_caps_with_data):
16427 Add extradata to huffyuv (fixes #165013).
16428 * gst-libs/gst/riff/riff-read.c:
16429 (gst_riff_read_strf_vids_with_data):
16430 Fix extradata extraction if it is in the chunk size.
16432 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16434 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16436 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16437 (gst_quarktv_change_state), (gst_quarktv_dispose):
16438 Memory free'ing location fix (#164708).
16440 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16442 * gst/playback/gstplaybasebin.c: (group_commit),
16443 (gen_preroll_element), (probe_triggered), (gen_source_element),
16444 (setup_source), (gst_play_base_bin_change_state),
16445 (gst_play_base_bin_add_element):
16446 Don't block for streams.
16447 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16448 (gst_stream_info_set_mute):
16449 Use gst_pad_set_active_recursive.
16451 2005-01-25 Andy Wingo <wingo@pobox.com>
16453 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16454 for #ifndef HAVE_XVIDEO.
16456 2005-01-24 Jeffrey C. Ollie
16458 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16460 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16461 * ext/gsm/gstgsmdec.h:
16462 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16463 * ext/gsm/gstgsmenc.h:
16464 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16465 was given by property. Add proper buffer timestamps and offsets.
16467 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16469 * gst-libs/gst/riff/riff-media.c:
16470 (gst_riff_create_audio_caps_with_data):
16471 Audio can be <8000Hz.
16473 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16475 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16476 Explicit state change to workaround refcount bugs.
16478 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16480 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16481 (gst_avimux_riff_get_avi_header):
16484 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16486 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16487 (gst_riff_read_element_data):
16488 * gst-libs/gst/riff/riff-read.h:
16489 Add _peek version (req'ed in CDXA).
16490 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16491 (gst_cdxaparse_loop):
16492 Fix parsing in playbin.
16493 * gst/playback/gstdecodebin.c: (close_pad_link):
16494 Ignore current_ pads, they cause major annoyance.
16496 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16498 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16501 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16503 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16506 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16508 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16509 Allow for 0-sized buffers. Fixes length query problems in
16510 starwars.mkv from the testsuite.
16512 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16514 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16515 (gst_video_box_i420), (gst_video_box_chain):
16516 Fix row strides for I420 (fixes #163159)
16518 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16520 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16521 MPEG2 has a useful rate property, so we can actually use that.
16522 For MPEG-1, continue using the bytes/time properties.
16524 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16526 * gst-libs/gst/riff/riff-media.c:
16527 (gst_riff_create_video_caps_with_data),
16528 (gst_riff_create_video_template_caps):
16531 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16533 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16534 Fail if caps negotiation fails. Should fix #162184, and should
16535 definately be in there regardless of it fixing the actual bug.
16536 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16537 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16538 (gst_avimux_riff_get_avix_header),
16539 (gst_avimux_riff_get_video_header),
16540 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16541 (gst_avimux_start_file), (gst_avimux_handle_event),
16542 (gst_avimux_change_state):
16543 * gst/avi/gstavimux.h:
16544 Refactor structure writing to use GST_WRITE_UINT macros, add
16545 metadata writing support.
16547 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16549 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16550 Elements may already be destroyed when this function is called.
16552 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16554 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16555 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16556 More memory leak fixes (#149162).
16558 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16560 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16561 (gst_qtdemux_add_stream):
16564 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16566 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16569 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16571 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16572 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16573 when fixating to six channels in Totem.
16575 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16577 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16578 Fix compile warnings on Solaris 10 buildbot
16580 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16582 * ext/dvdread/dvdreadsrc.c: (_read):
16583 Don't read beyond the last cell in a chapter (fixes
16584 invalid memory access)
16586 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16588 * ext/dvdread/stream_labels.c:
16589 (dvdreadsrc_get_audio_stream_labels):
16590 Use NULL for an empty GList instead of g_list_alloc(); fix
16591 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16592 of GString (easier to bulk free later)
16594 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16596 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16598 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16599 (gst_ffmpeg_pixfmt_to_caps):
16600 Fix BGRA32 caps (#164209).
16602 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16604 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16606 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16607 (gst_ffmpeg_caps_to_pixfmt):
16608 alpha_mask can be RGBA/ABGR. Fixes #164265.
16610 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
16612 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16614 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16615 (gst_mpeg2dec_alloc_buffer):
16616 * ext/mpeg2dec/gstmpeg2dec.h:
16617 Crop if decoding size is not the actual image size (#163676).
16619 2005-01-17 Steve Baker <steve@stevebaker.org>
16621 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16623 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16624 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16625 Add libsndfile typefind functions (#163309).
16627 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16629 * tools/gst-launch-ext-m.m:
16630 Add .aac, fix .m1v/.m2v (#163891).
16632 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16634 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16635 Sanity check, don't wait endlessly since the clock might not
16636 actually run at this point (which is a deadlock). Fixes #164069.
16638 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16640 * gst/playback/gstplaybasebin.c: (probe_triggered):
16641 Of course, only pause if group is done...
16643 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16645 * gst/playback/gstplaybasebin.c: (probe_triggered):
16648 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
16650 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16651 Don't return state change success when the parent
16654 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16656 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16657 Free events (fix memleak in #162905).
16659 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
16661 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16663 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16664 (gst_ffmpeg_caps_to_pixfmt):
16665 Fix for depth = 15. Fixes #161675.
16667 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16669 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16670 Set FPS correctly, even for webcams and the like.
16671 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16672 Don error on setting while capturing.
16674 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16676 * ext/dv/gstdvdec.c:
16677 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16678 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16679 I'm a bad boy. using /1001. to force C to do float division
16680 and not integer division (as it did in my last commit)
16681 Thanks to David I. Lehn for pointing this mistake.
16683 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16685 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16686 Revert Johan's 1.35->1.36 since it breaks compat.
16688 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16690 * ext/dv/gstdvdec.c:
16691 * ext/libfame/gstlibfame.c:
16692 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16693 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16694 replace framerate aproximations by their real value
16695 (24000/1001, 30000/1001, 60000/1001)
16696 Finish fixing bug #164049
16698 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
16700 * ext/ogg/gstoggmux.c:
16702 * gst/tcp/gstmultifdsink.c:
16703 * gst/tcp/gstmultifdsink.h:
16704 * gst/tcp/gsttcp.c:
16705 * gst/tcp/gsttcp.h:
16706 * gst/tcp/gsttcpclientsink.c:
16707 * gst/tcp/gsttcpclientsrc.c:
16708 * gst/tcp/gsttcpserversink.c:
16709 * gst/tcp/gsttcpserversrc.c:
16710 improve reusability of elements after state changes and errors
16711 make multifdsink throw away streamheaders when receiving new ones
16713 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16715 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16716 Fix for if items are already in list...
16718 2005-01-12 Benjamin Otte <otte@gnome.org>
16720 * gst/adder/gstadder.c: (gst_adder_loop):
16721 fix adder a bit so it doesn't screw up with events as much anymore
16723 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
16725 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16726 (pixbufscale_scale), (gst_pixbufscale_chain):
16727 * ext/gdk_pixbuf/pixbufscale.h:
16728 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16729 to ensure rowstrides are calculated the same way as
16731 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16732 that we pick up duration and offset also.
16734 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16736 * gst/avi/gstavimux.c: (gst_avimux_class_init),
16737 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16740 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16742 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16743 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16744 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16745 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16746 Update flags when requested.
16748 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16750 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16753 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16755 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16756 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16757 (probe_triggered), (new_decoded_pad), (gen_source_element),
16758 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16759 * gst/playback/gstplaybasebin.h:
16760 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16761 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16762 (gst_play_bin_change_state):
16763 Implement group-switch signal for use in apps to clear metadata
16764 cache, clean up subtitle, add suburi property instead of # hack,
16765 some error-out fixes.
16767 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16769 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16771 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16772 If we got a state change in the _get handler, don't return success.
16774 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16776 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16777 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16778 Make jpegdec quiet on MJPEG decoding
16779 * gst/asfdemux/README:
16780 Fix mimetypes for MJPEG and H263
16782 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16784 * ext/theora/theoradec.c: (theora_dec_chain):
16785 Fix broken code generation by gcc by swapping arguments.
16786 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16789 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16792 delete this file, it is by far outdated
16793 * ext/alsa/gstalsa.1: remove
16794 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16795 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16796 (gst_alsa_get_caps):
16797 Add HW probing for supported sample rates. Fixes #161704
16799 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16801 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16802 Don't crash, biatch! :).
16804 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16806 * ext/musepack/gstmusepackreader.cpp:
16807 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16808 Some work on tags - still doesn't work in playbin...
16809 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16812 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16814 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16815 Also shove tags on kid pads.
16817 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16819 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16820 Don't bail on unknown events.
16821 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16822 Don't crash on events before negotiation.
16823 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16824 Send tags on pads, too.
16825 * gst/playback/gststreamselector.c:
16826 (gst_stream_selector_request_new_pad):
16827 Forward events on first pad if no input was selected yet.
16829 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16831 * gst/playback/gstplaybasebin.c: (setup_substreams):
16832 Don't disable streamtype if the stream doesn't exist, since
16833 then playing a video after audio will disable both and nothing
16834 will happen. Fixes the testsuite.
16836 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16838 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16839 (gst_v4l_xoverlay_set_xwindow_id):
16840 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16841 (gst_v4l2_xoverlay_set_xwindow_id):
16842 Add debug categories, fix overlay disabling.
16844 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16846 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16847 * ext/alsa/gstalsa.h:
16848 Add HW probing for period_count/size and buffer_size MIX/MAX
16849 Adjust default/user defined value if out of bounds
16850 Should fix bug #162024
16852 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16854 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16855 Fix warning (#161191).
16857 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16859 * ext/dvdread/stream_labels.c:
16860 (dvdreadsrc_get_audio_stream_labels):
16861 Fix warning (init the good variable in switch default)
16863 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
16865 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16867 * gst/tta/gstttaparse.c: (gst_tta_src_event):
16868 Fix gcc-2.95 compile (#163485).
16870 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16873 * ext/flac/gstflacenc.c: (gst_flacenc_init),
16874 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16875 (gst_flacenc_tell_callback), (gst_flacenc_chain),
16876 (gst_flacenc_change_state):
16877 * ext/flac/gstflacenc.h:
16878 Update for API change in flac-1.1.1. Update requirement in
16879 configure.ac. Fixes #162974.
16881 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16883 * gst/playback/gstplaybasebin.c: (group_destroy):
16884 Remove hack to get rid of assert and get rid of unlinked
16887 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16889 * gst/playback/gstplaybasebin.c: (setup_source):
16890 Set source to NULL so that resources are free'ed. Fixes issues
16891 with playback of CDDA and similar device-accessing things.
16893 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16895 * testsuite/embed/Makefile.am:
16896 test->noinst, fix make test in buildbot.
16898 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16900 * ext/dvdread/stream_labels.c: new file
16901 * ext/dvdread/stream_labels.h: new file
16902 * ext/dvdread/Makefile.am:
16903 * ext/dvdread/dvdreadsrc.c: (_seek_title):
16904 Extract audio stream label from DVD IFO files.
16905 It only dump them on the console for now, still have to
16906 make playbin aware of them.
16908 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16910 * gst/playback/gstplaybasebin.c: (setup_source):
16913 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16915 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16916 (gen_preroll_element), (remove_groups), (setup_subtitle),
16917 (gen_source_element), (setup_source):
16918 * gst/playback/gstplaybasebin.h:
16919 Multiple .sub files is just a stupid idea... Fix some threading
16920 mistakes. Interestingly, external .sub files cause playbin to
16921 hang, I don't know why... Parsing fixes contributed by Fran??ois
16922 Kooman <fkooman@tuxed.net>.
16924 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16926 * testsuite/embed/Makefile.am:
16929 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
16931 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16933 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16934 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16935 (gst_pngenc_set_property):
16936 * ext/libpng/gstpngenc.h:
16937 Add compression level property (#163323).
16939 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16942 * examples/capsfilter/capsfilter1.c: (main):
16943 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16944 * ext/dvdread/Makefile.am:
16945 * ext/dvdread/demo-play:
16946 * ext/dvdread/demo-play.c:
16947 * gconf/gstreamer.schemas.in:
16948 * gst-libs/gst/gconf/gconf.c:
16950 * testsuite/Makefile.am:
16951 * testsuite/embed/Makefile.am:
16952 * testsuite/embed/embed.c: (cb_expose), (main):
16953 Remove all references to xvideosink, fix examples (#140845).
16954 * gst/playback/gstplaybasebin.c: (group_destroy):
16955 Apparently, disposal does not unlink - so do explicitely.
16956 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16959 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
16961 * README: fix PKG_CONFIG_PATH instructions, what was there
16962 previously was breaking default search path, not nice.
16965 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16967 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16968 (gst_audioscale_chain):
16969 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16970 when resampling - how the ^@$^!@^! is this possible?!?
16972 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16974 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16975 Reset variables on READY.
16976 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16977 (gst_matroska_mux_loop):
16978 Require data before writing header.
16980 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
16982 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16984 * ext/mad/gstmad.c: (gst_mad_chain):
16985 Don't call mad_stream_sync() directly after recovering sync.
16988 2005-01-09 Martin Eikermann <meiker@upb.de>
16990 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16992 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16993 (snapshot_handler), (gst_snapshot_sinkconnect),
16994 (gst_snapshot_chain):
16995 Allocate resources when required, fix recursive signal emission
16996 and fix caps. Fixes #161667.
16998 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17000 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17002 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17003 (gst_pngdec_chain):
17004 Handle only 8-bppc (bits-per-pixel-component) images, better
17005 error handling and correct strides. Fixes #163177.
17006 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17007 (gst_pngenc_chain):
17008 Better error handling. Fixes #163348.
17010 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17012 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17013 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17014 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17015 (dvdnavsrc_uri_handler_init):
17016 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17017 * gst/playback/gstplaybasebin.c: (gen_source_element):
17018 Add MMS to streaming URIs.
17020 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17022 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17023 * sys/xvimage/xvimagesink.c:
17024 (gst_xvimagesink_navigation_send_event):
17025 Check for pad availability before sending event.
17027 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17029 * gst-plugins.spec.in:
17032 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17035 Since we use functions from CVS, up requirement.
17037 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17039 * gst/playback/Makefile.am:
17040 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17041 (group_destroy), (group_commit), (group_is_muted),
17042 (gen_preroll_element), (add_stream), (unknown_type),
17043 (probe_triggered), (preroll_unlinked), (mute_stream),
17044 (silence_stream), (new_decoded_pad), (setup_substreams),
17045 (setup_source), (get_active_source), (mute_group_type),
17046 (muted_group_change_state), (set_active_source),
17047 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17048 (play_base_eos), (gst_play_base_bin_change_state):
17049 * gst/playback/gstplaybasebin.h:
17050 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17051 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17052 (gst_stream_info_dispose), (stream_info_mute_pad),
17053 (stream_info_change_state), (gst_stream_info_set_mute):
17054 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17055 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17056 (gst_stream_selector_init), (gst_stream_selector_dispose),
17057 (gst_stream_selector_get_linked_pad),
17058 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17059 (gst_stream_selector_get_linked_pads),
17060 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17061 * gst/playback/gststreamselector.h:
17062 Adding stream selection support plus required properties for
17063 applications to use this. Fully fixes #100931.
17065 2005-01-08 Benjamin Otte <otte@gnome.org>
17067 * gst/games/gstpuzzle.c: (nav_event_handler):
17068 - handle nav events differently: forward every event no matter if it
17069 was handled or not.
17071 You can now cheat by using navigationtest ! puzzle and moving the
17072 mouse close to the edge of a tile. ;)
17074 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17077 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17078 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17079 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17080 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17081 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17082 (gst_ogm_parse_plugin_init):
17083 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17084 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17085 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17086 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17087 * ext/pango/gsttextoverlay.h:
17088 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17089 (gst_matroska_demux_handle_seek_event),
17090 (gst_matroska_demux_sync_streams),
17091 (gst_matroska_demux_parse_blockgroup),
17092 (gst_matroska_demux_subtitle_caps),
17093 (gst_matroska_demux_plugin_init):
17094 * gst/matroska/matroska-ids.h:
17095 * gst/playback/gstdecodebin.c: (close_pad_link):
17096 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17097 (gen_preroll_element), (remove_groups), (add_stream),
17098 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17100 * gst/playback/gstplaybasebin.h:
17101 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17102 * gst/subparse/Makefile.am:
17103 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17104 (gst_subparse_base_init), (gst_subparse_class_init),
17105 (gst_subparse_init), (gst_subparse_formats),
17106 (gst_subparse_eventmask), (gst_subparse_event),
17107 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17108 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17109 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17110 (parse_mpsub_deinit), (parse_mpsub_init),
17111 (gst_subparse_buffer_format_autodetect),
17112 (gst_subparse_format_autodetect), (gst_subparse_loop),
17113 (gst_subparse_change_state), (gst_subparse_type_find),
17115 * gst/subparse/gstsubparse.h:
17116 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17118 Add subtitle support, .sub parser (supports SRT and MPsub),
17119 OGM text support, Matroska UTF-8 text support, deadlock fixes
17120 all over the place, subtitle awareness in decodebin/playbin
17121 and some fixes to textoverlay to handle subtitles in a stream
17122 correctly. Fixes #100931.
17124 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17126 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17127 Check for pad availability before doing a query on it.
17129 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17131 * ext/dv/gstdvdec.c:
17132 really fix bpp24/32 dvdec caps (classic rgba indeed)
17133 * gst/asfdemux/gstasfdemux.c:
17134 (gst_asf_demux_process_ext_content_desc):
17135 don't send text tags if they are empty (bis repetita)
17137 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17139 * ext/dv/gstdvdec.c:
17140 remove unneeded comment from dvdec
17141 (related to DV 4CC codes in AVI files)
17142 moved them in gstreamer/docs/random/mimetypes
17143 * gst/asfdemux/gstasfdemux.c:
17144 (gst_asf_demux_process_ext_content_desc):
17145 don't send text tags if they are empty
17146 fix mem leak on error path
17147 * gst/ffmpegcolorspace/avcodec.h:
17148 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17149 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17150 (gst_ffmpegcsp_avpicture_fill):
17151 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17152 * gst/ffmpegcolorspace/imgconvert_template.h:
17153 adds BGR32 and BGRA32 to ffmpegcolorspace
17154 (still bad colors, fixing it on next commit)
17155 helps with dvdec outputing BGR32
17157 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17159 * ext/dv/gstdvdec.c:
17160 Fix audio caps i just broke (missing ',')
17161 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17162 (gst_matroska_mux_reset):
17163 Fix typo + add FIXME about old "x-gst-metadata" crap
17165 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17167 * ext/dv/demo-play.c: (main):
17168 xvideosink -> xvimagesink
17169 * ext/dv/gstdvdec.c:
17170 change rgb 32/32 caps to 24/32 (no alpha)
17171 change nb of channels to be a list (2 or 4, not 2)
17172 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17173 * gst/asfdemux/gstasfdemux.c:
17174 (gst_asf_demux_process_ext_content_desc):
17175 Add 'date/year' to extracted metadata list
17177 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17179 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17180 The return value of fixate_to does not imply that the requested
17181 value was set, so don't assume.
17183 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17185 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17187 * ext/libpng/gstpngdec.c:
17188 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17189 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17190 * ext/libpng/gstpngenc.h:
17191 Alpha support (encoder; #163161), mime fixage.
17193 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17195 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17197 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17198 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17199 (gst_faac_set_property), (gst_faac_get_property):
17200 * ext/faac/gstfaac.h:
17201 Allow for ADTS output (#153434).
17203 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17205 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17206 Fix against template (#150576).
17208 2005-01-06 Benjamin Otte <otte@gnome.org>
17210 * gst/games/gstpuzzle.c: (draw_puzzle):
17211 don't draw a puzzle if either width or height of tiles would be 0.
17213 2005-01-06 Benjamin Otte <otte@gnome.org>
17215 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17216 (gst_puzzle_class_init), (gst_puzzle_finalize):
17217 no memleaks, please
17218 (gst_puzzle_create), (gst_puzzle_init),
17219 (gst_puzzle_set_property), (gst_puzzle_setup):
17220 change initialization code around so we don't reshuffle on resize
17222 fix another stupid typo
17224 2005-01-06 Benjamin Otte <otte@gnome.org>
17226 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17227 fix stupid typo that borked copying on YUY2
17229 2005-01-06 Benjamin Otte <otte@gnome.org>
17231 * gst/games/gstpuzzle.c: (draw_puzzle):
17232 fix edges when image sizes aren't multiples of tile sizes
17234 2005-01-06 Benjamin Otte <otte@gnome.org>
17236 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17237 make RGB endianness work correctly
17238 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17239 refactor and fix race with initial shuffling
17240 (nav_event_handler):
17241 allow using the mouse to puzzle
17243 insist on tiles having width and height as multiples of 4 to get
17244 clean YUV image handling
17245 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17246 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17247 s/DEBUG/LOG/ for common messages
17248 (gst_xvimagesink_navigation_send_event):
17249 fix mouse event translation to not include screen PAR
17250 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17251 fix mouse event translation to actually work
17253 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17255 * gst/asfdemux/gstasfdemux.c:
17256 (gst_asf_demux_process_ext_content_desc):
17257 Extract TrackNumber metadata + clean up code
17258 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17259 Hope this is the good fix (var used unitialised)
17261 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17263 * ext/faad/gstfaad.c: (gst_faad_chain):
17264 Only increment timestamp if it's valid. Fixes raw AAC streams.
17266 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17269 * gst/games/Makefile.am:
17270 * gst/games/gstpuzzle.c:
17271 add a puzzle game with...
17272 * gst/games/gstvideoimage.c:
17273 * gst/games/gstvideoimage.h:
17274 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17275 from videotestsrc and made into something that would be a nice
17276 library for a lot of other plugins.
17278 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17281 don't compile faad plugin if a RC of 2.0 is found
17282 Fixes #155346 (and FC1 buildbot)
17283 * gst/asfdemux/gstasfdemux.c:
17284 (gst_asf_demux_process_ext_content_desc):
17285 try to make Solaris compiler happier
17287 2005-01-06 Paul Jack <pjack@sfaf.org>
17289 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17291 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17292 Fix segfault (#161667).
17294 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17296 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17297 Fix framerate reporting.
17299 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17301 * gst-libs/gst/riff/riff-ids.h:
17302 * gst/wavenc/riff.h:
17303 Add AMR (VBR and CBR) ids to riff.h audio codec list
17304 * gst/asfdemux/gstasfdemux.c:
17305 (gst_asf_demux_process_ext_content_desc),
17306 (gst_asf_demux_process_object):
17307 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17309 2005-01-05 Martin Eikermann <meiker@upb.de>
17311 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17313 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17314 (gst_dvd_demux_handle_discont):
17315 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17316 (gst_mpeg_demux_handle_discont):
17317 Recreate pads on new-media (#160730).
17318 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17319 Send discont even if manager changes timestamps (#161929).
17321 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17323 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17325 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17326 Fix invalid memory access (#159211).
17328 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17330 * examples/gstplay/player.c: (main):
17332 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17333 Add visualizations.
17334 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17335 (gst_a52dec_handle_frame):
17337 * ext/dvdnav/gst-dvd:
17338 Add audioconvert. Fixes #161325.
17339 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17340 Explicitely case to gint64. Possible valgrind error.
17341 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17342 (gst_play_tick_callback), (gst_play_change_state),
17343 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17344 (gst_play_set_location), (gst_play_get_location),
17345 (gst_play_seek_to_time), (gst_play_set_data_src),
17346 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17347 (gst_play_set_visualization), (gst_play_connect_visualization),
17348 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17350 Use playbin. Fixes #139749 and #147744.
17351 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17353 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17354 (audioscale_get_type), (gst_audioscale_base_init),
17355 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17356 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17357 (gst_audioscale_link), (gst_audioscale_get_buffer),
17358 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17359 (gst_audioscale_init), (gst_audioscale_dispose),
17360 (gst_audioscale_chain), (gst_audioscale_set_property),
17361 (gst_audioscale_get_property), (plugin_init):
17363 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17365 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17366 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17367 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17368 Add more metadata (fixes #162656).
17370 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17375 === release 0.8.7 ===
17377 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17382 releasing 0.8.7, "Hyperspace"
17384 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17386 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17388 * gst/playback/gstplaybasebin.c:
17389 Fix for #162924 - free caps after use, not before
17391 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17393 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17395 * gst/playback/gstplaybasebin.c:
17396 * gst/wavparse/gstwavparse.c:
17397 Fix for #154773 - fixes playback of small .wav files
17399 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17401 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17403 * gst/audioscale/gstaudioscale.c:
17404 Fix for #162819 - make audioscale reusable
17405 Fixes playback of more than one file with playbin/totem
17407 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17409 * gst/ffmpegcolorspace/avcodec.h:
17410 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17411 * gst/ffmpegcolorspace/imgconvert.c:
17412 clean up the mess that made me cry and avoid needless duplication
17414 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17416 * gst/ffmpegcolorspace/imgconvert.c:
17417 give some indication of why we're segfaulting
17419 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17422 Fix indentation, fix v4l2 plugin detection.
17424 Fix libmms location (Maciej, use diff -u!).
17425 * ext/alsa/gstalsa.c: (gst_alsa_init):
17426 Initialize caps cache to NULL.
17427 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17428 Only change state on audiosink if it exists.
17430 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17432 * gst/matroska/matroska-demux.c:
17433 * gst/matroska/matroska-ids.h:
17434 * gst/matroska/matroska-demux.h:
17435 Fix Vorbis streams failing to decode in some files, where cluster_time
17436 isn't 0, because then it doesn't send codec_priv before actual data.
17437 Remove time-based test and replace it with marker set on beginning of
17440 2004-12-28 David Schleef <ds@schleef.org>
17442 Merge patch from Ronald fixing problems with streaming
17444 * ext/cairo/gstcairo.c: (plugin_init):
17445 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17446 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17447 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17448 (gst_textoverlay_font_init), (gst_textoverlay_init),
17449 (gst_textoverlay_set_property):
17450 * ext/cairo/gsttextoverlay.h:
17452 2004-12-27 David Schleef <ds@schleef.org>
17454 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17455 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17456 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17457 (gst_textoverlay_font_init), (gst_textoverlay_init),
17458 (gst_textoverlay_set_property): Improvements to actually
17459 render text as white on black outline on video, including
17460 font selection and horizontal/vertical alignment. (Ronald's
17462 * ext/cairo/gsttextoverlay.h:
17464 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17466 * ext/ogg/gstogg.c:
17467 * ext/ogg/gstogmparse.c:
17468 fix ogm[audio/video]parse plugin registration
17469 (riff won't load if bytestream is already loaded)
17471 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17473 * gst/audioconvert/gstchannelmix.c:
17476 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17480 disable docs again until it actually passes make distcheck.
17482 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17484 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17485 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17487 Add 3GP (variables name Q3GP because they can't start with a
17488 number). Add samr audio fourcc (used in .3gp files), decoder
17489 is work in progress. Also do a GST_WARNING instead of ERROR
17490 in case of unknown nodes, to decrease output.
17492 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17497 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17500 * ext/speex/gstspeexdec.h:
17501 * ext/speex/gstspeexenc.h:
17502 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17503 Fix detection code in configure.ac
17505 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17507 * gst/matroska/matroska-demux.c:
17508 (gst_matroska_demux_parse_blockgroup):
17509 Save position, so that queries give proper return values. Don't
17510 know how this could ever have worked before...
17512 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17515 Put additional LAME check inside the conditional. Fixes #152339
17517 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17519 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17520 (gst_avi_demux_stream_scan):
17521 Add some more debug. Fix logic error when setting movi offset
17522 while reading index.
17524 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17526 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17527 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17528 (gst_avi_demux_process_next_entry):
17529 Add some debugging. Better detection of broken indexes and the
17530 accompanying index recovery. No infinite loops on state changes
17531 when we're still in our loopfunction.
17533 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17538 2004-12-22 Archana Shah <archana.shah@wipro.com>
17540 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17542 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17543 Normalizing the value before setting
17544 (gst_sunaudiomixer_get_volume):
17545 Normalizing the value after getting. Fixes bug# 161980
17547 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17549 * Makefile.am: Make sure docs gets disted
17550 * docs/Makefile.am: Make sure all needed files get disted
17551 * gst-plugins.spec.in: latest updates
17553 2004-12-22 Wim Taymans <wim@fluendo.com>
17555 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17556 Revert patch 1.38 as clock distribution over schedulers does
17557 not work correcly in the core yet.
17559 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17561 * sys/oss/README: remove this file, which predates my birth
17562 (and which content is by far outdated)
17564 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17568 * docs/Makefile.am:
17569 * docs/libs/Makefile.am:
17570 * docs/libs/gst-plugins-libs-docs.sgml:
17571 * docs/libs/gst-plugins-libs-sections.txt:
17572 * docs/libs/tmpl/gstgconf.sgml:
17574 * docs/version.entities.in:
17575 Added boilerplate gtk-doc files for plugin-libs documentation.
17577 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17579 * gst/auparse/gstauparse.c: fix int and float audio caps
17581 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17583 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17584 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17585 g_assert() can be a macro, don't use #ifdef inside it.
17587 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17589 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17591 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17592 (gst_videorate_init), (gst_videorate_chain),
17593 (gst_videorate_change_state):
17594 Event handling (fixes #159986).
17596 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17598 * gst-libs/gst/riff/riff-media.c:
17599 (gst_riff_create_video_caps_with_data):
17600 Add BLZ0 (Blizzard's version of DivX) fourcc.
17602 2004-12-18 David Schleef <ds@schleef.org>
17604 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17607 2004-12-18 David Schleef <ds@schleef.org>
17609 * gst/tta/ttadec.h: Disable some header code that isn't used
17610 and clearly isn't portable.
17612 2004-12-18 David Schleef <ds@schleef.org>
17614 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17615 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17616 (avcodec_get_pix_fmt), (avpicture_layout),
17617 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17618 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17619 Fix code to not use GCC extensions (and c99 extensions that
17620 Forte does not like.)
17622 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
17624 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17626 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17627 (gst_deinterlace_chain):
17628 Rowstride fixes. Fixes #161039.
17629 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17630 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17631 (gst_video_crop_getcaps), (gst_video_crop_link),
17632 (gst_video_crop_i420), (gst_video_crop_chain),
17633 (gst_video_crop_change_state):
17634 Rework of negotiation. Actually works now. Fixes #158650.
17636 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17638 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17639 That was very stupid.
17641 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17643 * gst/matroska/matroska-demux.c:
17644 (gst_matroska_demux_parse_blockgroup):
17645 Fix possible crasher.
17647 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17649 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17650 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17651 Lace sizes can be zero.
17653 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17655 * ext/musepack/gstmusepackdec.cpp:
17656 Fetch error return values. Fixes #161624.
17657 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17660 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17662 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17663 Work for truncated (unfinished download etc.) files. Fixes #160514.
17665 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17667 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17668 Fix for integer overflow. Makes #156001 not crash. Probably masks
17671 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17673 * gst/ac3parse/gstac3parse.c: (plugin_init):
17674 Parsers never have ranks. Fixes #159651.
17676 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
17678 * gst/playback/gstdecodebin.c: (compare_ranks):
17679 make sure the facotries are ordered the same every time even if they
17680 have the same rank by using the name
17681 * gst/playback/gstdecodebin.c: (find_compatibles):
17682 make sure we don't add factories to the list twice
17684 2004-12-16 David Schleef <ds@schleef.org>
17686 * configure.ac: look for musepack headers as musepack/*.h
17688 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17689 * ext/musepack/gstmusepackreader.h: same
17691 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17693 * gst-libs/gst/riff/riff-read.c:
17694 (gst_riff_read_strf_auds_with_data):
17695 Read extradata correctly (fixes #155879).
17697 2004-12-16 David Schleef <ds@schleef.org>
17699 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17700 audio. does _not_ attempt or allow conversion unless channels
17703 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17705 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17707 2004-12-16 David Schleef <ds@schleef.org>
17709 * gst/audioscale/gstaudioscale.c: the resample library only
17710 handles 1 or 2 channels. Change caps to compensate.
17712 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17714 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17715 (gst_matroska_demux_audio_caps):
17716 Some MPEG-AAC hacks, because else it doesn't work...
17718 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17720 * gst-libs/gst/riff/riff-media.c:
17721 (gst_riff_create_video_caps_with_data),
17722 (gst_riff_create_video_template_caps):
17725 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17727 * gst-libs/gst/audio/Makefile.am:
17728 Try to fix buildbot.
17730 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
17732 * gst/tcp/gstmultifdsink.c:
17733 Clean up and uniformize debugging.
17735 2004-12-16 Edward Hervey <bilboed@bilboed.com>
17737 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17739 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17740 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17741 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17742 (gst_mpeg_demux_change_state):
17743 Reset on ready. Fixes 160276.
17745 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
17747 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17749 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17750 (gst_ffmpegcsp_pad_link):
17751 Fix memleak (#154815).
17753 2004-12-16 James Bowes <bowes@cs.dal.ca>
17755 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17757 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17758 (gst_musicbrainz_init), (gst_musicbrainz_chain),
17759 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17760 * ext/musicbrainz/gsttrm.h:
17761 Add support for using a proxy server when getting a trm id from
17762 the MusicBrainz database (#149613).
17764 2004-12-16 Christophe Fergeau <teuf@gnome.org>
17766 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17768 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17769 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17770 Fix memleaks (#157233).
17772 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
17774 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17776 * gst-libs/gst/resample/resample.c: (gst_resample_close):
17777 * gst-libs/gst/resample/resample.h:
17778 * gst/audioscale/gstaudioscale.c:
17779 Fix memleak (#159215).
17781 2004-12-16 Toni Willberg <toniw@iki.fi>
17783 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17785 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17786 * sys/oss/oss_probe.c: (main):
17787 Check for mono/stereo support (similar to samplerate probing),
17788 fixes #159433. Also add missing copyright header to oss_probe.c.
17790 2004-12-15 David Schleef <ds@schleef.org>
17792 * configure.ac: add audioresample and cairo plugins. Remove
17793 HAVE_MMX stuff, because it's not used.
17794 * ext/Makefile.am: same
17795 * ext/audioresample/Makefile.am: You are not ready for an
17796 audio resampling element based on audioresample.
17797 * ext/audioresample/gstaudioresample.c:
17798 * ext/audioresample/gstaudioresample.h:
17799 * ext/cairo/Makefile.am: You are not ready for overlay elements
17800 based on cairo. Don't look too closely, these elements kinda
17802 * ext/cairo/gstcairo.c: new
17803 * ext/cairo/gsttextoverlay.c: new
17804 * ext/cairo/gsttextoverlay.h: new
17805 * ext/cairo/gsttimeoverlay.c: new
17806 * ext/cairo/gsttimeoverlay.h: new
17807 * gst-libs/gst/media-info/media-info-priv.h: fix compile
17808 problem with compilers that don't support variadic macros.
17810 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
17812 Reviewed by: David Schleef <ds@schleef.org>
17814 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
17815 Bala, registering sunaudiosrc (oops!), and cleaning up code a
17816 bit. Also ran indent-gst.
17817 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17818 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17819 (gst_sunaudiosrc_setparams):
17821 2004-12-14 David Schleef <ds@schleef.org>
17823 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17824 output rate to 16000. Should fix #160235.
17826 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17828 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17829 Add typefinding for mpeg2 pes streams
17831 2004-12-13 David Schleef <ds@schleef.org>
17833 * configure.ac: Applied patch from bug #143659, making default
17834 sources and sinks OS-dependent (for Solaris), and added code
17836 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17838 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17840 * gst-libs/gst/riff/riff-media.c:
17841 forgot to add h2.64 to avidemux template caps
17843 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17845 * gst/wavenc/riff.h:
17846 * gst-libs/gst/riff/riff-media.c:
17847 * gst-libs/gst/riff/riff-ids.h:
17848 * gst/avi/gstavimux.c
17849 add 4CC code for VideoSoft h264 in AVI (VSSH)
17851 remove s323 from riff, it's quicktime specific :(
17853 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17855 * gst/asfdemux/README
17856 * gst/wavenc/riff.h
17857 * gst-libs/gst/riff/riff-ids.h
17858 * gst-libs/gst/riff/riff-media.c
17859 * gst/qtdemux/qtdemux.c:
17860 add new 4CC codes for h263 related codecs
17861 fixes partially bug #155163
17863 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
17865 * configure.ac: Update polyaudio requirement to 0.7
17866 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17868 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17870 * gst/interleave/deinterleave.c:
17871 fix my name's spelling! :)
17873 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17875 * AUTHORS ChangeLog
17876 * gst/auparse/gstauparse.c
17877 * gst/interleave/deinterleave.c
17879 alaw-decode.c alaw-encode.c
17880 mulaw-decode.c mulaw-encode.c
17881 * gst/oneton/gstoneton.c
17883 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17885 cocoawindow.h cocoawindow.m
17886 osxvideosink.h osxvideosink.m
17888 put the same mail address for Zaheer Abbas Merali everywhere
17890 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17892 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17893 Align by packetsize, and assert that we a packet available before
17894 playing. The first makes webstreams work (they often include
17895 trailing padding data in a packet), the second allows pausing a
17896 ASF stream in totem without getting demux errors afterwards.
17898 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17900 * ext/ogg/gstoggdemux.c: (get_relative):
17901 Check for non-NULL before accessing member (end-of-chain).
17903 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17905 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17906 (cdparanoia_set_property), (cdparanoia_get_property):
17907 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17908 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17909 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17910 (dvdreadsrc_init), (dvdreadsrc_set_property),
17911 (dvdreadsrc_get_property):
17912 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17913 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17914 Synchronize property names where not yet the case. Devices are
17915 now device=X, other versions are deprecated (but still exist).
17916 Also use g_free() unconditionally.
17917 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17918 (setup_source), (gst_play_base_bin_get_property):
17921 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
17923 * configure.ac: move GCONF macro outside conditional for the am
17924 conditional. Fixes #160439
17926 2004-12-08 David Schleef <ds@schleef.org>
17928 * tools/gst-visualise-m.m: Switch to elements that currently
17931 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17933 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17934 We love wrong commas.
17936 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17938 * gst/matroska/matroska-demux.c:
17939 (gst_matroska_demux_handle_src_query):
17940 Don't set DEFAULT, unsupported - makes length display incorrectly
17943 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17945 * gst/monoscope/README: remove blurb about files being GPL
17946 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17947 * gst/monoscope/monoscope.c: Change license to BSD with explanation
17948 monoscope is now effectively LGPL licensed
17950 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17952 * gst/monoscope/README: Update information to be more correct
17953 * gst/monoscope/convolve.c: Relicense to LGPL
17954 * gst/monoscope/convolve.h: Relicense to LGPL
17956 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
17958 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17959 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17960 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17961 set default_duration for mpeg1 audio
17963 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17965 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17966 * ext/alsa/gstalsa.h:
17967 refactor big chunks of the core caps negotiation code to make it
17968 a lot faster, because people claim it's really slow
17969 (actually, just cache the getcaps when the device is opened)
17971 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17973 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17974 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17975 (gst_a52dec_handle_frame), (gst_a52dec_chain),
17976 (gst_a52dec_change_state), (plugin_init):
17977 * ext/a52dec/gsta52dec.h:
17978 Do something useful with timestamps. Make chain-based (since
17979 there's really no reason to be loopbased).
17980 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17981 Update current_byte/frame correctly.
17983 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17985 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17986 (gst_ape_demux_stream_init):
17989 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17991 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17992 Let's make sure we're done typefinding when detecting tags.
17994 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17996 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17997 (gst_ebml_read_init), (gst_ebml_read_use_event),
17998 (gst_ebml_read_element_id), (gst_ebml_peek_id),
17999 (gst_ebml_read_seek), (gst_ebml_read_skip),
18000 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18001 (gst_ebml_read_master):
18002 * gst/matroska/ebml-read.h:
18003 * gst/matroska/matroska-demux.c:
18004 (gst_matroska_demux_parse_contents),
18005 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18006 Disgustingly evil hack for working around INTERRUPT events and
18007 their extremely annoying habit of being a pain in the ass. We
18008 simply peek a cluster before reading any of it.
18010 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18012 * ext/musepack/gstmusepackdec.cpp:
18013 There's also floating point libmusepacks.
18015 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18017 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18018 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18019 Set DURATION even if source buffer didn't. Also use increasing
18021 * gst-libs/gst/riff/riff-media.c:
18022 (gst_riff_create_audio_caps_with_data):
18023 Block_align can have larger values than 8192.
18025 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18027 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18028 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18029 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18030 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18033 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18035 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18038 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18040 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18043 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18045 * ext/esd/esdsink.c: (gst_esdsink_chain):
18046 Make error actually say something useful (fixes #156798).
18047 * gst-libs/gst/riff/riff-media.c:
18048 (gst_riff_create_video_caps_with_data),
18049 (gst_riff_create_video_template_caps):
18050 Add Intel Video 5.0 fourcc (IV50).
18052 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18054 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18055 detection on mono and stereo mp3 files.
18057 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18059 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18060 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18061 the contained stream).
18063 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18065 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18066 Oops, remove debug.
18068 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18070 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18072 * gst/law/alaw-decode.c: (alawdec_getcaps):
18073 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18074 Prevent warnings when negotiating caps (fixes #159338).
18076 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18078 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18079 (gst_ffmpegcsp_chain):
18080 Remove old leftover that shouldn't be there...
18082 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18084 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18086 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18087 Don't forward DISCONT events (fixes #159684).
18089 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18091 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18092 Unlink manually since sometimes bin disposal (and therefore
18093 pad unlinking) is delayed, which will cause a new media file
18094 to not be able to start playing instantly.
18096 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18098 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18099 On mute of an unlinked stream, check for pad availability so
18100 we don't crash on unlinked pad.
18102 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18104 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18105 (gst_avi_demux_massage_index):
18106 Fix quite humiliating bug in omitting 0-sized index chunks but
18107 forgetting to count them for timestamps.
18109 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18111 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18112 Actually leave the loop if we failed to sync. Don't crash.
18114 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18116 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18117 (gst_dvd_demux_process_private):
18118 * gst/mpegstream/gstdvddemux.h:
18119 Fix crash (#159759). Doesn't work, though. :-(.
18121 2004-11-28 Benjamin Otte <otte@gnome.org>
18123 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18124 more overwriting protection due to modifying channels one by one
18125 instead of all at once
18127 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18129 * gst/audioconvert/gstchannelmix.c:
18130 (gst_audio_convert_fill_normalize):
18131 Normalize using absolute values.
18133 2004-11-28 Julien MOUTTE <julien@moutte.net>
18137 * ext/directfb/Makefile.am:
18138 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18139 (gst_directfbvideosink_get_pixel_format),
18140 (gst_directfbvideosink_get_format_from_fourcc),
18141 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18142 (gst_directfbvideosink_sink_link),
18143 (gst_directfbvideosink_change_state),
18144 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18145 (gst_directfbvideosink_buffer_alloc),
18146 (gst_directfbvideosink_interface_supported),
18147 (gst_directfbvideosink_interface_init),
18148 (gst_directfbvideosink_navigation_send_event),
18149 (gst_directfbvideosink_navigation_init),
18150 (gst_directfbvideosink_set_property),
18151 (gst_directfbvideosink_get_property),
18152 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18153 (gst_directfbvideosink_base_init),
18154 (gst_directfbvideosink_class_init),
18155 (gst_directfbvideosink_get_type), (plugin_init):
18156 * ext/directfb/directfbvideosink.h: Adding a first version of
18158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18161 2004-11-28 Benjamin Otte <otte@gnome.org>
18163 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18164 walk the samples backwards if out_channels > in_channels so we don't
18167 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18169 * gst/audioconvert/Makefile.am:
18170 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18171 (gst_audio_convert_link), (gst_audio_convert_change_state),
18172 (gst_audio_convert_channels):
18173 * gst/audioconvert/gstchannelmix.c:
18174 (gst_audio_convert_unset_matrix),
18175 (gst_audio_convert_fill_identical),
18176 (gst_audio_convert_fill_compatible),
18177 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18178 (gst_audio_convert_fill_others),
18179 (gst_audio_convert_fill_normalize),
18180 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18181 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18182 * gst/audioconvert/gstchannelmix.h:
18183 Implement a channel mixer.
18185 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18187 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18188 * ext/alsa/gstalsa.h:
18189 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18190 Make alsasink actually honor gst_element_set_clock and use that
18191 clock instead of its internal one.
18193 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18195 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18196 (gst_play_base_bin_change_state): nullify source and decoder when
18197 going from READY to NULL so that we don't try to do weird stuff with
18198 them when going from NULL to READY
18199 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18200 instead of g_object_unref
18201 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18202 it should be correct
18203 (gst_play_bin_change_state): don't call remove_sinks if we are
18204 currently disposing the object
18206 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18208 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18209 Don't forget bass if it's there. Else left channel is silent...
18211 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18213 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18214 (gst_a52dec_change_state):
18215 Don't do sample adjusting anymore, we use float audio now.
18216 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18217 Don't fixate to non-existing properties.
18219 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18221 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18222 (gst_a52dec_change_state):
18223 Advertise that we can do surround sound.
18225 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18227 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18228 Add buffer-frames=0.
18229 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18230 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18231 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18232 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18233 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18234 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18235 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18236 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18237 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18238 * ext/dvdread/dvdreadsrc.h:
18239 Add seeking, querying for bytes, sectors, title, angle and
18240 chapter. Handle multiple chapters. Relicense to LGPL because
18241 Billy agreed on that (thanks Billy!).
18243 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18245 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18246 call parent dispose method
18248 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18250 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18251 (gst_audio_clock_get_internal_time):
18252 Fix active <-> inactive transitions: ensure time value always
18253 grows and avoid abrupt value changes.
18255 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18258 * gst/tta/Makefile.am:
18260 * gst/tta/filters.h:
18261 * gst/tta/gsttta.c:
18262 * gst/tta/gstttadec.c:
18263 * gst/tta/gstttadec.h:
18264 * gst/tta/gstttaparse.c:
18265 * gst/tta/gstttaparse.h:
18266 * gst/tta/ttadec.h:
18267 added TTA parser and decoder
18269 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18271 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18272 (probe_triggered), (check_queue), (buffer_underrun),
18273 (buffer_running), (buffer_overrun), (gen_source_element),
18275 * gst/playback/gstplaybasebin.h:
18276 Implement buffering. Needs some more work.
18278 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18280 * ext/theora/theoradec.c: (theora_dec_chain):
18281 Fix ilog mask range overflow.
18283 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18285 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18286 Don't omit the last (which in case of dmix is the only :) )
18287 channel count. Don't set channels if <= 2.
18289 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18291 * gst/playback/gstplaybin.c: (gen_video_element),
18292 (gen_audio_element): Removed 2 obsolete comments
18294 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18296 * ext/vorbis/oggvorbisenc.c
18297 * ext/vorbis/vorbisenc.c :
18298 change description fields of those plugins to differentiate them
18299 (pitivi show Encoders by description, they had the same one)
18301 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18303 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18305 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18306 (gst_play_bin_set_property), (gen_video_element),
18307 (gen_audio_element):
18308 Refcounting fixes for provided audio-/videosinks.
18310 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18312 * gst/playback/gstplaybin.c: (gen_video_element),
18313 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18314 Don't reference all sinks, but only the video- and audiosinks.
18315 The vis. element should be disposed when we're done with it.
18316 We don't have any reason to keep it around. This fixes warnings
18317 when reusing playbin for playing multiple audio files with
18318 vis. enabled. Also release audio device on pause - idea stolen
18321 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18323 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18324 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18325 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18326 * ext/alsa/gstalsaplugin.c: (plugin_init):
18327 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18328 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18329 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18330 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18331 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18332 (gst_faad_change_state), (plugin_init):
18333 * ext/faad/gstfaad.h:
18334 * ext/vorbis/vorbis.c: (plugin_init):
18335 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18336 * gst-libs/gst/audio/Makefile.am:
18337 * gst-libs/gst/audio/audio.c: (plugin_init):
18338 * gst-libs/gst/audio/multichannel.c:
18339 (gst_audio_check_channel_positions),
18340 (gst_audio_get_channel_positions),
18341 (gst_audio_set_channel_positions),
18342 (gst_audio_set_structure_channel_positions_list),
18343 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18344 (gst_audio_fixate_channel_positions):
18345 * gst-libs/gst/audio/multichannel.h:
18346 * gst-libs/gst/audio/testchannels.c: (main):
18347 * gst/audioconvert/gstaudioconvert.c:
18348 (gst_audio_convert_class_init), (gst_audio_convert_init),
18349 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18350 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18351 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18352 * gst/audioconvert/plugin.c: (plugin_init):
18353 Surround sound support.
18355 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18357 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18358 Fix position for discont if we're close as well. Nitpicking, but
18359 saves a few milliseconds of extra waiting or skipping.
18361 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18363 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18364 We sometimes need parsers for playback, so add those too.
18366 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18369 * gst/apetag/Makefile.am:
18370 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18371 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18372 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18373 (gst_ape_demux_get_src_query_types),
18374 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18375 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18376 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18377 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18378 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18379 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18380 (gst_ape_demux_change_state):
18381 * gst/apetag/apedemux.h:
18382 * gst/apetag/apetag.c: (plugin_init):
18383 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18385 APE v1/2 tag reader plus typefind function.
18387 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18390 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18391 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18392 Remove hacks for older core. Require newer core version
18395 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18397 * gst/cdxaparse/Makefile.am:
18398 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18399 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18400 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18401 * gst/cdxaparse/gstcdxaparse.h:
18402 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18403 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18404 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18405 (gst_cdxastrip_get_src_query_types),
18406 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18407 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18408 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18409 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18410 * gst/cdxaparse/gstcdxastrip.h:
18411 SVCD/VCD header stripping separated from CDXA image parsing.
18412 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18414 Add VCD/SVCD header typefinding for VCD/SVCD.
18415 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18416 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18417 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18418 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18419 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18420 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18421 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18422 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18423 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18424 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18425 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18426 * sys/vcd/vcdsrc.h:
18427 Fix up, add seeking, querying, URI interface. Works in totem now.
18429 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18434 === release 0.8.6 ===
18436 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18454 releasing 0.8.6, "IOU Love"
18456 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18458 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18460 * gst/playback/gstplaybasebin.c:
18461 Fix unplayable files error handling. Fixes #158365
18463 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18465 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18467 * gst/typefind/gsttypefindfunctions.c:
18468 Fix broken mp3 typefinding. Fixes #158375
18470 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18472 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18474 * ext/ogg/gstoggdemux.c:
18475 Fix sync on broken files. Fixes #158976
18477 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18479 patch by: Edward Hervey <bilboed@bilboed.com>
18481 * ext/libpng/gstpngenc.c:
18482 Copy over buffer properties. Fixes #158832
18484 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18486 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18488 * ext/dvdread/dvdreadsrc.c:
18489 Fixes invalid reads (#158462)
18491 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18493 * sys/v4l/gstv4lsrc.c:
18494 * sys/v4l/gstv4lsrc.h:
18495 * sys/v4l/v4lsrc_calls.c:
18496 Probe less and cache it. Fixes #159187.
18498 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18500 * gst/videorate/gstvideorate.c:
18501 Handle all video formats. Fixes #159186.
18503 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18504 * gst/synaesthesia/gstsynaesthesia.c:
18505 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18506 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18507 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18508 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18509 (gst_synaesthesia_change_state), (plugin_init):
18510 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18511 Force 320x200 output, as that's the only thing the underlying
18512 synaesthesia implementation supports. Still needs to be made
18515 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18518 Fix mpeg2enc configure check (similar to mplex check below).
18520 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18522 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18524 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18525 Fix for gcc-2.95 (fixes #158221).
18527 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18529 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18530 Re-add clock distribution hack (until new core is released).
18533 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18535 fix mplex configure check segfaulting on some systems (bug #140994)
18537 2004-11-13 Benjamin Otte <otte@gnome.org>
18539 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18541 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18542 do a wait when we enter the loop func with no data available to
18543 write instead of getting into an 100% CPU loop by just returning and
18544 being called again by the scheduler
18546 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18549 * ext/libvisual/visual.c: (gst_visual_get_type),
18550 (libvisual_log_handler), (gst_visual_getcaps),
18551 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18553 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18554 * ext/smoothwave/Makefile.am:
18555 * ext/smoothwave/demo-osssrc.c: (main):
18556 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18557 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18558 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18560 * ext/smoothwave/gstsmoothwave.h:
18561 Make gstsmoothwave a working element in the 20th century.
18563 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18564 Fix incorrect link function
18566 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18568 * gst/volume/gstvolume.c:
18569 Allow buffer-frames=0.
18571 2004-11-12 Iain <iaingnome@gmail.com>
18573 * configure.ac: Check for polypaudio
18575 * ext/Makefile.am: Build the polyp dir
18577 * ext/polyp: The polypsink sources.
18579 2004-10-30 Iain <iaingnome@gmail.com>
18581 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18582 caps to reflect the new number of channels.
18584 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18586 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18587 Fix for negotiation order problem. This would show when the
18588 ALSA loopfuction was called before any other function. ALSA
18589 wouldn't do anything because we're not negotiated yet, leading
18590 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18592 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18594 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18596 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18597 No warnings (#157986).
18599 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18602 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18604 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18606 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18607 Signal no-more-pads (so it works in playbin).
18609 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18611 * ext/musepack/gstmusepackreader.cpp:
18612 Workaround for older core.
18614 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18616 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18617 Actually test for odd width/height rather than testing whether
18618 a temporary variable that was 0 before we subtracted 1 is now
18619 not equal to zero (which it always is).
18621 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18623 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18624 Fix compilation if HAVE_XVIDEO is not defined
18626 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18628 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18629 Fix compilation if HAVE_XVIDEO is not defined
18631 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
18633 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18634 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18635 (gst_goom_change_state), (plugin_init):
18636 Use the bytestream adapter so goom doesn't depend on the input
18638 Add a debug category
18640 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18642 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18643 Only set hardware parameters *after* negotiation. Before
18644 negotiation, it will set ANY and that seems to cause crashes
18645 (see e.g. #151288, #153227).
18647 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18649 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18650 This seems to be antique leftover. It needs to pass error
18652 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18653 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18654 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18655 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18656 Fix GstXOverlay implementation (#151059).
18658 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18660 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18661 Don't assert (#157853).
18663 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18665 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18666 Fix bytes/samples confustion.
18667 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18668 Fix for underrun (#144389).
18670 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18672 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18673 Disable halfway-seek for pending release (since it needs a new
18676 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
18678 * sys/v4l/gstv4lsrc.c:
18679 * sys/v4l/gstv4lsrc.h:
18680 * sys/v4l/v4lsrc_calls.c:
18681 add autoprobe-fps property so we can separate autoprobing parts
18683 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
18685 * sys/v4l/gstv4lsrc.c:
18686 * sys/v4l/v4lsrc_calls.c:
18687 initialise fourcc to catch unset fourcc's, and debug
18689 2004-11-09 Wim Taymans <wim@fluendo.com>
18691 * gst/playback/README:
18692 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18693 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18694 (gst_play_bin_dispose), (gst_play_bin_set_property),
18695 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18696 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18697 (gst_play_bin_get_formats), (gst_play_bin_convert),
18698 (gst_play_bin_get_query_types), (gst_play_bin_query):
18699 Cleanups and some more documentation.
18701 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
18703 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18704 (gst_cacasink_init), (gst_cacasink_chain):
18705 * ext/libcaca/gstcacasink.h:
18706 Cacasink inherits from VideoSink, so let that store the clock.
18708 2004-11-09 Wim Taymans <wim@fluendo.com>
18710 * gst/playback/README:
18711 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18712 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18713 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18714 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18715 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18717 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18718 (gst_stream_info_is_mute), (gst_stream_info_set_property):
18719 * gst/playback/gststreaminfo.h:
18721 Only switch groups if all streams have muted (EOSed).
18722 Send Tags in sync with the stream playback instead of in
18723 the playback/preroll phase.
18724 Some cleanups, free the fakesrc elements.
18726 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
18728 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18729 buffer-frames property was missing
18730 * ext/arts/gst_arts.c:
18731 rate missing from sinkcaps
18732 * ext/audiofile/gstafparse.c:
18733 * ext/audiofile/gstafsink.c:
18734 * ext/audiofile/gstafsrc.c:
18735 * ext/swfdec/gstswfdec.c:
18736 int audio doesn't know buffer-frames
18737 * ext/cdparanoia/gstcdparanoia.c:
18738 int audio doesn't know chunksize either
18739 * ext/nas/nassink.c:
18740 it's endianness, not endianess
18741 * gst-libs/gst/audio/audio.h:
18742 make float standard pad template caps really describe float
18743 * gst/law/mulaw.c: (linear_factory):
18744 signed only, please
18745 * gst/mpegstream/gstdvddemux.c:
18746 widths of 20 are not valid
18748 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
18750 Submitted by: Luca Ferretti <elle.uca@infinito.it>
18756 2004-11-08 Wim Taymans <wim@fluendo.com>
18758 * gst/playback/README:
18759 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18760 * gst/playback/gstplaybasebin.c: (probe_triggered),
18761 (gst_play_base_bin_change_state):
18762 Updated README, added more comments for fixmes etc..
18764 2004-11-08 Wim Taymans <wim@fluendo.com>
18766 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18767 We can remove this hack now.
18769 2004-11-08 Wim Taymans <wim@fluendo.com>
18771 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18772 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18773 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18774 Only mix AYUV for maximum quality.
18776 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18778 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18779 (gst_ogg_demux_push), (gst_ogg_pad_push):
18780 Let's act as if we're synchronized now! :).
18781 * ext/theora/theoradec.c: (theora_dec_chain):
18784 2004-11-08 Wim Taymans <wim@fluendo.com>
18786 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18787 (gst_alpha_set_property), (gst_alpha_sink_link),
18788 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18789 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18790 (gst_alpha_init_params), (gst_alpha_chain):
18791 Implement alpha functions for AYUV too, this increases
18792 accuracy quite a bit.
18794 2004-11-08 Wim Taymans <wim@fluendo.com>
18796 * gst/ffmpegcolorspace/avcodec.h:
18797 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18798 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18799 (gst_ffmpegcsp_avpicture_fill):
18800 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18801 (gst_ffmpegcsp_caps_remove_format_info):
18802 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18803 (shrink12), (img_get_alpha_info), (deinterlace_line),
18804 (deinterlace_line_inplace):
18805 * gst/ffmpegcolorspace/imgconvert_template.h:
18806 Added AYUV colorspace and handle RGBA a bit more respectful.
18808 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18810 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18811 Actually always send a discont (cornercase when resending the
18812 same serial-tagged chain twice).
18814 2004-11-08 Julien MOUTTE <julien@moutte.net>
18816 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18817 (gst_ximagesink_finalize):
18818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18819 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18821 2004-11-08 Wim Taymans <wim@fluendo.com>
18823 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18824 Don't segfault on NULL data.
18826 2004-11-08 Wim Taymans <wim@fluendo.com>
18828 * gst/playback/gstdecodebin.c: (unlinked):
18829 * gst/playback/gstplay-marshal.list:
18830 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18831 (gst_play_base_bin_init), (group_create), (get_active_group),
18832 (get_building_group), (group_destroy), (group_commit),
18833 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18834 (add_element_stream), (no_more_pads), (probe_triggered),
18835 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18836 (state_change), (setup_source), (gst_play_base_bin_get_property),
18837 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18838 (gst_play_base_bin_link_stream),
18839 (gst_play_base_bin_get_streaminfo):
18840 * gst/playback/gstplaybasebin.h:
18841 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18842 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18843 Add support for chained ogg files. Prepare for playlist
18844 support. This patch introduces the concept of pad groups, which
18845 together compose one playable media file.
18847 2004-11-07 David Schleef <ds@schleef.org>
18849 * testsuite/gst-lint: Check for pad templates that aren't statically
18852 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18856 * ext/musepack/Makefile.am:
18857 * ext/musepack/gstmusepackdec.cpp:
18858 * ext/musepack/gstmusepackdec.h:
18859 * ext/musepack/gstmusepackreader.cpp:
18860 * ext/musepack/gstmusepackreader.h:
18861 Add musepack decoder.
18862 * ext/faad/gstfaad.c: (gst_faad_base_init):
18863 Make pad templates static.
18864 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18866 Add musepack typefinder, make mp3 typefinding work halfway stream,
18867 which doesn't actually work yet because id3demux doesn't implement
18870 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18872 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18873 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18874 Fix interrupt event handling (#144436).
18876 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18878 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18881 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
18883 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18885 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18886 Fix weird caps (#157548).
18888 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
18890 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18893 Add missing NULL terminator (#157543).
18895 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
18897 * gst/tcp/gsttcp.h:
18898 * gst/tcp/gsttcpclientsink.c:
18899 * gst/tcp/gsttcpclientsrc.c:
18900 * gst/tcp/gsttcpserversink.c:
18901 * gst/tcp/gsttcpserversrc.c:
18902 ports can go up to 65535. Move common defines to gsttcp.h
18904 2004-11-05 Wim Taymans <wim@fluendo.com>
18906 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18907 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18908 Added two more colorspaces.
18910 2004-11-05 Wim Taymans <wim@fluendo.com>
18912 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18913 (gst_ffmpegcsp_avpicture_fill):
18914 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18915 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18916 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18919 2004-11-05 Wim Taymans <wim@fluendo.com>
18921 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18922 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18923 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18924 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18925 (gst_videomixer_loop):
18928 2004-11-05 Benjamin Otte <otte@gnome.org>
18930 * ext/mad/gstmad.c: (gst_mad_chain):
18931 don't overflow data buffer. Flush not needed sync data when syncing
18934 2004-11-04 Wim Taymans <wim@fluendo.com>
18936 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18937 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18938 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18939 (gst_alpha_init_params), (gst_alpha_chain),
18940 (gst_alpha_change_state):
18941 Updated the chroma keying algorithm with something more
18944 2004-11-03 Wim Taymans <wim@fluendo.com>
18946 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18947 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18948 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18949 Fix stride issues. Does not completely work for odd
18952 2004-11-03 Wim Taymans <wim@fluendo.com>
18954 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18955 (gst_alpha_chroma_key), (gst_alpha_chain):
18956 Fix stride issues. Does not completely work for odd
18959 2004-11-03 Christophe Fergeau <teuf@gnome.org>
18961 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18962 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18965 2004-11-03 Wim Taymans <wim@fluendo.com>
18967 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18968 (gst_ffmpegcsp_avpicture_fill):
18969 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18971 * gst/ffmpegcolorspace/imgconvert_template.h:
18972 Use correct _fill function to get correct strides.
18974 2004-11-02 David Schleef <ds@schleef.org>
18976 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18977 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18978 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18979 Change all g_print()s to debugging. Add a bunch of consistency
18982 2004-11-02 Wim Taymans <wim@fluendo.com>
18984 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18985 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18986 (unlinked), (no_more_pads), (close_link):
18987 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18988 (unknown_type), (add_element_stream), (new_decoded_pad),
18989 (removed_decoded_pad), (setup_source):
18990 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18991 (gst_stream_info_class_init), (gst_stream_info_init),
18992 (gst_stream_info_new), (gst_stream_info_dispose),
18993 (stream_info_mute_pad), (gst_stream_info_set_property),
18994 (gst_stream_info_get_property):
18995 * gst/playback/gststreaminfo.h:
18996 Fix playback of multiple files.
18997 a slightly different approach to handling dynamic pad removals.
18998 This one only looks at pads that we have linked.
19000 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19002 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19003 free" warning from libc.
19005 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19007 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19008 (get_unconnected_element), (remove_starting_from), (pad_removed),
19010 Implement support for dynamic pad changing. We listen to "live"
19011 pad removals (i.e. while playing) and re-setup autoplugging
19012 after that. Playbasebin/playbin need some more work for this
19013 to finally work, but decodebin supports (and replugs) chained
19016 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19018 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19019 (gst_alsa_finalize):
19020 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19021 (gst_cdaudio_finalize):
19022 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19023 (cdparanoia_finalize):
19024 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19025 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19026 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19027 (dvdreadsrc_finalize):
19028 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19029 (gst_flacdec_finalize):
19030 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19031 (gst_flacenc_finalize):
19032 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19033 (gst_gnomevfssink_finalize):
19034 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19035 (gst_gnomevfssrc_finalize):
19036 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19037 (gst_fameenc_finalize):
19038 * ext/nas/nassink.c: (gst_nassink_class_init),
19039 (gst_nassink_finalize):
19040 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19041 (gst_sdlvideosink_class_init):
19042 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19043 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19044 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19045 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19046 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19047 (gst_x_window_listener_dispose):
19048 * gst/audioscale/gstaudioscale.c:
19049 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19050 (play_on_demand_finalize):
19051 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19052 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19053 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19054 (cdplayer_finalize):
19055 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19056 (gst_glimagesink_class_init):
19057 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19058 (gst_osselement_finalize):
19059 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19060 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19061 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19062 Fixes a bunch of problems with finalize and dispose functions,
19063 either assumptions that dispose is only called once, or not calling
19064 the parent class dispose/finalize function
19066 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19068 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19069 added two api precondition guards
19070 use g_strdup with getenv to fix crash when using ENVVAR
19072 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19073 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19074 (gst_esdsink_finalize):
19075 Use a finalize function, not dispose, and more importantly,
19076 call the parent class finalize function too
19078 2004-11-01 Johan Dahlin <johan@gnome.org>
19080 * ext/ogg/gstoggdemux.c:
19081 * gst/tags/gstvorbistag.c:
19084 2004-10-31 Benjamin Otte <otte@gnome.org>
19086 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19087 lotsa memleaks today. But they're all small...
19089 2004-10-31 Benjamin Otte <otte@gnome.org>
19091 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19092 another memleak crushed
19094 2004-10-31 Benjamin Otte <otte@gnome.org>
19096 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19099 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19101 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19102 Hack to prevent crash when going to READY inside signal handler
19103 while this function is active.
19105 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19107 * gst/ffmpegcolorspace/Makefile.am:
19108 * gst/ffmpegcolorspace/avcodec.h:
19109 * gst/ffmpegcolorspace/common.h:
19110 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19111 * gst/ffmpegcolorspace/dsputil.h:
19112 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19113 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19114 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19115 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19116 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19117 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19118 (gst_ffmpegcsp_avpicture_fill):
19119 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19120 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19121 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19122 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19123 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19124 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19125 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19126 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19127 * gst/ffmpegcolorspace/imgconvert.c:
19128 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19129 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19130 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19131 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19132 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19133 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19134 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19135 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19136 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19137 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19138 (grow21), (grow22), (grow41), (grow44), (conv411),
19139 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19140 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19141 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19142 (avpicture_free), (is_yuv_planar), (img_convert),
19143 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19144 (deinterlace_line_inplace), (deinterlace_bottom_field),
19145 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19146 * gst/ffmpegcolorspace/imgconvert_template.h:
19147 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19148 * gst/ffmpegcolorspace/mmx.h:
19149 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19150 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19151 (av_freep), (avcodec_get_context_defaults),
19152 (avcodec_alloc_context), (avcodec_init):
19153 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19154 handling plus update from ffmpeg CVS. Large clean-up.
19156 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19158 * gst/playback/Makefile.am:
19159 We need the marshallers for decodebin, too.
19161 2004-10-30 David Schleef <ds@schleef.org>
19163 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19164 quicktime typefinding work with 64-bit offsets.
19166 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19168 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19169 Set EOS on the element when processing an EOS event.
19170 * ext/speex/gstspeexdec.h:
19171 * ext/speex/gstspeexenc.h:
19172 Only keep a const ptr to the mode
19173 * gst-libs/gst/riff/riff-media.c:
19174 (gst_riff_create_audio_caps_with_data),
19175 (gst_riff_create_audio_template_caps):
19176 Allow WMAV3, with up to 6 channels.
19177 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19178 Don't call gst_pad_set_event_function on a sink pad.
19179 * gst/mpegstream/gstdvddemux.c:
19180 (gst_dvd_demux_get_subpicture_stream),
19181 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19182 Copy the explicit caps that were set across to the cur_* pads,
19183 instead of trying to use a possibly non-existent negotiated caps.
19184 Reset the type of subpicture pads to UNKNOWN after calling
19185 init_stream, so that the caps get set.
19187 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19189 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19191 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19192 Don't touch buffer if it is of size 0 (fixes #151064).
19194 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19196 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19197 Synchronized discont handling.
19199 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19201 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19202 (gst_ogg_demux_push):
19203 Make seeking sort-of exact again (fixes #156387).
19205 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19207 * gst/playback/gstplaybasebin.c: (unknown_type),
19208 (add_element_stream), (new_decoded_pad),
19209 (gst_play_base_bin_change_state):
19210 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19211 (gst_stream_info_init), (gst_stream_info_new),
19212 (gst_stream_info_dispose), (gst_stream_info_get_property):
19213 * gst/playback/gststreaminfo.h:
19214 Make caps explicitely available. Makes testing for unsupported
19215 types possible. Improves error reporting.
19217 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19219 * gst/audioconvert/gstaudioconvert.c:
19220 (gst_audio_convert_buffer_to_default_format):
19221 Really don't touch read-only buffers (#156563).
19223 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19225 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19227 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19228 Fix memleak (#155223).
19230 2004-10-29 Wim Taymans <wim@fluendo.com>
19232 * gst/tcp/.cvsignore:
19233 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19234 (gst_multifdsink_class_init), (gst_multifdsink_init),
19235 (gst_multifdsink_add), (gst_multifdsink_remove),
19236 (gst_multifdsink_remove_client_link), (is_sync_frame),
19237 (gst_multifdsink_new_client),
19238 (gst_multifdsink_handle_client_write),
19239 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19240 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19241 (gst_multifdsink_get_property):
19242 * gst/tcp/gstmultifdsink.h:
19243 Added burst on connect sync_method, deprecated sync_clients,
19244 streamlined the sync code some more.
19246 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19248 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19249 (gst_play_base_bin_change_state):
19250 Improve error reporting.
19252 2004-10-28 Wim Taymans <wim@fluendo.com>
19254 * gst/tcp/Makefile.am:
19255 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19256 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19257 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19258 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19259 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19260 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19262 Added more locks around fdset structures. Fixed/reworked
19263 the poll array resizing code.
19264 Added stress test for fdset.
19266 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19268 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19271 2004-10-28 Benjamin Otte <otte@gnome.org>
19273 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19274 fix link function to always query channels and query width for
19278 * gst/equalizer/Makefile.am:
19279 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19280 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19281 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19282 (arg_to_scale), (setup_filter),
19283 (gst_iir_equalizer_compute_frequencies),
19284 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19285 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19289 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19291 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19295 Added Norwegian Bokmaal translation
19297 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19299 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19300 Don't break on options (fixes #156488).
19302 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19305 * ext/cdaudio/Makefile.am:
19307 fix build on older automake
19309 2004-10-26 Wim Taymans <wim@fluendo.com>
19311 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19312 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19313 Allow a little margin when negotiating the framerate.
19315 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19317 * gst/level/gstlevel.c:
19318 synchonised naming of pads and pad-templates
19320 2004-10-26 Wim Taymans <wim@fluendo.com>
19322 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19323 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19324 (_find_streams_check), (gst_ogg_demux_push):
19325 Fix EOS again. Needs to be done in a better way. We should not
19326 remove the pad if there is no new chained stream.
19328 2004-10-26 Iain <iaingnome@gmail.com>
19330 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19331 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19333 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19335 (interleave_release_pad): Remove the pad.
19336 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19337 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19339 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19341 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19342 (gst_xvimagesink_finalize): Free the par.
19344 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19346 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19347 (gst_avimux_stop_file):
19348 First calculate the rate, and only then use it. Hdr.rate is a
19349 multiple and not a derivative of hdr.scale. Scale is not the
19350 same as blockalign but is solely related to rate.
19352 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19354 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19355 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19358 2004-10-25 James Henstridge <james@jamesh.id.au>
19360 Reviewed by: David Schleef <ds@schleef.org>
19362 * examples/gstplay/player.c: (got_stream_length), (main):
19363 * examples/seeking/cdplayer.c: (update_scale):
19364 * examples/seeking/seek.c: (format_value), (update_scale):
19365 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19367 Build fixes on AMD64.
19369 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19371 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19373 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19374 Fix for some v4l cards which hang in v4lsrc
19376 2004-10-25 Wim Taymans <wim@fluendo.com>
19378 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19379 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19380 Make sure to remove the pad when a new chain is
19381 encountered. Set some vars to NULL so we don't try
19382 to reference freed memory.
19384 2004-10-25 Wim Taymans <wim@fluendo.com>
19386 * examples/seeking/Makefile.am:
19387 * examples/seeking/cdplayer.c: (update_scale):
19388 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19389 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19390 (format_value), (update_scale), (iterate), (start_seek),
19391 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19392 (print_usage), (main):
19393 Added some more examples, update others.
19395 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19397 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19398 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19399 * ext/theora/theoradec.c: (theora_dec_chain):
19400 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19401 Add codec-name metadata.
19403 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19405 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19407 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19408 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19409 * ext/alsa/gstalsamixertrack.h:
19411 ALSA mixer track label internationalization (#154054).
19413 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19415 * ext/theora/theoradec.c: (theora_dec_chain):
19416 Export bitrate as metadata.
19418 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19420 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19421 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19422 * ext/alsa/gstalsamixertrack.h:
19423 Fix names, fix loop.
19425 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19427 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19428 (speex_dec_convert):
19429 sinkconvert function so oggdemux can get the file length (totem).
19431 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19433 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19435 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19436 Don't push incomplete packets.
19437 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19438 Fix MPEG-4 audio typefinding.
19440 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19442 * sys/v4l/Makefile.am:
19443 * sys/v4l/gstv4l.c: (plugin_init):
19444 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19445 (gst_v4lelement_init), (gst_v4lelement_dispose),
19446 (gst_v4lelement_change_state):
19447 * sys/v4l/gstv4lelement.h:
19448 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19449 (gst_v4l_xoverlay_close), (idle_refresh),
19450 (gst_v4l_xoverlay_set_xwindow_id):
19451 * sys/v4l/gstv4lxoverlay.h:
19452 * sys/v4l/v4l-overlay_calls.c:
19453 * sys/v4l/v4l_calls.h:
19454 * sys/v4l2/Makefile.am:
19455 * sys/v4l2/gstv4l2.c: (plugin_init):
19456 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19457 (gst_v4l2element_init), (gst_v4l2element_dispose),
19458 (gst_v4l2element_change_state):
19459 * sys/v4l2/gstv4l2element.h:
19460 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19461 (gst_v4l2_xoverlay_close), (idle_refresh),
19462 (gst_v4l2_xoverlay_set_xwindow_id):
19463 * sys/v4l2/gstv4l2xoverlay.h:
19464 * sys/v4l2/v4l2-overlay_calls.c:
19465 * sys/v4l2/v4l2_calls.h:
19466 Remove client-side overlay handling, use the X-server v4l plugin
19467 for that. Nicer overlay, less code. Also make the plugin
19468 compileable without X (but then without overlay, obviously).
19469 Makes xwindowlistener obsolete, should we remove that?
19471 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19473 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19474 (gst_osssrc_src_query):
19475 * sys/oss/gstosssrc.h:
19476 OK, so people want offset in DEFAULT. This time, actually fix all
19478 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19481 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19483 * gst/asfdemux/gstasfmux.c:
19484 * gst/avi/gstavimux.c:
19487 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19489 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19490 Fix properties (channel, norm, frequency).
19492 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19494 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19496 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19499 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19501 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19504 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19506 * sys/v4l2/gstv4l2element.h:
19507 Yet Another Hack (tm) for kernel header borkedness.
19508 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19509 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19510 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19511 (gst_v4l2src_change_state):
19512 * sys/v4l2/gstv4l2src.h:
19513 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19514 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19515 Fix caps, keep track of state, work.
19517 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19519 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19522 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19524 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19525 Don't mix bytes and samples.
19527 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19529 * ext/ogg/gstoggmux.c:
19530 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19531 and theora. Any is incorrect.
19532 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19534 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19535 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19536 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19537 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19538 * sys/v4l/gstv4lmjpegsrc.h:
19539 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19540 (gst_v4lsrc_change_state):
19541 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19542 (gst_v4lmjpegsrc_capture_stop):
19543 Fix caps. Keep track of internal state. Work.
19545 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19548 Fix the build fixes.
19550 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19552 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19553 (gst_ogg_demux_src_event), (_find_chain_seek),
19554 (gst_ogg_pad_push):
19555 Check for pad availability before using it.
19556 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19557 Fix parsing of chained ogg. Needs more work on the decoder side.
19559 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19561 * gst/spectrum/Makefile.am:
19562 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19564 Fix demo and reenable it. Yes, I'm currently playing with audio
19567 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19569 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19570 We love it if files that start at zero work too...
19572 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19574 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19575 Handle files with missing EOS headers.
19577 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19579 * gst/tcp/gsttcpserversink.c:
19580 (gst_tcpserversink_handle_server_read),
19581 (gst_tcpserversink_init_send):
19582 Zero some variables first (need for accept not to return EINVAL)
19584 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19586 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19587 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19588 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19589 (theora_dec_chain):
19590 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19591 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19592 Seeking and querying finetune.
19594 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19598 * ext/raw1394/Makefile.am:
19601 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19603 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19605 * gst/playback/Makefile.am:
19606 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19607 * gst/playback/gstplay-marshal.list:
19608 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19611 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19613 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19616 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19618 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19619 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19620 (gst_ogg_pad_push):
19621 Yay for non-lineair granulepos in theora.
19623 2004-10-18 Wim Taymans <wim@fluendo.com>
19625 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19626 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19627 * ext/dv/gstdvdec.h:
19628 Make sure we renegotiate aspect ratio when the camera switches.
19630 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19632 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19633 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19635 * ext/theora/theoradec.c: (theora_dec_chain):
19636 Skip headers. Bad idea for chained ogg, but fixes seeking.
19638 2004-10-18 Wim Taymans <wim@fluendo.com>
19641 I swear, this is the last time I touch this.
19643 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19645 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19646 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19647 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19649 * ext/theora/theoradec.c: (theora_dec_sink_convert):
19650 Time-to-default conversion.
19651 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19652 Don't error on unknown packets, just skip. We should probably
19653 read them if we want to support chained ogg.
19655 2004-10-18 Wim Taymans <wim@fluendo.com>
19658 Added cdaudio to wrong list.
19660 2004-10-18 Wim Taymans <wim@fluendo.com>
19665 2004-10-18 Wim Taymans <wim@fluendo.com>
19667 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19668 (gst_dvdec_video_link), (gst_dvdec_push):
19669 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19670 (gst_smokeenc_resync), (gst_smokeenc_chain):
19671 Fix mimetype on smoke encoder.
19672 Add aspect ratio to dvdec. Not sure if these
19673 values are correct though....
19675 2004-10-18 Wim Taymans <wim@fluendo.com>
19677 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19678 Fix vorbis property descriptions and ranges.
19680 2004-10-18 Wim Taymans <wim@fluendo.com>
19682 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19683 Really do nothing when no data is available.
19684 Go to the playing state when the stream is not seekable
19685 instead of failing.
19687 2004-10-18 Wim Taymans <wim@fluendo.com>
19689 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19690 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19691 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19692 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19693 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19694 Added uri handler for cd://
19697 2004-10-18 Wim Taymans <wim@fluendo.com>
19699 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19700 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19701 (try_to_link_1), (no_more_pads), (close_link), (type_found):
19702 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19703 (remove_prerolls), (unknown_type), (add_element_stream),
19704 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19705 (gst_play_base_bin_remove_element),
19706 (gst_play_base_bin_link_stream):
19707 * gst/playback/gstplaybin.c: (gen_video_element),
19708 (gen_vis_element), (remove_sinks), (setup_sinks):
19709 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19710 (gst_stream_info_get_type), (gst_stream_info_class_init),
19711 (gst_stream_info_init), (gst_stream_info_new),
19712 (gst_stream_info_dispose), (stream_info_mute_pad),
19713 (gst_stream_info_set_property), (gst_stream_info_get_property):
19714 * gst/playback/gststreaminfo.h:
19715 Add sink padtemplate to decodebin.
19716 Added some more comments.
19717 Make queue size configurable in playbasebin.
19718 Added possibility to use elements as sinks (ex cdaudio).
19720 2004-10-15 Wim Taymans <wim@fluendo.com>
19722 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19723 (gst_speexenc_chain):
19724 Fix speex timestamps so that it gets muxed properly.
19726 2004-10-15 Wim Taymans <wim@fluendo.com>
19728 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19729 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19730 (gst_dv1394src_init), (gst_dv1394src_dispose),
19731 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19732 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19733 (gst_dv1394src_event), (gst_dv1394src_get_formats),
19734 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19735 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19736 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19737 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19738 * ext/raw1394/gstdv1394src.h:
19739 Added conversion/query functions.
19740 Update buffer timestamps,
19742 Added uri dv:// so it might play from the firewire in playbin.
19743 Fix a possible leak.
19746 2004-10-15 Wim Taymans <wim@fluendo.com>
19748 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19749 (gst_dv1394src_init), (gst_dv1394src_set_property),
19750 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19751 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19752 * ext/raw1394/gstdv1394src.h:
19753 Added AV/C VTR control support needed for some cameras.
19754 Added automatic port detection.
19755 Added properties for selecting the channel.
19756 The configure.ac script is not yet updated to reflect the
19757 new libavc1394 and librom1394 dependencies.
19759 2004-10-15 Wim Taymans <wim@fluendo.com>
19761 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19762 (qtdemux_parse), (gst_qtdemux_handle_esds):
19763 An esds box is not a container.
19764 Fix parsing of mp4v boxes.
19765 Do not try to renegotiate fps for each frame. Need to
19766 find a better method. This should fix mp4 playback.
19768 2004-10-14 David Schleef <ds@schleef.org>
19770 * configure.ac: update for swfdec-0.3 and liboil-0.2
19771 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19772 * ext/swfdec/gstswfdec.h: same
19773 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19774 * gst/videotestsrc/videotestsrc.c: same
19776 2004-10-14 Wim Taymans <wim@fluendo.com>
19778 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19779 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19780 (is_sync_frame), (gst_multifdsink_new_client),
19781 (gst_multifdsink_handle_client_write),
19782 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19783 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19784 Turn warnings into info.
19785 Don't allow a state change in the streaming thread.
19787 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
19789 * ext/vorbis/oggvorbisenc.c:
19790 * ext/vorbis/vorbisdec.c:
19791 fix template sample rate
19793 2004-10-13 Wim Taymans <wim@fluendo.com>
19795 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19796 Decoding the header first fixes some problems in resyncing
19799 2004-10-12 Wim Taymans <wim@fluendo.com>
19801 * gst/playback/gstplaybin.c: (gen_video_element),
19802 (gen_vis_element), (remove_sinks), (setup_sinks):
19803 Added vis plugin support, need to configure the vis
19804 element to activate it.
19806 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19808 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19809 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19811 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19812 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19813 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19814 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19815 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19816 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19817 * gst/avi/gstavidemux.h:
19818 Support for openDML-2.0 indx/ix## chunks. Support for broken index
19819 recovery (where, if part of the index is broken, we will still read
19820 the rest of the index and recover the broken part by stream
19821 scanning). More broken media support. EOS workarounds. General AVI
19822 braindamage headache recovery. Aspirin included.
19824 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19826 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19827 (cdparanoia_event), (cdparanoia_query):
19828 Get rid of hideous lead-in.
19830 2004-10-11 Wim Taymans <wim@fluendo.com>
19832 * gst/playback/gstplaybasebin.c: (setup_source):
19833 Wrong var used to get g_list_next.
19835 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19837 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19838 (cdparanoia_get), (cdparanoia_open):
19839 Report discid as metadata, add duration.
19841 2004-10-11 Wim Taymans <wim@fluendo.com>
19843 * gst/playback/gstplaybasebin.c: (setup_source):
19844 Cleanup the previous pipeline a little earlier for the
19845 case that a source element provides raw data.
19847 2004-10-11 Benjamin Otte <otte@gnome.org>
19849 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19850 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19851 consuming the last 128 bytes, even though it was valid mp3 data.
19853 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19855 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19856 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19857 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19858 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19860 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19862 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19863 Fix for webcams that support only specific width or height
19865 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
19867 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19869 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19870 Fix wrong discont event setup (fixes #154967).
19872 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
19874 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19876 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19877 Error out on invalid data (fixes #154807).
19879 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
19881 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19883 * ext/dvdread/dvdreadsrc.c: (_read):
19884 Make titles > 0 work again (fixes #154834).
19886 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19888 * gst-libs/gst/riff/riff-media.c:
19889 (gst_riff_create_video_template_caps):
19890 WMV3 missing in template caps.
19892 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19894 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19895 OK, so the original code was too strict. It makes random AVI files
19896 hang for seconds upon opening, which is unacceptable and is far
19897 beyond the original goal of getting multiple chunks for one-chunk
19898 sounc stream files. So now do just that.
19900 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19902 * gst/playback/gstplaybasebin.c: (setup_source),
19903 (gst_play_base_bin_change_state):
19904 Actually clean up streaminfo if output fails. This would trigger
19905 if, for example, there was no CD in the drive. No preroll, so
19906 a streaminfo structure is created, but the subsequent state change
19907 of the thread fails.
19908 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19909 Don't change state if parent failed.
19911 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19913 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19914 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19915 (gen_video_element), (remove_sinks):
19916 Add small bits of code for screenshot handling.
19918 2004-10-08 Wim Taymans <wim@fluendo.com>
19920 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19921 (gen_video_element), (gen_audio_element), (setup_sinks):
19922 Don't assume the user provided sinks are named "sink"...
19924 2004-10-08 Wim Taymans <wim@fluendo.com>
19926 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19927 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19928 (gst_play_base_bin_link_stream):
19929 Do not try to autoplug sources that generate raw streams like
19931 disconnect the preroll overrun signal when we don't need it anymore.
19933 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
19935 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19936 Added reworked patch from #154903 from milosz derezynski (deadchip).
19938 2004-10-08 Wim Taymans <wim@fluendo.com>
19940 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19941 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19942 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19943 (cdparanoia_convert), (cdparanoia_uri_get_type),
19944 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19945 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19946 * ext/cdparanoia/gstcdparanoia.h:
19947 This adds the cdda://<tracknum> uri.
19949 2004-10-08 Wim Taymans <wim@fluendo.com>
19951 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19952 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19953 (try_to_link_1), (no_more_pads), (close_link), (type_found):
19954 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19955 (unknown_type), (gst_play_base_bin_remove_element),
19956 (gst_play_base_bin_link_stream):
19957 * gst/playback/gstplaybasebin.h:
19958 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19959 (gst_play_bin_set_property), (gen_video_element),
19960 (gen_audio_element), (setup_sinks):
19961 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19962 (gst_stream_info_get_type), (gst_stream_info_class_init),
19963 (gst_stream_info_init), (gst_stream_info_new),
19964 (gst_stream_info_dispose), (stream_info_mute_pad),
19965 (gst_stream_info_set_property), (gst_stream_info_get_property):
19966 * gst/playback/gststreaminfo.h:
19967 Reuse the audio and video bins.
19968 Some internal cleanups in the stream selection code.
19970 2004-10-08 Julien MOUTTE <julien@moutte.net>
19972 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19973 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19974 * sys/ximage/ximagesink.h:
19975 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19976 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19977 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19978 not coming from those elements. Moreover these elements should not keep
19979 the xid they have been given when in NULL state.
19981 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19983 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19984 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19985 * sys/ximage/ximagesink.h:
19986 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19987 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19988 * sys/xvimage/xvimagesink.h:
19989 Actually only create a new toplevel window if we're not gonna
19990 embed it right after.
19992 2004-10-07 Wim Taymans <wim@fluendo.com>
19994 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19995 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19996 * gst/playback/gstplaybin.c: (setup_sinks):
19997 Implement muting/unmuting of streams, mute streams that are not
20000 2004-10-07 Wim Taymans <wim@fluendo.com>
20002 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20004 Added lame audio/x-ac3 typefind function.
20006 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20011 === release 0.8.5 ===
20013 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20018 releasing 0.8.5, "Take You On"
20020 2004-10-06 Wim Taymans <wim@fluendo.com>
20022 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20023 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20024 (no_more_pads), (close_link), (type_found):
20025 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20026 * gst/playback/gstplaybin.c: (gen_video_element):
20027 Do not signal the no_more_pads after the first pad when
20028 we are plugging a non dynamic element with multiple
20029 output pads (like swfdec, dvdec, ...).
20031 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20034 bump for prerelease
20036 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20038 * gst/wavparse/gstwavparse.c:
20039 add ATRAC3 to STATIC CAPS to fix a warning
20041 * gst/matroska/ebml-read.c:
20042 * gst-libs/gst/riff/riff-read.c:
20045 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20047 * gst-libs/gst/riff/riff-media.c:
20048 generate caps for ATRAC3 audio streams
20050 * gst/realmedia/rmdemux.c:
20051 generate caps for ATRAC3 audio streams
20053 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20055 * gst/wavparse/Makefile.am
20056 * gst/wavparse/riff.h
20057 * gst/wavparse/wavparse.vcproj
20058 riff.h removal (unused and duplication with riff-ids.h)
20060 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20062 * gst/wavparse/gstwavparse.h
20063 remove duplicated defines for audio codec codes
20065 * gst-libs/gst/riff/riff-ids.h
20066 * gst/wavenc/riff.h:
20067 add "4CC" code for ATRAC3 audio streams
20068 add "4CC" code for ITU_G721_ADPCM (unused for now)
20070 2004-10-06 Wim Taymans <wim@fluendo.com>
20072 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20073 Actually _do_ negotiation. Pass gdouble as arg instead
20074 of guint64 for the framerate.
20076 2004-10-06 Wim Taymans <wim@fluendo.com>
20078 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20079 (find_compatibles), (close_pad_link), (try_to_link_1),
20080 (no_more_pads), (close_link), (type_found):
20081 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20082 * gst/playback/gstplaybin.c: (gen_video_element),
20083 (gen_audio_element):
20084 Set state on newly added element to READY so that negotiation
20086 Addes some more debug info.
20087 Do not try to plug pads with multiple caps structures or ANY
20088 because it is too dangerous since we do not do dynamic
20091 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20093 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20097 add Oriya translation
20099 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20101 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20102 Prevent overwrite of size member. Makes audio sound crappy.
20104 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20106 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20107 Add rmvb to the list of known RealMedia extensions
20109 2004-10-05 Wim Taymans <wim@fluendo.com>
20111 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20112 (mngdec_openstream), (mngdec_closestream),
20113 (mngdec_handle_sink_event), (mngdec_readdata),
20114 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20115 (mngdec_getcanvasline), (mngdec_refresh),
20116 (gst_mngdec_change_state):
20117 Set the framerate correctly.
20119 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20121 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20122 There was something wrong with the index massaging.
20124 2004-10-04 Wim Taymans <wim@fluendo.com>
20126 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20127 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20128 (gst_smokedec_chain):
20129 * ext/jpeg/gstsmokedec.h:
20130 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20131 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20132 * ext/jpeg/gstsmokeenc.h:
20133 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20134 (smokecodec_decode_new), (smokecodec_info_free),
20135 (smokecodec_set_quality), (smokecodec_get_quality),
20136 (smokecodec_set_threshold), (smokecodec_get_threshold),
20137 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20138 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20139 (smokecodec_encode), (smokecodec_parse_id),
20140 (smokecodec_parse_header), (smokecodec_decode):
20141 * ext/jpeg/smokecodec.h:
20142 * ext/jpeg/smokeformat.h:
20143 Updated smoke, new bitstream, allows embedding in ogg.
20145 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20147 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20148 Fix seeking in some files. All this code is no longer needed (and
20149 actually breaks stuff) because we now synchronize the full index
20150 right when reading the header.
20152 2004-10-04 Wim Taymans <wim@fluendo.com>
20155 configure update for libmng.
20157 2004-10-04 Wim Taymans <wim@fluendo.com>
20159 * ext/libmng/Makefile.am:
20160 * ext/libmng/gstmng.c: (plugin_init):
20161 * ext/libmng/gstmng.h:
20162 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20163 (gst_mngdec_base_init), (gst_mngdec_class_init),
20164 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20165 (gst_mngdec_loop), (gst_mngdec_get_property),
20166 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20167 (mngdec_closestream), (mngdec_handle_sink_event),
20168 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20169 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20170 (gst_mngdec_change_state):
20171 * ext/libmng/gstmngdec.h:
20172 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20173 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20174 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20175 (gst_mngenc_chain), (gst_mngenc_get_property),
20176 (gst_mngenc_set_property):
20177 * ext/libmng/gstmngenc.h:
20178 Added basic MNG decoder. Needs more work. The encoder does
20181 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20183 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20184 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20185 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20186 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20189 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20192 you need at least 1.0.4 of speex
20194 2004-10-04 Iain <iaingnome@gmail.com>
20196 * ext/speex/gstspeexdec.h: Revert the includes changes.
20198 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20200 2004-09-30 Iain <iaingnome@gmail.com>
20202 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20203 found during init or set as a property instead of hardcoding /dev/audio
20205 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20207 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20208 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20209 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20210 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20211 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20212 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20213 (gst_rmdemux_dump_data):
20214 Use debug category, fix EOS handling. filesrc ! rmdemux now
20217 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20219 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20220 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20221 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20222 Improve allocation, cutting and sorting of the index. How takes a
20223 few seconds instead of minutes.
20225 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20227 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20230 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20232 * gst-libs/gst/riff/riff-media.c:
20233 (gst_riff_create_video_caps_with_data),
20234 (gst_riff_create_video_template_caps):
20235 Add wing commander format mimetype/fourccs.
20236 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20237 Don't crash if some value is 0.
20239 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20241 * gst-libs/gst/riff/riff-media.c:
20242 (gst_riff_create_video_caps_with_data),
20243 (gst_riff_create_video_template_caps):
20244 Add DIB fourcc (raw, palettized 8-bit RGB).
20245 * gst-libs/gst/riff/riff-read.c:
20246 (gst_riff_read_strf_vids_with_data):
20247 Oops, fix strf_data reading bug.
20248 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20249 Use a non-NULL tag.
20250 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20251 Time for hacks. Sorry Dave. At least one quicktime movie (a
20252 trailer) that I've encountered contains multiple video tracks.
20253 One of those is the actual video track, the other are one-frame
20254 tracks (images). Unfortunately, the number of frames according
20255 to the trak header is 1 for each, so that doesn't help. So
20256 instead, I look at the duration and discard tracks with a
20257 duration shorter than 20% of the length of the stream. Better
20260 2004-10-01 Christian Schaller <christian@fluendo.com>
20262 * ext/ivorbis/vorbis.c:
20263 Patch from Phil Blundell (Bug 152341)
20265 2004-10-01 Wim Taymans <wim@fluendo.com>
20267 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20268 (speex_dec_get_formats), (speex_dec_convert),
20269 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20270 (speex_dec_chain), (gst_speexdec_get_property),
20271 (gst_speexdec_set_property):
20274 2004-10-01 Wim Taymans <wim@fluendo.com>
20276 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20277 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20278 (gst_wavparse_other), (gst_wavparse_loop),
20279 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20280 (gst_wavparse_srcpad_event):
20281 * gst/wavparse/gstwavparse.h:
20282 Added some more debugging info.
20283 Fix the case where the length of the file is 0.
20284 Make sure we seek to sample borders.
20286 2004-10-01 Wim Taymans <wim@fluendo.com>
20288 * gst/playback/README:
20289 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20290 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20291 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20292 Add some debug info to decodebin, update README
20294 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20296 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20297 Don't use g_print(); use GST_DEBUG().
20299 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20301 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20302 (gst_ogg_mux_queue_pads):
20303 Handle EOS properly.
20305 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20307 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20309 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20310 (gst_faad_chain), (gst_faad_change_state):
20311 * ext/faad/gstfaad.h:
20312 Allow playback of raw (unframed) MPEG AAC files (#148993).
20314 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20316 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20318 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20319 Throw error if we didn't recognize the stream. Fixes #152289.
20321 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20323 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20326 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20328 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20330 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20333 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20335 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20337 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20339 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20342 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20344 * gst-libs/gst/riff/riff-media.c:
20345 (gst_riff_create_video_caps_with_data),
20346 (gst_riff_create_audio_caps_with_data):
20347 Add codec_data handling (like asfdemux used to do).
20348 * gst/asfdemux/gstasf.c: (plugin_init):
20349 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20350 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20351 Use riff-media for caps creation instead of our own (mostly
20352 broken) copy of its functions.
20354 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20356 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20357 Don't actually error out if we get another return value than
20358 -EINVAL. Opposite to what I first thought, drivers have random
20359 return values for this, although -EINVAL is the expected return
20360 value. Since this is not fatal, we shouldn't use
20361 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20363 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20365 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20366 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20367 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20368 (dvdreadsrc_get), (dvdreadsrc_open_file),
20369 (dvdreadsrc_change_state):
20370 Fix. Don't do one big huge loop around the whole DVD, that will
20371 cache all data and thus eat sizeof(dvd) (several GB) before we
20373 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20374 Actually NULL'ify event after using it.
20375 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20376 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20377 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20378 (gst_ebml_read_seek), (gst_ebml_read_skip):
20380 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20381 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20382 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20383 Fix timing (this will probably break if I seek using menus, but
20384 I didn't get there yet). VOBs and normal DVDs should now work.
20385 Add a mpeg2-only pad with high rank so this get autoplugged for
20387 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20388 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20389 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20390 (gst_mpeg_demux_get_audio_stream),
20391 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20392 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20393 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20394 MPEG-1 but use dvddemux for MPEG-2.
20395 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20396 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20397 (gst_mpeg_parse_parse_packhead):
20398 Timing. Only add pad template if it exists. Add sink template from
20399 class and not from ourselves. This means we will always use the
20400 correct sink template even if it is not the one defined in this
20403 2004-09-29 Wim Taymans <wim@fluendo.com>
20405 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20406 (gst_mpeg_demux_parse_pes):
20407 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20408 Fix playback of mpeg again, timestamps where screwed up by
20411 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20413 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20414 Only return true if we actually filled something in. Prevents
20415 player applications from showing a random length for flac files.
20416 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20417 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20418 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20419 (gst_riff_read_strf_vids_with_data),
20420 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20421 OK, ok, so I implemented event handling. Apparently it's normal
20422 that we receive random events at random points without asking
20424 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20425 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20426 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20427 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20428 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20429 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20430 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20431 * gst/avi/gstavidemux.h:
20432 Implement non-lineair chunk handling and subchunk processing.
20433 The first solves playback of AVI files where the audio and video
20434 data of individual buffers that we read are not synchronized.
20435 This should not happen according to the wonderful AVI specs, but
20436 of course it does happen in reality. It is also a prerequisite for
20437 the second. Subchunk processing allows us to cut chunks in small
20438 pieces and process each of these pieces separately. This is
20439 required because I've seen several AVI files with incredibly large
20440 audio chunks, even some files with only one audio chunk for the
20441 whole file. This allows for proper playback including seeking.
20442 This patch is supposed to fix all AVI A/V sync issues.
20443 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20444 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20446 * gst/modplug/gstmodplug.cc:
20447 Proper return value setting for the query() function.
20448 * gst/playback/gstplaybasebin.c: (setup_source):
20449 Being in non-playing state (after, e.g., EOS) is not necessarily
20450 a bad thing. Allow for that. This fixes playback of short files.
20451 They don't actually playback fully now, because the clock already
20452 runs. This means that small files (<500kB) with a small length
20453 (<2sec) will still not or barely play. Other files, such as mod
20454 or flx, will work correctly, however.
20456 2004-09-28 Wim Taymans <wim@fluendo.com>
20458 * ext/speex/gstspeex.c: (plugin_init):
20459 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20460 (gst_speex_dec_class_init), (speex_dec_get_formats),
20461 (speex_get_event_masks), (speex_get_query_types),
20462 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20463 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20464 (gst_speexdec_get_property), (gst_speexdec_set_property),
20465 (speex_dec_change_state):
20466 * ext/speex/gstspeexdec.h:
20467 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20468 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20469 (gst_speexenc_base_init), (gst_speexenc_class_init),
20470 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20471 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20472 (gst_speexenc_src_query), (gst_speexenc_init),
20473 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20474 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20475 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20476 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20477 (gst_speexenc_chain), (gst_speexenc_get_property),
20478 (gst_speexenc_set_property), (gst_speexenc_change_state):
20479 * ext/speex/gstspeexenc.h:
20480 Rewrote speex encoder, make sure it can be embedded in ogg.
20481 Implemented speex decoder.
20483 2004-09-28 Christian Schaller <christian@fluendo.com>
20486 Remove kioslave plugin. Markey is brewing a new working one
20487 * ext/Makefile.am: Remove kioslave plugin
20489 * gst-plugins.spec.in: remove kio plugin from spec
20491 2004-09-27 Wim Taymans <wim@fluendo.com>
20493 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20494 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20495 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20496 (gst_multifdsink_new_client),
20497 (gst_multifdsink_handle_client_write),
20498 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20499 (gst_multifdsink_handle_clients):
20500 * gst/tcp/gstmultifdsink.h:
20501 Make syncing to keyframes actually work for new clients and lagging
20504 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20506 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20507 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20508 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20509 * gst/debug/gstnavigationtest.h:
20510 make navigationtest display button-press and button-release events
20512 2004-09-26 Iain <iaingnome@gmail.com>
20514 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20515 the channels have received a new media event.
20516 (interleave_buffered_loop): Compresses a new media event on all
20519 2004-09-26 Iain <iaingnome@gmail.com>
20521 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20522 call the sinkpad's default event handler and not the srcpads. He also
20523 says this is confusing :)
20524 (gst_wavenc_stop_file): Company says that seek events only go upstream
20525 we should send a discontinuous downstream instead.
20527 2004-09-25 Christian Schaller <christian@fluendo.com>
20529 * Update SPEC file to be usable in conjunction with Fedora Core,
20530 Fedora.us and freshrpms packages
20531 * Fix typo in multifilesrc test Makefile
20533 2004-09-24 Wim Taymans <wim@fluendo.com>
20535 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20536 Only signal the no_more_pads signal when we have
20537 added the stream to our list.
20539 2004-09-24 Wim Taymans <wim@fluendo.com>
20541 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20543 * gst/playback/gstplaybasebin.h:
20544 * gst/playback/gstplaybin.c: (setup_sinks):
20545 Don't try to preroll or decode more than one audio/video
20548 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20550 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20551 Throw error if we failed to find a suitable output. This should
20552 throw an error if we successfully set up a pipeline (e.g. because
20553 we recognized a media file) but found no decodable streams in it
20554 (e.g. because it contains only media stream types for which we
20555 have no decoders, or because it's not a media type).
20557 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20559 * ext/dirac/Makefile.am:
20560 * ext/dirac/gstdirac.cc:
20561 * ext/dirac/gstdiracdec.cc:
20562 * ext/dirac/gstdiracdec.h:
20563 Do something. Don't actually know if this works because I don't
20564 have a demuxer yet.
20565 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20566 Add channels=1 to caps returned from _getcaps().
20567 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20568 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20569 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20570 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20571 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20572 (gst_ogm_parse_change_state):
20573 Separate between audio/video so ogmaudioparse actually uses the
20574 audio pad templates. Both audio and video work now, including
20575 autoplugging. Also use sometimes-srcpad hack.
20576 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20577 Handle events better. Don't hang on infinite loops.
20578 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20579 (gst_avi_demux_init), (gst_avi_demux_reset),
20580 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20581 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20582 (gst_avi_demux_change_state):
20583 * gst/avi/gstavidemux.h:
20584 Improve A/V sync. Still not perfect.
20585 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20586 (gst_ebml_read_skip):
20587 Handle events better.
20588 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20589 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20590 (qtdemux_audio_caps):
20591 Add IMA4. Improve event handling. Save offset after a seek when
20592 the headers are at the end of the file so that we don't end up in
20594 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20595 Add low-priority typefind support for files with no length.
20597 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20599 * testsuite/multifilesink/Makefile.am:
20602 2004-09-22 Julien MOUTTE <julien@moutte.net>
20604 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20606 mistakes from thaytan's patches.
20608 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20610 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20611 For completeness, XSync in the destroy function as xvimage does.
20613 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20615 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20616 Correct caps negotiation
20617 * gst/volume/gstvolume.c: (volume_chain_float),
20618 (volume_chain_int16):
20619 Modify debug output to be little more informative
20620 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20621 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20622 (gst_xvimagesink_xvimage_destroy):
20623 Add XSync calls after detaching from the shared memory segment to
20626 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20628 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20629 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20630 * ext/vorbis/vorbis.c: (plugin_init):
20631 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20632 (gst_vorbisenc_chain):
20633 * ext/vorbis/vorbisenc.h:
20634 remove explicit newmedia support from oggmux and vorbisenc
20635 add debug category to vorbisenc
20636 * gst/multifilesink/gstmultifilesink.c:
20637 (gst_multifilesink_class_init), (gst_multifilesink_init),
20638 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20639 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20640 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20642 * gst/multifilesink/gstmultifilesink.h:
20643 add support for streamheader in multifilesink
20645 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20647 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20648 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20649 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20650 Prevent infinite loops. More correct error reporting.
20651 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20652 Error out if negotiation fails.
20653 * gst/playback/gstplaybasebin.c: (setup_source),
20654 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20655 (gst_play_base_bin_found_tag):
20656 Error/tag forwarding. Pre-roll fixes for source errors on state
20657 changes (e.g. "file does not exist") to prevent hangs.
20659 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20661 * testsuite/multifilesink/Makefile.am:
20662 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20663 (gst_newmedia_class_init), (gst_newmedia_init),
20664 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20665 (newfile_signal), (test_signal), (main):
20666 * testsuite/multifilesink/multifilesrc_test.c: (main):
20667 * testsuite/multifilesink/oggtheora_test.c:
20668 (gst_newmedia_base_init), (gst_newmedia_class_init),
20669 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20670 (test_format), (newfile_signal), (test_signal), (main):
20671 * testsuite/multifilesink/oggvorbis_test.c:
20672 (gst_newmedia_base_init), (gst_newmedia_class_init),
20673 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20674 (test_format), (newfile_signal), (test_signal), (main):
20675 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20676 (gst_newmedia_class_init), (gst_newmedia_init),
20677 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20678 (newfile_signal), (test_signal), (main):
20681 2004-09-20 Christian Schaller <christian@fluendo.com>
20683 * Fix mikmod license to LGPL as they have relicensed
20684 * Move Dirac and Effectv into LGPL section of README_license
20686 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20688 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20689 (gst_mad_change_state):
20690 Allow for mp3 rate/channels changes. However, only very
20691 conservatively. Reason that we *have* to enable this is smiply
20692 because the mad find_sync() function is not good enough, it will
20693 regularly sync on random data as valid frames and therefore make
20694 us provide random caps as *final* caps of the stream. The best fix
20695 I could think of is to simply require several of the same stream
20696 changes in a row before we change caps.
20697 The actual testcase that works now is #
20698 * ext/ogg/Makefile.am:
20699 * ext/ogg/gstogg.c: (plugin_init):
20700 * ext/ogg/gstogmparse.c:
20701 OGM support (video only for now; I need an audio sample file).
20702 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20703 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20704 (gst_asf_demux_add_video_stream):
20706 * gst/playback/gstplaybasebin.c: (unknown_type):
20707 Don't error out on single unknown-types after all. It's wrong.
20708 If we found type of video and audio but not of a subtitle stream,
20709 it will still error out (which is unwanted). Will find a better fix
20711 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20712 (ogmaudio_type_find), (plugin_init):
20715 2004-09-20 Johan Dahlin <johan@gnome.org>
20717 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20718 after setting caps.
20720 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20722 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20723 * gst/wavenc/gstwavenc.h:
20724 Added newmedia support to wavenc
20726 2004-09-17 Wim Taymans <wim@fluendo.com>
20728 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20729 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20730 (gst_fdset_fd_can_write), (gst_fdset_wait):
20731 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20732 (gst_multifdsink_init), (gst_multifdsink_add),
20733 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20734 (gst_multifdsink_remove_client_link),
20735 (gst_multifdsink_client_queue_buffer),
20736 (gst_multifdsink_handle_client_write),
20737 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20738 (gst_multifdsink_close), (gst_multifdsink_change_state):
20739 * gst/tcp/gstmultifdsink.h:
20740 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20741 (gst_tcpserversink_removed):
20742 Small cleanups in fdset.c
20743 Use a hastable to map fd to the client structure for faster
20744 lookup in _remove and get_stats.
20745 Added virtual function to close the fds.
20746 Handle clients even when the select/poll call was unblocked because
20748 Implement syncing to keyframe in the recovery procedure.
20750 2004-09-16 Iain <iaingnome@gmail.com>
20752 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20755 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20757 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20758 Caps are only set if the type of the stream is unknown, but this
20759 is initialized in ->init_stream(), so set to UNKNOWN after calling
20760 ->init_stream() so that capsnego starts.
20762 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20764 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20765 (gst_avi_demux_stream_data):
20766 Just hardcode for raw audio then. AVI audio sucks.
20768 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
20770 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20771 * gst/matroska/matroska-mux.c: (audiosink_templ),
20772 (gst_matroska_mux_audio_pad_link):
20773 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20774 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20776 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20778 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20779 (gst_avi_demux_stream_data):
20780 Try to fix a/v sync issues.
20782 2004-09-15 David Schleef <ds@schleef.org>
20784 * configure.ac: remove NASM check, since we don't use it. Update
20786 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20787 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20788 Initialized variables.
20789 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20790 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20791 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20794 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20796 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20797 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20798 * gst/avi/gstavidemux.h:
20799 Fix for compressed audio (mp3) timestamp generation. How did this
20802 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20804 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20805 Volume is a double not a float.
20807 2004-09-15 Wim Taymans <wim@fluendo.com>
20809 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20810 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20811 Don't close the fd in multifdsink as we didn't open it in the
20812 first place. Some cleanups.
20814 2004-09-15 Wim Taymans <wim@fluendo.com>
20816 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20817 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20818 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20819 Fix the case where the muxer would mark pages as delta
20820 frames when they are not (vorbis only ogg).
20822 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20824 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20825 (gst_play_base_bin_change_state):
20826 Handle the case where we failed to setup a clear pipeline. This
20827 will throw an error (or EOS, another nice case) and if you don't
20828 catch that, the app will wait for the signal forever (and thus
20831 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20833 * ext/gnomevfs/gstgnomevfssink.c:
20834 (gst_gnomevfssink_uri_get_protocols):
20835 * ext/gnomevfs/gstgnomevfssrc.c:
20836 (gst_gnomevfssrc_uri_get_protocols):
20837 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20838 * ext/gnomevfs/gstgnomevfsuri.h:
20839 Use _uri_new() instead of _open(), so it doesn't take as long and
20840 Christophe's computer won't hang.
20841 * gst/playback/gstplaybasebin.c: (unknown_type):
20842 Throw error on unknown media type, so apps actually display it.
20844 2004-09-14 Brian Cameron <brian.cameron@sun.com
20846 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
20847 this script to work on Solaris since bash shell handles echo
20848 differenly than bash.
20850 2004-09-17 Wim Taymans <wim@fluendo.com>
20852 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20853 (setup_source), (gst_play_base_bin_set_property),
20854 (gst_play_base_bin_add_element):
20855 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20856 Some more work on making sure seeking pauses the pipeline and
20857 that changing the uri actually does something.
20859 2004-09-17 Wim Taymans <wim@fluendo.com>
20861 * gst/tcp/gstfdset.c: (gst_fdset_wait):
20862 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20863 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20864 (gst_tcpserversink_close):
20865 Be a bit more paranoid when freeing memory.
20867 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20869 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20870 (qtdemux_parse_trak):
20871 Don't crash by dividing by zero (see sample movie in #126922).
20873 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20875 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20876 Don't touch non-existing data (fixes crash on file in #140147).
20878 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20880 * gst/playback/gstplaybasebin.c:
20881 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20882 Handle double disposals, and proper change of URIs.
20884 2004-09-13 Martin Eikermann <meiker@upb.de>
20886 * gst/mpegstream/gstmpegparse.c:
20887 fix synchronistation for streams recorded from digital PCR
20890 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20892 * ext/gnomevfs/Makefile.am:
20893 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20894 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20895 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20896 (gst_gnomevfssink_uri_get_type),
20897 (gst_gnomevfssink_uri_get_protocols),
20898 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20899 (gst_gnomevfssink_uri_handler_init),
20900 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20901 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20902 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20903 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20904 (gst_gnomevfssrc_uri_get_type),
20905 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20906 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20907 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20908 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20909 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20910 * ext/gnomevfs/gstgnomevfsuri.h:
20911 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20912 of fake URIs to see which this version of Gnome-VFS likes, and
20913 uses that for the Gst-URI interface. Makes playbin support http://
20914 streams. Also fix up some stupid behaviour in gnomevfssrc.
20916 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20918 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20919 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20920 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20921 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20922 Update mixer (to sync with other sessions) if we try to obtain
20923 a new value. This makes alsamixer work accross applications.
20924 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20925 Only call sync functions if we're running, else alsalib asserts.
20926 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20927 Sometimes fails to compile. Possibly a gcc bug.
20928 * gst/playback/gstplaybin.c: (gen_video_element),
20929 (gen_audio_element):
20930 Add a reference to an application-provided object, because we lose
20931 this same reference if we add it to the bin. If we don't do this,
20932 we can only use this object once and thus crash if we go from
20933 ready to playing, back to ready and back to playing again.
20934 Also add an audioscale element because several cheap soundcards -
20935 like mine - don't support all samplerates.
20936 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20937 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20938 Fix wrong order or PAR calls. Makes automatically obtained PAR
20939 from the X server atually being used.
20941 2004-09-12 David Schleef <ds@schleef.org>
20943 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20944 #151887, #152102, #152247.
20945 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20946 * examples/seeking/cdparanoia.c: same
20947 * examples/seeking/cdplayer.c: same
20948 * examples/seeking/seek.c: same
20949 * examples/seeking/spider_seek.c: same
20950 * examples/seeking/vorbisfile.c: same
20951 * examples/stats/mp2ogg.c: same
20952 * ext/esd/esdsink.c: (gst_esdsink_class_init),
20953 (gst_esdsink_dispose): Dispose of element properly.
20954 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20956 * ext/nas/nassink.c: (gst_nassink_class_init),
20957 (gst_nassink_dispose): Dispose of element correctly.
20958 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20959 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20960 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20961 Fix 64-bit warning.
20962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20963 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20964 Fix 64-bit warning.
20966 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20968 * configure.ac : change speex detection as 1.1.6 now uses
20969 .pc/pkg-config and they changed their headers location.
20971 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
20973 * gst/matroska/matroska-mux.h:
20974 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20975 (gst_matroska_mux_start), (gst_matroska_mux_finish),
20976 (gst_matroska_mux_write_data):
20977 Write multiple blocks/frames per cluster.
20978 Write meta-seek information (seek heads).
20980 2004-09-09 Scott Wheeler <wheeler@kde.org>
20982 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20983 (gst_play_bin_set_property), (gst_play_bin_get_property),
20984 (gen_audio_element), (gen_audio_element):
20985 Add a volume element / property to the pipeline.
20987 2004-09-07 Wim Taymans <wim@fluendo.com>
20989 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20990 Copy timestamps from the master pad to the output buffers.
20992 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
20994 * ext/raw1394/gstdv1394src.c:
20995 throw errors when applicable
20997 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
20999 * gst/matroska/ebml-ids.h:
21000 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21001 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21002 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21003 automatically convert unix time <-> ebml time when reading/writing
21004 a date, use gst_ebml_write_uint to write CUETIME,
21005 not gst_ebml_write_date.
21006 * gst/matroska/matroska-ids.h:
21007 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21008 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21009 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21010 (gst_matroska_mux_write_data):
21011 Write track and segment UIDs, write muxing date, write
21012 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21013 Create cues for audio only files.
21015 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21017 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21018 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21019 Re-commit ALSA switches.
21020 * gst/adder/gstadder.c: (gst_adder_loop):
21021 64-bit fix (#151416).
21022 * gst/debug/progressreport.c: (gst_progressreport_report):
21023 64-bit fix (#151419).
21024 * gst/matroska/matroska-demux.c:
21025 (gst_matroska_demux_parse_contents):
21026 64-bit fix (#151420).
21027 * gst/playback/test3.c: (update_scale):
21028 64-bit fix (#151421).
21030 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21035 === release 0.8.4 ===
21037 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21039 * configure.ac: releasing 0.8.4, "Alias"
21041 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21043 * ext/theora/Makefile.am:
21044 fix makefile. Fixes #151462.
21046 2004-08-30 Wim Taymans <wim@fluendo.com>
21048 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21049 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21050 (gst_multifdsink_remove_client_link),
21051 (gst_multifdsink_client_queue_buffer),
21052 (gst_multifdsink_handle_client_write):
21053 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21054 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21055 Fix some memory leaks.
21057 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21059 Patch by: David Schleef
21063 rename our detection macro for V4L2. Fixes #151236.
21065 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21067 Patch by: David Schleef
21070 check to define LAMEPRESET. Fixes #151232.
21072 2004-08-27 David Schleef <ds@schleef.org>
21074 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21075 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21076 (gst_glimagesink_fixate): Move local variable declarations to
21077 make gcc-2.95 happy.
21079 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21082 bump nano for prerelease
21084 2004-08-27 David Schleef <ds@schleef.org>
21086 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21087 * sys/sunaudio/gstsunaudiosrc.c:
21088 * sys/sunaudio/gstsunaudiosrc.h:
21090 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21092 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21093 handle EOS correctly
21094 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21095 * gst/matroska/matroska-mux.h:
21096 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21097 VFW compatibility mode
21099 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21101 patch by: Zaheer Abbas Merali
21103 * ext/ogg/gstoggmux.c:
21104 * ext/vorbis/vorbisenc.c:
21105 * ext/vorbis/vorbisenc.h:
21108 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21110 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21111 fix byte order reversion on little endian machines.
21112 * gst/matroska/matroska-mux.c: (audiosink_templ),
21113 (gst_matroska_mux_audio_pad_link):
21114 add TTA codec to the list of supported codecs.
21115 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21116 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21117 (gst_matroska_mux_write_data):
21118 * gst/matroska/matroska-mux.h:
21119 write segment duration correctly, write muxing app string, fixes bugs
21120 #140897 and #140898.
21121 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21122 wait for all pads to be negotiated before starting to mux.
21124 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21126 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21127 * ext/lame/gstlame.h:
21128 Added new media support to lame
21130 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21132 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21133 send vorbis headers at the beginning of a stream, fixes bug #141554.
21134 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21136 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21137 (gst_matroska_demux_plugin_init):
21138 * gst/matroska/matroska-ids.h:
21139 enable demuxing of TTA audio streams, fixes bug #148951.
21140 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21141 enable typefinding for TTA audio files, fixes bug #148711.
21142 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21143 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21144 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21146 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21148 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21149 (gst_riff_read_element_data), (gst_riff_read_seek),
21150 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21151 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21154 2004-08-23 Iain <iaingnome@gmail.com>
21156 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21157 tags. They appear to be handled differently to normal.
21158 (tag_list_to_id3_tag_foreach): Ditto.
21160 2004-08-22 Wim Taymans <wim@fluendo.com>
21162 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21163 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21164 Make sure we never send -1 granulepos.
21166 2004-08-20 Wim Taymans <wim@fluendo.com>
21168 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21169 (gst_ogg_mux_loop):
21170 I will accept bitchslappings with non sharp objects.
21172 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21175 Clean up the test for lame presets
21177 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21180 * ext/lame/Makefile.am:
21181 * ext/lame/gstlame.c: (gst_lame_class_init),
21182 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21183 Only enable lame presets if version of lame has presets in API
21185 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21186 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21187 * gst/udp/gstudpsrc.h:
21188 Don't call gst_pad_push in a get function. Fixes #150449
21190 2004-08-18 Wim Taymans <wim@fluendo.com>
21192 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21193 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21194 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21195 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21196 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21198 * gst/tcp/gstfdset.h:
21199 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21200 (gst_multifdsink_client_queue_buffer),
21201 (gst_multifdsink_handle_client_write):
21202 * gst/tcp/gstmultifdsink.h:
21203 Some extra checks in gstfdset.
21204 Only use send() when the fd is a socket. Don't try to
21205 read from write only fds.
21207 2004-08-18 Wim Taymans <wim@fluendo.com>
21209 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21210 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21211 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21212 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21214 Add more locking and bounds checking.
21216 2004-08-18 Wim Taymans <wim@fluendo.com>
21218 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21219 Realloc test fdset in the lock and right before starting
21220 the poll call. Bump the limit to 4096.
21222 2004-08-17 David Schleef <ds@schleef.org>
21224 * sys/sunaudio/Makefile.am:
21225 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21226 of rates and channels. Make debugging less obnoxious.
21228 Patch from Balamurali Viswanathan implementing a mixer for
21229 Sun audio. (bug #144091):
21230 * sys/sunaudio/gstsunelement.c:
21231 * sys/sunaudio/gstsunelement.h:
21232 * sys/sunaudio/gstsunmixer.c:
21233 * sys/sunaudio/gstsunmixer.h:
21235 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21237 * gst/audioscale/gstaudioscale.c:
21238 * gst/audioscale/gstaudioscale.h:
21239 made audioscale resample from any sample rate to any sample rate
21241 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21243 * ext/libpng/gstpngdec.c:
21244 error out on unsupported types
21246 2004-08-17 Iain <iaingnome@gmail.com>
21248 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21249 mid_side and loose_mid_side properties if its a stereo stream.
21251 2004-08-17 Wim Taymans <wim@fluendo.com>
21253 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21254 (theora_get_formats), (theora_dec_src_convert),
21255 (theora_dec_sink_convert), (theora_dec_src_query),
21256 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21259 2004-08-17 Wim Taymans <wim@fluendo.com>
21261 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21262 (gst_ogg_pad_push):
21263 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21264 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21265 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21266 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21267 Mark delta units in the muxer.
21268 Try to decode the packet after an out-of-sync error from
21271 2004-08-17 Wim Taymans <wim@fluendo.com>
21273 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21274 (gst_multifdsink_init), (gst_multifdsink_add),
21275 (gst_multifdsink_client_queue_buffer),
21276 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21277 * gst/tcp/gstmultifdsink.h:
21278 Added option to send a keyframe to clients as the first buffer.
21279 Make timeout property writable.
21281 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21283 patch by: Wim Taymans
21285 * gst/tcp/gstfdset.c:
21286 * gst/tcp/gstmultifdsink.c:
21287 fix index comparison, should include 0
21289 2004-08-16 Wim Taymans <wim@fluendo.com>
21291 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21292 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21293 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21294 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21296 copy when reallocing for poll so the select arguments don't get
21297 changed during the call
21299 2004-08-16 Wim Taymans <wim@fluendo.com>
21301 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21302 (gst_theora_enc_class_init), (theora_enc_sink_link),
21303 (theora_buffer_from_packet), (theora_enc_chain):
21304 Fix bug where buffers were not marked as keyframes
21307 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21309 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21310 (gst_lame_preset_get_type), (gst_lame_class_init):
21311 describe the enum values for vbr mode and presets more verbosely
21313 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21315 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21316 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21317 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21318 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21319 * ext/lame/gstlame.h:
21320 add preset property to lame so it can use lame presets
21322 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21324 * ext/lame/gstlame.c: (gst_lame_get_property):
21325 whoops forgot break, thanks teuf
21327 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21329 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21330 (gst_lame_class_init), (gst_lame_src_getcaps),
21331 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21332 (gst_lame_get_property), (gst_lame_setup):
21333 * ext/lame/gstlame.h:
21334 fix lame's broken vbr stuff, allow it to resample if need be, and also
21335 make xing header optional
21337 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21339 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21340 added getcaps function so samplerate doesnt get fixated to silly values
21342 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21344 * ext/lame/gstlame.c: (gst_lame_src_link):
21345 revert previous fix
21347 2004-08-12 Johan Dahlin <johan@gnome.org>
21349 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21350 checks. Doesn't matter what state we are in. Interfaces are a
21351 compile time thing, not runtime. It also broke the python bindings.
21353 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21355 * ext/lame/gstlame.c: (gst_lame_src_link):
21356 made source pad link function check if sinkpad is ok..fixes the problem
21357 where core fixates the output rate of lame stupidly
21359 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21361 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21362 * sys/v4l/v4l_calls.c:
21363 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21364 fix fixate function to handle nonsimple caps.
21365 remove bogus check in _link
21368 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21370 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21371 set default compression ratio parameter to 0.0 so bitrate parameter
21374 2004-08-11 David Schleef <ds@schleef.org>
21376 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21378 2004-08-11 David Schleef <ds@schleef.org>
21380 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21383 2004-08-11 David Schleef <ds@schleef.org>
21385 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21387 2004-08-11 David Schleef <ds@schleef.org>
21389 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21391 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21392 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21394 * gst/auparse/gstauparse.c: Fix plugin license field.
21395 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21396 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21397 * gst/rtp/gstrtp.c: Fix plugin license field.
21399 2004-08-11 Wim Taymans <wim@fluendo.com>
21401 * gst/tcp/Makefile.am:
21402 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21403 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21404 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21405 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21406 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21407 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21408 (gst_fdset_fd_can_write), (gst_fdset_wait):
21409 * gst/tcp/gstfdset.h:
21410 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21411 (gst_multifdsink_class_init), (gst_multifdsink_init),
21412 (gst_multifdsink_add), (gst_multifdsink_remove),
21413 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21414 (gst_multifdsink_remove_client_link),
21415 (gst_multifdsink_handle_client_read),
21416 (gst_multifdsink_client_queue_data),
21417 (gst_multifdsink_client_queue_caps),
21418 (gst_multifdsink_client_queue_buffer),
21419 (gst_multifdsink_handle_client_write),
21420 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21421 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21422 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21423 (gst_multifdsink_close):
21424 * gst/tcp/gstmultifdsink.h:
21425 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21426 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21427 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21428 (gst_tcpserversink_close):
21429 * gst/tcp/gsttcpserversink.h:
21430 Abstracted away the select call, implemented poll (yes we ran into
21431 the 1024 limit in production).
21433 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21435 * gst/tcp/gsttcp.c:
21436 * gst/tcp/gsttcpplugin.c:
21437 improve debuggging, remove assert
21439 2004-08-10 Wim Taymans <wim@fluendo.com>
21441 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21442 (gst_client_status_get_type), (gst_multifdsink_class_init),
21443 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21444 (gst_multifdsink_handle_client_read),
21445 (gst_multifdsink_handle_client_write),
21446 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21447 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21448 (gst_multifdsink_get_property):
21449 * gst/tcp/gstmultifdsink.h:
21450 * gst/tcp/gsttcp-marshal.list:
21451 Starting to prepare for specifying buffer time in other units
21452 than buffers. Expose remove reason in signal.
21454 2004-08-10 Wim Taymans <wim@fluendo.com>
21456 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21457 (gst_multifdsink_remove), (gst_multifdsink_clear),
21458 (gst_multifdsink_remove_client_link),
21459 (gst_multifdsink_handle_client_read),
21460 (gst_multifdsink_client_queue_data),
21461 (gst_multifdsink_client_queue_buffer),
21462 (gst_multifdsink_handle_client_write),
21463 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21464 (gst_multifdsink_chain), (gst_multifdsink_close):
21465 * gst/tcp/gstmultifdsink.h:
21466 Added more debugging info. Changed the way clients are
21467 removed from the lists. Fixed a bug where a bad file descriptor
21468 could cause many clients to be removed.
21470 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21472 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21473 allow all pixel-aspect-ratios, not just 1:1
21475 2004-08-09 David Schleef <ds@schleef.org>
21477 * sys/glsink/ARB_multitexture.h: Remove old files.
21478 * sys/glsink/EXT_paletted_texture.h:
21479 * sys/glsink/NV_register_combiners.h:
21480 * sys/glsink/gstgl_nvimage.c:
21481 * sys/glsink/gstgl_pdrimage.c:
21482 * sys/glsink/gstgl_rgbimage.c:
21483 * sys/glsink/gstglsink.c:
21484 * sys/glsink/gstglsink.h:
21485 * sys/glsink/gstglxwindow.c:
21486 * sys/glsink/regcomb_yuvrgb.c:
21488 2004-08-09 David Schleef <ds@schleef.org>
21490 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21491 GL sink plugin. (Bug #147302)
21493 * configure.ac: Test for OpenGL
21494 * sys/Makefile.am: Use test for OpenGL
21495 * sys/glsink/Makefile.am:
21496 * sys/glsink/glimagesink.c: rewrite
21497 * sys/glsink/glimagesink.h: rewrite
21499 2004-08-09 David Schleef <ds@schleef.org>
21501 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21503 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21504 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21505 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21507 2004-08-09 Wim Taymans <wim@fluendo.com>
21509 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21510 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21511 (gst_multifdsink_client_remove),
21512 (gst_multifdsink_handle_client_read),
21513 (gst_multifdsink_handle_client_write),
21514 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21515 Do a bit more logging, make the client_read code more robust.
21517 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21519 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21520 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21521 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21522 (gst_jpegdec_init), (gst_jpegdec_chain):
21523 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21524 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21525 cleanups, debugging fixes and memleak plugging
21527 2004-08-09 Wim Taymans <wim@fluendo.com>
21529 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21530 (theora_get_formats), (theora_dec_src_convert),
21531 (theora_dec_sink_convert), (theora_dec_src_query),
21532 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21533 (theora_dec_change_state):
21534 Don't crash on missing header packets.
21536 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21540 Added Albanian translation (Laurent Dhima)
21544 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21546 * ext/lame/gstlame.c:
21549 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21551 * sys/ximage/ximagesink.c:
21552 * sys/xvimage/xvimagesink.c:
21553 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21555 2004-08-06 Wim Taymans <wim@fluendo.com>
21557 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21558 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21559 (gst_multifdsink_client_remove),
21560 (gst_multifdsink_handle_client_read),
21561 (gst_multifdsink_handle_client_write),
21562 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21563 Make sure we don't try to read more from a client that what
21564 ioctl says us or we deadlock.
21566 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21568 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21569 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21570 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21571 decouple running_time and n_frames so it can handle changing
21572 framerate while running
21574 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21578 updated translations
21580 2004-08-04 Benjamin Otte <otte@gnome.org>
21582 * gst/videotestsrc/gstvideotestsrc.c:
21583 (gst_videotestsrc_get_capslist), (generate_capslist),
21585 generate the list of supported caps at startup and reuse it instead
21586 of always generating it
21588 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21590 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21591 whoops, last checkin broke normal build
21593 2004-08-03 Benjamin Otte <otte@gnome.org>
21595 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21596 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21597 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21598 (gst_alsa_mixer_get_option):
21599 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21600 (dvdnavsrc_print_event):
21601 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21602 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21603 (gst_ogg_mux_pad_unlink):
21604 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21605 (gst_multipart_mux_pad_unlink):
21606 * gst/videofilter/gstvideobalance.c:
21607 (gst_videobalance_colorbalance_set_value):
21608 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21609 (gst_videomixer_pad_unlink):
21611 * sys/oss/gstossmixer.c:
21612 * sys/v4l/gstv4lcolorbalance.c:
21613 * sys/v4l/gstv4ltuner.c:
21614 * sys/v4l/v4lsrc_calls.c:
21615 * sys/v4l2/gstv4l2colorbalance.c:
21616 * sys/v4l2/gstv4l2tuner.c:
21617 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21619 2004-08-03 Benjamin Otte <otte@gnome.org>
21621 * examples/dynparams/filter.c: (ui_control_create):
21622 * examples/gstplay/player.c: (print_tag):
21623 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21624 * ext/gdk_pixbuf/gstgdkanimation.c:
21625 (gst_gdk_animation_iter_may_advance):
21626 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21627 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21628 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21629 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21630 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21631 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21632 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21633 * gst/sine/demo-dparams.c: (main):
21634 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21635 * testsuite/alsa/formats.c: (create_pipeline):
21636 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21637 fixes for G_DISABLE_ASSERT and friends
21638 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21639 (mp3_type_frame_length_from_header), (mp3_type_find),
21641 require mp3 typefinding to have at least MIN_HEADERS valid headers
21642 add typefinding for AAC adts files
21644 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
21646 * sys/ximage/ximagesink.c:
21647 (gst_ximagesink_calculate_pixel_aspect_ratio):
21648 * sys/xvimage/xvimagesink.c:
21649 (gst_xvimagesink_calculate_pixel_aspect_ratio):
21650 Make sure we calculate pixel-aspect-ratio using floating point maths
21652 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21655 updated translation
21657 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21659 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21661 add debugging for display PAR calculation
21663 2004-08-02 David Schleef <ds@schleef.org>
21665 * configure.ac: Fix mikmod CFLAGS.
21667 2004-07-27 Benjamin Otte <otte@gnome.org>
21669 * gst/audioscale/gstaudioscale.c:
21670 - fix templates to only support S16, it's the only format that works
21671 - make caps nego code use try_set_caps_nonfixed and fixation instead
21672 of try_set_caps twice, which is not nice for autopluggers
21673 - change rank to secondary, so autopluggers can pick it up after
21676 2004-08-02 Iain <iain@prettypeople.org>
21678 * gst/interleave/interleave.c (interleave_init),
21679 (interleave_request_new_pad),
21680 (interleave_pad_removed),
21681 (interleave_buffered_loop): Use the real pad count, not the artificial
21684 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21686 * configure.ac: bump nano back to development
21688 === release 0.8.3 ===
21690 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21692 * configure.ac: releasing 0.8.3, "Water"
21694 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21696 * sys/xvimage/xvimagesink.c:
21697 (gst_xvimagesink_calculate_pixel_aspect_ratio),
21698 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21699 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21700 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21701 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21702 * sys/xvimage/xvimagesink.h:
21703 apply similar PAR fixes as to ximagesink
21705 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21707 patch from: Benjamin Otte
21709 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21710 add link function to lame. Fixes #148986.
21712 2004-08-02 Johan Dahlin <johan@gnome.org>
21714 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21717 2004-07-30 David Schleef <ds@schleef.org>
21719 * gst/videomixer/Makefile.am: Fix things that should have been
21720 fixed in the last checkin.
21722 2004-07-30 David Schleef <ds@schleef.org>
21724 * gst/multipart/Makefile.am: Fix things that should have been
21725 fixed in the last checkin.
21727 2004-07-30 David Schleef <ds@schleef.org>
21729 * testsuite/multifilesink/Makefile.am: Fix unused variable.
21731 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
21734 bump nano for prerelease
21746 2004-07-30 Wim Taymans <wim@fluendo.com>
21748 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21749 (gst_multifdsink_add), (gst_multifdsink_remove),
21750 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21751 (gst_multifdsink_client_remove),
21752 (gst_multifdsink_handle_client_write),
21753 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21754 * gst/tcp/gstmultifdsink.h:
21755 Recover from a select with a bad file descriptor by removing
21758 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
21761 fix requirement of core
21762 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21763 (gst_play_pipeline_setup):
21764 don't use colorspace element. do use hermescolorspace element.
21765 make macro to get a colorspace element.
21766 mark strings for translation.
21778 update translations
21780 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21782 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21783 fix default for newmedia flag
21785 2004-07-30 Wim Taymans <wim@fluendo.com>
21787 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21788 (gst_theora_dec_init), (theora_get_formats),
21789 (theora_dec_src_convert), (theora_dec_sink_convert),
21790 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21791 (theora_dec_chain), (theora_dec_set_property),
21792 (theora_dec_get_property):
21793 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21794 (gst_theora_enc_class_init), (gst_theora_enc_init),
21795 (theora_enc_sink_link), (theora_enc_chain),
21796 (theora_enc_set_property), (theora_enc_get_property):
21797 Added cropping option to theora decoder.
21798 Added border option to theora encoder.
21800 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21802 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21803 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21804 (gst_pngenc_set_property):
21805 * ext/libpng/gstpngenc.h:
21806 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
21808 2004-07-30 Wim Taymans <wim@fluendo.com>
21810 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21811 (theora_enc_sink_link), (theora_enc_chain),
21812 (theora_enc_set_property), (theora_enc_get_property):
21813 Fix encoding of non-multiple-of-16 video.
21815 2004-07-29 David Schleef <ds@schleef.org>
21817 * configure.ac: make test for audiofile more strict
21819 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
21821 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21822 give different names to typefind functions
21824 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
21826 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21827 (gst_ximagesink_calculate_pixel_aspect_ratio),
21828 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21829 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21830 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21831 (gst_ximagesink_get_property), (gst_ximagesink_init):
21832 * sys/ximage/ximagesink.h:
21833 allocate PAR's dynamically.
21834 use autodetected PAR if no object-set PAR is given.
21835 add workaround for directfb's X not setting physical size.
21836 fix to xvimagesink will follow tomorrow.
21838 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21840 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21841 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21842 (gst_shout2send_get_type), (gst_shout2send_set_clock),
21843 (gst_shout2send_class_init), (gst_shout2send_init),
21844 (set_shout_metadata), (gst_shout2send_set_metadata),
21845 (gst_shout2send_chain), (gst_shout2send_set_property),
21846 (gst_shout2send_get_property), (gst_shout2send_connect),
21847 (gst_shout2send_change_state):
21848 * ext/shout2/gstshout2.h:
21849 - fix for sending mp3 audio to icecast2 server, if pad link function not
21850 called before PAUSED state
21851 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21852 - added tagging support for mp3 audio broadcasted
21853 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21856 2004-07-28 Wim Taymans <wim@fluendo.com>
21858 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21859 (gst_ogg_demux_push):
21860 Return query failure when we don't know the length of
21861 an ogg stream insteda of returning TRUE with a bogus value.
21863 2004-07-28 Wim Taymans <wim@fluendo.com>
21865 * ext/theora/theoradec.c: (theora_get_formats),
21866 (theora_dec_src_convert), (theora_dec_sink_convert),
21867 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21868 (theora_dec_chain):
21869 Don't screw up the 1 Chroma for 1 luma sample situation when we
21870 have an odd offset/width by adding a black border in those cases.
21872 2004-07-28 Wim Taymans <wim@fluendo.com>
21874 * ext/theora/theoradec.c: (theora_get_formats),
21875 (theora_dec_src_convert), (theora_dec_sink_convert),
21876 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21877 (theora_dec_chain):
21878 * ext/theora/theoraenc.c: (theora_enc_sink_link):
21879 Added first attempt at cropping of the image as required by the
21880 theora spec. We need more properties in the caps (offset_x,
21881 offset_y,stride) to implement this correctly.
21883 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
21885 * ext/dvdnav/README:
21886 Update the README to use dvddemux
21887 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21888 Ensure getcaps returns a subset of the template caps
21889 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21890 (gst_mpeg2subt_init):
21891 Ensure getcaps returns a subset of the template caps
21892 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21893 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21894 (gst_dvd_demux_get_subpicture_stream),
21895 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21896 * gst/mpegstream/gstdvddemux.h:
21897 Set the explicit caps on the current_video pad before pushing
21899 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21900 (gst_mpeg_demux_get_audio_stream):
21901 Free caps used to gst_pad_set_explicit_caps, which takes a const
21904 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
21906 * configure.ac: update GStreamer requirement to 0.8.4 because of
21909 2004-07-28 Wim Taymans <wim@fluendo.com>
21911 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21912 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21913 Add the pad to the element after setting up the caps. This
21914 makes it a lot easier to autoplug.
21916 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
21918 * gst/median/gstmedian.c:
21919 * gst/mpeg2subt/gstmpeg2subt.c:
21920 * gst/mpegaudioparse/gstmpegaudioparse.c:
21921 * gst/mpegstream/gstdvddemux.c:
21922 * gst/mpegstream/gstmpegdemux.c:
21923 * gst/mpegstream/gstmpegpacketize.c:
21924 * gst/rtjpeg/gstrtjpeg.c:
21925 * gst/rtjpeg/gstrtjpegdec.c:
21926 * gst/rtjpeg/gstrtjpegenc.c:
21927 * gst/sine/gstsinesrc.c:
21928 * gst/smooth/gstsmooth.c:
21929 * gst/smpte/gstsmpte.c:
21930 * gst/smpte/gstsmpte.h:
21931 * gst/stereo/gststereo.c:
21932 * gst/videofilter/gstgamma.c:
21933 * gst/videofilter/gstvideobalance.c:
21934 * gst/videofilter/gstvideofilter.c:
21935 * gst/videofilter/gstvideoflip.c:
21936 * gst/videoscale/gstvideoscale.c:
21937 * gst/videoscale/videoscale.c:
21938 * gst/videotestsrc/gstvideotestsrc.c:
21939 * gst/videotestsrc/videotestsrc.c:
21940 * gst/wavenc/gstwavenc.c:
21941 * gst/wavparse/gstwavparse.c:
21942 fix local includes and 64 bits constants
21944 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
21947 * gst-libs/gst/*/*.vcproj:
21949 more working plugins
21951 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21953 * testsuite/alsa/Makefile.am:
21954 * testsuite/alsa/srcstate.c:
21955 add test for alsasrc changing state
21957 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21959 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21961 * gst/silence/gstsilence.h:
21962 fix silence generation for 16bit raw audio
21964 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
21966 * gst/matroska/matroska-demux.c:
21967 (gst_matroska_demux_parse_metadata),
21968 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21969 * gst/mpegaudio/common.c:
21970 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21971 (gst_videoscale_getcaps), (gst_videoscale_link),
21972 (gst_videoscale_src_fixate), (gst_videoscale_init),
21973 (gst_videoscale_finalize):
21974 * gst/videoscale/gstvideoscale.h:
21975 * gst/videotestsrc/gstvideotestsrc.c:
21976 (gst_videotestsrc_get_capslist):
21977 * gst/wavenc/gstwavenc.c:
21978 * sys/oss/gstossmixer.c: (fill_labels):
21979 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21980 (gst_ximagesink_handle_xevents),
21981 (gst_ximagesink_calculate_pixel_aspect_ratio),
21982 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21983 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21984 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21985 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21986 (gst_ximagesink_init), (gst_ximagesink_class_init):
21987 * sys/ximage/ximagesink.h:
21988 * sys/xvimage/xvimagesink.c:
21989 (gst_xvimagesink_calculate_pixel_aspect_ratio),
21990 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21991 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21992 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21993 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21994 * sys/xvimage/xvimagesink.h:
21995 first batch of pixel aspect ratio commits.
21997 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
21999 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22000 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22001 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22002 handle stride, needs work if we want to move stride handling
22003 upstream, but works correctly for our purposes.
22005 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22007 * gst/videoscale/README:
22008 add testing examples
22009 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22010 (gst_videoscale_chain):
22011 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22012 (gst_videoscale_get_size):
22013 add get_size function that handles stride like videotestsrc.
22014 fixes conversion for YUV formats for as much as I can test them.
22016 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22018 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22019 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22021 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22022 (gst_xvimagesink_xvimage_put):
22023 further cleanups, logging, error handling and synchronizing
22025 2004-07-27 Wim Taymans <wim@fluendo.com>
22027 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22028 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22029 (gst_videomixer_pad_set_property),
22030 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22031 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22032 (gst_videomixer_class_init), (gst_videomixer_init),
22033 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22034 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22035 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22036 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22037 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22038 (gst_videomixer_loop), (plugin_init):
22039 Be a nicer negotiation citizen and provide a getcaps function on
22040 the srcpad. This also fixes a crash when resizing.
22042 2004-07-27 Julien MOUTTE <julien@moutte.net>
22044 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22045 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22047 2004-07-27 Wim Taymans <wim@fluendo.com>
22049 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22050 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22051 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22052 (gst_pngenc_set_property):
22053 * ext/libpng/gstpngenc.h:
22054 Added snapshot property to pngenc.
22055 removed g_print from pngdec
22057 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22059 * gst/ac3parse/ac3parse.vcproj
22060 * gst/adder/adder.vcproj
22061 * gst/alpha/alpha.vcproj
22062 * gst/alpha/alphacolor.vcproj
22063 * gst/asfdemux/asf.vcproj
22064 * gst/audioconvert/audioconvert.vcproj
22065 * gst/audiorate/audiorate.vcproj
22066 * gst/audioscale/audioscale.vcproj
22067 * gst/auparse/auparse.vcproj
22068 * gst/avi/avi.vcproj
22069 * gst/cdxaparse/cdxaparse.vcproj
22070 * gst/chart/chart.vcproj
22071 * gst/colorspace/colorspace.vcproj
22072 * gst/cutter/cutter.vcproj
22073 * gst/debug/debug.vcproj
22074 * gst/debug/efence.vcproj
22075 * gst/debug/navigationtest.vcproj
22076 * gst/deinterlace/deinterlace.vcproj
22077 * gst/effectv/effectv.vcproj
22078 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22079 * gst/filter/filter.vcproj
22080 * gst/flx/flxdec.vcproj
22081 * gst/goom/goom.vcproj
22082 * gst/interleave/interleave.vcproj
22083 * gst/law/alaw.vcproj
22084 * gst/law/mulaw.vcproj
22085 * gst/matroska/matroska.vcproj
22086 * gst/median/median.vcproj
22087 * gst/mixmatrix/mixmatrix.vcproj
22088 * gst/mpeg1sys/mpeg1systemencode.vcproj
22089 * gst/mpeg1videoparse/mp1videoparse.vcproj
22090 * gst/mpeg2sub/mpeg2subt.vcproj
22091 * gst/mpegaudio/mpegaudio.vcproj
22092 * gst/mpegaudioparse/mpegaudioparse.vcproj
22093 * gst/mpegstream/mpegstream.vcproj
22094 * gst/multifilesink/multifilesink.vcproj
22095 * gst/multipart/multipart.vcproj
22096 * gst/oneton/oneton.vcproj
22097 * gst/overlay/overlay.vcproj
22098 * gst/passthrough/passthrough.vcproj
22099 * gst/qtdemux/qtdemux.vcproj
22100 * gst/realmedia/rmdemux.vcproj
22101 * gst/rtjpeg/rtjpeg.vcproj
22102 * gst/rtp/rtp.vcproj
22103 * gst/silence/silence.vcproj
22104 * gst/sine/sinesrc.vcproj
22105 * gst/smooth/smooth.vcproj
22106 * gst/smpte/smpte.vcproj
22107 * gst/spectrum/spectrum.vcproj
22108 * gst/speed/speed.vcproj
22109 * gst/stereo/stereo.vcproj
22110 * gst/switch/switch.vcproj
22111 * gst/tags/tagedit.vcproj
22112 * gst/tcp/tcp.vcproj
22113 * gst/typefind/typefindfunctions.vcproj
22114 * gst/udp/udp.vcproj
22115 * gst/videobox/videobox.vcproj
22116 * gst/videocrop/videocrop.vcproj
22117 * gst/videodrop/videodrop.vcproj
22118 * gst/videofilter/gamma.vcproj
22119 * gst/videofilter/videobalance.vcproj
22120 * gst/videofilter/videofilter.vcproj
22121 * gst/videofilter/videoflip.vcproj
22122 * gst/videoflip/videoflip.vcproj
22123 * gst/videomixer/videomixer.vcproj
22124 * gst/videorate/videorate.vcproj
22125 * gst/videoscale/videoscale.vcproj
22126 * gst/videotestsrc/videotestsrc.vcproj
22127 * gst/virtualdub/virtualdub.vcproj
22128 * gst/volenv/volenv.vcproj
22129 * gst/volume/volume.vcproj
22130 * gst/wavenc/wavenc.vcproj
22131 * gst/wavparse/wavparse.vcproj
22132 * gst/y4m/y4menc.vcproj
22133 * gst-libs/gst/audio/audio.vcproj
22134 * gst-libs/gst/audio/audiofilter.vcproj
22135 * gst-libs/gst/colorbalance/colorbalance.vcproj
22136 * gst-libs/gst/idct/idtc.vcproj
22137 * gst-libs/gst/media-info/media-info.vcproj
22138 * gst-libs/gst/mixer/mixer.vcproj
22139 * gst-libs/gst/navigation/navigation.vcproj
22140 * gst-libs/gst/play/play.vcproj
22141 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22142 * gst-libs/gst/resample/resample.vcproj
22143 * gst-libs/gst/riff/riff.vcproj
22144 * gst-libs/gst/tuner/tuner.vcproj
22145 * gst-libs/gst/video/video.vcproj
22146 * gst-libs/gst/xoverlay/xoverlay.vcproj
22147 avoid problems with math.h, fix release dependancy
22148 rename GStreamer-0.8.lib to libgstreamer.lib
22150 2004-07-27 Julien MOUTTE <julien@moutte.net>
22152 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22154 the atom is not available we have to unlock the mutex. Fixes #148023
22156 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22158 * gst-libs/gst/media-info/media-info.h:
22159 issue for a vararg macro with MSVC
22161 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22163 * gst/effectv/effectv.vcproj
22164 * gst-libs/gst/idct/idct.vcproj:
22165 * gst-libs/gst/media-info/media-info.vcproj:
22166 * gst-libs/gst/navigation/navigation.vcproj:
22167 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22168 * gst-libs/gst/video/video.vcproj:
22169 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22170 fixes for build problems
22172 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22174 * gst-libs/gst/audio/audio.def:
22175 * gst-libs/gst/audio/riff.def:
22176 add some definitions needed by plugins
22178 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22180 * gst/asfdemux/gstasfmux.c
22181 Fix some 64 bits constants to be glib friendly
22183 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22185 * gst/ac3parse/gstac3parse.c
22186 * gst/audioscale/gstaudioscale.c
22187 * gst/auparse/gstauparse.c
22188 * gst/colorspace/gstcolorspace.c
22189 * gst/colorspace/yuv2rgb.h
22190 local include fixes
22192 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22195 add more plugins to the build
22197 2004-07-26 Julien MOUTTE <julien@moutte.net>
22199 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22200 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22202 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22204 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22205 (gst_level_set_property), (gst_level_get_property),
22206 (gst_level_base_init), (gst_level_class_init):
22207 add debugging categories. cleanups.
22209 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22211 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22212 (gst_videoscale_planar411), (gst_videoscale_planar400),
22213 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22214 (gst_videoscale_scale_nearest_str1),
22215 (gst_videoscale_scale_nearest_str2),
22216 (gst_videoscale_scale_nearest_str4),
22217 (gst_videoscale_scale_nearest_16bit),
22218 (gst_videoscale_scale_nearest_24bit):
22219 fixed stride issues
22220 tested with 320x240 -> 321, 322, 324 x240
22221 tested with YV12, I420, YUY2, UYVY
22222 fixed packed422rev (don't think it could have worked before)
22223 by testing with UYVY
22225 2004-07-26 Benjamin Otte <otte@gnome.org>
22227 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22228 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22230 add debugging category, add error checks like checking return values
22231 of setup calls, make sure it still works after
22232 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22234 2004-07-26 Wim Taymans <wim@fluendo.com>
22236 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22237 (gst_mpeg_demux_get_audio_stream),
22238 (gst_mpeg_demux_process_private):
22239 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22240 Check for error codes from the negotiation functions. Make sure
22241 we really set the pad caps when a new pad is created.
22243 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22245 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22246 (gst_ffmpeg_caps_to_pix_fmt):
22247 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22248 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22249 (gst_ffmpegcolorspace_pad_link):
22250 don't make function do two things at the same time without reason.
22252 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22254 * gst/ac3parse/ac3parse.vcproj
22255 * gst/adder/adder.vcproj
22256 * gst/alpha/alpha.vcproj
22257 * gst/alpha/alphacolor.vcproj
22258 * gst/asfdemux/asf.vcproj
22259 * gst/audioconvert/audioconvert.vcproj
22260 * gst/audiorate/audiorate.vcproj
22261 * gst/audioscale/audioscale.vcproj
22262 * gst/auparse/auparse.vcproj
22263 * gst/avi/avi.vcproj
22264 * gst/cdxaparse/cdxaparse.vcproj
22265 * gst/chart/chart.vcproj
22266 * gst/colorspace/colorspace.vcproj
22267 * gst/cutter/cutter.vcproj
22268 * gst/debug/debug.vcproj
22269 * gst/debug/efence.vcproj
22270 * gst/debug/navigationtest.vcproj
22271 * gst/deinterlace/deinterlace.vcproj
22272 * gst/effectv/effectv.vcproj
22273 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22274 * gst/filter/filter.vcproj
22275 * gst/flx/flxdec.vcproj
22276 * gst/goom/goom.vcproj
22277 * gst/interleave/interleave.vcproj
22278 * gst/law/alaw.vcproj
22279 * gst/law/mulaw.vcproj
22280 * gst/matroska/matroska.vcproj
22281 * gst/median/median.vcproj
22282 * gst/mixmatrix/mixmatrix.vcproj
22283 * gst/mpeg1sys/mpeg1systemencode.vcproj
22284 * gst/mpeg1videoparse/mp1videoparse.vcproj
22285 * gst/mpeg2sub/mpeg2subt.vcproj
22286 * gst/mpegaudio/mpegaudio.vcproj
22287 * gst/mpegaudioparse/mpegaudioparse.vcproj
22288 * gst/mpegstream/mpegstream.vcproj
22289 * gst/multifilesink/multifilesink.vcproj
22290 * gst/multipart/multipart.vcproj
22291 * gst/oneton/oneton.vcproj
22292 * gst/overlay/overlay.vcproj
22293 * gst/passthrough/passthrough.vcproj
22294 * gst/qtdemux/qtdemux.vcproj
22295 * gst/realmedia/rmdemux.vcproj
22296 * gst/rtjpeg/rtjpeg.vcproj
22297 * gst/rtp/rtp.vcproj
22298 * gst/silence/silence.vcproj
22299 * gst/sine/sinesrc.vcproj
22300 * gst/smooth/smooth.vcproj
22301 * gst/smpte/smpte.vcproj
22302 * gst/spectrum/spectrum.vcproj
22303 * gst/speed/speed.vcproj
22304 * gst/stereo/stereo.vcproj
22305 * gst/switch/switch.vcproj
22306 * gst/tags/tagedit.vcproj
22307 * gst/tcp/tcp.vcproj
22308 * gst/typefind/typefindfunctions.vcproj
22309 * gst/udp/udp.vcproj
22310 * gst/videobox/videobox.vcproj
22311 * gst/videocrop/videocrop.vcproj
22312 * gst/videodrop/videodrop.vcproj
22313 * gst/videofilter/gamma.vcproj
22314 * gst/videofilter/videobalance.vcproj
22315 * gst/videofilter/videofilter.vcproj
22316 * gst/videofilter/videoflip.vcproj
22317 * gst/videoflip/videoflip.vcproj
22318 * gst/videomixer/videomixer.vcproj
22319 * gst/videorate/videorate.vcproj
22320 * gst/videoscale/videoscale.vcproj
22321 * gst/videotestsrc/videotestsrc.vcproj
22322 * gst/virtualdub/virtualdub.vcproj
22323 * gst/volenv/volenv.vcproj
22324 * gst/volume/volume.vcproj
22325 * gst/wavenc/wavenc.vcproj
22326 * gst/wavparse/wavparse.vcproj
22327 * gst/y4m/y4menc.vcproj
22328 more plugins supported under windows
22330 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22332 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22333 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22334 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22336 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22337 Add debugging statements. Use the sizes as returned by the
22338 *CreateImage calls.
22340 2004-07-26 Johan Dahlin <johan@gnome.org>
22342 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22343 the pad is negotiated.
22345 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22347 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22349 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22350 * gst-libs/gst/idct/idct.vcproj:
22351 * gst-libs/gst/media-info/media-info.vcproj:
22352 * gst-libs/gst/mixer/mixer.vcproj:
22353 * gst-libs/gst/navigation/navigation.vcproj:
22354 * gst-libs/gst/play/play.vcproj:
22355 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22356 * gst-libs/gst/resample/resample.vcproj:
22357 * gst-libs/gst/tuner/tuner.vcproj:
22358 * gst-libs/gst/video/video.vcproj:
22359 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22360 more plugins supported under windows
22362 2004-07-25 Iain <iain@prettypeople.org>
22364 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22365 pad now rather than when the pad is created because state changes wipe
22366 explicit caps (fixes #148043).
22368 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22370 reviewed by Benjamin Otte <otte@gnome.org>
22372 * ext/mad/gstmad.c:
22373 fix mad plugin crashing on Sun (fixes #148289)
22375 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22378 * gst/avi/avi.vcproj:
22379 * gst/matroska/matroska.def:
22380 * gst/matroska/matroska.vcproj:
22381 remove unused .def files
22383 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22385 * gst-libs/gst/audio/gstaudiofilter.c:
22386 Clean the local include
22388 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22391 * gst-libs/gst/audio/audio.def:
22392 * gst-libs/gst/audio/audio.vcproj:
22393 * gst-libs/gst/audio/audiofilter.vcproj:
22394 * gst-libs/gst/audio/riff.def:
22395 * gst-libs/gst/audio/riff.vcproj:
22396 * gst-libs/gst/gst-libs.def:
22397 * gst-libs/gst/gst-libs.vcproj:
22398 * gst/avi/avi.vcproj:
22399 * gst/avi/avi.vcproj:
22400 Copy the files where needed after building, cleaner projects
22402 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22404 * gst/matroska/ebml-write.c:
22405 Fix some 64 bits constants to be glib friendly
22407 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22410 * gst-libs/gst/gst-libs.def:
22411 * gst-libs/gst/gst-libs.vcproj:
22412 * gst/matroska/matroska.def:
22413 * gst/matroska/matroska.vcproj:
22414 Add the preliminary canvas to build plugins on Win32
22416 2004-07-23 Benjamin Otte <otte@gnome.org>
22418 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22419 don't enfore negotiation from source side, it breaks
22420 sinesrc ! audioconvert ! osssink
22422 2004-07-22 David Schleef <ds@schleef.org>
22424 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22425 for ELF files, since they can easily be recognized as audio/mpeg.
22428 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22430 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22431 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22432 (gst_videoscale_scale_nearest_24bit),
22433 (gst_videoscale_scale_nearest_16bit):
22434 fix 16bit and 24bit for stride (24bit might need testing)
22435 don't pretend we do more than one algorithm
22437 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22441 * gst/multifilesink/Makefile.am:
22442 * gst/multifilesink/gstmultifilesink.c:
22443 (gst_multifilesink_get_formats),
22444 (gst_multifilesink_get_query_types), (_do_init),
22445 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22446 (gst_multifilesink_init), (gst_multifilesink_dispose),
22447 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22448 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22449 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22450 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22451 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22452 (gst_multifilesink_uri_get_type),
22453 (gst_multifilesink_uri_get_protocols),
22454 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22455 (gst_multifilesink_uri_handler_init), (plugin_init):
22456 * gst/multifilesink/gstmultifilesink.h:
22457 * testsuite/Makefile.am:
22458 * testsuite/multifilesink/Makefile.am:
22459 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22460 (gst_newmedia_class_init), (gst_newmedia_init),
22461 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22462 (newfile_signal), (test_signal), (main):
22463 multifilesink plugin for creating new files every time a new media
22464 discontinuity event occurs
22466 2004-07-22 Wim Taymans <wim@fluendo.com>
22468 * gst/alpha/Makefile.am:
22469 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22470 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22471 (gst_alpha_color_init), (gst_alpha_color_set_property),
22472 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22473 (transform), (gst_alpha_color_chain),
22474 (gst_alpha_color_change_state), (plugin_init):
22475 Stupid plugin to to RGBA to AYUV conversion because none of
22476 the colorspace plugins can handle that yet.
22478 2004-07-22 Wim Taymans <wim@fluendo.com>
22480 * examples/seeking/seek.c: (update_scale), (main):
22481 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22482 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22483 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22484 (gst_decode_bin_init), (gst_decode_bin_dispose),
22485 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22486 (no_more_pads), (close_link), (type_found),
22487 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22489 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22490 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22491 (gst_play_base_bin_dispose), (queue_overrun),
22492 (gen_preroll_element), (remove_prerolls), (unknown_type),
22493 (no_more_pads), (new_stream), (setup_source),
22494 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22495 (play_base_eos), (gst_play_base_bin_change_state),
22496 (gst_play_base_bin_add_element),
22497 (gst_play_base_bin_remove_element),
22498 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22499 (gst_play_base_bin_unlink_stream),
22500 (gst_play_base_bin_get_streaminfo):
22501 * gst/playback/gstplaybin.c: (gen_video_element),
22502 (gen_audio_element):
22503 * gst/playback/gststreaminfo.h:
22504 More playback updates, attempt to fix things after the state change
22507 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22509 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22510 (gst_videoscale_scale_nearest_16bit):
22513 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22515 * gst/videotestsrc/gstvideotestsrc.c:
22516 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22517 (gst_videotestsrc_init), (gst_videotestsrc_get),
22518 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22519 (gst_videotestsrc_get_property):
22520 * gst/videotestsrc/gstvideotestsrc.h:
22521 * gst/videotestsrc/videotestsrc.c:
22522 * gst/videotestsrc/videotestsrc.h:
22523 cleanup and commenting
22525 2004-07-21 Wim Taymans <wim@fluendo.com>
22527 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22528 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22529 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22530 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22531 (_find_chain_get_unknown_part), (_find_streams_check),
22532 (gst_ogg_demux_push), (gst_ogg_pad_push):
22533 * ext/theora/theoradec.c: (theora_get_formats),
22534 (theora_dec_src_convert), (theora_dec_sink_convert),
22535 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22536 (theora_dec_chain):
22537 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22538 (vorbis_dec_convert), (vorbis_dec_src_query),
22539 (vorbis_dec_src_event), (vorbis_dec_event):
22540 More seeking fixes, oggdemux now supports seeking to time and
22541 uses the downstream element to convert granulepos to time.
22542 Seeking in theora-only ogg files now works.
22544 2004-07-21 Wim Taymans <wim@fluendo.com>
22546 * ext/theora/theoradec.c: (gst_theora_dec_init),
22547 (theora_get_formats), (theora_get_event_masks),
22548 (theora_get_query_types), (theora_dec_src_convert),
22549 (theora_dec_sink_convert), (theora_dec_src_query),
22550 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22551 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22552 (vorbis_get_event_masks), (vorbis_get_query_types),
22553 (gst_vorbis_dec_init), (vorbis_dec_convert),
22554 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22555 Added query/convert/formats functions to vorbis and theora decoders
22556 so that the outside world can use them too. Fixed seeking on an
22557 ogg/theora/vorbis file by disabling the seeking seeking on the
22560 2004-07-21 Julien MOUTTE <julien@moutte.net>
22562 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22563 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22564 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22565 images creation for both elements. We don't create the image on caps
22566 nego or renego, we just destroy the internal one if present if it does
22567 not match the needs. The chain function takes care of creating a new
22569 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22570 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22571 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22572 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22573 the image format information. The buffer pool checks for the context
22574 image format and discard images with different formats.
22575 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22577 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22579 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22580 (gst_ffmpegcolorspace_chain):
22581 no point in doing any chaining if the pad we want to push from
22584 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22586 * gst-libs/gst/riff/riff-media.c:
22587 (gst_riff_create_audio_caps_with_data):
22588 Fix double end-to-native symbol conversion (#148021).
22590 2004-07-20 David Schleef <ds@schleef.org>
22592 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22593 Don't use an Atom that doesn't exist.
22595 2004-07-20 Wim Taymans <wim@fluendo.com>
22597 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22598 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22599 (gst_multifdsink_client_remove),
22600 (gst_multifdsink_handle_client_write),
22601 (gst_multifdsink_queue_buffer):
22602 * gst/tcp/gstmultifdsink.h:
22603 More multifdsink stats. Avoid deadlock by releasing locks
22604 before sending out a signal.
22606 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
22610 added Hungarian translation (Laszlo Dvornik)
22612 2004-07-20 Wim Taymans <wim@fluendo.com>
22614 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22615 (gst_multifdsink_add), (gst_multifdsink_client_remove),
22616 (gst_multifdsink_handle_client_write),
22617 (gst_multifdsink_queue_buffer):
22618 * gst/tcp/gsttcp-marshal.list:
22619 Fixed the stupid marshal definition.
22621 2004-07-20 Wim Taymans <wim@fluendo.com>
22623 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22624 (gst_multifdsink_init), (gst_multifdsink_add),
22625 (gst_multifdsink_client_remove),
22626 (gst_multifdsink_handle_client_write),
22627 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22628 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22629 (gst_multifdsink_init_send):
22630 * gst/tcp/gstmultifdsink.h:
22631 Added more stats, added timeout for a client, fixed some typos
22632 and added some comments.
22634 2004-07-20 Wim Taymans <wim@fluendo.com>
22636 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22637 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22638 (gst_multifdsink_client_remove),
22639 (gst_multifdsink_handle_client_write):
22640 * gst/tcp/gstmultifdsink.h:
22641 * gst/tcp/gsttcp-marshal.list:
22642 Added get_stats method that returns a GValueArray of
22645 2004-07-19 Benjamin Otte <otte@gnome.org>
22647 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22648 make sure longname, description and author are valid UTF-8
22650 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
22652 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22653 (gst_ximagesink_set_property):
22654 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22655 (gst_xvimagesink_set_property):
22656 make sure SYNCHRONOUS is respected after getting the X context
22658 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22660 * gst/matroska/matroska-demux.c:
22661 (gst_matroska_demux_handle_src_event),
22662 (gst_matroska_demux_parse_blockgroup):
22663 * gst/matroska/matroska-ids.h:
22664 add BlockReference tag and ignore it to clear out log.
22665 ignore NAVIGATION events to clear out log.
22667 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22669 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22670 (gst_matroska_demux_add_stream):
22671 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22672 add debug categories
22674 2004-07-16 Wim Taymans <wim@fluendo.com>
22676 * ext/libpng/Makefile.am:
22677 * ext/libpng/gstpng.c: (plugin_init):
22678 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22679 (gst_pngdec_get_type), (gst_pngdec_base_init),
22680 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22681 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22682 * ext/libpng/gstpngdec.h:
22685 2004-07-16 Julien MOUTTE <julien@moutte.net>
22687 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22688 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22689 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22690 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22691 (gst_ximagesink_buffer_alloc):
22692 * sys/ximage/ximagesink.h:
22693 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22694 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22695 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22696 (gst_xvimagesink_buffer_alloc):
22697 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22698 again. Using internal data pointer of the x(v)image to store image's
22699 data to be coherent with the buffer alloc mechanism. Investigated the
22700 image destruction code to be sure that everything gets freed correctly.
22702 2004-07-16 Wim Taymans <wim@fluendo.com>
22704 * gst-libs/gst/riff/riff-read.c:
22705 (gst_riff_read_strf_vids_with_data),
22706 (gst_riff_read_strf_auds_with_data):
22707 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22708 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22709 Make sure we don't create 0 sized subbuffers in riff-read.
22710 Signal the no more pads signal after reading the avi header.
22712 2004-07-16 Wim Taymans <wim@fluendo.com>
22714 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22715 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22716 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22717 (gst_decode_bin_init), (gst_decode_bin_dispose),
22718 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22719 (no_more_pads), (close_link), (type_found),
22720 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22721 (gst_decode_bin_change_state), (plugin_init):
22722 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22723 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22724 (gst_play_base_bin_dispose), (queue_overrun),
22725 (gen_preroll_element), (remove_prerolls), (unknown_type),
22726 (no_more_pads), (new_stream), (setup_source),
22727 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22728 (play_base_eos), (gst_play_base_bin_change_state),
22729 (gst_play_base_bin_add_element),
22730 (gst_play_base_bin_remove_element),
22731 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22732 (gst_play_base_bin_unlink_stream),
22733 (gst_play_base_bin_get_streaminfo):
22734 * gst/playback/gstplaybasebin.h:
22735 Better error recovery. Added configurable preroll queue size. Faster
22736 detection of no-more-pads.
22738 2004-07-16 Wim Taymans <wim@fluendo.com>
22740 * gst-libs/gst/video/video.h:
22741 Added 32 bits RGBA. Not sure if we should use another mime-type
22742 for alpha rgb. Currently the presence of the alpha_mask property
22743 signals an alpha channel.
22745 2004-07-16 Wim Taymans <wim@fluendo.com>
22747 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22748 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22749 FPS seems to be 0.0 to MAX everywhere else.
22751 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
22753 * gst-libs/gst/riff/riff-media.c:
22754 (gst_riff_create_video_caps_with_data):
22755 mp42/mp43 (no caps) exist too.
22756 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22757 Set pixel_width/height; we've got them in-caps.
22758 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22759 * gst/wavparse/gstwavparse.c: (plugin_init):
22760 Both are valid primary.
22761 * sys/oss/gstossmixer.c:
22762 Remove i18n hack and enable translations.
22764 2004-07-15 Benjamin Otte <otte@gnome.org>
22766 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22767 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22768 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22770 2004-07-15 Benjamin Otte <otte@gnome.org>
22772 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22773 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22774 (gst_alsa_close_audio):
22775 disable some of the debugging code for now. Writing debugging to a
22776 buffer is broken in current alsalib releases.
22778 2004-07-12 Benjamin Otte <otte@gnome.org>
22780 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22783 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
22785 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22786 (theora_dec_src_query), (theora_dec_event):
22787 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22788 add debugging categories. Remove \n's.
22790 2004-07-13 Johan Dahlin <johan@gnome.org>
22792 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22793 (gst_play_bin_get_property): Impl.
22795 2004-07-13 Wim Taymans <wim@fluendo.com>
22797 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22798 When trying to find the stream length, seek back N pages
22799 instead of just one, where N is the number of streams in
22802 2004-07-13 Wim Taymans <wim@fluendo.com>
22804 * gst-libs/gst/riff/riff-media.c:
22805 (gst_riff_create_audio_caps_with_data),
22806 (gst_riff_create_audio_caps),
22807 (gst_riff_create_audio_template_caps):
22808 * gst-libs/gst/riff/riff-media.h:
22809 * gst-libs/gst/riff/riff-read.c:
22810 (gst_riff_read_strf_vids_with_data),
22811 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22812 * gst-libs/gst/riff/riff-read.h:
22813 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22814 (gst_avi_demux_add_stream):
22815 Set codec_data on caps for avidemuxer.
22817 2004-07-12 David Schleef <ds@schleef.org>
22819 * configure.ac: Fix test for Objective C
22821 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
22822 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22823 (gst_gdk_pixbuf_chain):
22824 Add svg and pcx to template caps, and ensure that getcaps returns a
22825 subset of the template caps.
22826 Copy each row manually for output, as gdkpixbuf may pad the
22827 rowstride to a 32-bit word boundary.
22829 2004-07-12 Wim Taymans <wim@fluendo.com>
22831 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22832 (gst_riff_create_video_template_caps):
22833 Fix the template caps to include some more media types.
22835 2004-07-12 Wim Taymans <wim@fluendo.com>
22837 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22838 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22839 (compare_ranks), (print_feature), (gst_decode_bin_init),
22840 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22841 (try_to_link_1), (new_pad), (close_link), (type_found),
22842 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22843 (gst_decode_bin_change_state), (plugin_init):
22844 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22845 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22846 (gst_play_base_bin_dispose), (queue_overrun),
22847 (gen_preroll_element), (remove_prerolls), (no_more_pads),
22848 (new_stream), (setup_source), (gst_play_base_bin_set_property),
22849 (gst_play_base_bin_get_property), (play_base_eos),
22850 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22851 (gst_play_base_bin_remove_element),
22852 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22853 (gst_play_base_bin_unlink_stream),
22854 (gst_play_base_bin_get_streaminfo):
22855 * gst/playback/gstplaybasebin.h:
22856 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22857 (gst_play_bin_class_init), (gst_play_bin_init),
22858 (gst_play_bin_dispose), (gst_play_bin_set_property),
22859 (gst_play_bin_get_property), (gen_video_element),
22860 (gen_audio_element), (remove_sinks), (setup_sinks),
22861 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22862 (gst_play_bin_send_event), (gst_play_bin_get_formats),
22863 (gst_play_bin_convert), (gst_play_bin_get_query_types),
22864 (gst_play_bin_query), (plugin_init):
22865 * gst/playback/test4.c: (main):
22866 More fixes on reusing of the element.
22868 2004-07-11 Benjamin Otte <otte@gnome.org>
22870 * ext/mad/gstmad.c: (normal_seek):
22871 allow seeking for other methods than just SET
22873 2004-07-11 Andy Wingo <wingo@pobox.com>
22875 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22876 float, "any" caps -> buffer_frames=[0,MAX].
22878 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22879 doesn't intersect our caps with the template any more. Do it
22881 (interleave_buffered_loop): Use g_newa instead of malloc/free.
22883 2004-07-09 Wim Taymans <wim@fluendo.com>
22885 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22886 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22887 (compare_ranks), (print_feature), (gst_decode_bin_init),
22888 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22889 (try_to_link_1), (new_pad), (close_link), (type_found),
22890 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22891 (gst_decode_bin_change_state), (plugin_init):
22892 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22893 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22894 (gst_play_base_bin_dispose), (queue_overrun),
22895 (gen_preroll_element), (remove_prerolls), (no_more_pads),
22896 (new_stream), (setup_source), (gst_play_base_bin_set_property),
22897 (gst_play_base_bin_get_property), (play_base_eos),
22898 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22899 (gst_play_base_bin_remove_element),
22900 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22901 (gst_play_base_bin_unlink_stream),
22902 (gst_play_base_bin_get_streaminfo):
22903 * gst/playback/gstplaybasebin.h:
22904 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22905 (gst_play_bin_class_init), (gst_play_bin_init),
22906 (gst_play_bin_dispose), (gst_play_bin_set_property),
22907 (gst_play_bin_get_property), (gen_video_element),
22908 (gen_audio_element), (remove_sinks), (setup_sinks),
22909 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22910 (gst_play_bin_send_event), (gst_play_bin_get_formats),
22911 (gst_play_bin_convert), (gst_play_bin_get_query_types),
22912 (gst_play_bin_query), (plugin_init):
22913 * gst/playback/test4.c: (main):
22914 Work on object reuse and seeking.
22916 2004-07-09 Wim Taymans <wim@fluendo.com>
22918 * examples/seeking/seek.c: (iterate):
22919 Don't consume all CPU in the idle loop.
22921 2004-07-09 Wim Taymans <wim@fluendo.com>
22923 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22924 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22925 Add pad to element *after* setting the pad functions so that
22926 the scheduler can use the correct ones.
22928 2004-07-09 Wim Taymans <wim@fluendo.com>
22930 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22931 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22932 Sync to keyframe after seek
22934 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22936 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22937 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22938 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22939 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22940 * ext/libvisual/visual.c: (gst_visual_change_state):
22941 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22942 * ext/theora/theoradec.c: (theora_dec_change_state):
22943 * ext/theora/theoraenc.c: (theora_enc_change_state):
22944 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22945 * gst-libs/gst/navigation/navigation.c:
22946 * gst/adder/gstadder.c: (gst_adder_change_state):
22947 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22948 (gst_audio_convert_get_buffer):
22949 * gst/multipart/multipartdemux.c:
22950 (gst_multipart_demux_change_state):
22951 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22952 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22953 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22954 * gst/videoscale/gstvideoscale.c:
22955 (gst_videoscale_handle_src_event):
22956 * gst/volume/gstvolume.c: (volume_chain_int16):
22957 don't assert in state change, this should be done by the base
22959 various debugging fixes.
22961 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22964 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22965 (gst_play_dispose), (gst_play_set_location),
22966 (gst_play_set_data_src), (gst_play_set_video_sink),
22967 (gst_play_set_audio_sink), (gst_play_set_visualization),
22968 (gst_play_connect_visualization), (gst_play_get_sink_element),
22969 (gst_play_get_all_by_interface):
22970 * gst-libs/gst/play/play.h:
22971 add new method to get elements implementing an interface.
22972 add various error logging
22974 2004-07-08 Wim Taymans <wim@fluendo.com>
22976 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22977 (make_mpeg_pipeline), (make_mpegnt_pipeline),
22978 (make_playerbin_pipeline), (query_durations_elems),
22979 (query_durations_pads), (query_positions_elems),
22980 (query_positions_pads), (update_scale), (iterate), (stop_seek),
22982 Added playbin seeking example.
22984 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22986 * gst-libs/gst/play/play.c: (gst_play_set_location),
22987 (gst_play_set_data_src), (gst_play_set_video_sink),
22988 (gst_play_set_audio_sink), (gst_play_set_visualization),
22989 (gst_play_connect_visualization), (gst_play_get_framerate):
22990 use a macro to look up elements from hash table
22992 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22994 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22995 (gst_play_get_length_callback), (gst_play_set_location),
22996 (gst_play_seek_to_time), (gst_play_set_data_src),
22997 (gst_play_set_video_sink), (gst_play_set_audio_sink),
22998 (gst_play_set_visualization), (gst_play_connect_visualization),
22999 (gst_play_get_sink_element):
23000 - add debugging info
23001 - fix looking up sink elements by iterating over complete caps
23002 - put everything except for source and autoplugger in a complete bin
23004 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23006 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23007 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23008 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23009 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23010 * ext/alsa/gstalsasink.h:
23011 - add debugging info
23012 - clean up schizophrenia of data/buffer/event
23013 - fix double event unref error
23015 2004-07-08 Wim Taymans <wim@fluendo.com>
23017 * gst/playback/Makefile.am:
23018 Add headers to noinst
23020 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23022 * tools/gst-launch-ext-m.m:
23023 * tools/gst-launch-ext.1.in:
23024 convert to the third millenium
23026 2004-07-07 David Schleef <ds@schleef.org>
23028 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23030 2004-07-07 Wim Taymans <wim@fluendo.com>
23032 * gst/playback/Makefile.am:
23033 * gst/playback/README:
23034 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23035 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23036 (compare_ranks), (print_feature), (gst_decode_bin_init),
23037 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23038 (try_to_link_1), (new_pad), (close_link), (type_found),
23039 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23041 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23042 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23043 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23044 (gen_preroll_element), (no_more_pads), (new_stream),
23045 (setup_source), (gst_play_base_bin_set_property),
23046 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23047 (gst_play_base_bin_add_element),
23048 (gst_play_base_bin_remove_element),
23049 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23050 (gst_play_base_bin_unlink_stream),
23051 (gst_play_base_bin_get_streaminfo):
23052 * gst/playback/gstplaybasebin.h:
23053 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23054 (gst_play_bin_class_init), (gst_play_bin_init),
23055 (gst_play_bin_dispose), (gst_play_bin_set_property),
23056 (gst_play_bin_get_property), (gen_video_element),
23057 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23058 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23059 (gst_play_bin_get_formats), (gst_play_bin_convert),
23060 (gst_play_bin_get_query_types), (gst_play_bin_query),
23062 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23063 (gst_stream_info_get_type), (gst_stream_info_class_init),
23064 (gst_stream_info_init), (gst_stream_info_new),
23065 (gst_stream_info_dispose), (gst_stream_info_set_property),
23066 (gst_stream_info_get_property):
23067 * gst/playback/gststreaminfo.h:
23068 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23070 * gst/playback/test2.c: (main):
23071 * gst/playback/test3.c: (update_scale), (main):
23072 More playbin fixes. Added README. Do better element filtering.
23073 Added base class to preroll media. Added test apps.
23075 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23077 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23078 * ext/mpeg2dec/gstmpeg2dec.h:
23079 various debugging improvements. Reset stream to next picture
23080 instead of sequence header, otherwise seeks cannot work.
23082 2004-07-07 Wim Taymans <wim@fluendo.com>
23084 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23085 (gst_video_box_class_init), (gst_video_box_set_property),
23086 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23087 Use pad_alloc where possible.
23089 2004-07-07 Wim Taymans <wim@fluendo.com>
23091 * sys/oss/gstosselement.c: (gst_osselement_reset),
23092 (gst_osselement_parse_caps):
23093 * sys/oss/gstosselement.h:
23094 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23095 Fix offset on osssrc.
23097 2004-07-07 Wim Taymans <wim@fluendo.com>
23099 * ext/theora/theora.c: (plugin_init):
23100 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23101 (theora_dec_src_query), (theora_dec_chain):
23102 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23103 (theora_enc_sink_link), (theora_buffer_from_packet),
23104 (theora_push_packet), (theora_enc_chain):
23105 Fix theora granulepos calculation.
23106 Fix overflow in duration/position calculation.
23107 Bump rank to PRIMARY for theoradec.
23108 Use granulepos of last packet to calculate position.
23109 Set keyframe flag on buffers when needed.
23111 2004-07-06 David Schleef <ds@schleef.org>
23113 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23114 serious? (Fixed, obviously.)
23116 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23120 added Czech translation (Miloslav Trmac)
23122 2004-07-05 Wim Taymans <wim@fluendo.com>
23124 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23125 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23126 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23127 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23128 (close_link), (type_found), (gst_decode_bin_set_property),
23129 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23130 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23131 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23132 (gst_decode_bin_query), (plugin_init):
23133 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23134 (gst_play_bin_class_init), (gst_play_bin_init),
23135 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23136 (get_video_element), (new_pad), (setup_source),
23137 (gst_play_bin_set_property), (gst_play_bin_get_property),
23138 (gst_play_bin_change_state), (gst_play_bin_add_element),
23139 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23140 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23141 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23142 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23143 * gst/playback/test.c: (main):
23144 More fixes, cleaned up playbin, make it use decodebin. Added
23145 threaded property to playbin.
23147 2004-07-05 Wim Taymans <wim@fluendo.com>
23150 * gst/playback/Makefile.am:
23151 * gst/playback/decodetest.c: (main):
23152 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23153 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23154 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23155 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23156 (close_link), (type_found), (gst_decode_bin_set_property),
23157 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23158 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23159 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23160 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23162 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23163 (gst_play_bin_class_init), (gst_play_bin_init),
23164 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23165 (collect_sink_pads), (find_compatibles), (close_pad_link),
23166 (try_to_link_1), (new_pad), (close_link), (type_found),
23167 (setup_source), (gst_play_bin_set_property),
23168 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23169 (compare_ranks), (gst_play_bin_collect_factories),
23170 (gst_play_bin_change_state), (gst_play_bin_add_element),
23171 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23172 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23173 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23174 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23175 * gst/playback/test.c: (main):
23176 Added some playback helper elements and some test apps, very alpha
23179 2004-07-04 Benjamin Otte <otte@gnome.org>
23181 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23182 only restart audio when we indeed have an xrun to fix repeated
23183 xruns. Fix suggested by Giuliano Pochini.
23185 2004-07-03 David Schleef <ds@schleef.org>
23187 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23188 call to gst_debug_log() if debugging is disabled (bug #145118)
23190 2004-07-03 Benjamin Otte <otte@gnome.org>
23192 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23193 use our own functions for restarting the alsa device.
23194 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23195 I should apply patches myself - use MIN for the third argument, not
23196 the second, this fixes seeking
23198 2004-07-02 David Schleef <ds@schleef.org>
23200 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23201 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23204 2004-07-02 David Schleef <ds@schleef.org>
23206 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23207 output buffers. Fix logic mistake. (bug #144866)
23209 2004-07-02 David Schleef <ds@schleef.org>
23211 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23212 on X. (bug #144753)
23214 2004-07-02 David Schleef <ds@schleef.org>
23216 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23217 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23219 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23220 (gst_osselement_rate_probe_check): Add another workaround for
23221 buggy drivers (bug #145336)
23223 2004-07-02 David Schleef <ds@schleef.org>
23225 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23226 Most systems don't have MSG_NOSIGNAL.
23228 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23231 * gst-libs/gst/colorbalance/Makefile.am:
23232 * gst-libs/gst/mixer/Makefile.am:
23233 * gst-libs/gst/play/Makefile.am:
23234 * gst-libs/gst/tuner/Makefile.am:
23235 (hopefully) fix both install and dist and make error message useful.
23236 needs testing across automakes.
23238 2004-07-02 Benjamin Otte <otte@gnome.org>
23240 * ext/ogg/gstogg.c: (plugin_init):
23241 we require bytestream now
23242 * ext/ogg/gstoggdemux.c:
23243 huge diff to implement chain setup in a fast and generic way. This
23244 improves tag reading and startup of huge files (read: Theora videos)
23245 quite a bit. It probably contains bugs, too, so please test.
23246 Seeking is not improved to the fast method.
23248 2004-06-29 Wim Taymans <wim@fluendo.com>
23250 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23251 * ext/ogg/gstoggmux.c:
23252 Fix memleak in oggdemux when running unconnected pads.
23253 doc update in mux, start working on keyframe mode.
23255 2004-06-29 Benjamin Otte <otte@gnome.org>
23257 * sys/oss/gstosssink.c:
23258 * sys/oss/gstosssrc.c:
23259 advertise correct template caps - we indeed do non-native endianness
23260 and 8bit audio has no endianness
23261 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23262 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23263 avoid (wrong) duplications in getcaps function and return
23266 2004-06-29 Wim Taymans <wim@fluendo.com>
23268 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23269 (gst_multifdsink_class_init), (gst_multifdsink_add),
23270 (gst_multifdsink_remove), (gst_multifdsink_clear),
23271 (gst_multifdsink_client_remove),
23272 (gst_multifdsink_handle_client_read),
23273 (gst_multifdsink_client_queue_data),
23274 (gst_multifdsink_client_queue_caps),
23275 (gst_multifdsink_client_queue_buffer),
23276 (gst_multifdsink_handle_client_write),
23277 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23278 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23279 (gst_multifdsink_init_send), (gst_multifdsink_close):
23280 Fix wrong GList iteration that could crash the server when
23281 more then 2 clients disconnect at the same time. Read all the
23282 pending commands in one batch to recover from command storms under
23285 2004-06-28 Wim Taymans <wim@fluendo.com>
23287 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23288 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23289 (gst_videomixer_pad_set_property),
23290 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23291 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23292 (gst_videomixer_class_init), (gst_videomixer_init),
23293 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23294 (pad_zorder_compare), (gst_videomixer_sort_pads),
23295 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23296 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23297 (gst_videomixer_update_queues), (gst_videomixer_loop),
23299 Avoid divide by zero, choose masterpad as the pad with the highest
23302 2004-06-27 Julien Moutte <julien@moutte.net>
23304 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23305 (gst_ximagesink_xwindow_new):
23306 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23307 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23308 function directly. We might want to call it from somewhere else one day.
23310 2004-06-27 Julien Moutte <julien@moutte.net>
23312 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23313 (gst_ximagesink_xwindow_new):
23314 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23315 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23316 window decorations.
23318 2004-06-27 Wim Taymans <wim@fluendo.com>
23320 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23321 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23322 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23323 (gst_dvdec_set_property), (gst_dvdec_get_property):
23324 * ext/dv/gstdvdec.h:
23325 Implement drop_factor property to lower the framerate with
23328 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23330 * gst-libs/gst/colorbalance/Makefile.am:
23331 * gst-libs/gst/mixer/Makefile.am:
23332 * gst-libs/gst/play/Makefile.am:
23333 * gst-libs/gst/tuner/Makefile.am:
23334 unbreak Company's fix that didn't install the -enum.h files
23336 2004-06-27 Wim Taymans <wim@fluendo.com>
23338 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23339 (gst_dvdec_change_state):
23340 * ext/dv/gstdvdec.h:
23341 Fix timestamp, duration and offset of the buffers.
23343 2004-06-27 Wim Taymans <wim@fluendo.com>
23345 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23346 (gst_multifdsink_class_init), (gst_multifdsink_add),
23347 (gst_multifdsink_remove), (gst_multifdsink_clear),
23348 (gst_multifdsink_client_remove),
23349 (gst_multifdsink_handle_client_read),
23350 (gst_multifdsink_client_queue_data),
23351 (gst_multifdsink_client_queue_caps),
23352 (gst_multifdsink_client_queue_buffer),
23353 (gst_multifdsink_handle_client_write),
23354 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23355 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23356 (gst_multifdsink_init_send), (gst_multifdsink_close):
23357 * gst/tcp/gstmultifdsink.h:
23358 * gst/tcp/gsttcpserversink.c:
23359 (gst_tcpserversink_handle_server_read),
23360 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23361 More multifdsink fixes, more recovery policy fixes.
23362 Removed stupid g_print
23364 2004-06-26 Wim Taymans <wim@fluendo.com>
23366 * gst/tcp/Makefile.am:
23367 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23368 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23369 (gst_multifdsink_class_init), (gst_multifdsink_init),
23370 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23371 (gst_multifdsink_handle_client_read),
23372 (gst_multifdsink_client_queue_data),
23373 (gst_multifdsink_client_queue_caps),
23374 (gst_multifdsink_client_queue_buffer),
23375 (gst_multifdsink_handle_client_write),
23376 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23377 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23378 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23379 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23380 (gst_multifdsink_close), (gst_multifdsink_change_state):
23381 * gst/tcp/gstmultifdsink.h:
23382 * gst/tcp/gsttcpplugin.c: (plugin_init):
23383 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23384 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23385 (gst_tcpserversink_handle_server_read),
23386 (gst_tcpserversink_handle_select),
23387 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23388 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23389 * gst/tcp/gsttcpserversink.h:
23390 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23391 one of the locks, added recovery policy to multifdsink.
23393 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23395 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23396 fix decision for when getting frames with same timestamp
23397 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23398 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23399 (gst_v4lsrc_get_property):
23400 * sys/v4l/gstv4lsrc.h:
23401 add latency offset property
23403 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23405 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23407 fix debugging. add category.
23409 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23411 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23414 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23416 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23417 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23418 (gst_alsa_src_change_state):
23419 return a time that is in sync with the element's processing
23421 2004-06-25 Wim Taymans <wim@fluendo.com>
23423 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23424 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23425 (gst_tcpserversink_client_remove),
23426 (gst_tcpserversink_handle_client_read),
23427 (gst_tcpserversink_client_queue_data),
23428 (gst_tcpserversink_client_queue_caps),
23429 (gst_tcpserversink_client_queue_buffer),
23430 (gst_tcpserversink_handle_client_write),
23431 (gst_tcpserversink_queue_buffer),
23432 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23433 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23434 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23435 (gst_tcpserversink_close):
23436 * gst/tcp/gsttcpserversink.h:
23437 Serversink rewrite. Really do non blocking writes to clients and
23438 maintain an internal queue to handle slower clients while not
23439 disturbing fast clients.
23441 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23443 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23444 better debug, don't override OFFSET and OFFSET_END
23446 2004-06-25 Iain <iain@prettypeople.org>
23448 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23449 name=source for the wavparse pipeline.
23451 2004-06-24 Johan Dahlin <johan@gnome.org>
23453 * ext/theora/theoraenc.c (theora_enc_chain): Call
23454 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23455 streamheader caps are set correctly.
23457 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23459 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23460 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23461 respect minimum bitrate; same could be done for max bitrate
23463 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23465 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23466 (gst_vorbisenc_setup):
23467 fix sample rate range
23469 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23471 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23472 (gst_oggvorbisenc_setup):
23473 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23474 (gst_vorbisenc_setup):
23475 resolve ambiguities in code and description
23477 2004-06-24 Wim Taymans <wim@fluendo.com>
23479 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23480 * ext/alsa/gstalsa.h:
23481 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23482 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23483 Use alsa trigger_tstamp to get the timestamp of the first
23484 sample in the buffer for more precise sync. Some cleanups.
23486 2004-06-24 Wim Taymans <wim@fluendo.com>
23488 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23489 (gst_audiorate_init), (gst_audiorate_chain),
23490 (gst_audiorate_set_property), (gst_audiorate_get_property):
23491 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23492 (gst_videorate_chain):
23493 Added some logging, fixed an overflow bug in videorate.
23495 2004-06-24 Benjamin Otte <otte@gnome.org>
23497 * ext/kio/Makefile.am:
23498 fix for builddir != srcdir and distcheck
23500 2004-06-24 Benjamin Otte <otte@gnome.org>
23502 * gst-libs/gst/colorbalance/Makefile.am:
23503 * gst-libs/gst/mixer/Makefile.am:
23504 * gst-libs/gst/play/Makefile.am:
23505 * gst-libs/gst/tuner/Makefile.am:
23506 * gst/tcp/Makefile.am:
23507 * sys/dxr3/Makefile.am:
23508 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23510 Also add all *.list files that were missing.
23512 add a distcheck hook to ensure the above doesn't happen again.
23514 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23516 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23518 2004-06-23 Colin Walters <walters@redhat.com>
23520 * m4/Makefile.am: Distribute gst-fionread.m4.
23522 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23524 * configure.ac: back to dev
23526 2004-06-23 Wim Taymans <wim@fluendo.com>
23528 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23529 (gst_alsa_xrun_recovery):
23530 * ext/alsa/gstalsa.h:
23531 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23532 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23533 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23534 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23535 (gst_alsa_src_loop):
23536 Add clock to alsasrc. Take new capture timestamp when
23537 restarting after an overrun. Split up some functions between
23538 alsasrc and alsasink.
23540 === release 0.8.2 ===
23542 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23544 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23545 (gst_alsa_change_state), (gst_alsa_update_avail),
23546 (gst_alsa_xrun_recovery):
23547 * ext/alsa/gstalsa.h:
23548 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23549 merge back changes from release
23551 2004-06-23 Wim Taymans <wim@fluendo.com>
23553 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23554 (gst_audiorate_init), (gst_audiorate_chain),
23555 (gst_audiorate_set_property), (gst_audiorate_get_property):
23556 Implement sample dropping and notify
23558 2004-06-22 Wim Taymans <wim@fluendo.com>
23560 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23561 (theora_enc_sink_link), (theora_buffer_from_packet),
23562 (theora_push_packet), (theora_enc_chain):
23563 Some cleanups, make sure the timestamps are correct.
23565 2004-06-22 Wim Taymans <wim@fluendo.com>
23567 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23568 (gst_alsa_change_state), (gst_alsa_update_avail),
23569 (gst_alsa_xrun_recovery):
23570 * ext/alsa/gstalsa.h:
23571 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23572 Cleanups, take queued samples into account when reporting
23575 2004-06-22 Wim Taymans <wim@fluendo.com>
23577 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23578 (gst_videorate_init):
23579 Initialize the property as well.
23581 2004-06-22 Wim Taymans <wim@fluendo.com>
23583 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23584 (gst_videorate_init), (gst_videorate_chain),
23585 (gst_videorate_set_property), (gst_videorate_get_property):
23586 Add property to make videorate silent.
23587 Add property to prefer new frames over old ones.
23589 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23591 * sys/osxvideo/Makefile.am:
23592 Workaround so that the osxvideo .so file gets linked with the
23593 Cocoa, OpenGL and QuickTime frameworks
23595 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23597 * sys/osxaudio/Makefile.am:
23598 Workaround so that the osxaudio .so file gets linked with the
23599 CoreAudio framework
23601 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23604 Whoops, my fault...fixed build issues
23606 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23609 Add objective-c support if running in Darwin/Mac OS X
23612 * sys/osxvideo/Makefile.am:
23613 * sys/osxvideo/osxvideosink.h:
23614 * sys/osxvideo/osxvideosink.m:
23615 * sys/osxvideo/cocoawindow.h:
23616 * sys/osxvideo/cocoawindow.m:
23617 Add osxvideosink, a cocoa-based osx video sink
23620 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
23621 * ext/dvdnav/gst-dvd:
23622 Grab the gconf key from the right spot
23623 * gst/debug/gstnavseek.c: (gst_navseek_init),
23624 (gst_navseek_segseek), (gst_navseek_handle_src_event),
23625 (gst_navseek_chain):
23626 * gst/debug/gstnavseek.h:
23627 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23628 and loop parameters of a segment seek.
23629 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23630 (gst_videotestsrc_get_event_masks),
23631 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23632 * gst/videotestsrc/gstvideotestsrc.h:
23633 Add seeking support to videotestsrc
23634 Initialise the timestamp_offset variable.
23636 2004-06-18 Wim Taymans <wim@fluendo.com>
23638 * ext/sidplay/gstsiddec.cc:
23639 Fix negotiation and set correct end offset.
23641 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
23643 * configure.ac: branch and prerelease
23645 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23647 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23648 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23649 (gst_tcpclientsrc_init_receive):
23650 * gst/tcp/gsttcpclientsrc.h:
23651 read caps when connecting to server for GDP so we set them correctly
23653 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23655 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23656 notify drops and duplicates
23657 * gst/videoscale/videoscale.c: (videoscale_get_structure):
23658 no good reason to limit ourselves to 100x100
23660 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23662 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23663 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23664 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23665 (gst_v4lsrc_get_property):
23666 * sys/v4l/gstv4lsrc.h:
23667 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23668 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23669 (gst_v4l_set_audio):
23670 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23671 (gst_v4lsrc_try_capture):
23672 * sys/v4l/v4lsrc_calls.h:
23673 change try_palette to more general try_capture
23674 add autoprobe option so we can turn off autoprobing
23677 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23681 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23682 (gst_ximagesink_class_init):
23683 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23684 (gst_xvimagesink_class_init):
23685 run them as finalize, not dispose, since dispose can be invoked
23688 2004-06-17 Wim Taymans <wim@fluendo.com>
23690 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23691 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23692 * ext/alsa/gstalsa.h:
23693 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23694 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23695 (gst_alsa_src_change_state):
23696 * ext/alsa/gstalsasrc.h:
23697 Make the xrun code timestamp and offset the buffers correctly.
23698 moved the clock to the base class, use alsa methods to get time.
23699 Do correct timestamping on outgoing buffers.
23701 2004-06-17 Wim Taymans <wim@fluendo.com>
23703 * gst/audiorate/Makefile.am:
23704 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23705 (gst_audiorate_base_init), (gst_audiorate_class_init),
23706 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23707 (gst_audiorate_set_property), (gst_audiorate_get_property),
23708 (gst_audiorate_change_state), (plugin_init):
23709 Added an audiorate converter that fills in gaps.
23711 2004-06-17 Johan Dahlin <johan@gnome.org>
23713 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23715 2004-06-16 Wim Taymans <wim@fluendo.com>
23717 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23718 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23719 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23720 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23721 (gst_v4lsrc_get_property):
23722 * sys/v4l/gstv4lsrc.h:
23723 Added a copy mode to v4lsrc where it will output a copied version
23724 of its internal hardware buffer.
23725 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23728 2004-06-16 Wim Taymans <wim@fluendo.com>
23730 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23733 2004-06-16 Wim Taymans <wim@fluendo.com>
23735 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23736 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23737 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23738 (gst_v4lsrc_get_property):
23739 * sys/v4l/gstv4lsrc.h:
23740 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23741 Added a sync mode enum property to control v4lsrc timestamp method
23742 Removed the use-fixed-fps property and moved functionality in
23744 Don't error on an error value from v4l-conf, it might not always
23747 2004-06-16 Wim Taymans <wim@fluendo.com>
23749 * gst/videorate/Makefile.am:
23750 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23751 (gst_videorate_base_init), (gst_videorate_class_init),
23752 (gst_videorate_getcaps), (gst_videorate_link),
23753 (gst_videorate_init), (gst_videorate_chain),
23754 (gst_videorate_set_property), (gst_videorate_get_property),
23755 (gst_videorate_change_state), (plugin_init):
23756 Added a video timestamp corrector.
23758 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23760 fixed a potential leak with previous commit
23762 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23764 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23766 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23767 Added missing refcount, fixes bug #144425
23768 Cheers Tim for finding the bug
23770 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
23772 * sys/v4l/gstv4l.c: (plugin_init):
23773 * sys/v4l/gstv4lcolorbalance.c:
23774 * sys/v4l/gstv4lcolorbalance.h:
23775 * sys/v4l/gstv4lelement.c:
23776 * sys/v4l/gstv4lelement.h:
23777 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23778 * sys/v4l/gstv4lmjpegsink.h:
23779 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23780 * sys/v4l/gstv4lmjpegsrc.h:
23781 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23782 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23783 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23784 * sys/v4l/gstv4lsrc.h:
23785 * sys/v4l/gstv4ltuner.c:
23786 * sys/v4l/gstv4ltuner.h:
23787 * sys/v4l/gstv4lxoverlay.c:
23788 * sys/v4l/gstv4lxoverlay.h:
23789 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23790 (gst_v4l_set_window), (gst_v4l_enable_overlay):
23791 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23792 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23793 (gst_v4l_set_audio):
23794 * sys/v4l/v4l_calls.h:
23795 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23796 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23797 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23798 (gst_v4lmjpegsink_playback_init),
23799 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23800 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23801 (gst_v4lmjpegsink_playback_stop),
23802 (gst_v4lmjpegsink_playback_deinit):
23803 * sys/v4l/v4lmjpegsink_calls.h:
23804 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23805 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23806 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23807 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23808 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23809 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23810 * sys/v4l/v4lmjpegsrc_calls.h:
23811 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23812 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23813 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23814 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23815 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23816 (gst_v4lsrc_try_palette):
23817 * sys/v4l/v4lsrc_calls.h:
23818 bunch of paranoia cleanups
23820 2004-06-14 David Schleef <ds@schleef.org>
23822 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23823 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23824 Send discont events and change timestamps appropriately when
23825 we get a seek event. (bug #144240)
23826 * ext/cdparanoia/gstcdparanoia.h:
23828 2004-06-14 Benjamin Otte <otte@gnome.org>
23830 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23831 snd_pcm_hw_params_set_rate since the latter fails for no good
23832 reason on some setups.
23834 2004-06-14 David Schleef <ds@schleef.org>
23836 * gst/volume/demo.c: (value_changed_callback): exp10() is not
23837 standard. Thank you for playing.
23839 2004-06-14 Wim Taymans <wim@fluendo.com>
23841 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23842 Patch 1.3 broke the ordering of the colorspace info and
23843 made the plugin basically work by coincidence, reordered
23846 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
23848 * ext/lame/gstlame.c:
23849 * ext/mad/gstmad.c:
23850 sync caps. Make sure mad can only output a list of rates, not
23851 a full range. In the future, have three caps lists for each of the
23852 mpeg versions. Change mpegversion to a double as well.
23854 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
23856 * gst/volume/.cvsignore:
23857 * gst/volume/Makefile.am:
23858 * gst/volume/demo.c: (value_changed_callback), (idler),
23859 (setup_gui), (main):
23860 added small demo app
23862 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
23863 * ext/esd/esdsink.c: (gst_esdsink_change_state):
23864 * ext/esd/esdsink.h:
23865 Close the esd connection on pause, because esd will just wait -
23866 blocking all other esd clients indefinitely.
23868 2004-06-12 Christophe Fergeau <teuf@gnome.org>
23870 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23871 previous commit with GST_DEBUG
23873 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
23876 add a header check for a dvdread header in dvdnav. Fixes #133002
23878 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23880 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23881 * gst/tcp/gsttcpclientsink.h:
23882 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23883 * gst/tcp/gsttcpclientsrc.h:
23884 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23885 (gst_tcpserversink_handle_server_read),
23886 (gst_tcpserversink_init_send):
23887 * gst/tcp/gsttcpserversink.h:
23888 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23889 * gst/tcp/gsttcpserversrc.h:
23890 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23893 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23896 Added ogg library so that OSX detects libtheora properly
23898 2004-06-11 Wim Taymans <wim@fluendo.com>
23900 * ext/theora/theoradec.c: (theora_dec_chain),
23901 (theora_dec_change_state):
23902 Don't try to decode frames before we received a keyframe.
23904 2004-06-11 Wim Taymans <wim@fluendo.com>
23906 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23907 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23908 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23909 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23910 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23911 Added property to set the maximum delay of a page.
23913 2004-06-10 Wim Taymans <wim@fluendo.com>
23915 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23916 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23917 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23918 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23919 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23920 Added max-delay property to control the maximum amount
23921 of data to put in one page.
23923 2004-06-10 Wim Taymans <wim@fluendo.com>
23925 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23926 (gst_theora_enc_init), (theora_enc_sink_link),
23927 (theora_buffer_from_packet), (theora_enc_set_property),
23928 (theora_enc_get_property):
23929 Set duration on encoded buffer, added some more properties
23931 2004-06-10 Wim Taymans <wim@fluendo.com>
23933 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23934 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23935 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23936 * ext/theora/theoraenc.c: (theora_enc_chain):
23937 Fix refcounting bugs
23939 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
23941 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23942 (gst_asf_demux_loop), (gst_asf_demux_process_file),
23943 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23944 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23945 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23946 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23947 (gst_asf_demux_change_state):
23948 * gst/asfdemux/gstasfdemux.h:
23949 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23950 feels like. I think we should set a new requirement for demuxers
23951 from now on to implement sane loop functions, data loops, query
23952 and seek functions before first commit into CVS. And this commit
23953 fixes all of the above.
23955 2004-06-10 Christophe Fergeau <teuf@gnome.org>
23957 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23958 vorbis comments are properly encoded in UTF-8 before adding them
23961 2004-06-09 Benjamin Otte <otte@gnome.org>
23963 * ext/alsa/gstalsa.c: (add_channels):
23964 handle min <= max correctly
23965 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23966 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23967 add fixation functions so we fixate correctly. No preferring of alaw
23968 anymore because it's the first structure.
23969 * ext/alsa/gstalsa.h:
23970 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23971 (gst_alsa_hw_params_dump):
23972 add functions to ease debugging in alsalib
23973 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23974 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23975 (gst_alsa_start_audio):
23976 only specify hw params if we really setup a format (fixes #134007 -
23977 or at least works around it)
23979 2004-06-09 Wim Taymans <wim@fluendo.com>
23981 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23982 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23983 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23984 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23985 (gst_ogg_mux_loop):
23986 Use stream caps to setup the initial pages in the ogg stream.
23987 Correctly set the streamheader caps on the srcpad.
23989 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
23991 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23992 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23993 (gst_v4lsrc_getcaps):
23994 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23995 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23996 add querying of fps lists for webcams. Negotiating to a framerate
23999 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24001 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24002 (theora_push_buffer), (theora_push_packet),
24003 (theora_set_header_on_caps), (theora_enc_chain):
24004 mark buffers and put on streamheader, raw theora streaming
24005 now works too, whee
24007 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24009 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24010 (gst_tcp_gdp_read_caps):
24011 do a looping read for caps and GDP headers too
24013 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24015 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24016 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24017 return EOS instead of NULL in _get
24019 2004-06-08 Wim Taymans <wim@fluendo.com>
24021 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24022 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24023 (gst_tcp_gdp_write_caps):
24024 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24025 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24026 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24029 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24031 * ext/vorbis/Makefile.am:
24032 * ext/vorbis/vorbis.c: (plugin_init):
24033 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24034 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24035 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24036 (vorbis_parse_change_state):
24037 * ext/vorbis/vorbisparse.h:
24038 adding a vorbisparse element that marks the buffers, streaming
24039 raw vorbis using GDP now works, whee
24041 2004-06-08 Wim Taymans <wim@fluendo.com>
24043 * ext/jpeg/Makefile.am:
24045 * ext/jpeg/gstjpeg.c: (plugin_init):
24046 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24047 (gst_smokedec_base_init), (gst_smokedec_class_init),
24048 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24049 * ext/jpeg/gstsmokedec.h:
24050 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24051 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24052 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24053 (gst_smokeenc_resync), (gst_smokeenc_chain),
24054 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24055 * ext/jpeg/gstsmokeenc.h:
24056 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24057 (smokecodec_flush_destination), (smokecodec_term_destination),
24058 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24059 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24060 (smokecodec_term_source), (smokecodec_encode_new),
24061 (smokecodec_decode_new), (smokecodec_info_free),
24062 (smokecodec_set_quality), (smokecodec_get_quality),
24063 (smokecodec_set_threshold), (smokecodec_get_threshold),
24064 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24065 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24066 (smokecodec_parse_header), (smokecodec_decode):
24067 * ext/jpeg/smokecodec.h:
24068 Added a new simple jpeg based codec
24070 2004-06-08 Wim Taymans <wim@fluendo.com>
24072 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24073 (gst_multipart_mux_loop):
24076 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24078 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24079 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24080 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24081 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24082 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24083 * gst/tcp/gsttcpserversink.h:
24084 take streamheader into account
24086 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24088 * gst/level/Makefile.am:
24089 * gst/level/gstlevel.c: (gst_level_class_init):
24090 clean up marshal generation
24092 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24094 * gst/tcp/Makefile.am:
24095 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24096 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24097 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24098 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24099 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24100 (gst_tcpclientsrc_get_property):
24101 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24102 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24103 (gst_tcpserversink_handle_client_read),
24104 (gst_tcpserversink_handle_client_write),
24105 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24106 * gst/tcp/gsttcpserversink.h:
24107 add signals client-added and client-removed
24108 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24109 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24110 (gst_tcpserversrc_get_property):
24111 uniformized, change default protocol to NONE
24112 * gst/tcp/gsttcp-marshal.list: added
24113 2004-06-07 Benjamin Otte <otte@gnome.org>
24115 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24116 handle discont events if they happen before caps nego
24118 2004-06-07 Wim Taymans <wim@fluendo.com>
24120 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24121 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24122 (gst_multipart_demux_plugin_init):
24123 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24124 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24125 (gst_multipart_mux_change_state):
24126 Small updates, fix a memleak
24128 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24130 * configure.ac: OSS portability
24131 * ext/arts/gst_arts.c: idem
24132 * sys/oss/gstosselement.c: idem
24133 * sys/oss/gstossmixer.c: idem
24134 * sys/oss/gstosssink.c: idem
24135 * sys/oss/gstosssrc.c: idem
24136 * sys/oss/oss_probe.c: idem
24137 - check for soundcard.h in different places for some BSD
24139 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24142 Add me to the authors file
24144 Increase the libdv requirement to >= version 0.100
24145 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24146 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24147 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24148 * ext/dv/gstdvdec.h:
24149 Add support for the new_media flag when sending DISCONT events
24150 Make the querying work when video pad is not linked
24152 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24154 reviewed by Benjamin Otte <otte@gnome.org>
24156 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24157 create a NULL-initialized array of pads, so we don't think they
24158 exist already. (fixes #143130)
24160 2004-06-07 Benjamin Otte <otte@gnome.org>
24162 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24163 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24164 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24165 don't use // coments
24167 2004-06-07 Benjamin Otte <otte@gnome.org>
24169 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24170 cast to GstClockTime to get higher granularity
24171 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24172 use gst_element_set_time_delay to get the exact time
24173 * ext/mad/gstmad.c: (gst_mad_chain):
24174 use the negotiated rate instead of the current frame's rate which
24175 might be wrong because of bit errors. This avoids emitting totally
24176 bogus timestamps and screwing sync.
24179 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24181 reviewed by Benjamin Otte <otte@gnome.org>
24183 * gst/adder/gstadder.c: (gst_adder_loop):
24184 properly error out when no negotiation has happened yet. (fixes
24187 2004-06-06 Benjamin Otte <otte@gnome.org>
24189 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24190 forward correctly transformed offset in discont events. Based on
24191 patch by Arwed v. Merkatz. (fixes #142851)
24193 2004-06-06 David Schleef <ds@schleef.org>
24195 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24196 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24197 problems on several systems.
24199 2004-06-06 Benjamin Otte <otte@gnome.org>
24201 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24202 use explicit caps on the srcpad
24203 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24204 properly error out if caps couldn't be set (fixes #142764)
24206 2004-06-06 Benjamin Otte <otte@gnome.org>
24208 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24209 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24210 (gst_alsa_start_audio):
24211 - don't call set_periods_integer anymore, it breaks the
24212 configuration randomly
24213 - call snd_pcm_hw_params_set_access directly instead of using masks
24214 - don't fail if the sw_params can't be set, just use the default
24215 params and hope it works. Alsalib has weird issues when you touch
24216 sw_params and does no proper error reporting about what failed.
24217 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24218 (gst_alsa_close_audio):
24219 make our alsa debugging go via gst debugging and not conditionally
24221 * ext/alsa/gstalsa.h:
24222 add ALSA_DEBUG_FLUSH macro
24223 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24225 wrap alsa errors to be printed via the gst debugging system and not
24228 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24230 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24231 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24232 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24233 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24234 (qtdemux_parse_trak):
24235 * gst/qtdemux/qtdemux.h:
24236 Bitch. Also known as seeking, querying & co.
24237 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24238 (gst_osssink_change_state):
24239 * sys/oss/gstosssink.h:
24240 Resyncing is for weenies, this hack is no longer needed and was
24241 broken anyway (since it - unintendedly - always leaves resync to
24244 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24246 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24247 * gst/tcp/gsttcpclientsrc.h: idem
24248 - define MSG_NOSIGNAL if not done
24249 - include unistd.h for off_t
24252 2004-06-05 Benjamin Otte <otte@gnome.org>
24255 * ext/kio/Makefile.am:
24256 check for qt's moc preprocessor explicitly and use it
24258 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24260 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24261 don't get a signal for EPIPE on socket writes
24262 (somebody check if this works on other platforms)
24264 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24266 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24267 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24268 check error condition on available samples correctly
24270 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24272 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24274 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24275 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24276 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24277 (gst_tcpserversrc_gdp_read_header):
24278 use ssize_t over size_t since the former is signed and thus the
24279 check for error codes can work
24281 2004-06-02 Wim Taymans <wim@fluendo.com>
24285 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24286 (gst_multipart_mux_loop):
24289 2004-06-02 Wim Taymans <wim@fluendo.com>
24291 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24292 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24293 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24294 (gst_multipart_mux_change_state):
24295 Added configurable boundary specifier, added the value as a
24296 caps field as well.
24298 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24300 * gst/tcp/gsttcp.c:
24301 * gst/tcp/gsttcpclientsrc.c:
24302 * gst/tcp/gsttcpclientsrc.h:
24303 * gst/tcp/gsttcpserversrc.c:
24304 - portability fix, to compile on OSX
24307 * sys/osxaudio/gstosxaudioelement.c:
24308 * sys/osxaudio/gstosxaudiosink.c:
24309 * sys/osxaudio/gstosxaudiosrc.c:
24310 - compilation warnings on OSX
24313 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24315 * ext/vorbis/vorbisdec.c : sign warning fixes
24317 * gst-libs/gst/mixer/mixertrack.c :
24318 do no use defines which are glib 2.4 specific
24320 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24322 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24323 buffer since libflac doesn't expect it (reports a sync error when
24324 it encounters that)
24327 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24329 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24330 * gst-libs/gst/mixer/mixertrack.c:
24331 (gst_mixer_track_get_property), (get_mixer_track_init),
24332 (get_mixer_track_get_property): Added property accessors
24333 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24334 * gst-libs/gst/mixer/mixeroptions.c:
24335 (gst_mixer_options_get_values): Added
24336 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24337 * gst-libs/gst/mixer/mixer.c: Fixed comment
24340 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24342 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24343 improve error messages on open
24346 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24348 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24349 check if v4l-conf is in path
24351 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24353 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24354 change assert to a more readable error message
24356 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24358 * gst-libs/gst/tuner/tunerchannel.h:
24359 - add a freq_multiplicator field to make the conversion
24360 between internal frequency unit and Hz
24361 * sys/v4l/gstv4lelement.c:
24362 * sys/v4l2/gstv4l2element.c:
24363 - change default video device to /dev/video0
24364 * sys/v4l/v4l_calls.c:
24365 * sys/v4l2/v4l2_calls.c:
24366 - we only expose frequency to the user in Hz instead of
24367 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24369 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24370 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24371 Initialise b_o_s and e_o_s variables
24372 * gst-libs/gst/riff/riff-media.c:
24373 (gst_riff_create_video_caps_with_data):
24374 Add some unusual fourcc's from mplayer avi's
24375 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24376 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24379 2004-05-28 Wim Taymans <wim@fluendo.com>
24382 * gst/alpha/Makefile.am:
24383 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24384 (gst_alpha_get_type), (gst_alpha_base_init),
24385 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24386 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24387 (gst_alpha_chroma_key), (gst_alpha_chain),
24388 (gst_alpha_change_state), (plugin_init):
24389 A plugin to add an alpha channel to I420 video. Can optionally do
24391 * gst/multipart/Makefile.am:
24392 * gst/multipart/multipart.c: (plugin_init):
24393 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24394 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24395 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24396 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24397 (gst_multipart_demux_change_state),
24398 (gst_multipart_demux_plugin_init):
24399 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24400 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24401 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24402 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24403 (gst_multipart_mux_pad_unlink),
24404 (gst_multipart_mux_request_new_pad),
24405 (gst_multipart_mux_handle_src_event),
24406 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24407 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24408 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24409 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24410 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24411 send multipart jpeg images to a browser.
24412 * gst/videobox/Makefile.am:
24413 * gst/videobox/README:
24414 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24415 (gst_video_box_get_type), (gst_video_box_base_init),
24416 (gst_video_box_class_init), (gst_video_box_init),
24417 (gst_video_box_set_property), (gst_video_box_get_property),
24418 (gst_video_box_sink_link), (gst_video_box_i420),
24419 (gst_video_box_ayuv), (gst_video_box_chain),
24420 (gst_video_box_change_state), (plugin_init):
24421 Crops or adds borders around an image. can do alpha channel
24423 * gst/videomixer/Makefile.am:
24424 * gst/videomixer/README:
24425 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24426 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24427 (gst_videomixer_pad_get_sink_event_masks),
24428 (gst_videomixer_pad_get_property),
24429 (gst_videomixer_pad_set_property),
24430 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24431 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24432 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24433 (gst_videomixer_base_init), (gst_videomixer_class_init),
24434 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24435 (gst_videomixer_handle_src_event),
24436 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24437 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24438 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24439 (gst_videomixer_loop), (gst_videomixer_get_property),
24440 (gst_videomixer_set_property), (gst_videomixer_change_state),
24442 Generic video mixer plugin, can handle multiple inputs all with
24443 different framerates and video sizes. Is fully alpha channel
24446 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24448 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24449 Select first track as master track. Not sure how else to handle
24451 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24452 Discard discont events. Should fix #142962.
24454 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24456 * ext/alsa/Makefile.am:
24457 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24458 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24459 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24460 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24461 (gst_alsa_mixer_get_option):
24462 * ext/alsa/gstalsamixer.h:
24463 * ext/alsa/gstalsamixeroptions.c:
24464 (gst_alsa_mixer_options_get_type),
24465 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24466 (gst_alsa_mixer_options_new):
24467 * ext/alsa/gstalsamixeroptions.h:
24468 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24469 * ext/alsa/gstalsamixertrack.h:
24470 Add enumerations (as GstMixerOptions). Make correct distinction
24471 between input/output tracks. Add capture/playback private flag.
24472 Use flag to decide on whether to set capture or playback volumes
24473 or switches. Use playback and record switches.
24474 * gst-libs/gst/mixer/Makefile.am:
24475 * gst-libs/gst/mixer/mixer-marshal.list:
24476 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24477 (gst_mixer_set_option), (gst_mixer_get_option),
24478 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24479 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24480 * gst-libs/gst/mixer/mixer.h:
24481 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24482 (gst_mixer_options_class_init), (gst_mixer_options_init),
24483 (gst_mixer_options_dispose):
24484 * gst-libs/gst/mixer/mixeroptions.h:
24485 Add GstMixerOptions.
24486 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24487 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24488 broken device detection on computers with multiple OSS sound
24491 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24493 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24494 fixate nicely even when the peer is not negotiating
24496 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24498 * gst/audioconvert/gstaudioconvert.c:
24499 (gst_audio_convert_parse_caps):
24500 make sure we don't allow depth > width
24501 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24502 fixate endianness to G_BYTE_ORDER as default
24503 * gst/audioscale/gstaudioscale.c:
24504 we don't handle another endianness as host-endianness
24506 2004-05-25 David Schleef <ds@schleef.org>
24508 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24510 2004-05-24 Benjamin Otte <otte@gnome.org>
24512 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24513 (gst_oggvorbisenc_setup):
24514 properly fail when we can't setup the vorbis encoder due to
24515 unsupported settings
24516 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24517 (gst_vorbisenc_setup):
24519 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24520 fix case where warnings occured when one pad was unlinked while the
24521 other's link function was called
24523 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24525 * gst/tcp/Makefile.am:
24528 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24530 * gst-libs/gst/resample/private.h:
24531 don't use optimizations that are #if 0'ed
24533 2004-05-24 Wim Taymans <wim@fluendo.com>
24535 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24536 Fix potential division by zero error and hopefully get
24537 the position query right to get correct timestamps on avi
24540 2004-05-24 Wim Taymans <wim@fluendo.com>
24542 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24543 (gst_videoscale_scale_nearest_str2),
24544 (gst_videoscale_scale_nearest_str4),
24545 (gst_videoscale_scale_nearest_32bit),
24546 (gst_videoscale_scale_nearest_24bit),
24547 (gst_videoscale_scale_nearest_16bit):
24548 Fix the scaling algorithm and avoid a buffer overflow.
24549 removed the while loop in the scaling function as it
24550 was used for point sampling only.
24552 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24554 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24555 (gst_id3_tag_class_init), (gst_id3_tag_init),
24556 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24557 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24558 (gst_id3_tag_send_tag_event):
24559 lots of fixes to make id3mux work and id3demux work correctly
24561 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24564 add rules to build shout2send (was removed by accident
24565 when this module was no more marked experimental/broken)
24567 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24569 * ext/shout2/gstshout2.c:
24570 * ext/shout2/gstshout2.h:
24571 adding a "connection problem" signal to shout2send
24574 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24576 * ext/kio/kioreceiver.cpp:
24577 * ext/kio/kioreceiver.h:
24578 fix sign comparison issues
24580 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24582 * gst/cdxaparse/gstcdxaparse.c:
24583 * gst/cdxaparse/gstcdxaparse.h:
24585 add some checks/sanity
24586 prepare for seek addition
24588 * sys/sunaudio/gstsunaudio.c:
24589 remove exported dupe init function
24591 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24593 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24594 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24595 Fix format conversion and position querying.
24596 * gst/debug/progressreport.c: (gst_progressreport_report):
24597 Don't output a bogus total value that we didn't query.
24598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24599 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24600 only a blank window after xine has been used.
24602 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24605 sync with upstream version to fix test on FC2
24606 readd with -ko to preserve Id header
24608 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24611 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24612 * gst/tcp/gsttcpclientsrc.c: idem
24613 * gst/tcp/gsttcpserversink.c: idem
24614 * gst/tcp/gsttcpserversrc.c: idem
24615 * m4/gst-fionread.m4: idem
24617 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24619 * configure.ac: enable speex plugin for speex 1.1.5+
24620 * ext/speex/gstspeexenc.c: fix cast warning
24622 * ext/esd/README: fix typo
24624 2004-05-20 David Schleef <ds@schleef.org>
24626 * configure.ac: Minor cosmetic change to convince the buildbot to
24628 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24629 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24630 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24631 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24632 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24633 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24634 More hacking. Plays audio now.
24636 2004-05-20 David Schleef <ds@schleef.org>
24641 2004-05-20 David Schleef <ds@schleef.org>
24643 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
24644 * sys/osxaudio/gstosxaudio.c:
24645 * sys/osxaudio/gstosxaudioelement.c:
24646 * sys/osxaudio/gstosxaudioelement.h:
24647 * sys/osxaudio/gstosxaudiosink.c:
24648 * sys/osxaudio/gstosxaudiosink.h:
24649 * sys/osxaudio/gstosxaudiosrc.c:
24650 * sys/osxaudio/gstosxaudiosrc.h:
24652 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24654 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24655 (gst_vorbisenc_chain):
24656 put the codec headers on the caps as streamheader as well as
24659 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24661 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24662 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24663 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24664 split up push_packet into two functions
24666 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24668 * gst/tcp/.cvsignore:
24670 * gst/tcp/Makefile.am:
24672 * gst/tcp/gsttcp.c:
24673 * gst/tcp/gsttcp.h:
24674 * gst/tcp/gsttcpclientsink.c:
24675 * gst/tcp/gsttcpclientsink.h:
24676 * gst/tcp/gsttcpclientsrc.c:
24677 * gst/tcp/gsttcpclientsrc.h:
24678 * gst/tcp/gsttcpplugin.c:
24679 * gst/tcp/gsttcpserversink.c:
24680 * gst/tcp/gsttcpserversink.h:
24681 * gst/tcp/gsttcpserversrc.c:
24682 * gst/tcp/gsttcpserversrc.h:
24683 add new tcp elements
24685 2004-05-19 Wim Taymans <wim@fluendo.com>
24687 * gst/law/mulaw-conversion.c: (mulaw_encode):
24688 Fix overflow bug in ulaw encoding.
24690 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24692 * ext/mad/gstmad.c: (gst_mad_handle_event):
24693 don't unref the event twice
24695 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24698 remove -Wno-sign-compare
24700 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24703 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24704 if you want to work against glib 2.2 and 2.4
24706 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
24708 * gst/tcp/Makefile.am:
24709 * gst/tcp/gsttcp.c:
24710 * gst/tcp/gsttcp.h:
24711 * gst/tcp/gsttcpsink.h:
24712 * gst/tcp/gsttcpsrc.h:
24713 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24715 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24717 * gst/debug/tests.c: (md5_get_value):
24718 fix segfault on gst-inspect
24720 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24722 * gst/debug/testplugin.c:
24723 * gst/debug/tests.c:
24724 * gst/debug/tests.h:
24725 add new extensible and configurable testing element. Current tests
24726 include buffer count, stream length, timestamp/duration matching and
24728 * gst/debug/Makefile.am:
24729 * gst/debug/gstdebug.c: (plugin_init):
24730 add infrastructure for new element
24732 2004-05-19 Johan Dahlin <johan@gnome.org>
24734 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24735 ending of the array. Fixes gst-inspect segfault on ppc.
24737 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24739 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24741 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24743 2004-05-18 David Schleef <ds@schleef.org>
24745 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24746 warnings (bugs, actually) noticed by gcc but not forte.
24748 2004-05-18 David Schleef <ds@schleef.org>
24750 * sys/sunaudio/Makefile.am:
24751 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24753 2004-05-18 David Schleef <ds@schleef.org>
24755 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24756 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
24757 to allow qtdemux to use non-seekable streams. (bug #142272)
24759 2004-05-18 David Schleef <ds@schleef.org>
24761 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24762 (gst_resample_sinc_ft_float): Remove use of static temporary
24763 buffer. This code was obviously not supposed to last long, but
24764 it's stuck in our ABI, so it required a little hack to make it
24765 ABI-compatible. Fixes #142585.
24766 * gst-libs/gst/resample/resample.h: same.
24768 2004-05-18 David Schleef <ds@schleef.org>
24770 * configure.ac: Add sunaudio
24771 * examples/Makefile.am: make gstplay depend on gconf
24772 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24773 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24774 (convert_table_lookup), (img_convert): remove c99-isms
24775 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24776 unsigned, to fix a warning on Solaris
24777 * gst/mpeg1sys/systems.c: bcopy->memcpy
24778 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24779 * sys/Makefile.am: Add sunaudio
24781 2004-05-18 Wim Taymans <wim@fluendo.com>
24783 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24784 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24785 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24786 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24787 (gst_ogg_mux_loop):
24788 Fix an ugly memleak where the muxer didn't flush enough ogg
24789 pages. This also resulted in badly muxed ogg files.
24791 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24793 * gst/asfdemux/asfheaders.c :
24794 * gst/asfdemux/asfheaders.h :
24795 * gst/asfdemux/gstasfdemux.c :
24796 - fix ASF_OBJ_PADDING guid
24797 - add 3 new object guids (language list, metadata,
24798 extended stream properties)
24799 - add a function to parse extended header objects
24801 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
24803 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24804 remove leftover debugging g_print
24806 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
24808 * ext/mad/gstmad.c: (gst_mad_handle_event):
24809 Fix for when the first format in a discont event is not a
24810 byte-based one. Should fix #137710.
24812 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24814 * m4/a52.m4 : fix compilation with -Wall -Werror
24815 * m4/libfame.m4 : idem
24816 * m4/libmikmod.m4 : idem
24818 2004-05-17 Benjamin Otte <otte@gnome.org>
24820 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24821 signal the new tags before giving up the reference
24823 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
24825 * ext/shout2/gstshout2.c:
24826 use application/ogg instead of application/x-ogg (patch by Patrick
24827 Guimond, fixes #142432)
24828 * sys/oss/gstosselement.c: (gst_osselement_reset),
24829 (gst_osselement_sync_parms):
24830 don't set fragment size unless specified (fixes #142493)
24832 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24834 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24837 2004-05-17 Benjamin Otte <otte@gnome.org>
24839 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24840 compute offsets correctly for internal buffers so timestamps are set
24841 correctly when we can't seek. Also handle cases where there are no
24842 offsets. (based on a patch by David Moore, fixes #142507)
24844 2004-05-17 Benjamin Otte <otte@gnome.org>
24846 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24847 use correct variable when determining amount of data to skip so we
24848 don't skip into the void and segfault
24850 2004-05-16 Benjamin Otte <otte@gnome.org>
24852 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24855 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24857 * gst/asfdemux/gstasfdemux.c:
24858 - fix a mem leak and always propagate tags
24859 - add WMV3 to known video codecs (but no decoder yet)
24860 - replace "surplus data" at end of audio header for what
24861 it is : codec specific data
24864 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
24866 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24868 * gst-libs/gst/audio/audioclock.c:
24869 Fix wrong return type (#142205).
24871 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24873 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24874 Ignore CRCs by default (fixes #142566).
24876 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24878 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24879 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24880 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24881 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24882 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24883 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24884 Fix for cases where we fail to attach to a mixer.
24886 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24888 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24889 Don't touch events after not owning them anymore.
24890 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24891 (gst_wavparse_fmt), (gst_wavparse_other),
24892 (gst_wavparse_handle_seek), (gst_wavparse_loop),
24893 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24894 (gst_wavparse_srcpad_event):
24895 * gst/wavparse/gstwavparse.h:
24896 Add seeking, fix querying.
24898 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24900 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24901 - process comments even if they don't end with \0\0
24902 g_convert would ignore them if present and works well without them
24904 2004-05-16 Benjamin Otte <otte@gnome.org>
24906 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24909 2004-05-16 Benjamin Otte <otte@gnome.org>
24911 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24912 don't write to memory we might not write to - g_convert does that
24913 for us anyway (fixes #142613)
24914 (gst_asf_demux_audio_caps):
24915 comment out gst_util_dump_mem
24917 2004-05-16 Benjamin Otte <otte@gnome.org>
24919 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24920 compute correct expected timestamps after seek (broken since
24922 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24923 rename element and debugging category to gdkpixbufscale
24925 2004-05-16 Benjamin Otte <otte@gnome.org>
24927 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24928 add error checking to snd_pcm_delay and remove duplicate call to
24929 snd_pcm_delay that caused issues (see inline code comments)
24930 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24931 make more readable and fix return value when snd_pcm_delay fails
24934 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
24935 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24936 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24937 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24938 (gst_pixbufscale_link), (gst_pixbufscale_init),
24939 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24940 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24941 (gst_pixbufscale_get_property), (pixbufscale_init):
24942 * ext/gdk_pixbuf/pixbufscale.h:
24943 Add these files I forgot earlier
24945 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
24946 * ext/gdk_pixbuf/Makefile.am:
24947 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24948 * ext/gdk_pixbuf/gstgdkpixbuf.h:
24949 Add new pixbufscale element to scale RGB video
24950 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24951 and HYPER interpolation correctly.
24952 * ext/theora/theoraenc.c: (theora_enc_chain),
24953 Discard buffer and return if explicit caps could not be set
24954 (theora_enc_get_property):
24955 Make _get return kbps for the bitrate consistent with
24959 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
24961 * ext/libvisual/visual.c: (gst_visual_chain):
24962 add missing visual_audio_analyze
24964 2004-05-14 David Schleef <ds@schleef.org>
24966 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24967 is killed while we're playing.
24968 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24969 gst_element_no_more_pads().
24971 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24973 * gst-libs/gst/riff/riff-read.c :
24974 - fix INFO tag extraction in RIFF/AVI files
24975 because gst_event_unref (event) also freed taglist
24978 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24980 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24981 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24983 * gst/auparse/gstauparse.c :
24984 - add code (commented for now) to support audio/x-adpcm on src pad
24985 (we have no decoder for those layout yet)
24987 * gst/cdxaparse/gstcdxaparse.c :
24988 * gst/cdxaparse/gstcdxaparse.h :
24989 - partial rewrite using RiffRead (ripped iain's wavparse code)
24991 * gst/rtp/gstrtpL16enc.c : typo
24992 * gst/rtp/gstrtpgsmenc.c : typo
24994 2004-05-13 Benjamin Otte <otte@gnome.org>
24997 check for exact version of libvisual, it's not supposed to be
25000 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25002 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25003 signal no-more-pads
25005 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25007 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25008 Report which format was used for GST_FORMAT_DEFAULT
25009 * gst/debug/Makefile.am:
25010 * gst/debug/gstdebug.c: (plugin_init):
25011 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25012 (gst_progressreport_class_init), (gst_progressreport_init),
25013 (gst_progressreport_report), (gst_progressreport_set_property),
25014 (gst_progressreport_get_property), (gst_progressreport_chain),
25015 (gst_progressreport_plugin_init):
25016 Add progressreport element for testing.
25018 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25020 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25021 * sys/v4l/gstv4lsrc.h:
25022 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25023 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25024 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25025 (gst_v4lsrc_grab_frame):
25027 send a discont at start
25029 2004-05-12 Colin Walters <walters@redhat.com>
25031 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25032 inflooping if we can't find a chunk. Or in other words, don't blow
25033 chunks if we don't have a chunk to blow.
25035 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25036 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25037 Remove old debug output
25038 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25039 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25040 (gst_dvdec_set_property), (gst_dvdec_get_property):
25041 Change the quality setting to an enum, so it works from gst-launch
25042 Don't renegotiate a non-linked pad. Allows audio only decoding.
25043 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25044 (gst_deinterlace_link), (gst_deinterlace_init):
25045 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25046 (gst_videodrop_link):
25047 Some caps negotiation fixes
25049 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25051 * ext/tarkin/gsttarkin.c :
25052 - Change RANK from NONE to PRIMARY
25053 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25054 - Change RANK from NONE to MARGINAL
25055 * ext/divx/gstdivxenc.c :
25056 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25058 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25060 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25061 (gst_vorbisenc_push_packet):
25062 copy a function that was added between 1.0 and 1.0.1 until we
25063 depend on worthwhile features of post-1.0
25065 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25068 enable shout2 by default
25069 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25070 (gst_shout2send_base_init), (gst_shout2send_init),
25071 (gst_shout2send_connect), (gst_shout2send_change_state):
25072 * ext/shout2/gstshout2.h:
25073 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25075 * ext/theora/theora.c: (plugin_init):
25076 don't set rank on encoders
25078 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25080 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25081 Use codec_data property instead of flag1 and flag2 for wma
25083 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25085 * gst/cdxaparse/gstcdxaparse.c :
25086 - Add mpegversion to CAPS to make it link
25087 - Rank is as GST_RANK_SECONDARY instead of NONE
25088 * gst/auparse/gstauparse.c :
25089 - Document all audio encoding we can encounter from Solaris 9
25090 headers and libsndfile information.
25091 - Increase max. rate from 48000 to 192000 (to match other elements)
25092 - Don't try to play junk data between header and samples
25094 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25096 * ext/libvisual/visual.c: (gst_visual_getcaps):
25097 use the right caps depending on endianness (I hope)
25098 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25099 use GST_RANK_NONE for all non-decoding elements or spider gets
25102 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25104 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25105 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25107 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25109 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25110 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25111 (gst_switch_loop), (gst_switch_get_type):
25112 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25113 HEADERS. Had to be said.
25115 2004-05-10 David Schleef <ds@schleef.org>
25117 * configure.ac: Add prototype Dirac support.
25119 * ext/dirac/Makefile.am:
25120 * ext/dirac/gstdirac.cc:
25121 * ext/dirac/gstdiracdec.cc:
25123 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25125 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25126 (gst_auparse_init), (gst_auparse_chain),
25127 (gst_auparse_change_state):
25128 Hack around spider. Remove me some day please.
25130 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25132 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25133 Fix for some uninitialized variables in previous patch, also
25134 makes it work. Fixes #142286 while we're at it.
25136 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25138 * gst/auparse/gstauparse.c:
25139 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25140 only unsupported formats are ADPCM/CCITT G.72x
25142 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25144 2004-05-10 Wim Taymans <wim@fluendo.com>
25146 * ext/vorbis/Makefile.am:
25147 * ext/vorbis/README:
25148 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25149 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25150 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25151 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25152 (gst_oggvorbisenc_convert_sink),
25153 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25154 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25155 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25156 (get_constraints_string), (update_start_message),
25157 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25158 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25159 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25160 * ext/vorbis/oggvorbisenc.h:
25161 * ext/vorbis/vorbis.c: (plugin_init):
25162 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25163 (raw_caps_factory), (gst_vorbisenc_class_init),
25164 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25165 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25166 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25167 * ext/vorbis/vorbisenc.h:
25168 Added a raw vorbis encoder to be used with the oggmuxer.
25169 We still need the old encoder for some gnome applications,
25170 read the README to find out how that works.
25171 The raw encoder is called "rawvorbisenc" until 0.9.
25173 2004-05-10 Wim Taymans <wim@fluendo.com>
25175 * ext/ogg/gstogg.c: (plugin_init):
25176 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25178 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25179 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25180 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25181 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25182 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25183 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25184 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25185 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25186 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25187 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25188 Added an ogg muxer.
25189 Small typo fixes in the demuxer.
25191 2004-05-10 Wim Taymans <wim@fluendo.com>
25193 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25194 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25195 (theora_enc_change_state), (theora_enc_set_property),
25196 (theora_enc_get_property):
25197 Mark the last packet with an EOS flag which is not really needed
25199 Do some better video framerate initialisation.
25200 Update the buffer timestamp.
25202 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25204 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25205 Return the result of the parent state change call
25207 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25209 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25210 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25211 * gst/law/alaw-encode.c : (idem)
25212 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25213 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25214 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25216 2004-05-09 Benjamin Otte <otte@gnome.org>
25218 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25219 don't use a fixed buffer size when writing variable length data to
25220 it. Fixes memory corruption and makes alsasrc work
25222 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25224 * ext/gnomevfs/gstgnomevfssink.c:
25225 (_gst_boolean_allow_overwrite_accumulator),
25226 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25227 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25228 RUN_LAST, and don't use that to set the accumulator value because
25229 then it's always FALSE.
25231 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25233 * gst-libs/gst/riff/riff-media.c:
25234 (gst_riff_create_video_caps_with_data),
25235 (gst_riff_create_audio_caps),
25236 (gst_riff_create_audio_template_caps):
25237 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25238 Fix for unaligned RIFF files (i.e. where all the chunks together
25239 in a LIST chunk are not of the same size as the size given in
25240 the LIST chunk header). Fixes several odd WAVE files. Also fix
25241 ADPCM (block_align property) in audio, so that wavparse based
25242 on this works now as it used to stand-alone.
25244 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25246 reviewed by Benjamin Otte <otte@gnome.org>
25248 * ext/a52dec/gsta52dec.c:
25249 * ext/divx/gstdivxdec.c:
25250 * ext/divx/gstdivxenc.c:
25251 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25252 * ext/faac/gstfaac.c: (gst_faac_base_init):
25253 * ext/faad/gstfaad.c: (gst_faad_base_init):
25254 * ext/ivorbis/vorbisfile.c:
25255 * ext/lame/gstlame.c:
25256 * ext/libfame/gstlibfame.c:
25257 * ext/mpeg2enc/gstmpeg2enc.cc:
25258 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25259 * ext/sidplay/gstsiddec.cc:
25260 * ext/speex/gstspeexdec.c:
25261 * ext/speex/gstspeexenc.c:
25262 * ext/xvid/gstxviddec.c:
25263 * ext/xvid/gstxvidenc.c:
25264 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25267 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25269 * ext/alsa/gstalsa.c: (device_list),
25270 (gst_alsa_class_probe_devices):
25271 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25272 Fix alsa oddness in mixer after the combination of using mixer
25273 in source/sink elements and using hw:x,y instead of just hw:x.
25275 2004-05-09 Benjamin Otte <otte@gnome.org>
25277 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25278 (gst_wavparse_create_sourcepad):
25279 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25282 2004-05-09 Benjamin Otte <otte@gnome.org>
25284 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25285 allow discont events before caps nego
25287 2004-05-08 Benjamin Otte <otte@gnome.org>
25289 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25292 2004-05-08 Benjamin Otte <otte@gnome.org>
25294 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25295 (gst_level_change_state), (gst_level_init):
25296 * gst/level/gstlevel.h:
25297 figure out if we're initialized directly instead of keeping a
25298 variable that's wrong in 90% of cases
25299 don't initialize pads and then leak them and use a new unitialized
25300 pad. (fixes #142084)
25301 these were bugs so n00bish I didn't find them for an hour :/
25303 2004-05-08 Iain <iain@prettypeople.org>
25305 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25306 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25307 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25308 return the length that was read.
25309 (gst_riff_read_strf_auds): Allow fmt tags as well.
25311 2004-05-07 David Schleef <ds@schleef.org>
25313 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25314 signed char assumption in faad.h.
25316 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25318 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25319 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25321 2004-05-07 Colin Walters <walters@redhat.com>
25323 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25324 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25326 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25327 Add dispose function.
25329 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25330 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25331 Fix caps nego and pad templates. RGB mode caps should
25333 * ext/dvdnav/gst-dvd:
25334 Move mpeg2dec inside the thread because otherwise the
25335 queue rejects cap changes mid-stream
25336 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25337 (gst_mpeg2dec_flush_decoder):
25338 For mpeg2dec > 0.4.0, call the flush function instead of
25339 manually extracting all in-flight frames.
25340 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25341 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25342 Change mime type video/dv go video/x-dv to match the
25343 rest of gst-plugins
25345 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25347 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25348 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25349 (gst_alsa_sink_class_init):
25350 * ext/alsa/gstalsasink.h:
25351 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25352 (gst_alsa_src_class_init):
25353 * ext/alsa/gstalsasrc.h:
25354 Make alsasink/src a subclass of alsamixer so that mixer stuff
25355 shows up in gst-rec. Needs some finetuning.
25357 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25359 * ext/lame/gstlame.c: (gst_lame_chain):
25361 * ext/mad/gstmad.c: (gst_mad_handle_event):
25363 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25364 be able to detect mp3 files < 4096 bytes
25366 2004-05-06 Wim Taymans <wim@fluendo.com>
25368 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25369 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25370 (theora_enc_set_property), (theora_enc_get_property):
25371 Also encode the first frame, cleanup some code.
25373 2004-05-06 Wim Taymans <wim@fluendo.com>
25375 * ext/mpeg2enc/gstmpeg2enc.cc:
25376 Forward events first before deciding that negotiation was
25379 2004-05-06 Wim Taymans <wim@fluendo.com>
25381 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25382 First process the events before deciding that negotiation
25385 2004-05-06 Wim Taymans <wim@fluendo.com>
25387 * ext/theora/Makefile.am:
25388 * ext/theora/theora.c: (plugin_init):
25389 * ext/theora/theoradec.c: (theora_dec_change_state):
25390 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25391 (gst_theora_enc_class_init), (gst_theora_enc_init),
25392 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25393 (theora_enc_chain), (theora_enc_change_state),
25394 (theora_enc_set_property), (theora_enc_get_property):
25395 Added a theora encoder, grouped the encoder and decoder into the
25398 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25400 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25401 (gst_jpegenc_chain):
25402 fix DURATION on outgoing buffers
25403 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25404 debug using time formats
25405 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25406 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25407 (gst_xvimagesink_sink_link):
25408 windows with width/height 0 generate X errors, so don't allow them
25410 2004-05-05 Wim Taymans <wim@fluendo.com>
25412 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25413 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25414 (gst_mpeg2dec_negotiate_format):
25415 * ext/mpeg2dec/gstmpeg2dec.h:
25416 removed the static pad template so that we can add the
25417 more accurate framerate value to the caps.
25420 2004-05-04 Benjamin Otte <otte@gnome.org>
25423 check for kdemacros.h, too (should fix #141821)
25424 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25425 don't crash if no header was sent, but nicely error out (fixes part
25428 2004-05-04 Wim Taymans <wim@fluendo.com>
25430 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25431 parent dispose function to avoid segfault on destroy.
25433 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25435 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25437 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25438 (gst_xvimagesink_sink_link):
25439 clean up debugging caps
25440 also recreate xvimage when format has changed
25442 2004-05-04 Benjamin Otte <otte@gnome.org>
25444 * ext/libvisual/Makefile.am:
25445 * ext/libvisual/visual.c: (gst_visual_class_init),
25446 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25447 (gst_visual_srclink), (gst_visual_chain),
25448 (gst_visual_change_state), (plugin_init):
25449 use a GstAdapter to correctly adapt buffer sizes - allows using a
25452 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25454 * sys/v4l/gstv4lelement.h:
25455 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25456 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25457 (gst_v4lsrc_buffer_free):
25458 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25459 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25460 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25461 (gst_v4lsrc_requeue_frame):
25462 move some debugging categories around
25463 query for fps index and set accordingly if found
25465 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25467 * ext/lame/gstlame.c:
25468 correct defaults that lame_init puts out of range
25470 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25472 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25473 (gst_divxenc_class_init):
25474 fix range since -1 is the default
25475 * gst/mpeg1sys/gstmpeg1systemencode.c:
25476 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25477 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25478 (gst_rtjpegdec_chain):
25479 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25480 (gst_rtjpegenc_chain):
25481 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25482 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25483 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25484 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25485 * sys/v4l/gstv4lsrc.c:
25486 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25487 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25488 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25489 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25490 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25491 remove gst_info calls
25493 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25502 Updated translations
25504 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25506 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25507 refactor/comment code
25509 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25511 * gst/asfdemux/Makefile.am:
25512 * gst/asfdemux/asfheaders.c:
25513 * gst/asfdemux/asfheaders.h:
25514 * gst/asfdemux/gstasf.c: (plugin_init):
25515 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25516 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25517 (gst_asf_demux_setup_pad):
25518 * gst/asfdemux/gstasfdemux.h:
25519 * gst/asfdemux/gstasfmux.c:
25520 * gst/asfdemux/gstasfmux.h:
25521 Add tagging support to demuxer, split out registration in its own
25522 file instead of in demux (hacky), and prevent having some tables
25523 in our memory multiple times (in asfheaders.h).
25525 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25527 * gst/matroska/matroska-demux.c:
25528 (gst_matroska_demux_parse_metadata):
25529 * gst/matroska/matroska-ids.h:
25530 Basic tag reading support.
25532 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25534 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25535 Really detect ac-3 audio.
25536 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25537 really detect matroska files (off-by-1).
25539 2004-04-30 David Schleef <ds@schleef.org>
25541 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25542 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25543 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25544 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25545 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25546 hackage -- parse a lot more atoms, extract a few tags. One might even
25547 mistake this for tag support. Maybe it is.
25548 * gst/qtdemux/qtdemux.h:
25550 2004-04-30 Colin Walters <walters@verbum.org>
25552 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25554 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25556 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25557 (gst_ffmpegcolorspace_getcaps):
25558 remove broken nego fix
25560 2004-04-30 Benjamin Otte <otte@gnome.org>
25564 * ext/libvisual/Makefile.am:
25565 * ext/libvisual/visual.c:
25566 add initial support for libvisual (http://libvisual.sourceforge.net)
25567 libvisual is still quite alpha, so expect crashes in there :)
25569 2004-04-29 David Schleef <ds@schleef.org>
25571 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25572 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25573 up qtdemux to make it spit out codec_data. Do _not_ look at this
25574 code; you will no longer respect me.
25576 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25578 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25579 * ext/alsa/gstalsa.h :
25580 change alsa pcm device discovery to find more than 1 device
25581 per card. code review by Ronald.
25583 2004-04-29 David Schleef <ds@schleef.org>
25585 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25586 Add a check for a driver bug on FreeBSD. (bug #140565)
25588 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25590 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25591 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25592 (gst_jpegenc_getcaps):
25593 move format setting to inner loop
25594 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25595 (gst_ffmpegcolorspace_getcaps):
25596 use GST_PAD_CAPS if available so that we use already negotiated
25598 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25599 (qtdemux_parse_moov), (qtdemux_parse):
25601 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25602 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25603 move hardcoded path to DEFINE
25605 2004-04-28 David Schleef <ds@schleef.org>
25607 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
25610 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25612 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25613 Don't probe for playback device if we're a source element. Fixes
25616 2004-04-29 Benjamin Otte <otte@gnome.org>
25618 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25619 (gst_id3_tag_chain):
25620 rewrite buffer offset
25622 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25626 * ext/dts/Makefile.am:
25627 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25628 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25629 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25630 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25631 (gst_dtsdec_loop), (gst_dtsdec_change_state),
25632 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25634 * ext/dts/gstdtsdec.h:
25636 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25637 (gst_faad_srcconnect):
25638 Add ESDS atom handling (.m4a).
25640 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25642 * ext/divx/gstdivxdec.c: (plugin_init):
25643 Remove comment that makes no sense.
25644 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25645 Fix for obvious typo that resulted in warnings during gst-register.
25646 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25647 (gst_xviddec_sink_link):
25648 Fix caps negotiation a bit better.
25649 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25650 We call this 'codec_data', not 'esds'.
25652 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
25654 * gst/monoscope/gstmonoscope.c:
25655 make sure we only provide 256x128
25656 * gst/monoscope/monoscope.c: (monoscope_init):
25657 assert size of 256x128
25659 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25662 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25663 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25664 fixate to max width and height of device
25666 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25669 * sys/v4l/gstv4l.c:
25670 * sys/v4l/gstv4lsrc.c:
25671 * sys/v4l/v4l_calls.c:
25672 * sys/v4l/v4lsrc_calls.c:
25673 fix for qc-usb driver which fakes having more than one buffer
25674 by handing the same buffer twice, which confused GStreamer's/v4lsrc
25675 buffer_free override
25678 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25681 * gst/videotestsrc/gstvideotestsrc.c:
25682 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25683 (gst_videotestsrc_init), (gst_videotestsrc_get),
25684 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25685 * gst/videotestsrc/gstvideotestsrc.h:
25686 add num-buffers property
25688 2004-04-26 Benjamin Otte <otte@gnome.org>
25690 * ext/mad/gstid3tag.c: (plugin_init):
25691 set id3mux rank to NONE so it doesn't confuse spider
25692 require audio/mpeg,mpegversion=1 in id3mux
25694 2004-04-26 Benjamin Otte <otte@gnome.org>
25697 detect faad correctly as non-working if it's indeed non-working
25699 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
25702 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25703 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25704 fix _getcaps so it only negotiates to its supported format
25706 2004-04-25 Benjamin Otte <otte@gnome.org>
25708 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25711 2004-04-23 Benjamin Otte <otte@gnome.org>
25713 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25714 audio/x-raw-int with height rules! not. Now it's depth.
25716 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
25718 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25719 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25720 (gst_wavparse_loop):
25721 Missing variable initialization. Add handling of DVI ADPCM. Fix
25722 mis-parsing of LIST chunks. This works around a bug where we mis-
25723 parse non-aligning LIST chunks (so LIST chunks where the contents
25724 don't align with the actual LIST size). The correct fix is to use
25725 rifflib, I'm not going to fix wavparse - too much work. All this
25728 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25730 reviewed by Benjamin Otte <otte@gnome.org>
25732 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25733 fix shoutcast not working (fixes #140844)
25735 2004-04-22 Benjamin Otte <otte@gnome.org>
25737 * ext/hermes/gsthermescolorspace.c:
25738 (gst_hermes_colorspace_caps_remove_format_info):
25739 * gst/colorspace/gstcolorspace.c:
25740 (gst_colorspace_caps_remove_format_info):
25741 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25742 (gst_ffmpegcolorspace_caps_remove_format_info):
25743 s/gst_caps_simplify/gst_caps_do_simplify/
25745 2004-04-22 Benjamin Otte <otte@gnome.org>
25747 * gst-libs/gst/riff/riff-media.c:
25748 (gst_riff_create_video_caps_with_data):
25749 mpegversion is an int
25750 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25751 don't try to create pad templates with NULL caps, use any caps
25754 2004-04-20 David Schleef <ds@schleef.org>
25756 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25757 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
25760 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
25762 reviewed by David Schleef
25764 * ext/mad/gstid3tag.c: Add stdlib.h
25765 * gst/rtp/gstrtpgsmenc.c: same
25766 * gst/tags/gstid3tag.c: same
25767 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25768 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25769 GST_DISABLE_LOADSAVE use.
25770 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25771 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25772 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25774 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25775 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25777 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25778 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25780 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25783 2004-04-20 David Schleef <ds@schleef.org>
25785 * gst/realmedia/rmdemux.c: This was supposed to part of the
25786 last checkin. Same idea.
25788 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
25790 reviewed by David Schleef
25792 * configure.ac: bump required gstreamer version to 0.8.1.1
25793 because of following changes [--ds]
25795 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
25796 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25797 (gst_riff_read_header): Use GST_READ_UINT*
25798 macros to access possibly unaligned memory.
25800 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25801 (mp3_type_find): Use GST_READ_UINT*
25802 macros to access possibly unaligned memory.
25803 (mp3_type_find, mpeg1_parse_header, qt_type_find)
25804 (speex_type_find): Likewise
25806 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25808 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25809 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25810 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25811 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25812 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25813 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
25814 macros to access possibly unaligned memory.
25816 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25819 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25820 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25822 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25825 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25826 (gst_mpeg2subt_chain_subtitle): Likewise.
25828 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25829 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25832 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25835 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25838 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25841 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25844 update required version of GStreamer because of GST_TIME_FORMAT
25846 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
25848 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25849 remove leftover g_print
25850 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25851 don't try setting only a subset of the caps. We don't want to kill
25852 autoplugging on purpose
25854 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25856 * sys/ximage/ximagesink.c: (plugin_init):
25857 * sys/xvimage/xvimagesink.c: (plugin_init):
25858 add debugging categories
25860 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25864 Adding en_GB translation (Gareth Owen)
25866 2004-04-20 David Schleef <ds@schleef.org>
25868 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25869 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25870 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25871 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25872 A number of new features and hacks to extract the esds atom and
25873 put it into the caps. (bug #137724)
25875 2004-04-19 David Schleef <ds@schleef.org>
25877 * gconf/Makefile.am: Fix for non-GNU make
25878 * gst-libs/gst/Makefile.am: Change directory order to handle
25879 GstPlay linking with gstinterfaces
25880 * gst-libs/gst/audio/make_filter: make use of tr portable
25881 * gst-libs/gst/play/Makefile.am: Add intended \
25882 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25883 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25884 function prototype instead of void *.
25885 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25887 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25888 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25889 * gst/videofilter/make_filter: make use of tr portable
25890 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25892 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
25896 Added Ukrainian translation (Maxim V. Dziumanenko)
25898 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
25900 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25901 (gst_gsmdec_link), (gst_gsmdec_chain):
25902 Fix capsnego, simplify chain function slightly.
25903 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25906 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
25908 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25909 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25910 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25911 Hack to make wavparse work with spider (always -> sometimes pad).
25912 Fixes #135862 && #140411.
25914 2004-04-18 Benjamin Otte <otte@gnome.org>
25916 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25917 (gst_osselement_rate_probe_check),
25918 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25919 get rid of \n in debug output
25921 2004-04-17 Iain <iain@prettypeople.org>
25923 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25926 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25928 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25929 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25930 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25931 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25932 (gst_id3_tag_src_link), (gst_id3_tag_chain),
25933 (gst_id3_tag_change_state), (plugin_init):
25934 deprecate id3tag element and replace with id3demux/id3mux.
25935 great side effect: this ugly file is now even uglier, yay!
25936 * ext/mad/gstmad.h:
25937 remove non-available function
25938 update for new get_type
25940 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25943 require mpeg2dec >= 0.4.0
25945 2004-04-17 Benjamin Otte <otte@gnome.org>
25947 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25948 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25949 (gst_xvimagesink_set_xwindow_id):
25950 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25951 assorted cleanup fixes.
25953 2004-04-16 David Schleef <ds@schleef.org>
25955 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25956 * sys/xvimage/xvimagesink.h: same
25958 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
25960 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25961 Fix GST_ELEMENT_ERROR with (NULL)
25963 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25965 * gst-libs/gst/riff/riff-media.c:
25966 (gst_riff_create_video_caps_with_data):
25967 Add div[3456] as fourccs for DivX 3 (fixes #140137).
25969 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25971 * gst-libs/gst/riff/riff-media.c:
25972 (gst_riff_create_video_caps_with_data),
25973 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25974 (gst_riff_create_video_template_caps),
25975 (gst_riff_create_audio_template_caps):
25976 * gst-libs/gst/riff/riff-media.h:
25977 * gst-libs/gst/riff/riff-read.c:
25978 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25979 * gst-libs/gst/riff/riff-read.h:
25980 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25981 Add MS RLE support. I added some functions to read out strf chunks
25982 into strf chunks and the data behind it. This is usually color
25983 palettes (as in RLE, but also in 8-bit RGB). Also use those during
25984 caps creation. Lastly, add ADPCM (similar to wavparse - which
25985 should eventually be rifflib based).
25986 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25987 (gst_matroska_demux_init), (gst_matroska_demux_reset):
25988 * gst/matroska/matroska-demux.h:
25989 Remove placeholders for some prehistoric tagging system. Didn't add
25990 support for any tag system really anyway.
25991 * gst/qtdemux/qtdemux.c:
25992 Add support for audio/x-m4a (MPEG-4) through spider.
25993 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25994 (gst_wavparse_loop):
25995 ADPCM support (#135862). Increase max. buffer size because we
25996 cannot split buffers for ADPCM (screws references) and I've seen
25997 files with 2048 byte chunks. 4096 seems safe for now.
25999 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26001 * configure.ac: bump nano to 1
26003 === release 0.8.1 ===
26005 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26007 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26009 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26011 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26012 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26015 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26017 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26018 lower rank of dvddemux so that it's not used for mpeg playback.
26020 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26023 save libs correctly when checking mad
26025 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26027 * ext/mad/gstid3tag.c: (plugin_init):
26028 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26030 2004-04-13 David Schleef <ds@schleef.org>
26032 * common/m4/gst-feature.m4: Call -config scripts with
26033 --plugin-libs if it is supported.
26034 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26035 JPEG images are image/jpeg.
26036 * gst/debug/Makefile.am:
26037 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26038 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26039 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26040 (gst_negotiation_plugin_init): Add a property that acts like
26042 * testsuite/gst-lint: Move license checking to be a standard
26045 2004-04-13 David Schleef <ds@schleef.org>
26047 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26048 patch from Sebastien Cote (bug #139958)
26050 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26052 * examples/gstplay/Makefile.am:
26053 * examples/gstplay/player.c: (main):
26054 make the commandline player example use gconf settings
26056 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26058 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26059 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26060 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26061 init/end library during state transition, not object
26062 creation/disposal. get rid of custom dispose handler.
26065 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26067 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26070 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26072 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26073 Handle JUNK chunks inside data section. Prevents warnings.
26075 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26077 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26078 (gst_riff_create_video_template_caps):
26080 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26081 (gst_avi_demux_stream_data):
26082 Add support for "rec-list" chunks.
26084 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26086 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26087 Fix another codecname mismatch.
26089 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26091 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26092 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26093 so that MJPEG plays back.
26095 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26097 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26098 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26099 * gst/mpeg1videoparse/gstmp1videoparse.h:
26100 Fix for some slight mis-cuts in buffer parsing, and for some
26101 potential overflows or faults-causers. Adds disconts. Also fixes
26102 #139105 while we're at it.
26104 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26107 * sys/v4l2/gstv4l2element.h:
26108 Workaround for missing struct v4l2_buffer declaration in Suse 9
26109 and Mandrake 10 linux/videodev2.h header file (#135919).
26111 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26113 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26114 Bail out if no filename was given.
26116 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26118 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26119 (gst_v4l2_fourcc_from_structure):
26120 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26123 2004-04-09 Benjamin Otte <otte@gnome.org>
26125 * ext/gnomevfs/gstgnomevfssink.c:
26126 (_gst_boolean_allow_overwrite_accumulator),
26127 (gst_gnomevfssink_class_init):
26128 fix erase signal - if any handler returns false the file will not be
26129 overwritten. If no handler is connected, the file will not be
26130 overwritten either.
26131 renamed signal to "allow-overwrite"
26132 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26133 free string when adding it to ID3 failed
26134 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26135 unref event when done
26136 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26138 * gst/typefind/gsttypefindfunctions.c:
26139 (mpeg_video_stream_type_find):
26142 2004-04-08 David Schleef <ds@schleef.org>
26144 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26145 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26147 2004-04-08 David Schleef <ds@schleef.org>
26149 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26150 we don't support (bug #139532)
26152 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26154 * ext/mad/gstmad.c: (gst_mad_handle_event),
26155 (gst_mad_check_caps_reset), (gst_mad_chain),
26156 (gst_mad_change_state):
26157 only set explicit caps if they haven't been set before for
26158 this stream. MPEG-audio sample rate/channels aren't allowed
26159 to change in-stream.
26162 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26164 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26165 (_gst_boolean_did_something_accumulator),
26166 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26167 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26168 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26169 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26170 (gst_gnomevfssink_change_state):
26171 Fix erase signal. Don't erase by default. Remove handoff signal.
26172 Remove erase property. Don't segfault. General cleanup.
26174 2004-04-07 Benjamin Otte <otte@gnome.org>
26176 * gst-libs/gst/gconf/test-gconf.c: (main):
26177 add missing gst_init
26179 2004-04-07 Benjamin Otte <otte@gnome.org>
26181 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26182 free the mutexes, too
26184 2004-04-07 Benjamin Otte <otte@gnome.org>
26186 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26187 actually free the URI string
26188 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26189 compute offset correctly when passing discont events
26190 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26191 don't leak discont events
26192 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26193 add some missing breaks so caps aren't copied randomly
26194 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26195 if we realloc memory, we better use it
26197 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26199 * ext/mad/gstmad.c: (normal_seek):
26200 fix GST_FORMAT_TIME usage
26202 2004-04-05 David Schleef <ds@schleef.org>
26204 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26205 a deprecated function (hack!)
26207 2004-04-05 Benjamin Otte <otte@gnome.org>
26209 * ext/esd/esdmon.c: (gst_esdmon_get):
26210 fix nonterminated vararg and memleak
26212 2004-04-05 Benjamin Otte <otte@gnome.org>
26214 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26215 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26216 (gst_ladspa_set_property), (gst_ladspa_get_property),
26217 (gst_ladspa_instantiate), (gst_ladspa_activate),
26218 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26221 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26223 reviewed by Benjamin Otte <otte@gnome.org>
26225 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26226 check for broken LADSPA parameters (fixes #138635)
26228 2004-04-05 Benjamin Otte <otte@gnome.org>
26230 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26231 advertise buffer-frames correctly on sinkpads
26233 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26235 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26236 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26237 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26238 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26239 (gst_mad_check_caps_reset), (gst_mad_chain):
26240 add more debugging, only reset caps when we're not in error state
26242 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26244 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26246 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26248 reviewed by Benjamin Otte <otte@gnome.org>
26251 fix == in test(1) operator
26253 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26255 reviewed by Benjamin Otte <otte@gnome.org>
26258 fix --export-symblos-regex to a working regex.
26260 2004-04-04 Benjamin Otte <otte@gnome.org>
26262 * sys/oss/.cvsignore:
26265 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26267 reviewed by Benjamin Otte <otte@gnome.org>
26269 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26270 add missing 'new_media' argument (fixes #138168)
26271 * gst/matroska/matroska-demux.c:
26272 (gst_matroska_demux_handle_seek_event):
26273 add vararg terminator (fixes #138169)
26275 2004-04-02 David Schleef <ds@schleef.org>
26277 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26278 disted (bug #138914)
26280 2004-04-01 Benjamin Otte <otte@gnome.org>
26282 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26283 (gst_alsa_close_audio):
26284 handle case better where a soundcard can't pause
26285 * ext/ogg/gstoggdemux.c:
26286 don't crash when we get events but don't have pads yet
26288 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26290 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26291 throw an error if we couldn't probe any caps.
26293 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26295 * ext/dvdnav/gst-dvd:
26296 Add a really simple sample DVD player
26298 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26300 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26301 (gst_a52dec_push), (gst_a52dec_handle_event),
26302 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26303 (gst_a52dec_change_state):
26304 * ext/a52dec/gsta52dec.h:
26305 Use a debug category, Output timestamps correctly
26306 Emit tag info, Handle events, tell liba52dec about cpu
26307 capabilities so it can use MMX etc.
26308 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26309 Fix a crasher accessing invalid memory
26310 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26311 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26312 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26313 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26315 Some support for byte-format seeking.
26316 Small fixes for still frames and menu button overlays
26317 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26318 (gst_mpeg2dec_alloc_buffer):
26319 Use a debug category. Adjust the report level of several items to
26320 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26321 so it doesn't lose the GstBuffer pointer
26322 * gst/debug/Makefile.am:
26323 * gst/debug/gstdebug.c: (plugin_init):
26324 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26325 (gst_navseek_base_init), (gst_navseek_class_init),
26326 (gst_navseek_init), (gst_navseek_seek),
26327 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26328 (gst_navseek_get_property), (gst_navseek_chain),
26329 (gst_navseek_plugin_init):
26330 * gst/debug/gstnavseek.h:
26331 Add the navseek debug element for seeking back and forth in a
26332 video stream using arrow keys.
26333 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26334 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26335 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26336 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26337 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26338 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26339 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26340 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26341 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26342 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26343 * gst/mpeg2sub/gstmpeg2subt.h:
26344 Pretty much a complete rewrite. Now a loopbased element. May still
26345 require work to properly synchronise subtitle buffers.
26346 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26347 (gst_dvd_demux_send_subbuffer):
26348 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26349 Don't attempt to create subbuffers of size 0
26350 Reduce a couple of error outputs to warnings.
26351 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26352 (gst_y4mencode_chain):
26353 Output the y4m frame header correctly.
26355 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26357 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26358 throw errors instead of allowing SIGFPE
26360 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26362 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26363 (gst_gconf_render_bin_from_key):
26364 leak plugging and style fixing
26366 2004-03-31 David Schleef <ds@schleef.org>
26368 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26369 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26371 * gst/debug/Makefile.am:
26372 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26373 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26375 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26376 (gst_negotiation_base_init), (gst_negotiation_class_init),
26377 (gst_negotiation_init), (gst_negotiation_getcaps),
26378 (gst_negotiation_pad_link), (gst_negotiation_chain),
26379 (gst_negotiation_set_property), (gst_negotiation_get_property),
26380 (gst_negotiation_plugin_init): New element to talk about random
26381 negotiation things happening in a pipeline.
26383 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26385 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26386 fix integer addition with help of Stefan Kost
26388 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26390 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26392 2004-03-30 David Schleef <ds@schleef.org>
26394 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26395 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26396 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26398 * ext/mpeg2dec/gstmpeg2dec.h:
26400 2004-03-30 David Schleef <ds@schleef.org>
26402 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26404 2004-03-30 David Schleef <ds@schleef.org>
26406 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26407 Michael Petullo) to handle .mov
26409 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26411 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26412 (gst_osselement_rate_check_rate):
26413 probe caps correctly for sound cards that only support one format
26415 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26417 * ext/kio/kiosrc.cpp: (process_events):
26418 update handling event processing if inside KDE - untested
26420 2004-03-29 David Schleef <ds@schleef.org>
26422 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26423 by 2 to not interfere with other colorspaces.
26424 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26425 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26426 one to not interfere with ffmpeg_colorspace.
26428 2004-03-29 David Schleef <ds@schleef.org>
26430 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26431 aren't in the caps.
26432 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26433 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26435 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26437 * gst-libs/gst/riff/riff-media.c:
26438 fail on error, don't try to set stuff on NULL caps
26440 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26444 * ext/kio/Makefile.am:
26445 * ext/kio/kioreceiver.cpp:
26446 * ext/kio/kioreceiver.h:
26447 * ext/kio/kiosrc.cpp:
26448 * ext/kio/kiosrc.h:
26449 add experimental kiosrc plugin
26450 * ext/alsa/gstalsaplugin.c: (plugin_init):
26451 initialize debugging category only when we're sure registering the
26454 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26456 * examples/gstplay/player.c: (main):
26457 * gst-libs/gst/play/play.c: (gst_play_class_init),
26458 (gst_play_set_location), (gst_play_set_data_src),
26459 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26460 (gst_play_set_visualization), (gst_play_connect_visualization):
26461 check return values of element_set_state and return FALSE where
26464 2004-03-29 Benjamin Otte <otte@gnome.org>
26466 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26467 try harder to check if an event is really a discont
26469 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26471 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26474 2004-03-28 Benjamin Otte <otte@gnome.org>
26476 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26477 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26478 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26479 get rid of non-standard "..." ranges in case statements.
26481 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26483 * gst/mpegstream/gstmpegdemux.c:
26484 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26485 specific functionality split to the new dvddemux element.
26486 * gst/mpegstream/gstdvddemux.c:
26487 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26488 streams, derived from mpegdemux.
26489 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26490 up. SCR based timestamp rewriting can be turned off (will probably
26491 completely disappear soon).
26492 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26493 hacking. General cleanup. All printf statements replaced by
26494 debugging messages. Almost complete libdvdnav support.
26495 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26496 by events. New properties for audio and subpicture languages.
26497 (dvdnavsrc_update_highlight): Now uses events.
26498 (dvdnavsrc_user_op): Cleaned up.
26499 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26500 based). Lots of cleanup, and propper support for most libdvdnav
26502 (dvdnavsrc_make_dvd_event): New function.
26503 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26504 (dvdnavsrc_make_clut_change_event): New function.
26506 2004-03-26 Benjamin Otte <otte@gnome.org>
26508 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26509 fix bug where typefinding would claim it's theora whenever less then
26510 7 bytes of data were available
26512 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26514 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26515 (gst_alawdec_base_init), (gst_alawdec_class_init),
26516 (gst_alawdec_init), (gst_alawdec_chain):
26517 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26518 (gst_alawenc_base_init), (gst_alawenc_class_init),
26519 (gst_alawenc_init), (gst_alawenc_chain):
26520 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26521 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26522 (gst_mulawdec_init), (gst_mulawdec_chain):
26523 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26524 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26525 (gst_mulawenc_init), (gst_mulawenc_chain):
26526 Fix capsnego in all four, remove the unused property functions and
26527 simplify the chain functions slightly. I guess we could use macros
26528 or something similar for those, since the code is so similar, but
26529 I'm currently too lazy...
26531 2004-03-24 David Schleef <ds@schleef.org>
26533 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26534 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26535 (gst_osselement_get_format_structure),
26536 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26537 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26538 (gst_osselement_rate_int_compare): Add code to handle rate probing
26540 * sys/oss/gstosselement.h: same
26541 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26542 Use rate probing provided by osselement.
26543 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26545 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26547 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26548 (gst_xvidenc_get_property):
26551 2004-03-24 David Schleef <ds@schleef.org>
26553 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26554 (gst_speexdec_init):
26555 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26556 (gst_speexenc_init): Create the pad template correctly (from
26557 the static pad template, not a NULL pointer.)
26559 2004-03-25 Benjamin Otte <otte@gnome.org>
26561 * gst/debug/Makefile.am:
26562 * gst/debug/breakmydata.c:
26563 add element that quasi-randomly changes bytes in the stream.
26564 Intended use is robustness checking of demuxers and decoders in
26567 2004-03-24 Benjamin Otte <otte@gnome.org>
26569 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26570 (gst_alsa_probe_hw_params):
26571 * ext/alsa/gstalsa.h:
26572 debugging output fixes
26574 2004-03-24 Benjamin Otte <otte@gnome.org>
26576 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26577 don't g_return_if_fail if element is PLAYING, fail silently as every
26579 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26580 only fix needed for cast lvalue issues in gst-plugins
26581 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26584 2004-03-24 Benjamin Otte <otte@gnome.org>
26586 * gst/level/gstlevel.c: (gst_level_init):
26587 add proxying getcaps function, so level doesn't advertise impossible
26590 2004-03-24 David Schleef <ds@schleef.org>
26592 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26593 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26594 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26595 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26596 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26597 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26598 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26599 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26600 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26601 messages. Divide the chunk size by the compression ratio
26602 (needed for MACE audio)
26604 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26606 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26607 Fix buffer overflow read error.
26609 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26611 * ext/alsa/gstalsa.h:
26612 Remove unused entry.
26613 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26615 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26616 (gst_videodrop_link), (gst_videodrop_chain):
26617 Fix, sort of. Was horribly broken with new capsnego. Bah...
26619 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
26621 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26623 Add a monkeysaudio typefind function
26625 2004-03-23 Johan Dahlin <johan@gnome.org>
26627 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26628 (gst_play_video_fixate): Check so the structure has the field
26629 before trying to fixate them, this makes it possible to have
26630 fakesinks for video and audio output without printing errors on
26631 the output console.
26633 2004-03-22 David Schleef <ds@schleef.org>
26635 * sys/oss/Makefile.am:
26636 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26637 (check_rate), (add_rate): Rate probing test app.
26639 2004-03-21 Benjamin Otte <otte@gnome.org>
26641 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26642 (_fixate_caps_to_int), (gst_audio_convert_fixate):
26643 add a fixation function that pretty much does the right thing (fixes
26646 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
26648 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26650 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
26652 reviewed by: Benjamin Otte <otte@gnome.org>
26654 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26655 terminate gst_event_new_discontinuous correctly (fixes parts of
26658 2004-03-19 David Schleef <ds@schleef.org>
26660 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
26661 since it doesn't depend on X, and it's part of our ABI.
26663 2004-03-19 Iain <iain@prettypeople.org>
26665 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26666 is_int in the structure, not the local variable.
26668 2004-03-19 David Schleef <ds@schleef.org>
26670 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26671 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26672 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26673 Improvements in caps negotiation.
26675 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26679 adding Afrikaans (Petri Jooste)
26681 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26683 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26684 (gst_ffmpegcolorspace_chain):
26685 throw error instead of g_critical (#137588)
26687 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26691 dist common and m4 correctly
26694 2004-03-17 David Schleef <ds@schleef.org>
26696 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
26699 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
26703 adding Swedish translation (Christian Rose)
26705 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
26707 * Makefile.am: use release.mak
26709 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26711 * common/ChangeLog:
26712 * common/gst-autogen.sh:
26713 add some explanation about the version detection
26717 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26719 * configure.ac: bump nano to 1
26721 === release 0.8.0 ===
26723 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26725 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26727 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26730 update libtool version
26731 * gst-libs/gst/media-info/Makefile.am:
26732 actually use libtool version
26734 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26736 * configure.ac: fix speex detection to work with 1.0 but not 1.1
26738 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26741 * gst-plugins.spec.in:
26742 * pkgconfig/Makefile.am:
26743 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26744 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26745 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26746 * pkgconfig/gstreamer-libs.pc.in:
26747 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26748 * pkgconfig/gstreamer-play-uninstalled.pc.in:
26749 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26750 * pkgconfig/gstreamer-plugins.pc.in:
26751 remove @VERSION@ from some of the pc files since core and plugins
26753 created gstreamer-plugins.pc as it's a better name, but keeping
26754 -libs around for now to get fixes upstream done first.
26756 2004-03-15 Julien MOUTTE <julien@moutte.net>
26758 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26759 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26760 * gst-libs/gst/play/play.h:
26762 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26764 * *.c, *.cc: don't mix tabs and spaces
26766 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26768 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26769 use the new ffmpegcolorspace
26770 * gst-plugins.spec.in:
26771 package new colorspace and media-info
26773 * pkgconfig/Makefile.am:
26774 fix some more disting issues
26775 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26776 * pkgconfig/gstreamer-media-info.pc.in:
26777 generate media-info pc files
26779 2004-03-15 Johan Dahlin <johan@gnome.org>
26781 * *.h: Revert indenting
26783 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26786 adding ffmpegcolorspace element
26787 * gst/ffmpegcolorspace/Makefile.am:
26788 * gst/ffmpegcolorspace/avcodec.h:
26789 * gst/ffmpegcolorspace/common.h:
26790 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26791 * gst/ffmpegcolorspace/dsputil.h:
26792 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26793 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26794 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26795 (gst_ffmpeg_caps_to_pix_fmt):
26796 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26797 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26798 (gst_ffmpegcolorspace_caps_remove_format_info),
26799 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26800 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26801 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26802 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26803 (gst_ffmpegcolorspace_set_property),
26804 (gst_ffmpegcolorspace_get_property),
26805 (gst_ffmpegcolorspace_register):
26806 * gst/ffmpegcolorspace/imgconvert.c:
26807 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26808 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26809 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26810 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26811 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26812 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26813 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26814 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26815 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26816 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26817 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26818 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26819 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26820 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26821 (img_get_alpha_info), (deinterlace_line),
26822 (deinterlace_line_inplace), (deinterlace_bottom_field),
26823 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26824 * gst/ffmpegcolorspace/imgconvert_template.h:
26825 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26826 * gst/ffmpegcolorspace/mmx.h:
26827 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26828 adding ffmpegcolorspace element supplied by Ronald after cleaning
26829 up and pulling in the right bits of upstream source.
26830 I'm sure a better C/compiler wizard could do some cleaning up (for
26831 example use GLIB's malloc stuff), but as a first pass this
26834 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26836 * ext/alsa/gstalsa.h:
26837 I assume Ronald forgot to commit the change to have cardname
26838 as a struct member. Expect some public spanking at the next
26841 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26843 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26844 (gst_alsa_open_audio), (gst_alsa_close_audio):
26845 * ext/alsa/gstalsa.c:
26846 Don't open the device if we're a mixer (= padless).
26847 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26848 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26849 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26850 Open mixer during state change rather than during object
26851 initialization. Also, get a device name. Currently in a somewhat
26852 hackish fashion, but I didn't really find something better.
26854 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
26856 * *.c, *.h: run gst-indent
26858 2004-03-14 Benjamin Otte <otte@gnome.org>
26860 * gst/modplug/gstmodplug.cc:
26861 * gst/modplug/gstmodplug.h:
26862 set correct timestamps on outgoing buffers
26864 2004-03-14 Benjamin Otte <otte@gnome.org>
26866 * gst/modplug/gstmodplug.cc:
26867 handle events - don't do crap when a discont arrives that's not
26869 This allows correct loading and playback of mods in Rhythmbox
26871 2004-03-14 Benjamin Otte <otte@gnome.org>
26874 * gst-libs/gst/gconf/Makefile.am:
26875 * pkgconfig/Makefile.am:
26876 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26877 they get rebuilt properly
26879 when checking for vorbis, try pkgconfig first.
26880 * gst/modplug/gstmodplug.cc:
26881 add fixate function
26883 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26885 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26886 Fix for obvious mistake, where we first shift the offset and then
26887 read a samplesize element assuming the old offset. Note that this
26888 part still has something weird, i.e. my movies containing those
26889 don't actually play well, but at least there's something that looks
26892 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
26893 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26895 Add a typefind function for speex format
26897 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
26899 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26900 (gst_asf_demux_setup_pad):
26901 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26902 instead of 0. Reason is simple: some elements have a fps range
26903 of 1-max instead of 0-max. So now ASF video actually works.
26905 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
26909 adding serbian as a language
26911 2004-03-13 Benjamin Otte <otte@gnome.org>
26913 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26914 return taglist correctly from _get function, don't gst_pad_push it.
26917 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
26918 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26920 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
26922 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26923 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26924 (gst_alsa_mixer_track_new):
26925 * ext/alsa/gstalsamixertrack.h:
26926 Fix ancient leftovers... MixerTrack is a GObject.
26928 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
26930 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26931 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26932 Don't block during probing...
26934 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
26936 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26937 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26938 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26939 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26940 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26941 (gst_alsa_open_audio), (gst_alsa_close_audio):
26942 * ext/alsa/gstalsa.h:
26943 Add propertyprobe interface implementation, add some device-name
26944 property, all this so that it looks good in gnome-volume-control.
26946 2004-03-12 David Schleef <ds@schleef.org>
26948 * configure.ac: the Hermes library controls hermescolorspace, not
26950 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26951 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26953 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26954 * ext/sdl/sdlvideosink.h: ditto.
26955 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26957 2004-03-12 Benjamin Otte <otte@gnome.org>
26959 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26960 (gst_x_overlay_got_xwindow_id):
26961 * gst-libs/gst/xoverlay/xoverlay.h:
26962 replace XID with unsigned long to get rid of the xlibs dependency in
26963 XOverlay (fixes #137004)
26965 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
26966 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26967 (gst_agingtv_setup):
26968 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26969 (gst_dicetv_base_init), (gst_dicetv_class_init),
26970 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26971 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26972 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26973 (gst_edgetv_setup), (gst_edgetv_rgb32):
26974 * gst/effectv/gsteffectv.c:
26975 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26976 (gst_quarktv_set_property):
26977 * gst/effectv/gstrev.c: (gst_revtv_get_type),
26978 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26979 (gst_revtv_setup), (gst_revtv_rgb32):
26980 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26981 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26982 (gst_shagadelictv_init), (gst_shagadelictv_setup),
26983 (gst_shagadelictv_rgb32):
26984 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26985 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26986 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26987 * gst/effectv/gstwarp.c:
26988 Port everything that can be ported to videofilter and fix up the caps.
26989 Can someone with a big-endian machine please check these?
26991 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26993 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26994 (gst_osssink_chain), (gst_osssink_change_state):
26995 Latest fixes for A/V sync, audio playback and such. This is about
26996 all... MPEG playback issues are mostly related to the async build-
26997 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26999 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27001 patch from: Stephane Loeuillet
27004 use pkg-config for some libraries, falling back to the old .m4 way
27009 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27012 * tools/Makefile.am:
27013 * tools/Makefile.in:
27014 * tools/gst-launch-ext-m.m:
27015 * tools/gst-launch-ext.1.in:
27016 * tools/gst-visualise-m.m:
27017 * tools/gst-visualise.1:
27018 * tools/gst-visualise.1.in:
27019 reorganizing generation of script tools
27021 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27023 * ext/divx/gstdivxdec.c:
27024 Downgrade priority. We prefer ffdec_mpeg4.
27025 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27026 (gst_faad_chain), (gst_faad_change_state):
27027 Fix capsnego. Doesn't work for some sounds because we don't have
27028 a 5:1 to stereo element.
27029 * ext/xvid/gstxvid.c: (plugin_init):
27031 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27032 (gst_osssink_change_state):
27033 Add discont handling.
27035 2004-03-09 Colin Walters <walters@verbum.org>
27037 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27040 2004-03-09 Benjamin Otte <otte@gnome.org>
27042 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27043 the signals take 2 arguments
27045 2004-03-09 David Schleef <ds@schleef.org>
27047 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27048 (gst_alsa_fixate): Add fixate function. (bug #136686)
27049 * ext/alsa/gstalsa.h:
27050 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27052 2004-03-09 Benjamin Otte <otte@gnome.org>
27054 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27055 (gst_mikmod_change_state):
27056 * ext/mikmod/gstmikmod.h:
27057 make mikmod's loop function not loop infinitely and call
27058 gst_element_yield anymore
27059 * gst/modplug/gstmodplug.cc:
27060 fix pad negotiation (fixes #136590)
27062 2004-03-09 David Schleef <ds@schleef.org>
27064 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27065 doesn't conflict with the internal colorspace plugin.
27066 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27067 satisfy the crappy-ass shell shipped by a certain vendor.
27068 * gst/videofilter/make_filter: same (bug #135299)
27070 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27072 * configure.ac: bump nano to 1
27074 === release 0.7.6 ===
27076 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27078 * configure.in: releasing 0.7.6, "There"
27080 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27082 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27083 * pkgconfig/gstreamer-play.pc.in:
27084 synchronize the two
27086 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27088 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27089 (cdparanoia_open), (cdparanoia_event):
27090 fix/add error handling
27092 add cdparanoia source
27093 * tools/Makefile.am:
27094 make scripts executable
27096 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27099 * ext/vorbis/Makefile.am:
27101 remove id3types, vorbisfile and xvideosink from the build (#133783)
27103 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27105 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27106 Fix metadata read crash (#136537).
27108 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27110 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27111 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27112 adding mime types, fixing the one-stop function
27114 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27116 * ext/nas/nassink.c and /ext/nas/nassink.h:
27117 More NAS love from Arwed von Merkatz
27118 So lets all sing 'Can you feel the NAS tonight'
27120 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27122 * tools/gst-launch-ext.in:
27123 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27125 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27127 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27128 (gst_mpeg2dec_init):
27129 remove the user_data pad for now, because it is being used in
27130 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27131 If someone knows how to fix this properly, please do.
27133 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27135 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27136 (gst_osssink_get_time):
27137 add a warning, IMO this won't get triggered anymore, remove later
27139 2004-03-07 David Schleef <ds@schleef.org>
27141 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27142 format (bug #136470)
27144 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27146 * gst-libs/Makefile.am:
27147 * gst-libs/gst/media-info/Makefile.am:
27148 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27149 (error_callback), (gst_media_info_error_create),
27150 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27151 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27152 * gst-libs/gst/media-info/media-info-priv.h:
27153 * gst-libs/gst/media-info/media-info-test.c: (main):
27154 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27155 (gst_media_info_class_init), (gst_media_info_instance_init),
27156 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27157 (gst_media_info_read_idler), (gst_media_info_read):
27158 * gst-libs/gst/media-info/media-info.h:
27159 fixed, should work now
27161 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27163 * ext/nas/nassink.c:
27164 A bunch of NAS fixes from Arwed von Merkatz
27166 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27168 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27169 (qtdemux_parse_trak):
27170 Fix crash (j might be greater than n_samples, in which case we're
27171 writing outside the allocated space for the array) and memleak.
27173 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27175 * sys/oss/gstosssink.c: (gst_osssink_chain):
27176 And another caller that couldn't handle delay < 0 (unsigned
27177 integer overflow). Video now continues playing on an audio
27178 buffer underrun, and the clock continues working. Audio still
27181 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27183 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27184 (gst_osssink_get_time):
27185 get_delay() may return values lower than 0. In those cases, we
27186 should not actually cast to *unsigned* int64, that will break
27187 stuff horribly. In my case, it screwed up A/V sync in movies
27188 in totem rather badly.
27190 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27192 * ext/faac/gstfaac.c: (gst_faac_chain):
27193 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27194 * ext/libpng/gstpngenc.c: (user_write_data):
27195 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27196 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27197 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27198 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27199 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27200 of any buffer), should fix some leaks. I hope I didn't unref buffers
27201 that shouldn't be...
27203 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27205 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27206 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27207 (error_callback), (gmi_reset), (gmi_seek_to_track),
27208 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27209 (gmip_find_type_post), (gmip_find_stream_post),
27210 (gmip_find_track_streaminfo_post):
27211 * gst-libs/gst/media-info/media-info-priv.h:
27212 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27213 (info_print), (main):
27214 * gst-libs/gst/media-info/media-info.c:
27215 (gst_media_info_error_create), (gst_media_info_error_element),
27216 (gst_media_info_instance_init), (gst_media_info_get_property),
27217 (gst_media_info_new), (gst_media_info_set_source),
27218 (gst_media_info_read_idler), (gst_media_info_read):
27219 * gst-libs/gst/media-info/media-info.h:
27220 first pass at making this work again. This seems to work on
27221 tagged ogg/vorbis and mp3 files.
27223 2004-03-06 Benjamin Otte <otte@gnome.org>
27225 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27226 fix huge leak: gst_buffer_merge doesn't unref the first argument
27229 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27231 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27232 report layer/mode/emphasis
27234 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27236 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27238 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27240 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27243 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27245 * ext/vorbis/vorbis.c: (plugin_init):
27246 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27247 (gst_vorbis_dec_init), (vorbis_dec_event):
27249 make vorbisdec handle _BYTE and _TIME queries
27251 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27253 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27254 from the xing header
27256 2004-03-06 Benjamin Otte <otte@gnome.org>
27258 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27259 (gst_audio_convert_link), (gst_audio_convert_change_state),
27260 (gst_audio_convert_buffer_from_default_format):
27261 do conversions from/to float correctly, fix some caps nego errors,
27262 export correct supported caps in template and getcaps, use correct
27263 caps in try_set_caps functions
27265 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27267 For some reason, I only committed a ChangeLog entry yesterday and
27268 not the corresponding code...
27269 * ext/mad/gstmad.c: Fix detection of Xing headers
27270 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27272 2004-03-06 Benjamin Otte <otte@gnome.org>
27274 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27275 (gst_ogg_demux_src_query):
27276 make sure to handle the case where there's no current chain
27279 2004-03-05 David Schleef <ds@schleef.org>
27281 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27282 Add fixate function. (bug #131128)
27283 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27284 (gst_sdlvideosink_fixate): Add fixate function.
27285 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27286 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27287 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27288 Fix missing break that was causing ulaw to be interpreted as
27291 2004-03-05 David Schleef <ds@schleef.org>
27293 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27294 Fix code that ignores return value of gst_buffer_merge().
27296 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27297 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27298 * testsuite/gst-lint: Check for above.
27300 2004-03-05 David Schleef <ds@schleef.org>
27302 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27303 caps and throw an element error. (bug #136334)
27305 2004-03-05 David Schleef <ds@schleef.org>
27307 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27308 (gst_faad_chain): Fix negotiation.
27309 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27310 key and button events.
27311 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27313 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27315 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27316 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27317 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27318 function to encourage better negotiation, particularly between
27319 audioconvert and osssink.
27320 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27321 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27323 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27325 * gst/vbidec/vbiscreen.c: Add glib header
27326 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27328 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27330 * ext/mad/gstmad.c: Fix detection of Xing headers
27331 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27333 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27335 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27336 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27339 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27341 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27342 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27343 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27344 files, and report the parsed length as a GST_TAG_DURATION tag.
27345 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27347 2004-03-05 Benjamin Otte <otte@gnome.org>
27349 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27350 convert channels correctly. convert correctly to unsigned.
27352 2004-03-05 Julien MOUTTE <julien@moutte.net>
27354 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27355 we have a window before clearing it.
27357 2004-03-05 Julien MOUTTE <julien@moutte.net>
27359 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27360 have a window before clearing it.
27362 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27364 * gconf/gstreamer.schemas.in:
27365 * gst-libs/gst/gconf/Makefile.am:
27366 version installation path the same way as for 0.6
27367 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27368 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27369 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27370 remove comment that was fixed
27372 2004-03-05 David Schleef <ds@schleef.org>
27374 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27375 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27376 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27377 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27378 Add prototype code for handling seeking and querying.
27380 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27382 * examples/gstplay/player.c: (main):
27383 Initialize variables to NULL. Prevents a segfault because the
27384 (uninitialized) variable is not NULL, resulting in a crash on
27385 trying to reach error->message.
27387 2004-03-05 Benjamin Otte <otte@gnome.org>
27389 * gst/audioconvert/gstaudioconvert.c:
27390 (gst_audio_convert_buffer_to_default_format):
27391 make float=>int conversion work correctly even in cornercases.
27393 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27395 * debian/README.Debian:
27396 * debian/build-deps:
27397 * debian/changelog:
27399 * debian/control.in:
27400 * debian/copyright:
27401 * debian/gstreamer-a52dec.files:
27402 * debian/gstreamer-aa.files:
27403 * debian/gstreamer-alsa.files:
27404 * debian/gstreamer-alsa.manpages:
27405 * debian/gstreamer-arts.files:
27406 * debian/gstreamer-artsd.files:
27407 * debian/gstreamer-audiofile.files:
27408 * debian/gstreamer-avifile.files:
27409 * debian/gstreamer-cdparanoia.files:
27410 * debian/gstreamer-colorspace.files:
27411 * debian/gstreamer-doc.files:
27412 * debian/gstreamer-dv.files:
27413 * debian/gstreamer-dvd.files:
27414 * debian/gstreamer-esd.files:
27415 * debian/gstreamer-festival.files:
27416 * debian/gstreamer-flac.files:
27417 * debian/gstreamer-gconf.conffiles:
27418 * debian/gstreamer-gconf.files:
27419 * debian/gstreamer-gconf.postinst:
27420 * debian/gstreamer-gnomevfs.files:
27421 * debian/gstreamer-gsm.files:
27422 * debian/gstreamer-http.files:
27423 * debian/gstreamer-jack.files:
27424 * debian/gstreamer-jpeg.files:
27425 * debian/gstreamer-mad.files:
27426 * debian/gstreamer-mikmod.files:
27427 * debian/gstreamer-misc.files:
27428 * debian/gstreamer-mpeg2dec.files:
27429 * debian/gstreamer-oss.files:
27430 * debian/gstreamer-plugin-apps.files:
27431 * debian/gstreamer-plugin-apps.manpages:
27432 * debian/gstreamer-plugin-libs-dev.files:
27433 * debian/gstreamer-plugin-libs.files:
27434 * debian/gstreamer-plugin-template.postinst:
27435 * debian/gstreamer-plugin-template.postrm:
27436 * debian/gstreamer-sdl.files:
27437 * debian/gstreamer-sid.files:
27438 * debian/gstreamer-vorbis.files:
27439 * debian/gstreamer-x.files:
27440 * debian/mk.control:
27442 Debian package info not maintained here.
27444 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27446 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27447 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27448 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27449 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27450 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27451 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27452 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27453 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27454 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27455 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27456 * gst-libs/gst/colorbalance/colorbalance.c:
27457 (gst_color_balance_class_init):
27458 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27459 (gst_color_balance_channel_class_init):
27460 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27461 * gst-libs/gst/play/play.c: (gst_play_class_init):
27462 * gst-libs/gst/propertyprobe/propertyprobe.c:
27463 (gst_property_probe_iface_init):
27464 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27465 * gst-libs/gst/tuner/tunerchannel.c:
27466 (gst_tuner_channel_class_init):
27467 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27468 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27469 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27470 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27471 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27472 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27473 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27474 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27475 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27476 fix signals to use - instead of _
27477 * ext/libcaca/gstcacasink.h:
27478 * ext/sdl/sdlvideosink.h:
27481 2004-03-04 David Schleef <ds@schleef.org>
27483 * testsuite/gst-lint: Add a check for bad signal names.
27485 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27487 reviewed by David Schleef
27489 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27490 modified the alpha channel and caused a warning. (bug #136192)
27492 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27494 * gst-plugins.spec.in:
27495 Change names of plugins to actually be correct. Try to keep things
27496 alphabetical to avoid getting beat up by Thomas
27498 2004-03-03 Julien MOUTTE <julien@moutte.net>
27500 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27501 Using ximagesink as a default if no gconf key found. We should
27502 probably consider using alsasink instead of osssink for the audio
27505 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27508 fix --with-plugins, don't think it ever worked before
27509 * gst-plugins.spec.in:
27512 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27514 * ext/sdl/sdlvideosink.h:
27515 * sys/ximage/ximagesink.h:
27516 * sys/xvideo/xvideosink.h:
27517 * sys/xvimage/xvimagesink.h:
27518 Fix for move of gstvideosink.h -> videosink.h.
27520 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27522 * gst-libs/gst/xwindowlistener/Makefile.am:
27523 this is a plugin library, not a library
27525 2004-03-01 David Schleef <ds@schleef.org>
27527 * AUTHORS: Added some names. Add yourself if you're still
27530 2004-03-01 David Schleef <ds@schleef.org>
27534 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27536 * gst-plugins.spec.in: clean up spec file
27538 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27540 * gst-libs/gst/video/Makefile.am:
27541 * gst-libs/gst/video/gstvideosink.c:
27542 * gst-libs/gst/video/gstvideosink.h:
27543 rename gstvideosink.h to videosink.h to match other headers
27544 * gst/mixmatrix/Makefile.am:
27545 fix plugin filename
27546 * gst/tags/Makefile.am: fix plugin filename
27548 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27550 * gst/tags/Makefile.am: fix plugin filename
27552 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27554 * examples/gstplay/player.c: (got_time_tick), (main):
27556 display time_tick more readably
27557 * gst/mixmatrix/Makefile.am:
27558 fix plugin file name
27560 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27562 * sys/oss/gstosselement.c: (gst_osselement_probe),
27563 (device_combination_append), (gst_osselement_class_probe_devices):
27564 * sys/oss/gstosselement.h:
27565 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27566 on my system using alsa oss emulation, fixes bug #135597
27568 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27570 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27571 (gst_videodrop_chain), (gst_videodrop_change_state):
27572 * gst/videodrop/gstvideodrop.h:
27573 Work based on timestamp of input data, not based on the expected
27574 framerate from the input. The consequence is that this element now
27575 not only scales framerates, but also functions as a framerate
27576 corrector or framerate stabilizer/constantizer.
27578 2004-02-27 David Schleef <ds@schleef.org>
27580 patches from jmmv@menta.net (Julio M. Merino Vidal)
27582 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27583 GST_ELEMENT_ERROR call (bug #135634)
27584 * gst/interleave/interleave.c: (interleave_buffered_loop),
27585 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27586 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27587 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27588 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27589 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27590 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27591 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27592 Fix GST_ELEMENT_ERROR call.
27593 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27594 GST_ELEMENT_ERROR call.
27596 2004-02-27 Benjamin Otte <otte@gnome.org>
27598 * gst-libs/gst/audio/audio.h:
27599 add macro to make sure header isn't included twice
27600 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27601 don't use gst_buffer_free
27602 * gst/playondemand/filter.func:
27603 don't use gst_data_free. Free data only once.
27605 2004-02-26 David Schleef <ds@schleef.org>
27607 * gst-libs/gst/colorbalance/Makefile.am:
27608 * gst-libs/gst/mixer/Makefile.am:
27609 * gst-libs/gst/tuner/Makefile.am:
27610 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27611 should not be disted, -marshal.h files should not be installed,
27612 and -enum.h files _should_ be installed. Fix to make this the
27615 === release 0.7.5 ===
27617 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
27619 * configure.ac: release 0.7.5, "Under The Sea"
27621 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27623 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27624 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27625 * gst/videoscale/gstvideoscale.c:
27626 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27627 assorted debug/warning fixes
27629 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27631 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27632 (gst_videoscale_init), (gst_videoscale_chain),
27633 (gst_videoscale_set_property), (plugin_init):
27634 * gst/videoscale/gstvideoscale.h:
27635 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27636 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27637 (gst_videoscale_planar400), (gst_videoscale_packed422),
27638 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27639 (gst_videoscale_24bit), (gst_videoscale_16bit),
27640 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27641 (gst_videoscale_scale_plane_slow),
27642 (gst_videoscale_scale_point_sample),
27643 (gst_videoscale_scale_nearest),
27644 (gst_videoscale_scale_nearest_str2),
27645 (gst_videoscale_scale_nearest_str4),
27646 (gst_videoscale_scale_nearest_32bit),
27647 (gst_videoscale_scale_nearest_24bit),
27648 (gst_videoscale_scale_nearest_16bit):
27649 add debugging category and use it properly
27650 fix use of GST_PTR_FORMAT
27652 2004-02-25 Andy Wingo <wingo@pobox.com>
27654 * gst/interleave/interleave.c (interleave_buffered_loop): Always
27655 push only when channel->buffer is NULL. Prevents segfaults doing
27656 the state change after a nonlocal exit, like a scheme exception.
27658 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27659 Handle the case where the intersected caps is empty.
27661 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27663 * gst/law/mulaw-decode.c: (mulawdec_link):
27664 * gst/law/mulaw.c: (plugin_init):
27665 fix mulawdec so it actually works again
27667 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
27669 reviewed by: David Schleef <ds@schleef.org>
27671 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27672 (gst_gamma_init), (gst_gamma_set_property),
27673 (gst_gamma_get_property), (gst_gamma_calculate_tables),
27674 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
27675 for RGB, with separate r g and b correction factors. (#131167)
27677 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
27679 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27680 only signal tags for bitrate if they're > 0 (#134894)
27682 2004-02-24 David Schleef <ds@schleef.org>
27684 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27685 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27686 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27687 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27688 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27689 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27690 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27691 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27692 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
27693 category. Attempt to fix timestamp calculation.
27695 2004-02-24 Johan Dahlin <johan@gnome.org>
27697 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27699 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
27702 * gconf/Makefile.am:
27703 * gconf/gstreamer.schemas:
27704 * gst-libs/gst/gconf/Makefile.am:
27705 * gst-libs/gst/gconf/gconf.c:
27706 version gconf schemas and install locations
27708 2004-02-23 Benjamin Otte <otte@gnome.org>
27710 * ext/xine/xineinput.c: (gst_xine_input_dispose):
27711 (gst_xine_input_subclass_init):
27712 call parent dispose.
27713 change pad template for CD reader correctly
27714 * ext/xine/Makefile.am:
27715 * ext/xine/gstxine.h:
27716 * ext/xine/xine.c: (plugin_init):
27717 * ext/xine/xineaudiosink.c:
27718 wrap audio sinks, too
27719 * gst-libs/gst/resample/private.h:
27720 * gst-libs/gst/resample/resample.c: (gst_resample_init),
27721 (gst_resample_reinit), (gst_resample_scale),
27722 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27723 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27724 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27725 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27726 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27727 * gst-libs/gst/resample/resample.h:
27728 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27729 (gst_audioscale_class_init), (gst_audioscale_link),
27730 (gst_audioscale_get_buffer), (gst_audioscale_init),
27731 (gst_audioscale_chain), (gst_audioscale_set_property),
27732 (gst_audioscale_get_property):
27733 * gst/audioscale/gstaudioscale.h:
27734 s/resample_*/gst_resample_*/i to not clobber namespaces
27736 2004-02-23 Julien MOUTTE <julien@moutte.net>
27738 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27739 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27740 (gst_riff_create_video_template_caps),
27741 (gst_riff_create_audio_template_caps),
27742 (gst_riff_create_iavs_template_caps):
27743 * gst-libs/gst/riff/riff-media.h:
27744 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27745 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27746 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27747 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27748 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27749 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27750 (gst_matroska_demux_plugin_init): First batch implementing audio and
27751 video codec tags in demuxers.
27753 2004-02-22 Benjamin Otte <otte@gnome.org>
27755 * ext/xine/Makefile.am:
27756 * ext/xine/gstxine.h:
27757 * ext/xine/xine.c: (plugin_init):
27758 * ext/xine/xineinput.c:
27759 add input plugin wrapper. Playback from files, http, mms and cdda
27761 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27762 remove leftover G_GNUC_UNUSED
27763 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27764 (gst_asf_demux_identify_guid):
27765 improve debugging output
27767 2004-02-22 Benjamin Otte <otte@gnome.org>
27769 reported by: Padraig O'Briain <padraig.obriain@sun.com>
27772 replace test -e with test -x for mkinstalldirs to be more portable.
27775 2004-02-22 Benjamin Otte <otte@gnome.org>
27777 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27779 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27780 set rank to PRIMARY
27781 * gst/volume/gstvolume.c: (plugin_init):
27785 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
27787 reviewed by Benjamin Otte <otte@gnome.org>
27789 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27790 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27792 2004-02-22 Benjamin Otte <otte@gnome.org>
27795 export [_]*{gst,Gst,GST}.* symbols from plugins
27797 2004-02-22 Christophe Fergeau <teuf@gnome.org>
27799 reviewed by: Benjamin Otte <otte@gnome.org>
27801 * ext/lame/gstlame.c: (add_one_tag):
27802 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27803 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27804 (gst_vorbisenc_metadata_set1):
27805 * gst/tags/gstid3tag.c:
27806 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27807 apply fixes from bugs #135042 (lame can't write tags) and #133817
27808 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27810 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27812 * configure.ac: Export only gst_plugin_desc from plugins.
27813 Note that this change only makes any effect with Linux using libtool
27814 1.5.2 or higher. Otherwise it is silently ignored, but it would build
27815 fine. And don't try to have several versions of libtool in different
27818 2004-02-20 Andy Wingo <wingo@pobox.com>
27820 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27821 interleave respectively.
27823 * gst/interleave/deinterleave.c: New plugin: deinterleave
27824 (replaces on oneton).
27825 * gst/interleave/interleave.c: New plugin: interleave.
27826 * gst/interleave/plugin.h: Support file.
27827 * gst/interleave/plugin.c: Support file.
27829 * configure.ac: Remove intfloat and oneton, add interleave.
27831 * ext/sndfile/gstsf.c: Handle events better.
27833 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27834 and float2int operation. int2float has scheduling problems as
27835 noted in in2float_chain.
27837 2004-02-20 Benjamin Otte <otte@gnome.org>
27839 * ext/xine/Makefile.am:
27840 * ext/xine/gstxine.h:
27842 * ext/xine/xineaudiodec.c:
27843 * ext/xine/xinecaps.c:
27844 add first version of xine plugin wrapper. Currently only wraps the
27845 QDM2 win32 DLL, and even that only in proof-of-concept quality.
27848 add xine plugin wrapper, disabled by default. Use --enable-xine to
27849 build. Note that it'll segfault on gst-register if you don't remove
27850 the goom and tvtime post plugins from xine.
27851 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27852 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27853 add extradata parsing for QDM2.
27854 change around debugging prints.
27856 2004-02-19 Benjamin Otte <otte@gnome.org>
27858 * ext/lame/gstlame.c: (gst_lame_chain):
27859 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27860 use gst_tag_list_insert when you want to insert tags
27862 2004-02-18 David Schleef <ds@schleef.org>
27864 * configure.ac: Move massink to gst-rotten
27866 * ext/mas/Makefile.am:
27867 * ext/mas/massink.c:
27868 * ext/mas/massink.h:
27870 2004-02-18 David Schleef <ds@schleef.org>
27872 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27873 typefinding, since it seems to be worse than nothing.
27874 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
27875 atom to recognize .mp4 and .m4a files as video/quicktime.
27877 2004-02-18 David Schleef <ds@schleef.org>
27879 * gst/sine/demo-dparams.c: (quit_live),
27880 (dynparm_log_value_changed), (dynparm_value_changed), (main):
27881 Use double dparams, not float.
27882 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27883 (gst_sinesrc_init): Change sync default to FALSE, since multiple
27884 sync'd elements don't really work correctly.
27885 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27886 (volume_update_volume), (volume_get_property): Change dparam
27889 2004-02-18 Julien MOUTTE <julien@moutte.net>
27891 * sys/ximage/ximagesink.c:
27892 (gst_ximagesink_xwindow_update_geometry),
27893 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27894 (gst_ximagesink_change_state), (gst_ximagesink_expose),
27895 (gst_ximagesink_init): Rework the way software video scaling works. So
27896 now we check on each chain call if the video frames are feeling the
27897 window. If not we try to renegotiate caps. On failure we memorize that
27898 and we won't try again for that PLAYING sessions.
27899 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27901 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27904 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
27906 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27907 break up _link so we can give a better debug message for errors
27909 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
27911 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27912 set up debug category
27914 2004-02-18 Julien MOUTTE <julien@moutte.net>
27916 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27917 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27918 the way renegotiation work. The event handling function is not taking
27919 care of external windows and renegotiate method check for pad flags
27920 NEGOTIATING. Should fix : #133209
27922 2004-02-17 Julien MOUTTE <julien@moutte.net>
27924 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27925 pad is negotiating before trying renegotiation.
27927 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
27929 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27930 pass on all possible mime types as typefind hints
27932 2004-02-17 Julien MOUTTE <julien@moutte.net>
27934 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27935 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27936 possible SHM leak if we crash. All other apps using XShm are doing
27939 2004-02-17 Julien MOUTTE <julien@moutte.net>
27941 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27942 (gst_ximagesink_expose): Renegotiate size on expose.
27943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27946 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
27948 * testsuite/alsa/sinesrc.c:
27949 cosmetic fix to fix compile issue with gcc 2.95.4
27951 2004-02-16 Julien MOUTTE <julien@moutte.net>
27953 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27954 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27955 failed opening the audio device.
27956 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27957 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27958 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27959 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27960 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27961 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27962 (gst_ximagesink_change_state), (gst_ximagesink_chain),
27963 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27964 Removing some useless g_return_if_fail like wingo suggested.
27965 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27966 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27967 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27968 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27969 (gst_xvimagesink_update_colorbalance),
27970 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27971 (gst_xvimagesink_xcontext_clear),
27972 (gst_xvimagesink_get_fourcc_from_caps),
27973 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27974 (gst_xvimagesink_set_xwindow_id),
27975 (gst_xvimagesink_colorbalance_list_channels),
27976 (gst_xvimagesink_colorbalance_set_value),
27977 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27978 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27980 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
27982 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27983 throw error when not negotiated instead of asserting
27985 2004-02-15 Julien MOUTTE <julien@moutte.net>
27987 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27988 correct data refcounting.
27990 2004-02-15 Julien MOUTTE <julien@moutte.net>
27992 * gst/switch/gstswitch.c: (gst_switch_change_state),
27993 (gst_switch_class_init): Cleaning the sinkpads correctly on state
27994 change, mostly the EOS flag.
27996 2004-02-15 Julien MOUTTE <julien@moutte.net>
27998 * examples/gstplay/player.c: (got_eos), (main): Adding some
27999 output for debugging.
28000 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28001 timeouts if we go to any state different from PLAYING.
28002 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28003 more EOS bugs in riff lib.
28005 2004-02-14 Julien MOUTTE <julien@moutte.net>
28007 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28008 visualization until i find a way to fix switch correctly.
28009 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28011 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28012 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28013 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28014 Reworked switch to get a more correct behaviour with events and refing
28015 of data stored in sinkpads.
28016 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28017 we don't pull from a pad in EOS.
28019 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28021 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28022 remove v1 tag even if we can't read it (makes sure we don't detect
28025 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28027 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28028 (gst_alsa_xrun_recovery):
28029 * ext/alsa/gstalsa.h:
28030 try xrun recovery when wait failed. Make xrun recovery function
28031 return TRUE/FALSE to indicate success. (might fix #134354)
28033 2004-02-13 David Schleef <ds@schleef.org>
28035 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28036 (dynparm_value_changed), (main): Convert from float to double.
28037 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28039 2004-02-13 David Schleef <ds@schleef.org>
28041 * gst/silence/gstsilence.c: (gst_silence_class_init),
28042 (gst_silence_set_clock), (gst_silence_get),
28043 (gst_silence_set_property), (gst_silence_get_property):
28044 * gst/silence/gstsilence.h: Add sync property.
28045 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28046 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28047 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28048 * gst/sine/gstsinesrc.h: Add sync property.
28050 2004-02-13 David Schleef <ds@schleef.org>
28052 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28053 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28055 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28059 * gst-libs/ext/Makefile.am:
28060 move ffmpeg plugin to gst-ffmpeg module
28062 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28064 * configure.ac: use GST_ARCH to detect architecture
28066 2004-02-12 Julien MOUTTE <julien@moutte.net>
28068 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28070 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28072 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28073 classify LADSPA plugins based on number of src/sink pads
28074 (#133663, Stefan Kost)
28075 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28076 fix dparams registration
28077 (#133528, Stefan Kost)
28078 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28079 fix use of isprint and use g_ascii_isprint instead
28080 (#133316, Stefan Kost)
28082 2004-02-11 David Schleef <ds@schleef.org>
28084 Convert a few inner loops to use liboil. This is currently
28085 optional, and is only enabled if liboil is present (duh!).
28086 * configure.ac: Check for liboil-0.1
28087 * gst/intfloat/Makefile.am:
28088 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28089 (gst_int2float_chain_gint16):
28090 * gst/videofilter/Makefile.am:
28091 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28092 (tablelookup_u8), (gst_videobalance_planar411):
28093 * gst/videotestsrc/Makefile.am:
28094 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28095 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28096 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28097 (paint_hline_RGB565), (paint_hline_xRGB1555):
28099 2004-02-11 David Schleef <ds@schleef.org>
28101 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28102 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28103 (gst_colorspace_getcaps), (gst_colorspace_link),
28104 (gst_colorspace_base_init), (gst_colorspace_init),
28105 (gst_colorspace_chain), (gst_colorspace_change_state),
28106 (plugin_init): Merge Ronald's patch (bug #117897) and update
28107 for new caps and negotiation. Seems to work, although it
28108 shows off bugs in lcs.
28110 2004-02-11 David Schleef <ds@schleef.org>
28112 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28113 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28115 2004-02-11 David Schleef <ds@schleef.org>
28117 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28118 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28119 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28120 Add server and port properties
28122 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28127 * m4/as-liblame.m4:
28128 * m4/as-slurp-ffmpeg.m4:
28129 * m4/check-libheader.m4:
28136 * m4/gst-ivorbis.m4:
28137 * m4/gst-matroska.m4:
28139 * m4/gst-shout2.m4:
28147 fix underquotedness of macros (#133800)
28148 * m4/as-avifile.m4:
28150 removed because no longer used
28152 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28155 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28156 by autopoint (fixes #132996)
28158 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28160 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28161 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28162 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28163 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28166 2004-02-11 David Schleef <ds@schleef.org>
28168 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28169 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28170 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28171 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28172 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28173 (gst_jpegenc_class_init), (gst_jpegenc_init),
28174 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28175 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28176 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28177 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28179 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28181 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28182 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28183 * ext/mikmod/gstmikmod.h:
28184 fix caps negotiation in mikmod
28185 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28186 output debug information
28188 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28190 * gst-libs/gst/colorbalance/Makefile.am:
28191 * gst-libs/gst/navigation/Makefile.am:
28192 * gst-libs/gst/xoverlay/Makefile.am:
28193 remove unused GST_OPT_CFLAGS from Makefiles
28194 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28196 2004-02-07 David Schleef <ds@schleef.org>
28198 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28199 push events to pads that haven't been created (#133508)
28201 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28203 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28204 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28205 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28206 (gst_dvdec_loop), (gst_dvdec_change_state):
28207 Second attempt at committing a working dvdec element.
28209 2004-02-06 David Schleef <ds@schleef.org>
28211 Build fixes for OS X: (see #129600)
28212 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28213 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28214 (gst_riff_read_strf_iavs):
28215 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28216 (gst_avi_demux_stream_odml):
28217 * gst/playondemand/Makefile.am:
28218 * gst/rtp/rtp-packet.c:
28220 2004-02-05 David Schleef <ds@schleef.org>
28222 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28223 last change, because it Just Doesn't Compile.
28225 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28227 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28228 skip undecodable id3v2 tag instead of keeping it
28230 2004-02-05 David Schleef <ds@schleef.org>
28232 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28233 Unref leaked buffer. (Noticed by Ronald)
28235 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28237 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28238 Sync requires with other checks. >= vs =.
28240 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28242 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28243 (gst_dvdec_video_link), (gst_dvdec_loop):
28244 * ext/dv/gstdvdec.h:
28245 rework the caps negotiation so that dvdec works again instead
28246 of just segfaulting.
28248 === release 0.7.4 ===
28250 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28252 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28253 * configure.ac: changed for release
28255 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28257 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28258 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28259 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28260 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28261 reworked patch by David Lehn to fix libdir and includedir for
28262 uninstalled libraries
28263 removed play and gconf from gstreamer-libs since they have their
28264 own pkgconfig files
28266 2004-02-04 David Schleef <ds@schleef.org>
28268 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28271 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28273 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28274 use correct GST_TAG_ENCODER tag
28276 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28278 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28279 be sure to stop the clock when going to paused
28280 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28281 reset number of transmitted when going to ready.
28284 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28286 reviewed by Benjamin Otte
28288 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28289 extract track count (fixes #133410)
28291 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28293 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28294 that should be !=, not == (fixes #132519)
28296 2004-02-04 David Schleef <ds@schleef.org>
28298 Make sure set_explicit_caps() is called before adding pad.
28299 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28300 * gst/id3/gstid3types.c: (gst_id3types_loop):
28301 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28302 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28304 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28307 bump nano to 2, first prerelease
28308 put back AM_PROG_LIBTOOL
28310 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28312 * testsuite/alsa/Makefile.am:
28313 these are user test apps, not automatic testsuite tests
28315 2004-02-04 David Schleef <ds@schleef.org>
28317 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28318 * gst/mpeg1videoparse/gstmp1videoparse.c:
28319 (mp1videoparse_parse_seq):
28320 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28321 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28322 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28323 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28324 (gst_xvideosink_getcaps):
28325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28326 * testsuite/gst-lint: more tests
28328 2004-02-04 David Schleef <ds@schleef.org>
28330 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28331 with the code that they would expand to.
28332 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28333 (gst_flacdec_get_src_query_types),
28334 (gst_flacdec_get_src_event_masks):
28335 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28336 (gst_gnomevfssrc_get_query_types),
28337 (gst_gnomevfssrc_get_event_mask):
28339 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28341 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28342 (gst_sinesrc_dispose):
28343 fix memleak by properly disposing sinesrc
28345 2004-02-04 Julien MOUTTE <julien@moutte.net>
28347 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28348 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28349 an overlay to redraw the image because it has been exposed.
28350 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28351 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28352 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28353 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28356 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28357 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28358 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28361 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28363 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28364 more memleak fixage
28366 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28368 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28369 * gst/typefind/gsttypefindfunctions.c:
28370 fix memleaks shown by gst-typefind
28372 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28374 * common/glib-gen.mak:
28375 add hack rule to touch .Plo files
28376 * gst-libs/gst/colorbalance/Makefile.am:
28377 * gst-libs/gst/mixer/Makefile.am:
28378 * gst-libs/gst/play/Makefile.am:
28379 * gst-libs/gst/tuner/Makefile.am:
28380 remove glib_root variable
28382 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28384 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28385 set explicit caps before adding the element, so the autopluggers can
28387 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28388 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28389 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28391 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28394 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28396 * gst-libs/gst/colorbalance/Makefile.am:
28397 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28398 * gst-libs/gst/colorbalance/colorbalance.c:
28399 * gst-libs/gst/colorbalance/colorbalance.h:
28400 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28401 * gst-libs/gst/mixer/Makefile.am:
28402 * gst-libs/gst/mixer/mixer-marshal.list:
28403 * gst-libs/gst/mixer/mixer.c:
28404 * gst-libs/gst/mixer/mixer.h:
28405 * gst-libs/gst/mixer/mixermarshal.list:
28406 * gst-libs/gst/play/Makefile.am:
28407 * gst-libs/gst/play/play.h:
28408 * gst-libs/gst/tuner/Makefile.am:
28409 * gst-libs/gst/tuner/tuner-marshal.list:
28410 * gst-libs/gst/tuner/tuner.c:
28411 * gst-libs/gst/tuner/tuner.h:
28412 * gst-libs/gst/tuner/tunermarshal.list:
28413 use new glib-gen.mak snippet to clean up Makefile.am
28414 fix various bugs in Makefile.am's
28416 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28418 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28419 handle chain parsing correctly in the multichain case
28420 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28421 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28422 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28423 (theora_dec_chain):
28424 handle events and queries correctly
28426 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28429 Ignore generated file _stdint.h.
28431 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28433 * gst-libs/gst/colorbalance/Makefile.am:
28434 * gst-libs/gst/colorbalance/colorbalance.h:
28435 * gst-libs/gst/mixer/Makefile.am:
28436 * gst-libs/gst/mixer/mixer.h:
28437 * gst-libs/gst/play/Makefile.am:
28438 * gst-libs/gst/play/play.h:
28439 * gst-libs/gst/tuner/Makefile.am:
28440 * gst-libs/gst/tuner/tuner.h:
28441 Generate enum type code with glib-mkenums.
28442 * gst-libs/gst/colorbalance/.cvsignore:
28443 * gst-libs/gst/mixer/.cvsignore:
28444 * gst-libs/gst/play/.cvsignore:
28445 * gst-libs/gst/tuner/.cvsignore:
28446 Ignore generated files.
28448 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28450 * gst-libs/gst/audio/.cvsignore:
28451 Ignore generated file.
28452 * gst-libs/gst/audio/Makefile.am:
28453 Do not install example filter.
28455 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28457 * examples/switch/.cvsignore:
28458 Ignore generated file.
28460 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28462 * common/m4/ax_create_stdint_h.m4:
28464 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28467 remove generated _stdint.h in DISTCLEANFILES
28468 * ext/a52dec/gsta52dec.c:
28469 include _stdint.h for a52dec. (should fix #133064)
28471 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28473 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28474 (gst_tag_to_vorbis_comments):
28475 Add replaygain support to vorbistag
28477 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28478 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28479 (gst_ffmpeg_caps_to_extradata):
28480 Fix SVQ3 caps flag properties
28481 Use glib macro for bytes swap
28483 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28485 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28486 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28487 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28488 * ext/sndfile/gstsf.c: (plugin_init):
28489 * gst/avi/gstavi.c: (plugin_init):
28490 * sys/dxr3/dxr3init.c: (plugin_init):
28491 * sys/oss/gstossaudio.c: (plugin_init):
28492 * sys/v4l/gstv4l.c: (plugin_init):
28493 * sys/v4l2/gstv4l2.c: (plugin_init):
28494 remove textdomain calls
28496 update Dutch translation
28498 2004-02-02 Julien MOUTTE <julien@moutte.net>
28500 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28501 (gst_play_set_audio_sink): Moving volume in the audio thread for
28502 instantaneous volume change. Maybe i will add another volume in front
28503 of visualization later, not sure yet though.
28505 2004-02-02 Julien MOUTTE <julien@moutte.net>
28507 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28508 (gst_ximagesink_handle_xevents): Better X events handling, only take
28509 the latest events for configure and motion.
28510 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28512 2004-02-02 Jon Trowbridge <trow@gnu.org>
28514 reviewed by: David Schleef <ds@schleef.org>
28517 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28518 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28520 2004-02-02 David Schleef <ds@schleef.org>
28522 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28524 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28525 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28526 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28527 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28528 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28529 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28530 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28531 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28532 (gst_float2_2_int_link):
28533 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28534 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28535 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28536 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28537 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28538 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28539 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28540 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28541 * testsuite/gst-lint: Add tests for bzero and ;;
28543 2004-02-02 David Schleef <ds@schleef.org>
28545 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28547 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28549 * ext/aalib/gstaasink.c: (gst_aasink_open):
28550 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28551 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28552 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28553 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28554 (gst_afsink_close_file):
28555 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28556 (gst_afsrc_close_file):
28557 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28558 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28559 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28560 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28561 * ext/esd/esdmon.c: (gst_esdmon_get):
28562 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28563 * ext/faac/gstfaac.c: (gst_faac_chain):
28564 * ext/faad/gstfaad.c: (gst_faad_chain):
28565 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28566 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28567 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28568 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28569 (gst_flacdec_loop):
28570 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28571 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28572 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28573 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28574 (gst_gnomevfssink_close_file):
28575 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28576 (gst_gnomevfssrc_open_file):
28577 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28578 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28579 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28580 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28581 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28582 * ext/mad/gstmad.c: (gst_mad_chain):
28583 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28584 * ext/mpeg2dec/gstmpeg2dec.c:
28585 * ext/mpeg2enc/gstmpeg2enc.cc:
28586 * ext/mplex/gstmplex.cc:
28587 * ext/mplex/gstmplexibitstream.cc:
28588 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28589 (gst_ogg_demux_push):
28590 * ext/raw1394/gstdv1394src.c:
28591 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28592 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28593 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28595 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28596 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28597 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28598 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28599 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28600 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28601 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28602 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28603 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28604 (gst_riff_read_element_data), (gst_riff_read_seek),
28605 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28606 * gst/adder/gstadder.c: (gst_adder_loop):
28607 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28608 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28609 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28610 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28611 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28612 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28613 * gst/goom/gstgoom.c: (gst_goom_chain):
28614 * gst/id3/gstid3types.c: (gst_id3types_loop):
28615 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28616 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28617 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28618 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28619 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28620 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28621 (gst_ebml_read_float), (gst_ebml_read_header):
28622 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28623 (gst_matroska_demux_parse_blockgroup):
28624 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28625 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28626 * gst/oneton/gstoneton.c: (gst_oneton_chain):
28627 * gst/silence/gstsilence.c: (gst_silence_get):
28628 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28629 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28630 * gst/speed/gstspeed.c: (speed_loop):
28631 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28632 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28633 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28634 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28635 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28636 (gst_wavparse_loop):
28637 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28638 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28639 (dxr3audiosink_close):
28640 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28641 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28642 (dxr3videosink_close), (dxr3videosink_write_data):
28643 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28644 * sys/oss/gstosssink.c: (gst_osssink_chain):
28645 * sys/oss/gstosssrc.c: (gst_osssrc_get):
28646 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28647 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28648 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28649 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28650 (gst_v4l_set_window), (gst_v4l_enable_overlay):
28651 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28652 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28653 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28654 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28655 (gst_v4l_set_audio):
28656 * sys/v4l/v4l_calls.h:
28657 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28658 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28659 (gst_v4lmjpegsink_playback_init),
28660 (gst_v4lmjpegsink_playback_start):
28661 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28662 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28663 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28664 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28665 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28666 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28667 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28668 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28669 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28670 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28671 (gst_v4l2_get_output), (gst_v4l2_set_output),
28672 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28673 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28674 (gst_v4l2_set_attribute):
28675 * sys/v4l2/v4l2_calls.h:
28676 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28677 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28678 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28679 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28680 (gst_v4l2src_capture_stop):
28681 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28682 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28683 (gst_ximagesink_chain):
28684 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28685 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28686 (gst_xvideosink_xwindow_new):
28687 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28688 (gst_xvimagesink_chain):
28690 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28692 * gst/volume/gstvolume.c: (gst_volume_set_volume),
28693 (gst_volume_get_volume), (volume_class_init), (volume_init),
28694 (volume_chain_int16), (volume_update_volume):
28695 * gst/volume/gstvolume.h:
28696 make code more readable by removing magic numbers
28697 make mixer interface export 0-100 range
28698 make it internally map to 0.0-1.0 range so users don't distort
28699 output by putting the sliders at full volume
28701 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28703 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28704 (gst_play_state_change), (gst_play_seek_to_time):
28705 block the tick callback for 0.5 secs after doing a seek
28707 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28709 * gst-libs/gst/play/play.c: (gst_play_new):
28712 2004-02-01 Julien MOUTTE <julien@moutte.net>
28714 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28715 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28716 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28717 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28718 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28719 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28721 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
28724 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28725 check for a function added in vorbis 1.1
28727 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28729 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28730 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28731 really start/stop clock only on PLAYING <=> PAUSED
28732 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28733 remove \n from debugging lines
28734 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28735 make it work when seeking does not
28736 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28739 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28741 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28742 start clock on PAUSED=>PLAYING, not later
28743 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28744 extract correct time for different discont formats
28745 (gst_alsa_sink_get_time):
28746 don't segfault when no format is negotiated yet, just return 0
28747 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28748 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28749 (gst_ogg_pad_push):
28750 handle flush and discont events correctly
28751 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28752 handle discont events correctly
28754 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
28756 * gst-libs/gst/play/play.c: (gst_play_error_quark),
28757 (gst_play_error_create), (gst_play_error_plugin),
28758 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28759 * gst-libs/gst/play/play.h:
28760 add error handling during creation
28761 * examples/gstplay/player.c: (main):
28762 use new gst_play_new
28765 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28767 * ext/theora/theoradec.c: (theora_dec_chain):
28769 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28770 (vorbis_dec_src_event), (vorbis_dec_chain):
28771 add encoder tag, fix tag reading to be more error tolerant, change
28772 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28773 gst_pad_event_default.
28774 * gst/tags/gstvorbistag.c:
28775 (gst_tag_list_from_vorbiscomment_buffer):
28776 undefine function specific define at end of function
28778 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
28780 * ext/flac/gstflac.c: (plugin_init):
28781 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28782 * ext/flac/gstflacdec.h:
28783 * ext/flac/gstflacenc.h:
28786 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
28788 * examples/gstplay/player.c: s/gstplay.h/play.h/
28790 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28792 * gst-libs/gst/play/Makefile.am:
28793 * gst-libs/gst/play/gstplay.c:
28794 * gst-libs/gst/play/gstplay.h:
28795 * gst-libs/gst/play/play.c:
28796 more surgery, operation complete
28798 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28800 * gst-libs/gst/play/play.old.c:
28801 * gst-libs/gst/play/play.old.h:
28802 after CVS surgery by moving, remove
28803 * gst-libs/gst/play/playpipelines.c:
28806 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28807 add negotiation error
28809 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28811 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28812 (gst_ogg_demux_push):
28813 add some seeking debug info
28814 send a flush when seeking
28816 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
28822 * ext/theora/Makefile.am:
28823 * ext/theora/theoradec.c:
28824 add theora video decoder. Does just do simple decoding for now and
28825 has been tested against Theora cvs only. It only works when theora
28826 is compiled with --enable-static.
28827 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28828 always reset packetno on DISCONT
28830 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28832 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28835 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28837 * gst/mpegaudioparse/gstmpegaudioparse.c:
28838 (mp3_type_frame_length_from_header):
28839 Fix header parsing - stolen from ffmpeg (thank you! :) ).
28841 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28843 * ext/esd/esdsink.c: (gst_esdsink_init):
28844 Since we have static pad template caps, we don't need to negotiate;
28845 either the core errors out or we know the format.
28847 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28849 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28850 (gst_riff_read_seek):
28851 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28852 (gst_ebml_read_seek):
28853 Fix event handling.
28855 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
28857 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28858 removee video/x-theora from vp3 decoder, it doesn't handle raw
28860 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28861 fix bug with finalizing element that never went to PAUSED
28862 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28863 length and position queries were swapped
28864 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28865 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28866 (vorbis_dec_src_event):
28867 implement querying time and bytes
28869 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28871 * just about every source file:
28872 gst_element_error -> GST_ELEMENT_ERROR
28874 2004-01-29 Julien MOUTTE <julien@moutte.net>
28876 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28877 emiting FLUSH and even before DISCONT.
28878 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28879 get the best instant seeking as possible yay!
28881 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28883 * gst/mpeg1videoparse/gstmp1videoparse.c:
28884 (gst_mp1videoparse_real_chain):
28885 Committed wrong version last week... Grr... Didn't notice until now.
28887 2004-01-29 Julien MOUTTE <julien@moutte.net>
28889 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28890 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28891 have_xwindow_id signal in xwindow_create.
28893 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
28895 * ext/ogg/gstoggdemux.c:
28896 lots of changes - mainly support for chained bitstreams, seeking,
28897 querying and bugfixes of course
28898 * ext/vorbis/Makefile.am:
28899 * ext/vorbis/vorbisdec.c:
28900 * ext/vorbis/vorbisdec.h:
28901 add vorbisdec raw vorbis decoder
28902 * ext/vorbis/vorbis.c: (plugin_init):
28903 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28904 * gst/intfloat/Makefile.am:
28905 * gst/intfloat/float22int.c:
28906 * gst/intfloat/float22int.h:
28907 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28908 add float2intnew plugin. It converts multichannel interleaved float to
28909 multichannel interleaved int. The name should probably be changed.
28910 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28912 add typefinding for raw theora video so oggdemux can detect it.
28914 2004-01-28 Julien MOUTTE <julien@moutte.net>
28916 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28917 sink element first.
28918 * gst/videoscale/gstvideoscale.c:
28919 (gst_videoscale_handle_src_event): Fixing src event handler.
28921 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
28923 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28924 (gst_v4lsrc_open), (gst_v4lsrc_close),
28925 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28926 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28927 * sys/v4l/gstv4lsrc.h:
28928 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28929 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28930 Implement resizing... Hack. But that's why v4l is b0rked...
28932 2004-01-28 Julien MOUTTE <julien@moutte.net>
28934 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28935 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28936 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28937 (gst_ximagesink_xwindow_destroy):
28938 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28939 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28940 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28941 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28942 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28943 correctly cleaning the image created to check xshm calls on succes,
28944 added a lot of XSync calls in X11 functions, and fixed a segfault when
28945 no image format was defined before negotiation happened.
28947 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
28949 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28950 use gst_element_get_time to get correct time
28952 2004-01-28 Julien MOUTTE <julien@moutte.net>
28954 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28955 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28956 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28957 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28958 (gst_xvimagesink_check_xshm_calls),
28959 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28960 X plugins are now able to detect that XShm calls will fail even if the
28961 server claims that it has XShm support (remote displays most of the
28962 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28963 so that we use non XShm functions. This feature is almost useless for
28964 xvimagesink as Xv is not supported on remote displays anyway, but
28965 it might happen than even on the local display XShm calls fail.
28967 2004-01-27 David Schleef <ds@schleef.org>
28969 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28970 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28971 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
28972 changed esdsink to only use 44100,16,2, since esd sucks at rate
28973 conversion and esdsink has had difficulty negotiating.
28975 2004-01-27 Julien MOUTTE <julien@moutte.net>
28977 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28978 (gst_play_seek_to_time): Fixing the way to get current position.
28980 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
28982 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28983 use gst_element_get_time to get correct time
28985 2004-01-27 Julien MOUTTE <julien@moutte.net>
28987 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28988 fix ever... Inverting 2 lines of code make spider autoplug correctly
28991 2004-01-27 David Schleef <ds@schleef.org>
28993 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28994 Use gst_pad_try_set_caps_nonfixed().
28996 2004-01-27 David Schleef <ds@schleef.org>
28998 * gst/ac3parse/gstac3parse.c: update to checklist 5
28999 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29000 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29001 * gst/audioscale/gstaudioscale.c: same
29002 * gst/auparse/gstauparse.c: same
29003 * gst/avi/gstavidemux.c: same
29005 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29007 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29008 stop processing after EOS
29010 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29012 * gst/asfdemux/asfheaders.h:
29013 * gst/asfdemux/gstasfdemux.c:
29014 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29015 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29016 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29017 lot's of fixes to make data extraction simpler and get the code
29018 architecture and compiler independant. Add debugging category
29019 * gst/goom/gstgoom.c: (gst_goom_change_state):
29020 reset channel count on PAUSED=>READY, not READY=>PAUSED
29022 2004-01-26 Colin Walters <walters@verbum.org>
29024 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29025 code to pull a bigger buffer in iradio mode. This as a side effect
29026 makes typefinding work.
29028 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29030 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29031 Fix SVQ3 decoding on PPC
29033 2004-01-26 Julien MOUTTE <julien@moutte.net>
29035 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29036 that one managed to stay there... Fixed.
29038 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29040 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29041 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29042 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29043 (qtdemux_video_caps):
29044 * gst/qtdemux/qtdemux.h:
29045 Add SVQ3 specific flags to qtdemux and ffmpeg
29047 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29049 * gst-libs/gst/audio/audio.h:
29050 remove buffer-frames from audio caps
29051 * gst/audioconvert/gstaudioconvert.c:
29052 fix plugin to really work.
29054 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29056 * gst-libs/gst/mixer/mixer.c:
29057 * gst-libs/gst/propertyprobe/propertyprobe.c:
29058 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29059 (gst_tuner_find_channel_by_name):
29060 * gst-libs/gst/tuner/tuner.h:
29061 Add gtk-doc style comments. Also fix a function name.
29063 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29065 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29066 (gst_divxdec_negotiate):
29067 Fix for new capsnego - also fixes gst-player with divxdec.
29069 2004-01-25 Julien MOUTTE <julien@moutte.net>
29071 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29072 (gst_play_identity_handoff), (gst_play_set_location),
29073 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29074 try in visualization implementation. Still have an issue with switch
29075 blocking when pulling from video_queue and only audio comes out of
29077 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29078 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29079 release method. And check if the pad is usable before pulling.
29081 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29083 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29084 (gst_videobalance_init),
29085 (gst_videobalance_colorbalance_list_channels),
29086 (gst_videobalance_colorbalance_set_value),
29087 (gst_videobalance_colorbalance_get_value),
29088 (gst_videobalance_update_properties),
29089 (gst_videobalance_update_tables_planar411),
29090 (gst_videobalance_planar411):
29091 * gst/videofilter/gstvideobalance.h:
29092 Implement lookup-tables. +/- 10x faster.
29094 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29096 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29097 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29098 The index reading was broken. The rest worked fine, but the whole
29099 goal of my rewrite was to make avidemux readable, and this was
29100 not at all readable. Please use typed variables.
29102 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29104 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29105 Additional pad usability check.
29106 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29107 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29108 (gst_mp1videoparse_real_chain):
29109 Fix MPEG video stream parsing. The original plugin had several
29110 issues, including not timestamping streams where the source was
29111 not timestamped (this happens with PTS values in mpeg system
29112 streams, but MPEG video is also a valid stream on its own so
29113 that needs timestamps too). We use the display time code for that
29114 for now. Also, if one incoming buffer contains multiple valid
29115 frames, we push them all on correctly now, including proper EOS
29116 handling. Lastly, several potential segfaults were fixed, and we
29117 properly sync on new sequence/gop headers to include them in next,
29118 not previous frames (since they're header for the next frame, not
29119 the previous). Also see #119206.
29120 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29122 Move caps setting so we only do it after finding several valid
29123 MPEG-1 fraes sequentially, not right after the first one (which
29124 might be coincidental).
29125 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29126 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29128 Add unsynced MPEG video stream typefinding, and change some
29129 probability values so we detect streams rightly. The idea is as
29130 follows: I can have an unsynced system stream which contains
29131 video. In the current code, I would randomly get a type for either
29132 system or video stream type found, because the probabilities are
29133 being calculated rather randomly. I now use fixed values, so we
29134 always prefer system stream if that was found (and that is how it
29135 should be). If no system stream was found, we can still identity the stream as video-only.
29137 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29139 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29140 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29141 don't write to buffer. Extract data without the need of
29142 __attribute__ ((packed))
29144 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29146 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29147 (mpeg1_sys_type_find):
29148 Fix MPEG-1 stream typefinding.
29150 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29152 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29153 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29155 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29157 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29158 * ext/esd/gstesd.c: (plugin_init):
29159 private debugging, better error reporting
29161 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29163 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29164 (gst_riff_read_init), (gst_riff_read_change_state):
29165 * gst-libs/gst/riff/riff-read.h:
29166 Remove stuff fromold metadata system.
29168 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29170 * ext/ogg/gstoggdemux.c:
29171 Fix wrong file comment.
29172 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29173 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29174 Add metadata reading properly.
29176 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29179 Fix nas DIST_SUBDIRS
29181 Fix bug where make distcheck doesn't get run on adding stuff to
29184 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29186 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29187 * ext/divx/gstdivxdec.h:
29188 Fix divx3 ("msmpeg4") playback using divxdec.
29190 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29192 * gst/typefind/gsttypefindfunctions.c:
29193 (mp3_type_frame_length_from_header): fix bug in length computation
29194 (mp3_type_find): improve debugging output
29196 2004-01-23 Julien MOUTTE <julien@moutte.net>
29198 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29199 (gst_play_set_location), (gst_play_seek_to_time),
29200 (gst_play_set_audio_sink), (gst_play_set_visualization),
29201 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29202 the pipeline from scratch. Visualization is back and switch went out as
29203 i realized it was not possible to use the way i wanted.
29204 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29205 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29206 clearing in state change from READY to NULL. So that one can clean the
29207 X ressources keeping the element.
29208 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29209 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29210 (gst_xvimagesink_colorbalance_set_value),
29211 (gst_xvimagesink_colorbalance_get_value),
29212 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29213 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29214 change from READY to NULL and fixed some stupid bugs in colorbalance
29215 get/set values. Also added the following feature : when nobody tries to
29216 set some values to the colorbalance levels before the xcontext is
29217 grabbed, then when creating channels list from Xv attributes we set the
29218 internal values to the Xv defaults. This way we handle buggy Xv drivers
29219 that set default hue values far from the middle of the range (Thanks
29220 to Jon Trowbridge for pointing that issue).
29221 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29222 colorbalance levels have been set before xcontext is grabbed.
29224 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29226 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29227 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29228 it might block operations (which is bad for a mixer).
29230 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29232 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29233 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29234 (gmip_find_type_pre):
29235 * gst-libs/gst/media-info/media-info-priv.h:
29236 * gst-libs/gst/media-info/media-info.c:
29237 (gst_media_info_instance_init), (gst_media_info_read_idler):
29238 add fakesink to get caps on decoder src pad again
29239 fix callback prototype to match new have_type signal signature
29241 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29243 * gst/adder/gstadder.c: (gst_adder_link):
29244 fix non-compile and cut-n-paste code
29246 2004-01-21 David Schleef <ds@schleef.org>
29248 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29249 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29250 (gst_swfdec_init), (gst_swfdec_change_state):
29251 * ext/swfdec/gstswfdec.h:
29253 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29254 (gst_adder_request_new_pad): Fix negotiation.
29255 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29256 Add a fixate function.
29257 * gst/intfloat/gstfloat2int.c:
29258 * gst/intfloat/gstfloat2int.h:
29259 * gst/intfloat/gstint2float.c:
29260 * gst/intfloat/gstint2float.h:
29261 Completely rewrite the negotiation. Doesn't quite work yet,
29262 due to some buffer-frames problem.
29264 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29266 * ext/gnomevfs/gstgnomevfssrc.c:
29267 * sys/v4l2/v4l2_calls.h:
29268 fix includes for distcheck
29270 2004-01-21 Christian Schaller <uraeus@gnome.org>
29273 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29274 based on earlier patch from Laurent Vivier
29276 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29278 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29279 Fix wma caps property
29280 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29281 Fix typo (flags1 and flags2)
29283 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29285 * gst-libs/gst/media-info/media-info-priv.c:
29286 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29287 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29288 (gmip_find_stream), (gmip_find_track_metadata),
29289 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29290 (gmip_find_track_format):
29291 * gst-libs/gst/media-info/media-info-priv.h:
29292 * gst-libs/gst/media-info/media-info-test.c: (main):
29293 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29294 (gst_media_info_read_idler), (gst_media_info_read):
29295 * gst-libs/gst/media-info/media-info.h:
29296 register debugging category and use it for debugging
29298 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29300 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29301 (gst_vorbisfile_new_link):
29302 signal streaminfo through tags
29304 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29306 * ext/mplex/gstmplex.cc:
29307 * ext/mplex/gstmplexibitstream.cc:
29308 g++ doesn't like NULL in our i18n/error macros, should be
29309 either (NULL) or ("").
29311 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29313 * sys/dxr3/dxr3audiosink.c:
29314 * sys/dxr3/dxr3init.c:
29315 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29316 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29317 Fix more error error error errors (missing includes here).
29319 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29321 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29322 fix thomas' error errors.
29324 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29326 * ext/mpeg2enc/gstmpeg2enc.cc:
29329 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29331 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29332 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29333 Fix for new error system.
29335 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29337 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29338 fix for new error reporting
29340 2004-01-20 David Schleef <ds@schleef.org>
29342 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29343 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29344 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29345 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29346 and neither is 100+, most likely.
29347 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29348 (gst_xvimagesink_getcaps): same
29350 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29353 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29354 clashes with ffmpeg.
29356 2004-01-20 Julien MOUTTE <julien@moutte.net>
29358 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29359 (gst_switch_init): Fixed switch element : proxying link and setting
29360 caps from src to sink on request.
29362 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29364 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29365 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29366 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29369 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29371 * sys/v4l/v4l_calls.h:
29372 * sys/v4l2/v4l2_calls.h:
29373 element_error fixes
29375 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29377 * gst-libs/gst/gst-i18n-plugin.h:
29379 remove config.h inclusion
29381 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29384 adding autopoint invocation
29387 * gst-libs/gst/gettext.h:
29388 adding gettext bits
29389 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29390 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29391 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29392 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29393 (gst_gnomevfssink_close_file):
29394 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29395 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29396 * gst-libs/gst/gst-i18n-plugin.h:
29397 * gst/avi/gstavi.c: (plugin_init):
29398 * sys/dxr3/dxr3init.c: (plugin_init):
29399 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29400 * sys/oss/gstossaudio.c: (plugin_init):
29401 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29402 * sys/v4l/gstv4l.c: (plugin_init):
29403 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29404 * sys/v4l2/gstv4l2.c: (plugin_init):
29405 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29406 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29407 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29408 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29409 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29410 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29411 make sure locale and translation domain are set
29412 fix translated strings
29418 put translation files into place
29419 * sys/xvideo/imagetest.c: (main):
29420 * ext/dv/demo-play.c: (main):
29421 fix unnecessary translations
29423 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29425 * ext/sndfile/gstsf.c:
29426 * gst/avi/gstavimux.c:
29427 * ext/audiofile/gstafsink.c:
29428 * ext/audiofile/gstafsrc.c:
29429 * ext/gnomevfs/gstgnomevfssink.c:
29430 * ext/gnomevfs/gstgnomevfssrc.c:
29431 * sys/oss/gstosselement.c:
29432 * sys/v4l/v4l_calls.h:
29435 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29437 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29438 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29439 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29440 (gst_v4l2_get_output), (gst_v4l2_set_output),
29441 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29442 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29443 (gst_v4l2_set_attribute):
29444 update to new error handling
29446 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29448 * ext/sidplay/gstsiddec.cc:
29449 * gst/modplug/gstmodplug.cc:
29450 parenthese NULL because C++ seems angry about it
29452 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29454 * gst-libs/gst/gst-i18n-plugin.h:
29455 add skeleton i18n stuff, but needs to be further implemented
29457 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29459 * examples/gstplay/player.c: (main):
29460 * ext/aalib/gstaasink.c: (gst_aasink_open):
29461 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29462 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29463 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29464 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29465 (gst_afsink_close_file):
29466 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29467 (gst_afsrc_close_file):
29468 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29469 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29470 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29471 * ext/esd/esdmon.c: (gst_esdmon_get):
29472 * ext/esd/esdsink.c: (gst_esdsink_chain):
29473 * ext/faac/gstfaac.c: (gst_faac_chain):
29474 * ext/faad/gstfaad.c: (gst_faad_chain):
29475 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29476 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29477 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29478 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29479 (gst_flacdec_loop):
29480 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29481 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29482 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29483 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29484 (gst_gnomevfssink_close_file):
29485 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29486 (gst_gnomevfssrc_open_file):
29487 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29488 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29489 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29490 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29491 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29492 * ext/mad/gstmad.c: (gst_mad_chain):
29493 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29494 * ext/mpeg2dec/gstmpeg2dec.c:
29495 * ext/mpeg2enc/gstmpeg2enc.cc:
29496 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29497 * ext/mplex/gstmplex.cc:
29498 * ext/mplex/gstmplexibitstream.cc:
29499 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29500 (gst_ogg_demux_push), (gst_ogg_pad_push):
29501 * ext/raw1394/gstdv1394src.c:
29502 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29503 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29504 * ext/sidplay/gstsiddec.cc:
29505 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29507 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29508 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29509 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29510 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29511 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29512 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29513 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29514 * gst-libs/gst/Makefile.am:
29515 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29516 (gst_riff_read_element_data), (gst_riff_read_seek),
29517 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29518 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29519 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29520 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29521 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29522 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29523 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29524 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29525 * gst/goom/gstgoom.c: (gst_goom_chain):
29526 * gst/id3/gstid3types.c: (gst_id3types_loop):
29527 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29528 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29529 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29530 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29531 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29532 (gst_ebml_read_float), (gst_ebml_read_header):
29533 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29534 (gst_matroska_demux_parse_blockgroup):
29535 * gst/modplug/gstmodplug.cc:
29536 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29537 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29538 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29539 * gst/silence/gstsilence.c: (gst_silence_get):
29540 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29541 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29542 * gst/speed/gstspeed.c: (speed_loop):
29543 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29544 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29545 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29546 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29547 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29548 (gst_wavparse_loop):
29549 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29550 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29551 (dxr3audiosink_close):
29552 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29553 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29554 (dxr3videosink_close), (dxr3videosink_write_data):
29555 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29556 * sys/oss/gstosselement.h:
29557 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29558 (gst_osssink_chain):
29559 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29560 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29561 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29562 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29563 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29564 (gst_v4l_enable_overlay):
29565 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29566 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29567 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29568 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29569 (gst_v4l_set_audio):
29570 * sys/v4l/v4l_calls.h:
29571 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29572 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29573 (gst_v4lmjpegsink_playback_init),
29574 (gst_v4lmjpegsink_playback_start):
29575 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29576 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29577 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29578 (gst_v4lmjpegsrc_requeue_frame):
29579 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29580 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29581 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29582 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29583 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29584 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29585 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29586 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29587 (gst_v4l2src_capture_stop):
29588 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29589 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29590 (gst_ximagesink_chain):
29591 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29592 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29593 (gst_xvideosink_xwindow_new):
29594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29595 (gst_xvimagesink_chain):
29596 use new error signal, function and categories
29598 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29602 * ext/musicbrainz/gsttrm.c:
29603 * ext/musicbrainz/gsttrm.h:
29604 * ext/musicbrainz/Makefile.am:
29607 2004-01-18 Julien MOUTTE <julien@moutte.net>
29609 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29610 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29611 synchronous property for debugging.
29612 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29613 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29614 (gst_xvimagesink_set_property): Moving a pointer declaration to a
29615 smaller block, fixing indent.
29617 2004-01-16 David Schleef <ds@schleef.org>
29619 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29620 property affects the video stream.
29621 * sys/xvimage/xvimagesink.c:
29622 * sys/xvimage/xvimagesink.h:
29623 Add synchronous property for debugging. Should probably be
29624 disabled in non-CVS builds. Make sure that the Xv attribute
29625 exists before we set it (crash!). Fix a silly float bug that
29626 caused colorbalance to just not work.
29628 2004-01-17 Christian Schaller <Uraeus@gnome.org>
29630 * tools/gst-launch-ext.in - update for new plugins
29632 2004-01-16 David Schleef <ds@schleef.org>
29634 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29635 already-freed caps.
29637 2994-01-16 Christian Schaller <Uraeus@gnome.org>
29639 * Update spec for new colorspace plugin and libcaca plugin
29640 * Fix compilation of libcaca plugin (clock -> id)
29642 2004-01-16 Julien MOUTTE <julien@moutte.net>
29644 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29645 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29646 (gst_xvimagesink_set_xwindow_id),
29647 (gst_xvimagesink_colorbalance_set_value),
29648 (gst_xvimagesink_colorbalance_get_value),
29649 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29650 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29651 correct colorbalance properties. They can now be set when the element
29652 is still in NULL state. The values will be committed to the Xv Port
29653 when xcontext is initialized.
29654 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29655 brightness int values in the GstXvImagesink structure.
29657 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29659 * gst-libs/gst/Makefile.am:
29660 restructure so having local patches works easier.
29662 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29664 * ext/mpeg2enc/Makefile.am:
29665 * ext/mpeg2enc/gstmpeg2enc.cc:
29666 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29667 Bugfix with respect to EOS handling.
29669 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29671 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29672 Link with right caps (else, it segfaults).
29673 * ext/mplex/gstmplexjob.cc:
29674 Fix for slight API change in 1.6.1.93 release of mjpegtools.
29676 2004-01-15 David Schleef <ds@schleef.org>
29678 * gst-libs/gst/audio/Makefile.am:
29679 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29681 * gst-libs/gst/audio/gstaudiofilter.c:
29682 * gst-libs/gst/audio/gstaudiofilter.h:
29683 Add bytes_per_sample and size and n_samples calculation.
29684 * gst-libs/gst/audio/gstaudiofilterexample.c:
29685 Remove, now autogenerated.
29686 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29687 Moved from gstaudiofilterexample, object name changed, code added
29688 so that it actually works.
29689 * gst-libs/gst/audio/make_filter:
29690 Script to build an audiofilter subclass from the template.
29691 * gst/colorspace/Makefile.am:
29692 * gst/colorspace/yuv2yuv.c:
29693 Remove file, since it's GPL, and we don't use it.
29695 2004-01-15 Julien MOUTTE <julien@moutte.net>
29697 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29699 them use the buffer free function to test how the buffer was allocated.
29701 2004-01-15 David Schleef <ds@schleef.org>
29703 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29704 that handles osssink fallback.
29705 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29706 (gst_audio_convert_getcaps):
29707 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29708 Add audio/x-qdm2 for QDM2 audio.
29709 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29710 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29711 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29712 Decrease minimum size to 16x16.
29713 * gst/wavparse/gstwavparse.c:
29714 Convert disabled pad template caps to new caps.
29715 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29716 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29717 (gst_xvimagesink_chain): Throw element error when display cannot
29718 be opened. Increase minimum framerate to 1.0. Check the data
29719 free function on a buffer to make sure it is the type we expect
29720 before manipulating it.
29722 2004-01-15 Julien MOUTTE <julien@moutte.net>
29724 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29725 (gst_videobalance_colorbalance_set_value): Implement passthru if
29726 settings are in the middle.
29727 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29729 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29731 * gst/videofilter/Makefile.am:
29732 * gst/volume/Makefile.am:
29733 Since we use videofilter symbols, link to it.
29735 2004-01-15 Julien MOUTTE <julien@moutte.net>
29737 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29738 mixer interface type to HARDWARE.
29739 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29741 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29742 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29743 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29744 (gst_volume_interface_init), (gst_volume_list_tracks),
29745 (gst_volume_set_volume), (gst_volume_get_volume),
29746 (gst_volume_set_mute), (gst_volume_mixer_init),
29747 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29748 (volume_init): Implementing mixer interface.
29749 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29750 * sys/oss/gstosselement.c: (gst_osselement_get_type),
29751 (gst_osselement_change_state): Removing some trailing commas in
29753 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29754 interface type to HARDWARE.
29755 * sys/v4l/gstv4lcolorbalance.c:
29756 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29758 * sys/v4l2/gstv4l2colorbalance.c:
29759 (gst_v4l2_color_balance_interface_init): Setting colorbalance
29760 interface type to HARDWARE.
29761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29762 same code than ximagesink for event handling.
29764 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29766 * ext/snapshot/Makefile.am:
29767 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29768 (gst_snapshot_chain):
29769 * ext/snapshot/gstsnapshot.h:
29770 This has to be a joke... Snapshot should be connected to a tee,
29771 colorspace element before it and EOS after that, where the other
29772 src of the tee receives normal data.
29773 The current way is *wrong*.
29775 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29777 * ext/hermes/gsthermescolorspace.c:
29778 Fix another compile error. Same as below.
29780 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29782 * gst/colorspace/gstcolorspace.c:
29783 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29784 (gst_colorspace_i420_to_yv12):
29785 Fix compiling... Didn't test if it actually works.
29787 2004-01-15 David Schleef <ds@schleef.org>
29790 * gst/colorspace/Makefile.am:
29791 * gst/colorspace/gstcolorspace.c:
29792 * gst/colorspace/gstcolorspace.h:
29793 * gst/colorspace/yuv2rgb.c:
29794 * gst/colorspace/yuv2rgb.h:
29795 Duplicate the ext/hermes colorspace plugin, and remove Hermes
29796 code and GPL code. Fix for new caps negotiation. Rewrite
29797 much of the format handling code, and some of the conversion
29798 code. Basically, rewrote almost everything. This element
29799 handles I420, YV12 to RGB conversions.
29800 * ext/hermes/Makefile.am:
29801 * ext/hermes/gsthermescolorspace.c:
29802 Rename colorspace to hermescolorspace. Fix negotiation issues.
29803 Remove non-Hermes related code. This element handles lots of
29804 RGB to RGB conversions, but no YUV.
29805 * ext/hermes/gstcolorspace.c:
29806 * ext/hermes/gstcolorspace.h:
29807 * ext/hermes/rgb2yuv.c:
29808 * ext/hermes/yuv2rgb.c:
29809 * ext/hermes/yuv2rgb.h:
29810 * ext/hermes/yuv2rgb_mmx16.s:
29811 * ext/hermes/yuv2yuv.c:
29812 * ext/hermes/yuv2yuv.h:
29815 2004-01-14 Colin Walters <walters@verbum.org>
29817 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29818 they've already been.
29820 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
29822 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29823 assume tag mode when pad is not connected
29825 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
29827 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29828 Don't update the time of the clock
29829 (gst_alsa_sink_loop):
29830 sync to the clock given to alsasink, not the own clock
29831 * sys/oss/gstosssink.c: (gst_osssink_chain):
29833 (gst_osssink_change_state):
29835 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29836 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29837 remove bogus code that made DISCONT events unhandled
29838 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29839 explicitly case to double in _set_simple. (fixes 2nd warning in bug
29841 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29842 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29843 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29844 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29845 2nd warning in bug #131502)
29847 2004-01-14 Julien MOUTTE <julien@moutte.net>
29849 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29850 (gst_videobalance_colorbalance_set_value),
29851 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29852 for colorbalance interface implementation.
29853 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29854 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29855 (gst_ximagesink_dispose), (gst_ximagesink_init),
29856 (gst_ximagesink_class_init): Adding DISPLAY property.
29857 * sys/ximage/ximagesink.h: Adding display_name to store display.
29858 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29859 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29860 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29861 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29862 properties (they still need polishing though for gst-launch use : no
29863 xcontext yet, i ll do that tomorrow).
29864 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29866 2004-01-14 Julien MOUTTE <julien@moutte.net>
29868 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29869 (gst_play_set_location), (gst_play_set_visualization): Preparing
29870 switch integration, adding videobalance in the pipeline.
29872 2004-01-14 Julien MOUTTE <julien@moutte.net>
29874 * gst-libs/gst/colorbalance/colorbalance.c:
29875 (gst_color_balance_class_init): Adding a default type.
29876 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29878 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29879 (gst_videobalance_dispose), (gst_videobalance_class_init),
29880 (gst_videobalance_init), (gst_videobalance_interface_supported),
29881 (gst_videobalance_interface_init),
29882 (gst_videobalance_colorbalance_list_channels),
29883 (gst_videobalance_colorbalance_set_value),
29884 (gst_videobalance_colorbalance_get_value),
29885 (gst_videobalance_colorbalance_init): Implementing colorbalance
29887 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29889 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29890 bug which was triggering a BadAccess X error when setting an overlay
29891 before pad was really negotiated.
29892 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29893 Using the colorbalance type macro.
29895 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29897 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29898 (gst_flacenc_chain):
29899 handle tags correctly
29900 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29901 extract ID3v1 tags correctly
29903 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
29905 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29907 Improve matroska typefinding for odd-typed headers...
29909 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
29911 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29912 Fix for using incremental number on padnames.
29914 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
29916 * ext/divx/gstdivxdec.c:
29917 * ext/divx/gstdivxenc.c:
29918 Set category to divx4linux instead of divx (too generic).
29919 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29920 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29921 (gst_wavparse_loop), (gst_wavparse_change_state):
29922 * gst/wavparse/gstwavparse.h:
29923 fix parsing of WAV files with non-standard fmt-tag size and fix
29924 skipping of unrecognized chunks... Someone please fix this thing
29925 to use rifflib so all this is automated.
29926 * sys/v4l/Makefile.am:
29927 * sys/v4l2/Makefile.am:
29928 Add X_CFLAGS because we depend on X (for overlay).
29930 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
29932 * ext/mpeg2dec/gstmpeg2dec.c:
29933 Don't issue a timestamp unless we tagged the frame
29936 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29938 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29939 Query the audio element to get the time, not the clock. We're
29940 interested in the element's time here.
29942 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29944 * ext/aalib/gstaasink.c: (gst_aasink_chain):
29945 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29946 * ext/esd/esdsink.c: (gst_esdsink_chain):
29947 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29948 * ext/mas/massink.c: (gst_massink_chain):
29949 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29950 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29951 (gst_matroska_demux_parse_metadata):
29952 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29953 (gst_mpeg_parse_release_locks):
29954 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29955 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29956 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29957 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29958 (gst_osssink_change_state):
29959 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29960 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29961 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29962 (gst_xvideosink_release_locks):
29963 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29965 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29966 (gst_alsa_clock_stop):
29967 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29968 (gst_audio_clock_get_internal_time):
29969 simplify for use with new clocking code.
29970 * testsuite/alsa/Makefile.am:
29971 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29972 fix testsuite for new caps system
29974 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29976 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29977 * ext/flac/gstflacenc.c: (add_one_tag):
29978 length is already host endian, no need to convert. Fixes playback of
29979 tagged files on PPC. (bug #128384)
29981 2004-01-13 Julien MOUTTE <julien@moutte.net>
29983 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29984 colorbalance interface stating if it is hardware based or software
29986 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29987 Removing a trailing comma.
29988 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29989 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29990 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29991 the documentation seems to be wrong on the -1000 to 1000 interval.
29993 2004-01-12 David Schleef <ds@schleef.org>
29995 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29996 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29997 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29998 Fix negotiation. Add a bufferalloc function for the sink pad,
29999 and generally clean up some of the code.
30001 2004-01-12 Julien MOUTTE <julien@moutte.net>
30003 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30004 (gst_color_balance_channel_dispose): Adding safety check in dispose
30006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30007 (gst_xvimagesink_xcontext_clear),
30008 (gst_xvimagesink_interface_supported),
30009 (gst_xvimagesink_colorbalance_list_channels),
30010 (gst_xvimagesink_colorbalance_set_value),
30011 (gst_xvimagesink_colorbalance_get_value),
30012 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30013 Adding colorbalance interface support to set XV parameters such as
30014 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30015 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30018 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30020 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30021 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30022 (gst_audio_convert_init), (gst_audio_convert_set_property),
30023 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30024 (gst_audio_convert_link),
30025 (gst_audio_convert_buffer_to_default_format),
30026 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30027 - implement _getcaps and use it
30029 - remove float caps since no float conversion is actually done
30030 - remove properties and arguments that were to be used for rate
30033 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30035 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30036 (gst_audio_structure_set_int):
30037 * gst-libs/gst/audio/audio.h:
30038 add helper functions for _getcaps matching the standard audio
30041 2004-01-12 David Schleef <ds@schleef.org>
30043 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30044 Test that pad is negotiated before getting its caps.
30046 2004-01-12 Julien MOUTTE <julien@moutte.net>
30048 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30049 analyzing the pads of an element the bin is mostly in READY state so
30050 no caps were negotiated. This helper function needs to work with
30051 _get_caps directly then. I was not freeing them though, added that to
30054 2004-01-12 Julien MOUTTE <julien@moutte.net>
30056 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30058 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30059 than the free_func.
30061 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30063 * sys/oss/gstossaudio.c: (plugin_init):
30064 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30065 * sys/oss/gstosselement.h:
30066 make an oss debugging category
30067 make failure more descriptive
30069 2004-01-11 David Schleef <ds@schleef.org>
30071 * ext/ffmpeg/gstffmpeg.c:
30072 * ext/ffmpeg/gstffmpegcodecmap.c:
30073 * ext/ffmpeg/gstffmpegdec.c:
30074 * ext/ffmpeg/gstffmpegenc.c:
30075 * ext/ffmpeg/gstffmpegprotocol.c:
30076 * ext/gdk_pixbuf/gstgdkanimation.c:
30077 * ext/jpeg/gstjpeg.c:
30078 * ext/libpng/gstpng.c:
30079 * ext/mpeg2dec/perftest.c:
30080 * ext/speex/gstspeex.c:
30081 * gst-libs/gst/resample/dtos.c:
30082 * gst/intfloat/gstintfloatconvert.c:
30083 * gst/oneton/gstoneton.c:
30084 * gst/rtjpeg/RTjpeg.c:
30085 * gst/rtp/gstrtp.c:
30086 * sys/dxr3/dxr3init.c:
30087 * sys/glsink/gstgl_nvimage.c:
30088 * sys/glsink/gstgl_pdrimage.c:
30089 * sys/glsink/gstglsink.c:
30090 * testsuite/gst-lint:
30091 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30093 2004-01-11 David Schleef <ds@schleef.org>
30095 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30096 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30097 * ext/gdk_pixbuf/gstgdkanimation.c:
30098 (gst_gdk_animation_iter_create_pixbuf):
30099 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30100 (gst_gdk_pixbuf_chain):
30101 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30102 * ext/jack/gstjack.c: (gst_jack_change_state):
30103 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30104 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30105 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30106 * gst/videofilter/gstvideofilter.c:
30107 (gst_videofilter_set_output_size):
30108 Remove all usage of gst_pad_get_caps(), and replace it with
30109 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30111 2004-01-11 David Schleef <ds@schleef.org>
30114 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30115 * ext/divx/gstdivxdec.c:
30116 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30117 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30118 handle images that span multiple buffers. Now work with both
30119 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30120 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30121 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30122 video/video.h changes
30123 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30124 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30125 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30126 of GstData free function.
30127 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30130 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30132 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30133 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30134 (gst_v4l2element_get_property):
30135 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30136 add norm, channel and frequency properties.
30137 * sys/v4l2/gstv4l2tuner.c:
30138 fixes for tuner interface changes
30139 * sys/v4l2/gstv4l2element.h:
30140 * sys/v4l2/gstv4l2src.c:
30141 * sys/v4l2/gstv4l2src.h:
30142 * sys/v4l2/v4l2src_calls.c:
30143 * sys/v4l2/v4l2src_calls.h:
30144 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30146 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30148 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30149 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30150 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30151 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30152 * gst-libs/gst/tuner/tuner.h:
30153 GObjects aren't const.
30154 Add find_by_name functions.
30155 Add checks to _changed functions.
30156 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30157 (gst_v4l_tuner_get_norm):
30160 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30162 * gst-libs/gst/video/video.h:
30163 Fix caps template names to be understandable.
30164 Prefix everything with GST_VIDEO.
30165 * ext/aalib/gstaasink.c:
30166 * ext/divx/gstdivxdec.c:
30167 * ext/divx/gstdivxenc.c:
30168 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30169 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30170 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30171 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30172 * ext/libcaca/gstcacasink.c:
30173 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30174 * ext/snapshot/gstsnapshot.c:
30175 * ext/swfdec/gstswfdec.c:
30176 * ext/xvid/gstxviddec.c:
30177 * ext/xvid/gstxvidenc.c:
30178 * gst/chart/gstchart.c:
30179 * gst/deinterlace/gstdeinterlace.c:
30180 * gst/effectv/gsteffectv.c:
30181 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30182 * gst/goom/gstgoom.c:
30183 * gst/median/gstmedian.c:
30184 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30185 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30186 * gst/overlay/gstoverlay.c:
30187 * gst/smooth/gstsmooth.c:
30188 * gst/smpte/gstsmpte.c:
30189 * gst/synaesthesia/gstsynaesthesia.c:
30190 * gst/videocrop/gstvideocrop.c:
30191 * gst/videodrop/gstvideodrop.c:
30192 * gst/y4m/gsty4mencode.c:
30193 * sys/qcam/gstqcamsrc.c:
30194 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30195 Make them work with new video.h file.
30196 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30197 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30199 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30200 Make it work with new buffer allocation system.
30202 2004-01-11 Julien MOUTTE <julien@moutte.net>
30204 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30205 pad_alloc_buffer implementation to use ->srcpad
30206 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30207 pad_alloc_buffer implementation to use ->srcpad
30208 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30209 pad_alloc_buffer implementation to use ->srcpad
30210 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30211 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30212 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30213 a reference to everything we need.
30214 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30215 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30216 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30217 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30218 a reference to everything we need.
30219 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30221 2004-01-11 David Schleef <ds@schleef.org>
30223 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30224 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30225 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30227 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30228 value during a resize/renegotiation.
30229 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30230 gst_pad_alloc_buffer();
30231 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30232 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30234 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30235 Fix for rename of buffer private structure members.
30236 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30237 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30238 Fix for rename of buffer private structure members.
30239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30240 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30241 Fix for rename of buffer private structure members.
30243 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30245 reviewed by: David Schleef <ds@schleef.org>
30247 * gst/videofilter/Makefile.am:
30248 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30249 from the patch by ds to fit in with recent make_filter changes.
30251 2004-01-11 Julien MOUTTE <julien@moutte.net>
30253 * configure.ac: Adding examples/switch/Makefile
30254 * examples/Makefile.am: Adding examples/switch
30255 * examples/switch/Makefile.am: Adding switcher example.
30256 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30257 (switch_timer), (main): Adding an example demonstrating switch usage
30258 with 2 videotestsrc showing different patterns.
30259 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30260 (gst_switch_init): Fixing switch with the new caps system.
30262 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30264 * gst-libs/gst/video/video.h:
30265 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30266 They should probably be like
30267 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30269 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30271 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30272 (qtdemux_parse_trak):
30273 fix audio chunk size/timestamp calculation
30275 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30277 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30280 2004-01-11 Steve Baker <steve@stevebaker.org>
30282 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30283 (gst_agingtv_base_init), (gst_agingtv_class_init),
30284 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30285 (gst_agingtv_set_property), (gst_agingtv_get_property):
30286 Port agingTV to videofilter
30288 2004-01-09 Julien MOUTTE <julien@moutte.net>
30290 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30291 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30293 2004-01-09 Julien MOUTTE <julien@moutte.net>
30295 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30296 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30297 * gst-libs/gst/xoverlay/xoverlay.c:
30298 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30299 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30300 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30301 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30302 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30303 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30304 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30305 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30306 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30307 interface implementation to handle xid being 0 and fix some bugs
30308 triggered by Benjamin's testcase.
30309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30310 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30311 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30312 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30313 interface implementation to handle xid being 0 and fix some bugs
30314 triggered by Benjamin's testcase.
30316 2004-01-09 David Schleef <ds@schleef.org>
30318 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30319 mouse pointer events. It works.
30321 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30323 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30324 Use explicit caps - fix capsnego.
30325 * ext/xvid/gstxviddec.c:
30326 * ext/xvid/gstxvidenc.c:
30327 Remove macro-inside-macro which caused compile errors.
30328 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30329 Error out if it's not a RIFF file. Else we error out without
30330 gst_element_error() which is not good...
30332 2004-01-08 David Schleef <ds@schleef.org>
30334 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30335 Fix pad_link function to handle formats that ffmpeg returns
30336 as multiple caps structures.
30337 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30338 Only complain if source buffer is _smaller_ than expected.
30339 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30340 (gst_videoscale_handle_src_event): Resize navigation events
30341 when passing them upstream.
30342 * gst/videotestsrc/gstvideotestsrc.c:
30343 * gst/videotestsrc/gstvideotestsrc.h:
30344 * gst/videotestsrc/videotestsrc.c:
30345 * gst/videotestsrc/videotestsrc.h:
30346 Rewrite many of the buffer painting functions to handle odd
30347 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30348 been verified to work with my video card.
30349 * testsuite/gst-lint: Add check for elements calling
30350 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30352 2004-01-08 David Schleef <ds@schleef.org>
30354 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30355 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30357 2004-01-08 Julien MOUTTE <julien@moutte.net>
30359 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30360 configure event is not emiting the desired size signal. That fixes
30361 aspect ratio issues with gst-player.
30363 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30365 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30368 2004-01-08 Julien MOUTTE <julien@moutte.net>
30370 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30371 public method to fire size signal.
30373 2004-01-07 Julien MOUTTE <julien@moutte.net>
30375 * examples/gstplay/Makefile.am: Adding the interface library.
30376 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30377 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30378 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30379 GST_IS_X_OVERLAY before signal connect.
30380 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30381 Removing the have_video_size signal.
30382 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30383 and associated public method.
30384 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30385 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30387 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30388 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30391 Using XOverlay public method to fire size signal.
30393 2004-01-07 David Schleef <ds@schleef.org>
30395 * gst/videofilter/Makefile.am:
30396 * gst/videofilter/gstvideotemplate.c:
30397 * gst/videofilter/make_filter:
30398 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30399 Convert make_filter to /bin/sh script.
30401 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30403 * gst/modplug/gstmodplug.cc: fix element description
30405 2004-01-07 Julien MOUTTE <julien@moutte.net>
30407 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30408 (got_video_size): Adding some new lines in g_print calls.
30409 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30410 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30411 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30412 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30413 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30414 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30415 Complete code review, reverting some stuff i disagree with, adding
30416 some fixes : time synchronization on invalid timestamps, renegotiation
30418 * sys/ximage/ximagesink.h:
30419 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30420 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30421 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30422 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30423 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30424 (gst_xvimagesink_buffer_new),
30425 (gst_xvimagesink_navigation_send_event),
30426 (gst_xvimagesink_set_xwindow_id),
30427 (gst_xvimagesink_get_desired_size),
30428 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30429 stuff i disagree with, adding some fixes : Renegotiation of private
30430 window, implementing get_desired_size.
30432 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30434 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30435 (gst_afsink_handle_event):
30436 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30437 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30438 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30439 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30440 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30441 Fix for instantiate-test (see core). Also remove dead code from
30442 jpegenc (which still needs fixing, but that's lower on my TODO
30444 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30445 Never return NULL as caps.
30447 2004-01-07 David Schleef <ds@schleef.org>
30451 * ext/librfb/Makefile.am:
30452 * ext/librfb/gstrfbsrc.c:
30453 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30454 is the protocol used by VNC.
30456 2004-01-07 David Schleef <ds@schleef.org>
30458 * gst/videofilter/gstvideotemplate.c:
30459 * gst/videofilter/gstvideotemplate.h:
30460 * gst/videofilter/make_filter:
30461 Merge videotemplate header into source file.
30462 * gst/effectv/Makefile.am:
30463 * gst/effectv/gsteffectv.c: (plugin_init):
30464 * gst/effectv/gstwarp.c:
30465 Make warpTV a subclass of videofilter.
30467 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30469 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30470 Add guard against invalid utf-8 conversions in mad. Just in case.
30472 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30474 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30475 Fix for bug shown by poisoning
30477 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30479 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30480 (gst_v4lmjpegsrc_buffer_free):
30481 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30482 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30483 (gst_v4lsrc_buffer_free):
30484 Fix for removed bufferpools.
30486 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30488 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30489 Fix caps negotiation.
30491 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30492 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30493 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30495 * ext/mpeg2dec/gstmpeg2dec.c:
30496 * gst-libs/gst/navigation/navigation.c:
30497 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30498 * gst-libs/gst/navigation/navigation.h:
30499 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30500 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30502 Super-simple first version of mouse and keyboard events. Clicking
30503 on a DVD menu now works, although it may not take you where you
30506 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30507 * gst/videotestsrc/gstvideotestsrc.c:
30508 (gst_videotestsrc_src_fixate):
30509 These fixate functions were broken - they never actually
30512 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30514 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30515 (gst_icecastsend_init):
30516 fix for new caps system.
30517 * gst-libs/gst/mixer/mixertrack.h:
30518 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30519 Add 'master track' flag (for tools like ACME that only want to
30520 change the main volume).
30522 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30524 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30525 (gst_xvid_csp_to_caps):
30526 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30527 * ext/xvid/gstxvidenc.c:
30528 ifdef out ARGB type when it isn't available
30529 in xvidcore 1.0.0beta2
30531 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30533 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30534 When we have received a new SCR right in the first buffer after
30535 a seek (so in the same cycle that handles the discont), we should
30536 handle the buffer instead of unreffing it, else we lose data.
30538 2004-01-06 Iain <iain@prettypeople.org>
30540 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30541 buffer-frames caps too.
30543 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30544 caps that we need, don't destroy them all and rebuild them. And when
30545 creating src pads, use the src pad template rather than the sink...
30547 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30549 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30550 Add pad to element *after* setting functions such as event handler.
30551 Without this, the scheduler (opt) will link pads, set the event
30552 handler from the default event function (dispatcher in gstpad.c)
30553 and *after* that, we will set our own event function, which will
30554 thus never be used (and thus mpegdemux doesn't handle events).
30556 2004-01-04 David Schleef <ds@schleef.org>
30558 Fix the fixate functions to handle new prototype:
30559 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30560 * gst/videotestsrc/gstvideotestsrc.c:
30561 (gst_videotestsrc_src_fixate):
30562 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30563 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30564 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30566 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30568 * sys/ximage/ximagesink.h:
30569 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30570 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30571 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30572 (gst_ximagesink_xoverlay_init):
30573 assorted fixes to make (re)embedding work
30574 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30575 (gst_ximagesink_get_desired_size):
30576 implement desired size additions to XOverlay
30578 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30580 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30581 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30582 (gst_x_overlay_got_desired_size):
30583 * gst-libs/gst/xoverlay/xoverlay.h:
30584 Add optional "desired size" signal and querying.
30586 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30588 * gst/matroska/matroska-demux.c:
30589 (gst_matroska_demux_parse_blockgroup):
30590 Fix EBML-laced block parsing. Diffs are relative to previous
30591 lace, not the first lace. Thanks to Mosu from the Matroska
30592 team for detecting this.
30593 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30594 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30595 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30596 (gst_wavparse_change_state):
30597 * gst/wavparse/gstwavparse.h:
30598 Quickfix for capsnego.
30600 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30602 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30603 Fix indenting, fix pad creation.
30605 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30607 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30608 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30609 (gst_xviddec_sink_link):
30610 Implement src_getcaps() so proper size caps is negotiated.
30612 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30614 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30615 Finish flac decoder on EOS. See #116178.
30617 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30619 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30620 (gst_matroska_demux_add_stream):
30621 * gst/matroska/matroska-ids.h:
30622 Add getcaps() function to fix capsnego...
30624 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30626 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30627 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30628 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30629 Fix more integer overflows. Again, see #126967.
30631 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30633 * ext/mpeg2dec/gstmpeg2dec.c:
30634 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30637 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30640 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30641 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30642 * ext/xvid/gstxvid.h:
30643 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30644 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30645 (gst_xviddec_src_link), (gst_xviddec_sink_link),
30646 (gst_xviddec_change_state):
30647 * ext/xvid/gstxviddec.h:
30648 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30649 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30650 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30651 (gst_xvidenc_link), (gst_xvidenc_set_property),
30652 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30653 * ext/xvid/gstxvidenc.h:
30654 Update xvid plugin to latest xvid (1.0.0-beta3) API.
30656 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30658 * gst/rtp/rtp-packet.c:
30659 Add sys/types.h include, since OS X doesn't define in_addr_t
30660 in netinet/in.h, like it does on Linux (see #129600).
30662 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
30664 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
30666 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30667 Correct logic of dispose function (see #129306).
30669 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30671 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30672 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30673 (gst_mpeg_parse_init):
30674 * gst/mpegstream/gstmpegparse.h:
30675 Remove clock (which was never provided, i.e. dead code), and
30676 also fix integer overflows at high PTS values (see #126967).
30678 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30680 * ext/flac/gstflacdec.c:
30681 * ext/libpng/gstpngenc.h:
30682 * ext/mikmod/gstmikmod.h:
30683 OS X fixes (see #126628).
30685 2004-01-02 David Schleef <ds@schleef.org>
30687 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30688 (gst_alsa_src_base_init): Remove bogus "src" request pad.
30689 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30690 (gst_mpeg_parse_class_init): Move pad template registration
30691 to class_init, since the derived class (mpegdemux) doesn't
30694 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30696 * sys/ximage/Makefile.am:
30697 * sys/xvideo/Makefile.am:
30698 * sys/xvimage/Makefile.am:
30699 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30700 after installation (see #127664).
30702 2004-01-02 David Schleef <ds@schleef.org>
30704 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30705 (gst_ffmpegenc_connect): Negotiation fixes.
30706 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30707 Remove inappropriate gst_caps_free().
30708 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30709 Reenable Ronald's internal resize code, since the core handles
30712 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30714 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30715 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30716 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30717 Fix pad template stuff.
30719 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30721 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30722 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30723 fix signed integer reading/writing.
30725 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
30728 Remove outdated document
30730 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
30732 * gst/cutter/gstcutter.c: (gst_cutter_init):
30733 src pad was being created twice - oops.
30735 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30737 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30738 Comment out internal resize. It doesn't handle the resulting
30739 XEvent internally, does another try_set_caps() which leads to
30740 a really nice loop.
30741 Real fix will come when Julien and Dave are awake. ;).
30743 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30745 * ext/mpeg2enc/gstmpeg2enc.cc:
30746 fix const/nonconst compile issue.
30748 2004-01-02 David Schleef <ds@schleef.org>
30750 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30751 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30752 Add fixate function and a check for bad formats.
30754 2004-01-01 David Schleef <ds@schleef.org>
30757 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30758 (gst_audiofilter_init):
30759 * gst/debug/efence.c: (gst_efence_init):
30760 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30761 (gst_deinterlace_init):
30762 * gst/volume/gstvolume.c: (volume_connect):
30764 2004-01-01 David Schleef <ds@schleef.org>
30766 Convert elements to use gst_pad_use_explicit_caps() where
30768 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30769 * ext/audiofile/gstafparse.c: (gst_afparse_init),
30770 (gst_afparse_open_file):
30771 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30772 (gst_afsrc_open_file):
30773 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30774 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30775 (gst_ffmpegdec_chain):
30776 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30777 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30778 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30779 (gst_gdk_pixbuf_chain):
30780 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30781 (gst_jpegdec_chain):
30782 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30783 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30784 (gst_mikmod_negotiate):
30785 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30786 (gst_mpeg2dec_negotiate_format):
30787 * ext/mpeg2enc/gstmpeg2enc.cc:
30788 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30789 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30790 (gst_speexdec_sinkconnect):
30791 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30792 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30793 (gst_vorbisfile_new_link):
30794 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30795 (gst_ac3parse_chain):
30796 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30797 (gst_asf_demux_setup_pad):
30798 * gst/auparse/gstauparse.c: (gst_auparse_init),
30799 (gst_auparse_chain):
30800 * gst/id3/gstid3types.c: (gst_id3types_loop):
30801 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30802 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30803 (mp1videoparse_parse_seq):
30804 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30806 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30807 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30808 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30809 (gst_mpeg_parse_send_data):
30810 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30811 (gst_qtdemux_add_stream):
30812 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30813 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30814 (gst_wavparse_parse_fmt):
30816 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
30819 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30820 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30821 it therefore uses the wrong include paths. Too bad... Note
30822 that 1.6.1.93 is not release yet. ;).
30823 Also add a check for mplex, which is now using the lib'ified
30824 mplex from mjpegtools, too.
30825 * ext/ffmpeg/gstffmpegcodecmap.c:
30826 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30827 issues. I don't think ffmpeg handles 3ivx correctly, so this
30828 probably won't work. But it won't hurt either.
30829 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30830 (gst_ffmpegdec_chain):
30831 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30832 (gst_ffmpegenc_chain_audio):
30833 Fix memleak in audio encoding. Close codec if open fails, this
30834 calls the cleanup routines so we can re-use the context.
30835 * ext/mpeg2enc/gstmpeg2enc.cc:
30836 Fix pad template names/types, fix memory issue with getcaps().
30837 * ext/mpeg2enc/gstmpeg2encoder.cc:
30838 * ext/mpeg2enc/gstmpeg2encoder.hh:
30839 Fix compile issue with new caps system (const thingy).
30840 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30841 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30842 We read a first frame right on initing, so that we have a caps
30843 when we init the output. This caps is cached in padprivate and
30844 read as first frame.
30845 * ext/mplex/Makefile.am:
30846 * ext/mplex/gstmplex.cc:
30847 * ext/mplex/gstmplex.h:
30848 * ext/mplex/gstmplex.hh:
30849 * ext/mplex/gstmplexibitstream.cc:
30850 * ext/mplex/gstmplexibitstream.hh:
30851 * ext/mplex/gstmplexjob.cc:
30852 * ext/mplex/gstmplexjob.hh:
30853 * ext/mplex/gstmplexoutputstream.cc:
30854 * ext/mplex/gstmplexoutputstream.hh:
30855 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30856 had issues, didn't do capsnego, supported only a subset of the
30857 mplex features and required a mplex fork in our local CVS. Plus
30858 that it worked agaist a very old mplex version. Rewriting was
30859 faster than updating it.
30860 * gst-libs/ext/Makefile.am:
30861 * gst-libs/ext/mplex/INSTRUCT:
30862 * gst-libs/ext/mplex/Makefile.am:
30863 * gst-libs/ext/mplex/README:
30864 * gst-libs/ext/mplex/TODO:
30865 * gst-libs/ext/mplex/ac3strm_in.cc:
30866 * gst-libs/ext/mplex/audiostrm.hh:
30867 * gst-libs/ext/mplex/audiostrm_out.cc:
30868 * gst-libs/ext/mplex/aunit.hh:
30869 * gst-libs/ext/mplex/bits.cc:
30870 * gst-libs/ext/mplex/bits.hh:
30871 * gst-libs/ext/mplex/buffer.cc:
30872 * gst-libs/ext/mplex/buffer.hh:
30873 * gst-libs/ext/mplex/fastintfns.h:
30874 * gst-libs/ext/mplex/format_codes.h:
30875 * gst-libs/ext/mplex/inputstrm.cc:
30876 * gst-libs/ext/mplex/inputstrm.hh:
30877 * gst-libs/ext/mplex/lpcmstrm_in.cc:
30878 * gst-libs/ext/mplex/mjpeg_logging.cc:
30879 * gst-libs/ext/mplex/mjpeg_logging.h:
30880 * gst-libs/ext/mplex/mjpeg_types.h:
30881 * gst-libs/ext/mplex/mpastrm_in.cc:
30882 * gst-libs/ext/mplex/mpegconsts.cc:
30883 * gst-libs/ext/mplex/mpegconsts.h:
30884 * gst-libs/ext/mplex/mplexconsts.hh:
30885 * gst-libs/ext/mplex/multplex.cc:
30886 * gst-libs/ext/mplex/outputstream.hh:
30887 * gst-libs/ext/mplex/padstrm.cc:
30888 * gst-libs/ext/mplex/padstrm.hh:
30889 * gst-libs/ext/mplex/stillsstream.cc:
30890 * gst-libs/ext/mplex/stillsstream.hh:
30891 * gst-libs/ext/mplex/systems.cc:
30892 * gst-libs/ext/mplex/systems.hh:
30893 * gst-libs/ext/mplex/vector.cc:
30894 * gst-libs/ext/mplex/vector.hh:
30895 * gst-libs/ext/mplex/videostrm.hh:
30896 * gst-libs/ext/mplex/videostrm_in.cc:
30897 * gst-libs/ext/mplex/videostrm_out.cc:
30898 * gst-libs/ext/mplex/yuv4mpeg.cc:
30899 * gst-libs/ext/mplex/yuv4mpeg.h:
30900 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30901 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30902 We don't fork mjpegtools' mplex in our CVS anymore.
30903 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30904 (gst_avi_demux_add_stream):
30905 * gst/avi/gstavidemux.h:
30906 Add getcaps() function for proper caps nego. This makes some
30907 parts of AVI playback/reading work.
30908 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30909 Resize window on new capsnego. This is probably wrong, but
30910 I'm still committing it because with current capsnego, the
30911 first successfull capsnego is auto-fixated, therefore rounded
30912 down to the lowest values in the caps. this results in a 16x16
30913 XWindow that is not reized when real capsnego finishes.
30914 Dave, I see more cases of this, do you know a proper solution?
30915 * tools/gst-launch-ext.in:
30916 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30918 2003-12-31 David Schleef <ds@schleef.org>
30920 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30921 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30922 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30924 2003-12-30 David Schleef <ds@schleef.org>
30926 * ext/ffmpeg/gstffmpegcolorspace.c:
30927 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30928 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30929 (gst_ffmpegcsp_chain): Negotiation fixes
30930 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30931 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30932 (gst_audio_convert_link), (gst_audio_convert_channels):
30933 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30934 (gst_audioscale_link), (gst_audioscale_get_buffer),
30935 (gst_audioscale_chain): Negotiation fixes
30936 * gst/audioscale/gstaudioscale.h:
30937 * gst/videofilter/gstvideofilter.c:
30938 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30939 (gst_videofilter_link), (gst_videofilter_init),
30940 (gst_videofilter_set_output_size), (gst_videofilter_setup),
30941 (gst_videofilter_find_format_by_structure):
30942 * gst/videofilter/gstvideofilter.h: Negotiation fixes
30943 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30944 (gst_videoscale_link):
30945 * gst/videoscale/videoscale.c: (videoscale_get_structure),
30946 (videoscale_find_by_structure), (gst_videoscale_setup):
30947 * gst/videoscale/videoscale.h: Negotiation fixes
30948 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30949 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30950 function, restrict resizing to a multiple of 4 (hack until
30951 everyone supports odd sizes correctly).
30953 2003-12-29 Colin Walters <walters@verbum.org>
30955 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30958 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
30960 * ext/sndfile/gstsf.c: (gst_sf_loop):
30961 Fix warning about discarding const qualifier
30963 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
30965 * gst/cutter/gstcutter.c:
30966 * gst/videoscale/gstvideoscale.c:
30967 * gst/volenv/gstvolenv.c:
30968 * gst-libs/gst/audio/audio.c:
30969 * gst-libs/gst/video/video.c:
30972 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
30974 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30975 Don't send ALSA debugging to stderr.
30976 * ext/alsa/gstalsa.h:
30977 Use GST_WARNING instead of g_warning when ALSA functions fail.
30979 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
30981 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30982 Free XVAdapterInfo correctly.
30984 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
30986 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30987 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30988 Make id3tag use correct caps nego.
30990 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
30992 * ext/ivorbis/vorbis.c:
30993 * ext/ivorbis/vorbisenc.h:
30994 * ext/ivorbis/vorbisfile.c:
30995 Modify so that it uses the new caps things
30997 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
30999 * testsuite/spider/spider1.c: (main):
31000 * testsuite/spider/spider2.c: (main):
31001 * testsuite/spider/spider3.c: (main):
31002 Make tests compile again. They probably don't work.
31004 2003-12-24 Colin Walters <walters@verbum.org>
31006 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31007 we can't fixate the caps anymore.
31009 2003-12-23 David Schleef <ds@schleef.org>
31011 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31012 * sys/oss/gstosssink.c: (gst_osssink_init),
31013 (gst_osssink_sink_fixate): Add fixate function.
31015 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31017 * ext/ffmpeg/gstffmpegcodecmap.c:
31018 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31019 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31020 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31021 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31022 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31023 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31024 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31025 fix typo in RGB masks, and move back to "old" colorspace
31026 capsnego code until whoever wrote this new crap has actually
31027 tested it so that it works.
31028 And yes, this works, keep it that way please.
31030 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31032 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31033 (gst_divxdec_init), (gst_divxdec_negotiate):
31034 * ext/divx/gstdivxdec.h:
31035 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31036 (gst_divxenc_init):
31037 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31038 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31039 * ext/mpeg2enc/gstmpeg2enc.cc:
31040 * ext/mpeg2enc/gstmpeg2encoder.cc:
31041 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31042 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31043 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31044 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31045 (dxr3spusink_init):
31046 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31047 (dxr3videosink_init):
31048 Fix caps breakage after Dave's caps branch merge.
31050 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31052 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31053 Fix for 24bpp display.
31055 2003-12-23 Colin Walters <walters@verbum.org>
31057 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31058 a GnomeVFSHandle directly.
31060 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31062 * gst/volume/Makefile.am:
31063 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31064 (volume_base_init), (volume_init):
31065 Reenable volume element and fix to work with new caps stuff.
31066 Rhythmbox needs this.
31068 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31070 * gst/qtdemux/qtdemux.c: (plugin_init):
31071 qtdemux requires bytestream
31073 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31075 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31076 Fix remaining caps handling errors due to CAPS merge.
31078 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31080 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31081 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31082 (gst_faad_srcconnect):
31083 Port to new caps system.
31085 2003-12-21 Julien MOUTTE <julien@moutte.net>
31087 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31088 (got_video_size), (main): using g_print instead of g_message.
31089 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31090 signal which was not emitted because of "switch" element added to the
31091 bin but not connected. (Removing from the bin temporarily)
31093 2003-12-21 Julien MOUTTE <julien@moutte.net>
31095 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31096 find X development files. I don't understand the previous tests and
31097 they fail on my debian/ppc unstable. This one works.
31098 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31100 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31101 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31102 (gst_play_set_visualization): Add some safety checks in set_ methods
31103 and state_change. This was throwing some ugly CRITICAL messages when
31104 pipeline was getting disposed and casts were failing.
31106 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31109 Improve mpeg2enc detection. This is for distributions that do
31110 ship mjpegtools, but without mpeg2enc. Also does object check
31111 for might there ever be ABI incompatibility.
31112 * ext/mpeg2enc/gstmpeg2enc.cc:
31113 Add Andrew as second maintainer (he's helping me), and also add
31114 an error if no caps was set. This happens if I pull before capsnego
31115 and that's something I should solve sometime else.
31116 * gst/matroska/matroska-demux.c:
31117 (gst_matroska_demux_parse_blockgroup):
31119 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31120 (gst_matroska_mux_track_header):
31121 Add caps to templates.
31122 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31123 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31124 * gst/mpegstream/gstmpegdemux.c:
31125 Remove layer since it causes warnings about unfixed caps.
31126 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31127 Fix obvious typo (we error out if caps were set, we should of
31128 course error out if *no* caps were set).
31129 * sys/oss/gstosselement.c: (gst_osselement_convert):
31130 Fix format conversion, we confused bits/bytes.
31131 * sys/oss/gstosselement.h:
31132 Improve documentation for 'bps'.
31134 Remove stuff about plugins that need removing - this was done
31136 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31137 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31138 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31139 (gst_v4lsrc_src_query):
31140 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31141 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31142 Add get_query_types(), get_formats() and query() functions.
31144 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31146 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31147 * moved CVS to freedesktop.org