1 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
3 Patch by: Loïc Minier <lool+gnome at via ecp fr>
6 * ext/alsa/Makefile.am:
7 * gst/audiotestsrc/Makefile.am:
8 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
12 * gst/playback/gstplaybin.c:
13 Improve docs: point out that the application needs to assist playbin
16 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
18 * gst-libs/gst/utils/install-plugins.c:
19 * gst-libs/gst/utils/missing-plugins.c:
20 * tests/check/libs/utils.c: (missing_msg_check_getters):
21 Change GStreamer marker prefix in detail string from 'gstreamer.net'
22 to just 'gstreamer'. Document the caps string component of the
23 decoder/encoder detail a bit better, since not everyone will be
24 familiar with the GStreamer media type/caps system (but they better
25 enjoy nested itemized lists).
27 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
29 * gst-libs/gst/netbuffer/gstnetbuffer.c:
30 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
31 Fix copying of GstNetBuffer (would crash before, or at least lead to
32 invalid memory access, #410772), for now by copying the GstBuffer copy
33 code from the core over here so we can copy the GstBuffer fields on a
34 provided buffer instance (of type GstNetBuffer in this case). Would be
35 better to fix this with some support by the core though (and in the long
36 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
38 * tests/check/Makefile.am:
39 Enable unit test for GstNetBuffer.
41 2007-02-22 Andy Wingo <wingo@pobox.com>
43 * gst-libs/gst/audio/gstbaseaudiosink.c
44 (gst_base_audio_sink_init): Disable pull-mode activation until we
45 figure out how to make audio sinks go to PLAYING.
47 2007-02-22 Stefan Kost <ensonic@users.sf.net>
49 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
50 (double_hq), (audio_convert_get_func_index),
51 (audio_convert_prepare_context), (audio_convert_convert):
52 * gst/audioconvert/audioconvert.h:
53 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
54 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
55 * gst/audioconvert/gstchannelmix.h:
56 * tests/check/elements/audioconvert.c: (GST_START_TEST):
57 Add float as an intermediate format, as well as float mixing. Enable
58 test that was failing before. Fixes #339837
60 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
62 * tests/examples/seek/seek.c: (do_seek):
63 Undo the previous commit: -1 as a stop time implies that the stop
64 time is the end of file, clearing any previously configured segment.
66 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
68 * tests/examples/seek/seek.c: (do_seek):
69 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
71 2007-02-21 Stefan Kost <ensonic@users.sf.net>
73 * gst/volume/gstvolume.c: (volume_process_int16),
74 (volume_process_int16_clamp), (volume_set_caps):
75 Unbreak volume, value remains gint.
77 2007-02-21 Stefan Kost <ensonic@users.sf.net>
79 * gst/volume/gstvolume.c: (volume_choose_func),
80 (volume_update_real_volume), (gst_volume_set_volume),
81 (gst_volume_init), (volume_process_double), (volume_process_float),
82 (volume_process_int16), (volume_process_int16_clamp),
83 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
84 * gst/volume/gstvolume.h:
85 Extend float audio support (double) and some int->uint cleanups.
87 2007-02-20 Edward Hervey <edward@fluendo.com>
89 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
90 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
91 (sort_end_pads), (gst_decode_group_expose),
92 (gst_decode_group_hide):
93 Don't free groups from the streaming threads. Just put them aside and
96 2007-02-20 Edward Hervey <edward@fluendo.com>
98 * gst/playback/gstdecodebin2.c: (connect_element),
99 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
100 (sort_end_pads), (gst_decode_group_expose):
101 Handle dynamic pads within groups.
102 Sort pads before exposing them in order to make playbin happy.
103 There still is a race with the multiqueue filling up. This should be
107 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
109 * gst-libs/gst/utils/base-utils.c:
110 * gst-libs/gst/utils/descriptions.c:
111 * gst-libs/gst/utils/install-plugins.c:
112 * gst-libs/gst/utils/missing-plugins.c:
113 Some more docs (and descriptions for two subtitle formats).
115 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
117 * gst-libs/gst/audio/audio.c:
120 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
122 Patch by: Yves Lefebvre <ivanohe abacom com>
124 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
125 Don't leak caps. Fixes #408278.
127 2007-02-15 Stefan Kost <ensonic@users.sf.net>
129 * ext/cdparanoia/gstcdparanoiasrc.h:
130 * ext/ogg/gstoggdemux.h:
131 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
132 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
133 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
134 * gst-libs/gst/audio/audio.h:
135 * gst-libs/gst/audio/gstaudiofilter.h:
136 * gst-libs/gst/interfaces/videoorientation.h:
137 * gst/adder/gstadder.h:
138 More docs coverage and some ChangeLog surgery (add missing names)
140 2007-02-15 Wim Taymans <wim@fluendo.com>
142 * sys/ximage/ximagesink.c:
143 (gst_ximagesink_calculate_pixel_aspect_ratio):
144 * sys/xvimage/xvimagesink.c:
145 (gst_xvimagesink_calculate_pixel_aspect_ratio):
146 Small constifications.
148 2007-02-15 Wim Taymans <wim@fluendo.com>
150 * gst-libs/gst/audio/gstbaseaudiosink.c:
151 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
152 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
153 (gst_base_audio_sink_async_play),
154 (gst_base_audio_sink_change_state):
155 Answer latency query.
156 Use configured latency when syncing.
159 * gst-libs/gst/audio/gstbaseaudiosrc.c:
160 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
161 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
162 Fix possible memleak.
163 Implement latency query.
166 2007-02-15 Wim Taymans <wim@fluendo.com>
168 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
169 Ignore errors in reset, these are not fatal. They also grab the element
170 lock which is already taking when this function is called. Fixes
173 2007-02-13 Stefan Kost <ensonic@users.sf.net>
176 Remove 'tests/examples/xerror/Makefile' from output files again.
178 2007-02-13 Stefan Kost <ensonic@users.sf.net>
181 * docs/plugins/Makefile.am:
182 Also crossref against gst-plugins-base-libs.
184 2007-02-12 Stefan Kost <ensonic@users.sf.net>
187 * docs/libs/Makefile.am:
188 * docs/plugins/Makefile.am:
189 Add crossreferences to glib/gobject/gstream docs.
191 * gst-libs/gst/audio/audio.h:
194 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
195 Add own debug category.
197 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
199 Patch by: René Stadler <mail at renestadler de>
201 * gst-libs/gst/tag/gstvorbistag.c:
202 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
205 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
207 * gst/playback/gstplaybasebin.c: (setup_source):
208 When we have external subtitles and wait for the subtitle decodebin
209 to get up and running, we set up a (sync) bus handler for the
210 subtitle decodebin, so we can stop waiting when it posts an error
211 message. However, we should do that before we set the subtitle
212 decodebin's state to playing, otherwise things are racy and we might
213 miss error messages posted before we had a chance to set up the bus.
214 This should finally fix totem hanging on .txt pseudo-subtitle files.
216 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
218 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
219 Use gst_gdouble_to_guint64 for conversions.
220 * win32/common/config.h.in:
221 Add a define for GST_INSTALL_PLUGINS_HELPER
222 * win32/common/libgstaudio.def:
223 * win32/common/libgstcdda.def:
224 * win32/common/libgstnetbuffer.def:
225 * win32/common/libgstrtp.def:
226 * win32/common/libgutils.def:
227 Add new exported functions.
228 * win32/vs6/gst_plugins_base.dsw:
229 * win32/vs6/libgstdecodebin.dsp:
230 * win32/vs6/libgstnetbuffer.dsp:
231 * win32/vs6/libgstplaybin.dsp:
232 * win32/vs6/libgstrtp.dsp:
233 * win32/vs6/libgstvorbis.dsp:
234 * win32/vs6/libgstcdda.dsp:
235 * win32/vs6/libgstgdp.dsp:
236 * win32/vs6/libgstutils.dsp:
237 Update and add new project files.
239 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
241 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
242 (subrip_remove_unhandled_tags), (parse_subrip):
243 For SubRip (.srt) subtitles, ignore all markup tags we don't
244 handle (like font tags, for example).
246 * tests/check/elements/subparse.c:
249 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
251 * gst/playback/gstdecodebin.c: (add_fakesink),
252 (gst_decode_bin_change_state):
253 * gst/playback/gstdecodebin2.c: (add_fakesink),
254 (gst_decode_bin_change_state):
255 Don't error out if there is no fakesink in the NULL to READY state
256 change, since when decodebin is re-used, we're only adding the
257 fakesink element in READY to PAUSED.
259 * tests/check/elements/decodebin.c:
260 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
262 Minimal unit test to make sure we can use the same decodebin
263 instance twice (at least with audiotestsrc input).
265 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
267 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
268 Try to get devic-name from device string first, and from handle only
269 as fallback (seems to yield better results and is more robust
270 against buggy probing code on the application side).
272 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
274 Based on patch by: Julien Puydt <julien.puydt at laposte net>
276 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
277 (gst_alsa_find_device_name):
278 * ext/alsa/gstalsa.h:
279 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
280 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
281 Improve device-name detection a bit, especially in the case where
282 the device is not actually open (#405020, #405024). Move common code
283 into gstalsa.c instead of duplicating it.
285 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
287 * gst/audioconvert/gstaudioconvert.c:
288 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
290 2007-02-06 Julien MOUTTE <julien@moutte.net>
292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
293 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
294 (gst_xvimagesink_interface_supported),
295 (gst_xvimagesink_probe_get_properties),
296 (gst_xvimagesink_probe_probe_property),
297 (gst_xvimagesink_probe_needs_probe),
298 (gst_xvimagesink_probe_get_values),
299 (gst_xvimagesink_property_probe_interface_init),
300 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
301 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
302 (gst_xvimagesink_get_type):
303 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
304 for XVAdaptors so that one can choose the adaptor to use with
305 gstreamer-properties.
307 2007-02-06 Stefan Kost <ensonic@users.sf.net>
309 * gst/audioconvert/gstaudioconvert.c:
310 Also mention that a conversion from double to float is suboptimal still.
312 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
314 * gst-libs/gst/audio/gstaudiofilter.c:
315 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
316 Clear our formats structure and free the caps contained in it when
319 2007-02-05 Andy Wingo <wingo@pobox.com>
321 * gst-libs/gst/audio/gstbaseaudiosink.c
322 (gst_base_audio_sink_callback): Update basesink->offset so that we
323 pull monotonically increasing offsets instead of, um, seeking back
324 to 0 each time. Fixes alsasrc ! alsasink!
326 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
328 * gst/videoscale/gstvideoscale.c:
329 A width and height of 1 makes us crash, so increase minimum size to
330 2x2 pixels until someone feels like fixing this (#404512).
332 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
334 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
335 Add small test to make sure request pads are cleaned up properly
336 even if oggmux never changes state out of NULL.
338 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
340 * tests/check/libs/utils.c: (GST_START_TEST):
341 Fix unit test. Turns out things work much better when you
342 NULL-terminate string arrays. Should make p5 build bot happy again.
344 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
346 * gst-libs/gst/audio/Makefile.am:
347 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
348 (gst_audio_filter_template_base_init),
349 (gst_audio_filter_template_class_init),
350 (gst_audio_filter_template_init),
351 (gst_audio_filter_template_set_property),
352 (gst_audio_filter_template_get_property),
353 (gst_audio_filter_template_setup),
354 (gst_audio_filter_template_filter),
355 (gst_audio_filter_template_filter_inplace), (plugin_init):
356 Oops, forgot to commit fixed-up example.
358 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
360 * docs/libs/gst-plugins-base-libs-sections.txt:
361 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
362 (gst_audio_filter_class_init), (gst_audio_filter_init),
363 (gst_audio_filter_set_caps),
364 (gst_audio_filter_class_add_pad_templates):
365 * gst-libs/gst/audio/gstaudiofilter.h:
366 Port GstAudioFilter to 0.10. This change technically breaks
367 API and ABI (and thus also every library developer's heart),
368 but seems justifiable on the grounds that the base class was
369 completely unusable before (ie. would crash immediately when
370 actually used). Fixes #403963 (and eventually also #403572).
371 Also document all of this a bit.
373 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
375 * gst-libs/gst/utils/install-plugins.c:
376 (gst_install_plugins_spawn_child):
377 * tests/check/libs/utils.c:
378 (test_base_utils_install_plugins_do_callout):
379 Lowering log level to see why things fail on the p5 build bot;
380 fix some typos in unit test messages.
382 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
384 * tests/check/libs/utils.c:
385 (test_base_utils_install_plugins_do_callout):
386 Don't hard-code temp directory for test helper; use GLib functions
387 to write out file and do error checking etc.
389 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
391 * gst-libs/gst/utils/Makefile.am:
392 * gst-libs/gst/utils/base-utils.h:
393 * gst-libs/gst/utils/install-plugins.c:
394 (gst_install_plugins_context_set_xid),
395 (gst_install_plugins_context_new),
396 (gst_install_plugins_context_free),
397 (gst_install_plugins_get_helper),
398 (gst_install_plugins_spawn_child),
399 (gst_install_plugins_return_from_status),
400 (gst_install_plugins_installer_exited),
401 (gst_install_plugins_async), (gst_install_plugins_sync),
402 (gst_install_plugins_return_get_name),
403 (gst_install_plugins_installation_in_progress):
404 * gst-libs/gst/utils/install-plugins.h:
405 API: add API for applications to initiate installation of missing
406 plugins, ie. gst_install_plugins_async() primarily.
407 Based on libgimme-codec by Ryan Lortie.
410 Add --with-install-plugins-helper configure option so distros can specify
411 the path of the helper script or program to call when plugin installation
412 is requested (distros: please do any argument munging in this helper
413 script instead of patching GStreamer to pass arguments differently
414 to another program directly).
416 * docs/libs/gst-plugins-base-libs-docs.sgml:
417 * docs/libs/gst-plugins-base-libs-sections.txt:
418 Build and document new API.
420 * tests/check/libs/utils.c: (result_cb),
421 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
422 (libgstbaseutils_suite):
423 Some simple checks for the new API.
425 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
427 * tests/check/elements/audioconvert.c: (test_float_conversion):
428 Add small test for 32bit float <=> 64bit float conversion (works
429 only one way so far, 32=>64 produces structured noise).
431 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
433 * gst/audioconvert/gstaudioconvert.c:
434 (set_structure_widths_32_and_64), (make_lossless_changes):
435 We don't support floats with a width of 40, 48 or 56 bits.
437 2007-02-02 Stefan Kost <ensonic@users.sf.net>
439 * gst/audioconvert/audioconvert.c: (float), (double),
440 (audio_convert_get_func_index):
441 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
442 (make_lossless_changes):
443 Support for 64-bit float audio in audioconvert (#339837)
445 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
447 Patch by: Holger Wansing <linux wansing-online de>
451 Add German translation (#352069).
453 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
455 reviewed by: Wim Taymans <wim@fluendo.com>
457 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
458 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
459 Use newly added GstCollectPads API to free the allocated resources in
460 the GstOggPad structures (#402393).
462 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
464 * gst/playback/gstplaybin.c: (gen_vis_element):
465 Add audioresample+audioconvert in front of the visualisation
466 element, so that elements like libvisual 0.4 that don't support all
467 samplerates can work.
471 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
473 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
474 (gst_play_base_bin_get_streaminfo_value_array):
475 Take some locks and make a copy of the streaminfo value array we
476 maintain while holding the lock, so that the application can
477 retrieve the stream-info as a value array in a thread-safe way.
479 2007-01-30 Wim Taymans <wim@fluendo.com>
481 * gst/audioconvert/gstaudioconvert.c:
482 Don't fail on 0 sized buffers. Fixes #396835.
484 2007-01-29 David Schleef <ds@schleef.org>
486 * gst/typefind/gsttypefindfunctions.c:
487 Detect BBCD as video/x-dirac, so we can play raw dirac
490 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
492 * ext/theora/theoraenc.c: (theora_enc_chain):
493 Check return value of theora_encode_header(), or we might try to
494 allocate a random number of bytes. theora_encode_header() can fail
495 if libtheora has been compiled with encoding support disabled.
498 2007-01-29 Wim Taymans <wim@fluendo.com>
500 * tests/check/gst/.cvsignore:
503 2007-01-29 Wim Taymans <wim@fluendo.com>
505 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
506 Fix strides in libvisual. Gst uses X strides.
507 Inspired by: <ed at catmur dot co dot uk> and
508 <tim at centricular dot net>
511 2007-01-27 Wim Taymans <wim@fluendo.com>
513 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
514 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
515 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
516 (gst_ogg_demux_perform_seek),
517 (gst_ogg_demux_bisect_forward_serialno),
518 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
519 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
520 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
521 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
522 * ext/ogg/gstoggdemux.h:
523 Properly propagate streaming errors when we are scanning the file for
524 chains so that we don't crash when shut down. Might fix some crashers
525 when quickly switching oggs in RB such as #332503 and #378436.
527 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
529 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
530 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
533 2007-01-25 Wim Taymans <wim@fluendo.com>
535 * gst/playback/gstplaybasebin.c: (remove_source):
536 Don't try to disconnect a signal from a finalized object.
538 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
540 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
541 Cast lock macro parameters to make sure we're actually accessing the
542 lock member at the right class level. Free list itself in _dispose()
543 as well and NULL it in case dispose gets called multiple times.
545 2007-01-25 Edward Hervey <edward@fluendo.com>
547 * gst/playback/gstdecodebin2.c:
548 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
549 Free GstDecodeGroups no longer used.
550 (gst_decode_group_expose):
551 Don't unlock too many times !
552 (deactivate_free_recursive):
553 Free iterator once we're done with it.
554 Fix for recursively deactivating elements (stop at ghostpads).
556 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
558 * gst/playback/gstplaybin.c: (handoff):
559 Fix up caps on the frame buffer before we save it and potentially
560 make it accessible to other threads via g_object_get; also use
561 gst_buffer_replace() instead of gst_mini_object_replace().
563 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
565 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
566 Make getting the current frame thread-safe.
568 2007-01-25 Edward Hervey <edward@fluendo.com>
570 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
571 (gst_decode_group_new), (gst_decode_group_free):
572 Set queues to bigger sizes to cope with HD contents.
573 Fix some mutex freeing and add comment about MT safe methods.
575 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
577 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
578 (gst_text_overlay_text_event):
579 Don't unnecessarily ref (and then leak) upstream events if the text
580 pad is not linked. Fixes #399948.
582 * tests/check/gst-plugins-base.supp:
583 Add suppression for pango on edgy/x86 for textoverlay test.
585 2007-01-24 Wim Taymans <wim@fluendo.com>
587 * gst-libs/gst/rtp/gstrtpbuffer.h:
588 Add some more fixed payloads.
590 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
592 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
593 Error out properly if we get an error from libogg while reading the
594 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
596 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
598 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
601 * tests/check/elements/playbin.c:
602 (test_sink_usage_video_only_stream),
603 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
604 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
605 (test_missing_suburisource_handler),
606 (test_missing_primary_decoder), (playbin_suite):
607 Run all tests once with decodebin and once with decodebin2.
608 One test does not pass yet with decodebin2.
610 2007-01-23 Edward Hervey <edward@fluendo.com>
612 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
613 Fix the cases where oggmux doesn't properly figure out that all
614 sinkpads have gone EOS, and therefore doesn't push out the remaining
615 buffers and the final EOS event.
618 2007-01-23 Julien MOUTTE <julien@moutte.net>
620 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
621 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
622 Don't lock on navigation event push, just on keysym to string.
625 2007-01-22 Edward Hervey <edward@fluendo.com>
627 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
628 (get_current_group), (group_demuxer_event_probe),
629 (gst_decode_group_expose), (deactivate_free_recursive),
630 (gst_decode_group_free):
632 Don't forget to emit 'no-more-pads' once a group is exposed.
633 Cleanup elements from a DecodeGroup once we remove it.
634 Protect call to gst_decode_group_expose() with the decodebin lock.
636 2007-01-22 Julien MOUTTE <julien@moutte.net>
638 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
639 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
640 Looking at Xorg code i can't figure out if that XKeysymToString
641 function is thread sensible or not. Lock it just in case as
642 recommended by Radek Doulik <rodo at ximian dot com>.
644 2007-01-22 Julien MOUTTE <julien@moutte.net>
646 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
647 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
648 Lock that X Call as well. Fixes #397673.
650 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
652 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
653 Don't go into an endless loop if the file starts with 00 00 01 2X,
654 like quicktime redirect files might. Fixes #396042.
656 * tests/check/Makefile.am:
657 * tests/check/gst/.cvsignore:
658 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
659 (typefindfunctions_suite):
660 Add unit test for the above.
662 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
664 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
665 On second thought, use "depth" field rather than "bpp" field.
667 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
669 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
670 Camtasia caps apparently need a bpp field (#398875).
672 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
674 * gst/playback/gstplaybasebin.c: (setup_subtitle),
675 (gen_source_element), (gst_play_base_bin_change_state):
676 Attempt at a better error message in case we don't have the required
677 URI handler installed; post missing-plugin message also when we're
678 missing an URI handler for the subtitle URI; clean up properly also
679 when an error occurs and we never made it to PAUSED state.
681 * tests/check/elements/playbin.c: (GST_START_TEST),
683 Check that we're also getting a missing-plugin messsage for a
684 missing subtitle URI handler (and clean up properly).
686 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
688 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
689 Plug a few reference leaks.
691 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
693 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
694 Lower probability a bit if the marker isn't right at the start,
695 to decrease the chance of false positives.
697 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
699 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
700 Small mpeg2 system stream typefinding improvement: make typefinder
701 probe a bit into the stream instead of just looking for a marker
702 at the beginning. Fixes #397810.
704 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
706 * gst/audioconvert/gstchannelmix.c:
707 Remove compatibility cruft for prehistoric GLib versions.
709 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
711 * gst/playback/Makefile.am:
712 * gst/playback/gstdecodebin.c: (close_pad_link):
713 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
714 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
715 (gst_play_base_bin_handle_message_func), (unknown_type):
716 Let decodebin be the element to post missing-plugin messages for
717 missing decoders (rather than playbin); make playbin implement
718 GstBin::handle_message so we can suppress missing-plugin messages
719 for types we're not handling on purpose (don't want to bring up an
720 installer in those cases).
722 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
724 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
725 * gst-libs/gst/tag/gstvorbistag.c:
726 (gst_tag_list_to_vorbiscomment_buffer):
727 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
728 Fix potentially unaligned access (#397207).
730 2007-01-16 Stefan Kost <ensonic@users.sf.net>
732 * tests/examples/seek/seek.c: (set_scale), (update_scale),
733 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
734 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
736 Allow to toggle looping while it plays. Fix callback prototype. Clean
737 up code a bit more. Add copyright header.
739 2007-01-16 Stefan Kost <ensonic@users.sf.net>
741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
742 Red and blue mask was swapped (spotted by Dan Williams).
744 2007-01-15 Stefan Kost <ensonic@users.sf.net>
746 * gst-libs/gst/tag/gstid3tag.c:
747 * gst-libs/gst/tag/gstvorbistag.c:
748 Use new beats-per-minute tag from core.
750 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
753 Add new files with translatable strings, so they actually make it
754 into the template file one day.
756 2007-01-12 Andy Wingo <wingo@pobox.com>
758 * gst-libs/gst/audio/gstbaseaudiosink.c
759 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
760 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
761 stuff, as the base class handles this now. Actually tell the ring
763 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
764 How did this work before? Maybe I'm not as awesome a programmer as
767 * gst-libs/gst/audio/gstbaseaudiosrc.c
768 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
771 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
773 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
774 Remove more fields so that the application can better blacklist
775 formats that have been tried before.
777 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
779 * gst-libs/gst/audio/mixerutils.h:
780 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
781 used when compiling with c++ compilers as well.
783 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
785 * gst/typefind/gsttypefindfunctions.c:
788 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
790 * gst/playback/gstplaybin.c: (post_missing_element_message),
791 (gen_video_element), (gen_text_element), (gen_audio_element),
793 Post missing-plugin messages also when we error out because
794 converters, textoverlay or auto*sinks are missing (#161922).
796 2007-01-10 Wim Taymans <wim@fluendo.com>
798 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
799 (is_demuxer_element), (new_caps):
800 * gst/playback/gstplaybasebin.c: (source_new_pad):
801 Fix the case where we try to ref a NULL element when we delay a link
802 because of unfixed caps.
803 Set the state of autoplugged decodebins to PAUSED.
804 RTSP now works in playbin, we can remove it from the blacklist.
806 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
808 * gst/playback/Makefile.am:
809 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
810 (unknown_type), (setup_subtitle), (gen_source_element):
811 * gst/playback/gstplaybin.c: (plugin_init):
812 Post missing-plugin messages on the bus for missing sources and
813 missing decoders/demuxers/depayloaders; fix error code used when
814 we're missing an URI handler source; for media types that we are not
815 handling on purpose at the moment, don't print "don't know how to
816 handle xyz" messages to the terminal or post missing-plugin
819 * tests/check/elements/playbin.c: (create_playbin),
820 (GST_START_TEST), (gst_codec_src_uri_get_type),
821 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
822 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
823 (gst_codec_src_init_type), (gst_codec_src_base_init),
824 (gst_codec_src_create), (gst_codec_src_class_init),
825 (gst_codec_src_init), (plugin_init), (playbin_suite):
826 Add some tests for the missing-plugin stuff.
828 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
831 * gst-libs/gst/Makefile.am:
832 * gst-libs/gst/utils/Makefile.am:
833 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
834 * gst-libs/gst/utils/base-utils.h:
835 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
836 (find_format_info), (caps_are_rtp_caps),
837 (gst_base_utils_get_source_description),
838 (gst_base_utils_get_sink_description),
839 (gst_base_utils_get_decoder_description),
840 (gst_base_utils_get_encoder_description),
841 (gst_base_utils_get_element_description),
842 (gst_base_utils_add_codec_description_to_tag_list),
843 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
844 * gst-libs/gst/utils/descriptions.h:
845 * gst-libs/gst/utils/missing-plugins.c:
846 (missing_structure_get_type), (copy_and_clean_caps),
847 (gst_missing_uri_source_message_new),
848 (gst_missing_uri_sink_message_new),
849 (gst_missing_element_message_new),
850 (gst_missing_decoder_message_new),
851 (gst_missing_encoder_message_new),
852 (missing_structure_get_string_detail),
853 (missing_structure_get_caps_detail),
854 (gst_missing_plugin_message_get_installer_detail),
855 (gst_missing_plugin_message_get_description),
856 (gst_is_missing_plugin_message):
857 * gst-libs/gst/utils/missing-plugins.h:
858 API: add new libgstbaseutils library with functions
859 - to create and parse missing-plugins messages
860 - that provide (translated) descriptions for caps/decoders/sources/etc.
863 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
864 * pkgconfig/gstreamer-plugins-base.pc.in:
867 * docs/libs/gst-plugins-base-libs-docs.sgml:
868 * docs/libs/gst-plugins-base-libs-sections.txt:
869 Generate docs for new lib and API.
871 * tests/check/Makefile.am:
872 * tests/check/libs/.cvsignore:
873 * tests/check/libs/utils.c: (missing_msg_check_getters),
874 (GST_START_TEST), (libgstbaseutils_suite):
875 Add some basic unit tests.
877 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
879 * ext/ogg/Makefile.am:
880 Dist gstoggdemux.h to fix 'make distcheck'.
882 * sys/v4l/Makefile.am:
883 Fix 'make distcheck' even more.
885 2007-01-09 Wim Taymans <wim@fluendo.com>
887 * docs/plugins/Makefile.am:
888 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
889 * docs/plugins/gst-plugins-base-plugins-sections.txt:
890 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
891 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
892 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
893 (gst_ogg_demux_perform_seek):
894 * ext/ogg/gstoggdemux.h:
896 Add some more comments.
899 2007-01-09 Wim Taymans <wim@fluendo.com>
901 * ext/theora/theoradec.c:
902 * ext/vorbis/vorbisdec.c:
903 * gst-libs/gst/audio/gstringbuffer.c:
904 (gst_ring_buffer_commit_full):
905 * gst-libs/gst/audio/gstringbuffer.h:
906 * gst-libs/gst/rtp/gstrtpbuffer.c:
907 * gst-libs/gst/tag/gstvorbistag.c:
908 Small documentation updates/fixes
910 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
913 Require core CVS HEAD for Andy's basesrc/sink API additions.
915 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
917 Patch by: Günter Thelen <daedalus dot inc at gmx net>
919 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
921 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
922 on flac.sf.net (there appear to be other versions of the first
923 ogg page in the wild) (#391365).
925 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
928 Check if localtime_r() is available.
930 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
931 If localtime_r() is not available, fall back to localtime(). Should
932 fix build on MingW (#393310).
934 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
936 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
937 * gst/subparse/gstsubparse.h:
938 Remove spurious 1000 subtrahend when calculating the timestamp from
939 the frame number and the frame rate . Also, use the frames/second
940 value specified in the first line of the file, if one is specified
941 there. Should fix #357503.
943 * tests/check/elements/subparse.c: (do_test),
944 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
946 Add some basic unit tests for the microdvd subtitle format.
948 2007-01-07 Julien MOUTTE <julien@moutte.net>
950 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
951 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
952 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
953 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
954 (gst_xvimagesink_set_xwindow_id),
955 (gst_xvimagesink_set_event_handling),
956 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
957 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
958 Patch by : Young-Ho Cha <ganadist at chollian dot net>
960 Add an adaptor property to select a specific XV adaptor.
961 * sys/xvimage/xvimagesink.h:
963 2007-01-07 Julien MOUTTE <julien@moutte.net>
965 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
966 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
967 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
968 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
969 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
970 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
971 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
972 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
973 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
974 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
975 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
976 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
977 Use flow_lock much more to protect every access to xwindow.
978 Try to catch erros while creating images in case some drivers are
979 just generating an XError when the requested image is too big.
980 Should fix : #354698, #384008, #384060.
981 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
982 Implement some stress testing of setting window xid.
984 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
986 * win32/common/libgsaudio.def:
987 Add new exported function.
988 * win32/common/libgstogg.dsp:
989 Add gstoggaviparse.c to the build.
990 * win32/common/libgstvideoscale.dsp:
991 Add vs_4tap.c to the build.
992 * win32/common/libgstvorbis.dsp:
993 Add vorbistag.c to the build.
995 2007-01-06 Andy Wingo <wingo@pobox.com>
997 * gst-libs/gst/audio/gstbaseaudiosink.c
998 (gst_base_audio_sink_class_init)
999 (gst_base_audio_sink_init):
1000 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1001 to baseaudiosink, and tell basesink that we can work in pull mode.
1002 This way the ring buffer thread drives the pipeline directly, if
1003 pull mode is possible. There is some lingering nastiness regarding
1005 (gst_base_audio_sink_callback): Implement the callback to pull
1006 data. This interface is a bit light, though -- it should get a
1007 GstFlowReturn return value at least.
1009 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1011 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1012 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1013 * gst/playback/gstdecodebin2.c:
1014 (gst_decode_group_check_if_blocked):
1015 Printf format and missing argument fixes.
1017 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1019 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1020 (gst_ogm_parse_change_state):
1021 Activate pads before adding them to the element.
1023 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1025 * tests/examples/seek/scrubby.c: (main):
1026 * tests/examples/seek/seek.c: (main):
1027 Call g_thread_init() first thing in main() (see #391278).
1029 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1031 * tests/check/Makefile.am:
1032 * tests/check/libs/.cvsignore:
1033 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1035 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1036 for the time being, since it's broken, see #393099.
1038 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1040 * tests/check/Makefile.am:
1041 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1043 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1046 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1047 so that GST_BASE_CFLAGS can go inbetween them, making sure
1048 we use uninstalled gst-libs headers
1049 * docs/libs/Makefile.am:
1050 * ext/alsa/Makefile.am:
1051 * ext/cdparanoia/Makefile.am:
1052 * ext/gnomevfs/Makefile.am:
1053 * ext/libvisual/Makefile.am:
1054 * ext/ogg/Makefile.am:
1055 * ext/theora/Makefile.am:
1056 * ext/vorbis/Makefile.am:
1057 * gst-libs/gst/audio/Makefile.am:
1058 * gst-libs/gst/cdda/Makefile.am:
1059 * gst-libs/gst/interfaces/Makefile.am:
1060 * gst-libs/gst/riff/Makefile.am:
1061 * gst-libs/gst/rtp/Makefile.am:
1062 * gst-libs/gst/tag/Makefile.am:
1063 * gst/adder/Makefile.am:
1064 * gst/audioconvert/Makefile.am:
1065 * gst/audiorate/Makefile.am:
1066 * gst/audioresample/Makefile.am:
1067 * gst/playback/Makefile.am:
1068 * gst/tcp/Makefile.am:
1069 * gst/videoscale/Makefile.am:
1070 * gst/volume/Makefile.am:
1071 * sys/ximage/Makefile.am:
1072 * sys/xvimage/Makefile.am:
1073 * tests/icles/Makefile.am:
1076 2007-01-04 Julien MOUTTE <julien@moutte.net>
1078 * gst-libs/gst/interfaces/xoverlay.c:
1079 (gst_x_overlay_handle_events):
1080 * gst-libs/gst/interfaces/xoverlay.h:
1081 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1082 (gst_ximagesink_set_xwindow_id),
1083 (gst_ximagesink_set_event_handling),
1084 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1085 (gst_ximagesink_get_property), (gst_ximagesink_init),
1086 (gst_ximagesink_class_init):
1087 * sys/ximage/ximagesink.h:
1088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1089 (gst_xvimagesink_set_xwindow_id),
1090 (gst_xvimagesink_set_event_handling),
1091 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1092 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1093 (gst_xvimagesink_class_init):
1094 * sys/xvimage/xvimagesink.h:
1095 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1096 Add a method to the XOverlay interface to allow disabling of
1097 event handling in x[v]imagesink elements. This will let X events
1098 propagate to parent windows which can be usefull in some cases.
1099 Be carefull that the application is then responsible of pushing
1100 navigation events and expose events to the video sink.
1103 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1105 * gst-libs/gst/tag/gstvorbistag.c:
1106 * tests/check/libs/tag.c: (GST_START_TEST):
1107 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1110 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1114 * docs/design/Makefile.am:
1117 2006-12-27 Julien MOUTTE <julien@moutte.net>
1119 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1120 typo. Fixes: #390063.
1122 2006-12-27 Julien MOUTTE <julien@moutte.net>
1124 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1125 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1127 * win32/common/config.h: Updated.
1129 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1131 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1132 (setup_gdpdepay_streamheader):
1133 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1134 (setup_gdppay_streamheader):
1135 Fix the dp tests, but activating the pads for the streamheader tests
1136 too and cleaning up conditionaly
1138 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1140 * gst/ffmpegcolorspace/avcodec.h:
1141 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1142 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1143 (gst_ffmpegcsp_avpicture_fill):
1144 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1145 (img_get_alpha_info):
1146 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1147 other end of the word. Fixes: #387073.
1149 Add some inconsequential branch hints in a couple of places.
1151 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1153 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1154 (gst_ffmpeg_caps_to_smpfmt):
1155 The "signed" field in raw audio caps is of boolean type, trying to
1156 extract the value with _get_int() will fail (fix to keep in sync with
1157 the copy in gst-ffmpeg)
1159 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1161 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1162 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1163 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1165 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1166 * tests/check/elements/subparse.c: (teardown_subparse):
1167 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1168 * tests/check/elements/videorate.c: (cleanup_videorate):
1169 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1170 * tests/check/elements/volume.c: (cleanup_volume):
1171 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1172 (cleanup_vorbisdec):
1173 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1174 (cleanup_vorbistag):
1175 consistent pad (de)activation
1177 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1179 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1180 Forgot to register the extensions.
1182 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1184 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1186 Add typefinder for VIVO files (my christmas present to the 90s).
1188 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1190 * gst/playback/gstdecodebin.c: (type_found):
1191 Special-case the text/plain media type: we only want to recognise it
1192 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1193 parser, but not if the entire stream is of text/plain type. If the
1194 entire stream is text/plain, we should just error out.
1196 This fixes playback of audio files with lyrics in totem. Totem can't
1197 distinguish between text files and subtitle files and passes any
1198 .txt file with the same basename as the main file to playbin as
1199 suburi, and playbin will then throw a 'subtitle found, but no video
1200 stream' error, which isn't entirely helpful. See #380342.
1202 Also, with this change we'll show a slightly more correct error
1203 message in case totem passes a playlist file to us (although a
1204 custom error message wording instead of the default text would
1205 probably not be a bad idea either).
1207 Same problem also needs to be fixed for playbin+decodebin2.
1209 * tests/check/Makefile.am:
1210 * tests/check/elements/decodebin.c: (src_handoff_cb),
1211 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1213 Add simple unit test for decodebin for the above.
1215 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1217 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1218 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1219 Refuse to change state to READY when we failed to create any of the
1220 required elements in our instance init function.
1222 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1224 * docs/libs/gst-plugins-base-libs-sections.txt:
1225 Small docs fixes/updates.
1227 * gst-libs/gst/video/gstvideosink.h:
1228 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1229 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1230 removed from the base sink API between 0.9.6 and 0.9.7).
1231 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1232 accessor macros, so we don't do a runtime GObject type check every
1235 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1238 * gst-plugins-base.doap:
1239 * gst-plugins-base.spec.in:
1242 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1244 Patch by: Jens Granseuer <jensgr at gmx net>
1246 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1247 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1248 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1249 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1250 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1251 Declare variables at the beginning of a block. Fixes #383195.
1253 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1256 Bump version nano - back to CVS.
1259 === release 0.10.11 ===
1261 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1264 releasing 0.10.11, "Dumb things"
1266 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1268 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1269 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1270 Handle the case where an element has multiple pads with
1271 unfixed caps as well as still possibly producing more dynamic
1272 pads by storing each case as a distinct entry in the dynamic list.
1275 2006-12-04 Wim Taymans <wim@fluendo.com>
1277 * gst/playback/gstdecodebin.c: (close_pad_link):
1278 Fix #382223, add more dynamic caps handling.
1280 2006-12-04 Wim Taymans <wim@fluendo.com>
1282 reviewed by: <delete if not using a buddy>
1284 * gst-libs/gst/audio/gstringbuffer.h:
1285 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1286 (gst_netaddress_set_ip4_interface),
1287 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1288 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1289 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1290 (gst_netaddress_get_ttl):
1291 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1292 * gst/playback/gstdecodebin.c: (close_pad_link):
1293 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1294 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1295 * win32/common/config.h:
1297 2006-12-01 Michael Smith <msmith@fluendo.com>
1299 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1300 Delete bad debug code.
1303 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1305 * gst/videoscale/vs_4tap.c:
1307 * win32/common/config.h:
1308 * win32/vs8/libgstvideoscale.vcproj:
1309 Fix compilation on win32 under VS8
1310 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1311 Partially fixes #381175
1313 2006-11-30 Michael Smith <msmith@fluendo.com>
1315 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1317 It would be very bad if, after a discont buffer, we thought every
1318 single following buffer was also discont. So, add to the test to
1319 ensure that this isn't the case.
1321 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1322 ... it was the case. So fix it.
1324 2006-11-28 Wim Taymans <wim@fluendo.com>
1326 * gst/playback/gstplaybasebin.c: (check_queue_event):
1329 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1330 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1331 padtemplate caps. Refixes #357577.
1333 2006-11-28 Wim Taymans <wim@fluendo.com>
1335 * gst/playback/gstplaybasebin.c: (check_queue_event),
1336 (queue_threshold_reached), (queue_out_of_data),
1337 (gen_preroll_element):
1338 Add event probe to see when EOS is in a queue and we can disable the
1339 underrun signals. Fixes #357577.
1341 2006-11-28 Edward Hervey <edward@fluendo.com>
1343 * gst/playback/Makefile.am:
1344 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1345 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1346 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1347 (gst_decode_bin_init), (gst_decode_bin_dispose),
1348 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1349 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1350 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1351 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1352 (connect_element), (expose_pad), (type_found),
1353 (pad_added_group_cb), (pad_removed_group_cb),
1354 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1355 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1356 (are_raw_caps), (multi_queue_overrun_cb),
1357 (multi_queue_underrun_cb), (gst_decode_group_new),
1358 (get_current_group), (group_demuxer_event_probe),
1359 (gst_decode_group_control_demuxer_pad),
1360 (gst_decode_group_control_source_pad),
1361 (gst_decode_group_check_if_blocked),
1362 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1363 (gst_decode_group_hide), (gst_decode_group_free),
1364 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1365 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1366 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1368 New decodebin2 element.
1370 * gst/playback/gstplay-marshal.list:
1371 Added marshallers for new signals in decodebin2
1372 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1373 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1376 2006-11-28 Wim Taymans <wim@fluendo.com>
1378 * gst/playback/gstplaybasebin.c: (setup_source),
1379 (gst_play_base_bin_change_state):
1380 Disable rtsp:// uris for the release, it's not good enough yet.
1383 2006-11-26 Wim Taymans <wim@fluendo.com>
1385 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1386 (theora_dec_push_forward), (theora_dec_push_reverse),
1387 (theora_handle_data_packet), (theora_dec_decode_buffer),
1388 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1389 (theora_dec_chain_forward), (theora_dec_chain):
1390 Implement reverse playback.
1392 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1393 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1394 (vorbis_dec_chain_forward):
1395 Clear buffers used for reverse playback in _reset.
1396 No need to set the eos flag, we clip samples using the segment.
1398 2006-11-24 Wim Taymans <wim@fluendo.com>
1400 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1401 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1402 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1403 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1405 Handle continued pages in reverse mode.
1407 2006-11-24 Wim Taymans <wim@fluendo.com>
1409 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1410 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1411 (vorbis_dec_flush_decode):
1413 Don't try to add invalid timestamps.
1414 Clipping will unref the buffer.
1416 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1418 * gst/adder/gstadder.h:
1419 * gst/audiotestsrc/gstaudiotestsrc.h:
1420 remove obsolete _factory_init protos
1422 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1424 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1425 Fix spacing in debug message.
1427 2006-11-23 Wim Taymans <wim@fluendo.com>
1429 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1430 (gst_ogg_demux_chain):
1431 Don't just ignore return values from _pad_push().
1432 Small debug improvements.
1434 2006-11-23 Michael Smith <msmith@fluendo.com>
1436 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1437 If our incoming buffer is marked as DISCONT, then increment the page
1438 number (so that the discontinuity is marked in the final ogg
1439 bitstream) and flush the previous page.
1441 2006-11-22 Michael Smith <msmith@fluendo.com>
1443 * ext/theora/gsttheoraenc.h:
1444 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1445 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1446 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1447 (theora_enc_chain), (theora_enc_change_state):
1448 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1450 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1451 (GST_START_TEST), (theoraenc_suite):
1452 Enable discontinuity test, fix it.
1454 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1456 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1457 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1458 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1459 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1460 (gst_text_overlay_change_state):
1461 * ext/pango/gsttextoverlay.h:
1462 Some textoverlay fixes: for one, in the video chain function,
1463 actually wait for a text buffer to come in if there is none at the
1464 moment and there should be one; also, deal more gracefully with
1465 incoming buffers that do not have a timestamp or duration; discard
1466 text buffer when not needed any longer. Fixes #341681.
1468 * tests/check/Makefile.am:
1469 * tests/check/elements/.cvsignore:
1470 * tests/check/elements/textoverlay.c:
1471 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1472 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1473 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1474 (test_video_waits_for_text_send_text_newsegment_thread),
1475 (test_video_waits_for_text_shutdown_element),
1476 (test_render_continuity_push_video_buffers_thread),
1477 (textoverlay_suite):
1478 Add some unit tests for textoverlay.
1480 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1482 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1483 Avoid integer underflow when the found probability for mp3 is
1484 smaller than the 'penalty' we subtract if there's not a clean
1485 mp3 header sync at offset 0.
1487 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1489 * docs/libs/gst-plugins-base-libs-sections.txt:
1490 Add some new symbols to the docs
1492 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1494 * tests/check/Makefile.am:
1495 * tests/check/elements/ffmpegcolorspace.c:
1496 (ffmpegcolorspace_suite):
1497 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1498 (for now not for valgrinding though, since it takes too long).
1500 2006-11-20 Wim Taymans <wim@fluendo.com>
1502 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1503 (gst_ffmpeg_pixfmt_to_caps):
1504 Fix RGBA32 caps. Fixes #357038.
1506 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1508 * gst-libs/gst/interfaces/mixertrack.h:
1509 Add FIXME so we can add some padding here in 0.11
1511 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1513 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1514 Fix GstBaseRTPAudioPayload structure so the whole GObject
1515 inheritance business actually works (parent class instance structure
1516 must always come first in the derived class instance structure).
1518 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1520 * gst/videotestsrc/Makefile.am:
1521 * tests/check/Makefile.am:
1522 Make sure our checks and the videotestsrc plugin link against the
1523 local uninstalled gst libs and not any installed gst libs that
1524 might happen to exist as well.
1526 * tests/check/elements/adder.c: (message_received),
1527 (test_event_message_received), (test_play_twice_message_received):
1528 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1529 Fix compiler warnings when compiling against core with disabled
1532 2006-11-16 Michael Smith <msmith@fluendo.com>
1534 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1535 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1536 Fix audiorate, so that it accurately sets offsets and timestamps.
1537 Doesn't change the fundamental algorithmic decisions; so should be
1540 * tests/check/Makefile.am:
1541 Enable audiorate test now that it passes.
1543 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1546 clear xv when going to NULL, remove // commented non-existant proto
1548 * tests/examples/seek/seek.c: (main):
1549 add missing tooltip description for scrub and play_scrub
1551 2006-11-14 David Schleef <ds@schleef.org>
1554 Bump liboil requirement to 0.3.8.
1555 * gst-libs/gst/riff/riff-media.c:
1557 * gst/videoscale/vs_image.h:
1558 * gst/videoscale/vs_scanline.h:
1559 Use liboil's stdint.h.
1560 * gst/videotestsrc/videotestsrc.c:
1561 Remove liboil related ifdef's, since they aren't needed now, and
1562 won't work with future versions.
1564 2006-11-14 David Schleef <ds@schleef.org>
1566 * gst/videoscale/Makefile.am:
1567 * gst/videoscale/gstvideoscale.c:
1568 * gst/videoscale/gstvideoscale.h:
1569 * gst/videoscale/vs_4tap.c:
1570 * gst/videoscale/vs_4tap.h:
1571 * gst/videoscale/vs_image.c:
1572 * gst/videoscale/vs_image.h:
1573 * gst/videoscale/vs_scanline.c:
1574 * gst/videoscale/vs_scanline.h:
1575 Add a 4-tap image scaler. Theoretically looks much prettier.
1576 The tap calculation could use some improvement.
1578 2006-11-14 Wim Taymans <wim@fluendo.com>
1580 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1582 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1583 (gst_riff_parse_strf_iavs):
1584 * gst/subparse/gstsubparse.c: (convert_encoding):
1585 * gst/tcp/gstmultifdsink.c:
1586 (gst_multi_fd_sink_handle_client_write):
1587 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1588 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1589 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1590 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1591 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1592 (gst_ximagesink_ximage_new):
1593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1594 Various gsize and gssize printf fixes. Fixes #372507.
1596 2006-11-13 Wim Taymans <wim@fluendo.com>
1598 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1599 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1600 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1601 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1602 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1603 * ext/vorbis/vorbisdec.h:
1604 First stab at vorbis reverse playback.
1606 2006-11-13 Wim Taymans <wim@fluendo.com>
1608 * gst-libs/gst/audio/gstbaseaudiosink.c:
1609 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1610 * gst-libs/gst/audio/gstbaseaudiosink.h:
1611 Make the clock sync code more accurate wrt resampling and playback
1614 * gst-libs/gst/audio/gstringbuffer.c:
1615 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1616 * gst-libs/gst/audio/gstringbuffer.h:
1617 Use better algorithm to interpolate sample rates.
1619 2006-11-13 Michael Smith <msmith@fluendo.com>
1621 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1622 Improve a debug line slightly.
1624 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1625 Call gst_riff_init() in plugin_init, to avoid getting errors from
1626 the debug system (unrelated changes to another plugin made this turn
1629 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
1631 Patch by: Sergey Scobich <sergery.scobich at gmail com>
1633 * win32/common/libgsttag.def:
1634 Add missing symbol (#366492).
1636 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
1638 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1639 Don't unref a NULL pad.
1641 2006-11-09 Wim Taymans <wim@fluendo.com>
1643 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1644 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1645 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1646 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1647 (gst_ogg_demux_loop):
1648 Implement first stab at reverse playback.
1650 2006-11-07 Stefan Kost <ensonic@users.sf.net>
1652 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1653 (gst_riff_create_video_template_caps):
1654 add h263/h264 variants to the caps, Fixes #363118
1656 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
1658 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1659 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1660 Use g_strerror instead of strerror so we get UTF-8.
1662 2006-11-03 David Schleef <ds@schleef.org>
1664 * ext/ogg/gstoggdemux.c:
1665 * ext/ogg/gstoggmux.c:
1666 Add/remove KW-DIRAC header here, since it is ogg-specific.
1668 2006-11-03 Michael Smith <msmith@fluendo.com>
1670 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1671 Recognise more mpeg4 elementary video streams.
1673 2006-11-02 Edward Hervey <edward@fluendo.com>
1675 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1676 Lower the probability of mp3 typefinding functions if we don't find a
1677 valid mp3 header at the start of the file.
1680 2006-11-02 Wim Taymans <wim@fluendo.com>
1682 * ext/theora/gsttheoradec.h:
1683 * ext/theora/theoradec.c: (gst_theora_dec_init),
1684 (theora_dec_sink_event), (theora_dec_chain_forward),
1685 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1687 Document and partially implement an algorithm for doing reverse playback
1690 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
1692 Patch by: Sergey Scobich <sergey.scobich at gmail com>
1694 * win32/common/config.h:
1695 * win32/common/interfaces-enumtypes.c:
1696 * win32/common/libgsttag.def:
1697 * win32/vs8/gst-plugins-base.sln:
1698 * win32/vs8/libgstaudioresample.vcproj:
1699 * win32/vs8/libgstinterfaces.vcproj:
1700 * win32/vs8/libgstogg.vcproj:
1701 * win32/vs8/libgstriff.vcproj:
1702 * win32/vs8/libgsttag.vcproj:
1703 * win32/vs8/libgsttheora.vcproj:
1704 * win32/vs8/libgstvideoscale.vcproj:
1705 * win32/vs8/libgstvorbis.vcproj:
1706 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1707 to libgsttag.def; add missing dependencies for some vs8 projects;
1708 re-arrange placement of .def files in vs8 projects (#366334).
1710 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
1713 Remove unused variable.
1715 * ext/ogg/gstoggdemux.c:
1716 Fix Wim's surname in plugin description.
1718 2006-10-31 Wim Taymans <wim@fluendo.com>
1720 * gst-plugins-base.spec.in:
1721 spec new .h file. Fixes #368310.
1723 2006-10-31 Michael Smith <msmith@fluendo.com>
1725 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1726 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1727 (gst_multi_fd_sink_get_stats),
1728 (gst_multi_fd_sink_remove_client_link),
1729 (gst_multi_fd_sink_queue_buffer),
1730 (gst_multi_fd_sink_handle_clients):
1731 * gst/tcp/gstmultifdsink.h:
1732 Make using the remove or clear signals threadsafe.
1733 Make calling get-stats with an invalid fd not segfault.
1736 2006-10-31 Wim Taymans <wim@fluendo.com>
1738 * gst-libs/gst/rtp/Makefile.am:
1739 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1740 (gst_base_rtp_audio_payload_init):
1741 Fix and activate base audio payloader.
1743 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
1745 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1747 Add typefinder for QuickTime Image Files (see #366156).
1749 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
1751 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1752 Another typo fix (#366212).
1754 2006-10-27 Wim Taymans <wim@fluendo.com>
1756 * gst/volume/gstvolume.c: (volume_transform_ip):
1757 Use stream time to synchronize volume property instead of rather random
1758 timestamps. This is needed when gnonlin does its time shifting.
1760 2006-10-27 Wim Taymans <wim@fluendo.com>
1762 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1764 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1765 Remove the pad from the element in release_pad. Fixes #364812.
1767 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
1769 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1770 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1771 Explicitly create our custom buffer classes at a thread-safe
1772 location as well, since g_type_class_ref() doesn't seem to be
1773 entirely thread-safe either (#365501; also see #349410).
1775 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
1777 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1778 (gst_riff_parse_info):
1779 If strings in INFO chunk are not UTF-8, do something similar to
1780 what we do for ID3v1 tags: check a number of environment variables
1781 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1782 character sets to try, otherwise try the current locale and/or fall
1783 back on ISO-8859-1. Fixes #360552.
1785 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1787 * gst/videotestsrc/gstvideotestsrc.c:
1788 (gst_video_test_src_pattern_get_type),
1789 (gst_video_test_src_set_pattern):
1790 * gst/videotestsrc/gstvideotestsrc.h:
1791 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1792 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1793 (gst_video_test_src_checkers8):
1794 * gst/videotestsrc/videotestsrc.h:
1795 Add a bunch of exciting new checkers patterns.
1797 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1799 * gst/subparse/Makefile.am:
1800 * gst/subparse/gstsubparse.c:
1801 (gst_sub_parse_data_format_autodetect),
1802 (gst_sub_parse_format_autodetect), (handle_buffer),
1803 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1804 * gst/subparse/gstsubparse.h:
1805 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1807 * gst/subparse/tmplayerparse.h:
1808 Add support for TMPlayer-type subtitles (#362845).
1810 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1811 (GST_START_TEST), (subparse_suite):
1812 Add some basic unit tests for the above.
1814 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
1816 * tests/check/elements/audiorate.c: (test_injector_base_init),
1817 (test_injector_class_init), (test_injector_chain),
1818 (test_injector_init), (probe_cb), (do_perfect_stream_test),
1819 (GST_START_TEST), (audiorate_suite):
1820 More tests for audiorate: inject buffers to check behaviour when
1823 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
1825 * tests/check/Makefile.am:
1826 * tests/check/elements/.cvsignore:
1827 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1828 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1829 Add some basic unit tests for audiorate. Disabled at the moment
1830 since it doesn't pass yet (see bug #363119).
1832 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
1834 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1835 (parse_subrip), (handle_buffer):
1836 Add missing closing tags for markup and fix broken markup,
1837 otherwise pango won't render anything (fixes #357531). Also,
1838 make sure the text we send out is always NUL-terminated
1839 (better safe than sorry etc.).
1841 * tests/check/elements/subparse.c: (test_srt_do_test),
1843 Some more tests for .srt incl. tests for the above stuff.
1845 2006-10-20 Julien MOUTTE <julien@moutte.net>
1847 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1848 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1849 Patch by: Stefan Kost <ensonic@users.sf.net>
1850 Try to redraw borders only when needed. Apparently this consumes
1851 resources on small devices... :-O (#363607)
1853 2006-10-20 Michael Smith <msmith@fluendo.com>
1855 * gst/tcp/gstmultifdsink.c:
1856 (gst_multi_fd_sink_client_queue_buffer):
1857 If caps change, then update the client's idea of the caps so that we
1858 don't end up re-sending streamheaders for every single buffer after
1861 2006-10-20 Michael Smith <msmith@fluendo.com>
1863 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1864 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1865 Set caps on pushed buffers; fix up refcounting of caps objects.
1867 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1869 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1871 Typefind mmsh header data packet to application/x-mmsh (#362625).
1873 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1875 * tests/check/Makefile.am:
1876 * tests/check/elements/.cvsignore:
1877 * tests/check/elements/subparse.c: (buffer_from_static_string),
1878 (setup_subparse), (teardown_subparse), (test_srt_do_test),
1879 (GST_START_TEST), (subparse_suite):
1880 Add very simple unit test for subparse.
1882 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
1884 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1886 Strip trailing newlines from subtitle text output.
1888 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1890 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1891 (gst_sub_parse_change_state):
1892 Fix memleak; clear subparse->textbuf n state change function.
1894 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1896 * gst/subparse/gstsubparse.c:
1897 (gst_sub_parse_data_format_autodetect):
1898 Don't require subrip (.srt) files to start with a chunk number of 1.
1900 2006-10-18 Wim Taymans <wim@fluendo.com>
1902 * gst-libs/gst/audio/gstbaseaudiosink.c:
1903 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1904 * gst-libs/gst/audio/gstbaseaudiosink.h:
1905 Extract rate from the NEWSEGMENT event.
1906 Use commit_full to also take rate adjustment into account when writing
1907 samples to the ringbuffer.
1909 * gst-libs/gst/audio/gstringbuffer.c:
1910 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1911 (gst_ring_buffer_read):
1912 * gst-libs/gst/audio/gstringbuffer.h:
1913 Added _commit_full() to also take rate into account.
1914 Use simple interpolation algorithm to resample audio.
1915 API: gst_ring_buffer_commit_full()
1917 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1918 * tests/examples/seek/seek.c: (segment_done):
1919 Don't try to seek with 0.0 rate, just pause instead.
1920 Remove bogus debug line.
1922 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1924 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1926 Catch async errors when starting up the subtitle bin, so we can
1927 stop waiting and continue with the main film instead of hanging
1928 forever. Fixes #339366.
1930 * tests/check/elements/playbin.c: (playbin_suite):
1931 Enable unit test for the above.
1933 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1935 * tests/check/Makefile.am:
1936 * tests/check/elements/.cvsignore:
1937 * tests/check/elements/playbin.c: (GST_START_TEST),
1938 (gst_red_video_src_uri_get_type),
1939 (gst_red_video_src_uri_get_protocols),
1940 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1941 (gst_red_video_src_uri_handler_init),
1942 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1943 (gst_red_video_src_create), (gst_red_video_src_class_init),
1944 (gst_red_video_src_init), (plugin_init), (playbin_suite):
1945 Some small and basic unit tests for playbin; not very useful yet,
1946 but at least a start.
1948 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1950 * gst/playback/gstplaybin.c: (setup_sinks):
1951 The old pad activation spiel.
1953 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
1955 * gst/playback/gstplaybasebin.c: (setup_source):
1956 Don't hang forever if the subbin already fails to start up in
1957 the state change to PAUSED (#339366).
1959 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
1961 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1962 (gst_tuner_set_channel), (gst_tuner_get_channel),
1963 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1964 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1965 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1966 (gst_tuner_find_channel_by_name):
1967 Fix some function guards, add some more function guards.
1969 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
1971 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1972 (remove_element_chain):
1973 Don't return a pad from get_our_ghost_pad unless it is actually the
1975 Change a cast in remove_element_chain slightly.
1977 2006-10-13 Julien MOUTTE <julien@moutte.net>
1979 * tests/examples/seek/seek.c: (do_seek), (start_seek),
1980 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1981 Segment seeking needs to use the rate and set stop to -1.
1983 2006-10-13 Wim Taymans <wim@fluendo.com>
1985 * gst-libs/gst/audio/gstbaseaudiosink.c:
1986 (gst_base_audio_sink_setcaps):
1987 Don't crash when ringbuffer is not yet created.
1988 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1991 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1992 * gst/playback/gststreamselector.c:
1993 (gst_stream_selector_request_new_pad):
1994 Activate pads befre adding them to running elements.
1996 2006-10-13 Julien MOUTTE <julien@moutte.net>
1998 * tests/examples/seek/seek.c: (do_seek), (start_seek),
1999 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2000 updater when we start grabing the slider. Don't wait for the
2001 pipeline to be PAUSED.
2003 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2005 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2006 (gst_mixer_set_volume), (gst_mixer_get_volume),
2007 (gst_mixer_set_mute), (gst_mixer_set_option),
2008 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2009 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2010 (gst_mixer_option_changed):
2011 Guard mixer interface functions against bogus arguments.
2013 2006-10-12 Julien MOUTTE <julien@moutte.net>
2015 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2016 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2017 (msg_state_changed), (main): Use state-changed messages to trigger
2018 start/stop of scale update timer. Indeed the scale slider was
2019 jumping here and there because the update timer was activated
2020 before seek completed. This fixes instant applying of rate changes
2021 by pressing the spinbutton like a crazy man !
2023 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2025 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2027 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2028 (gst_basertppayload_finalize):
2029 Fix two small memory leaks (#361456).
2031 2006-10-10 Julien MOUTTE <julien@moutte.net>
2033 * tests/examples/seek/seek.c: (do_seek),
2034 (rate_spinbutton_changed_cb): When changing spinbutton we try
2035 to change the rate on the fly.
2037 2006-10-10 Wim Taymans <wim@fluendo.com>
2039 * gst-libs/gst/riff/riff-ids.h:
2040 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2041 (gst_riff_create_audio_template_caps):
2044 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2046 Patch by: Josep Torre Valles <josep@fluendo.com>
2048 * ext/gnomevfs/gstgnomevfssink.c:
2049 * ext/gnomevfs/gstgnomevfssrc.c:
2050 Fix URI interface implementation return type.
2051 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2052 Fix what looks like a copy/paste issue when assigning values.
2053 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2054 (gst_audio_filter_template_get_type):
2055 Cast to prevent Forte warnings.
2056 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2057 Fix URI interface implementation return type.
2058 gst_pad_query_position requires a signed integer pointer as
2059 3rd parameter, GstClockTime is unsigned.
2060 * gst/audioconvert/audioconvert.c:
2061 Fix integer overflow when treated as signed.
2062 * gst/audioresample/resample.c: (resample_add_input_data):
2063 Cast to prevent warnings on Forte.
2064 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2065 Fix integer overflow when treated as signed.
2066 * gst/ffmpegcolorspace/imgconvert_template.h:
2067 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2068 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2069 (cleanup_decodebin):
2070 Who initialises a guint to -1!
2071 Cast function pointers to prevent warnings on Forte.
2072 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2073 (queue_threshold_reached):
2074 Cast function pointers correctly to prevent warnings on Forte.
2075 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2076 Cast function pointers correctly to prevent warnings on Forte.
2077 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2078 Obvious change to unsigned, 0xEF > max signed char.
2079 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2080 GstClockTime is unsigned, initialise correctly.
2081 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2082 Cast so pointer arithemetic doesn't cause warnings on Forte.
2083 * gst/videorate/gstvideorate.c:
2084 Use correct return value.
2085 * tests/examples/seek/scrubby.c:
2086 GstClockTime is unsigned, initialise correctly.
2088 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2090 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2092 * gst/typefind/gsttypefindfunctions.c:
2093 Recognise XML files and XML-like files shorter than 256 bytes as
2094 well (fixes #359237).
2096 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2098 Patch by: Renato Filho <renato.filho@indt.org.br>
2100 * gst/typefind/gsttypefindfunctions.c:
2101 Added typefind functions to video/x-nuv media.
2103 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2105 * gst-libs/gst/interfaces/xoverlay.c:
2106 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2107 Some more guards against invalid input.
2109 2006-10-07 Julien MOUTTE <julien@moutte.net>
2111 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2113 * tests/examples/seek/seek.c: (do_seek),
2114 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2115 seek example to experiment with rates != 1.0 (reverse playback !)
2117 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2119 * gst-libs/gst/interfaces/xoverlay.c:
2120 Unref message in doc-example (spotted by Robert McQueen)
2122 2006-10-06 Wim Taymans <wim@fluendo.com>
2124 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2125 (mpeg1_parse_header), (mpeg1_sys_type_find):
2128 2006-10-06 Wim Taymans <wim@fluendo.com>
2130 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2132 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2133 Activate dynamic pads before adding them to the element.
2135 2006-10-06 Michael Smith <msmith@fluendo.com>
2137 * gst-libs/gst/floatcast/floatcast.h:
2138 Fix obviously-bogus macros; use the correct types.
2140 2006-10-06 Wim Taymans <wim@fluendo.com>
2142 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2143 (gst_base_rtp_depayload_change_state):
2144 Also call parent state change function to activate pads.
2146 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2147 (mpeg1_parse_header), (mpeg1_sys_type_find):
2148 Add some more debug info in mpeg typefinding.
2150 2006-10-06 Michael Smith <msmith@fluendo.com>
2152 * ext/theora/theoradec.c: (theora_dec_chain):
2153 Zero byte theora packets are valid and well-defined; don't warn on
2156 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2158 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2159 (gst_multi_fd_sink_get_stats), (find_limits),
2160 (gst_multi_fd_sink_queue_buffer):
2161 API: add dropped_buffers to the get-stats GValueArray
2163 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2165 * ext/alsa/gstalsadeviceprobe.c:
2166 (gst_alsa_device_property_probe_get_values):
2167 * ext/alsa/gstalsasink.c: (set_hwparams):
2168 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2169 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2170 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2171 (gst_ogg_mux_process_best_pad):
2172 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2173 (gst_ogg_parse_chain):
2174 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2175 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2176 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2177 (gst_vorbis_enc_buffer_check_discontinuous):
2178 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2179 * gst-libs/gst/audio/gstbaseaudiosink.c:
2180 (gst_base_audio_sink_render):
2181 * gst-libs/gst/cdda/gstcddabasesrc.c:
2182 (gst_cdda_base_src_handle_track_seek):
2183 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2184 (gst_base_rtp_depayload_push_full):
2185 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2186 * gst/audioresample/resample.c: (resample_input_pushthrough):
2187 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2188 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2189 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2190 (wavpack_type_find):
2191 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2192 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2193 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2194 * tests/check/elements/volume.c: (GST_START_TEST):
2195 Printf format fixes.
2197 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2199 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2200 Fix a simple mistake (see the docs)
2203 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2205 * docs/plugins/Makefile.am:
2206 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2207 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2208 * docs/plugins/gst-plugins-base-plugins.args:
2209 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2210 * docs/plugins/inspect/plugin-adder.xml:
2211 * docs/plugins/inspect/plugin-alsa.xml:
2212 * docs/plugins/inspect/plugin-audioconvert.xml:
2213 * docs/plugins/inspect/plugin-audiorate.xml:
2214 * docs/plugins/inspect/plugin-audioresample.xml:
2215 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2216 * docs/plugins/inspect/plugin-cdparanoia.xml:
2217 * docs/plugins/inspect/plugin-decodebin.xml:
2218 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2219 * docs/plugins/inspect/plugin-gdp.xml:
2220 * docs/plugins/inspect/plugin-gnomevfs.xml:
2221 * docs/plugins/inspect/plugin-libvisual.xml:
2222 * docs/plugins/inspect/plugin-ogg.xml:
2223 * docs/plugins/inspect/plugin-pango.xml:
2224 * docs/plugins/inspect/plugin-playbin.xml:
2225 * docs/plugins/inspect/plugin-subparse.xml:
2226 * docs/plugins/inspect/plugin-tcp.xml:
2227 * docs/plugins/inspect/plugin-theora.xml:
2228 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2229 * docs/plugins/inspect/plugin-video4linux.xml:
2230 * docs/plugins/inspect/plugin-videorate.xml:
2231 * docs/plugins/inspect/plugin-videoscale.xml:
2232 * docs/plugins/inspect/plugin-videotestsrc.xml:
2233 * docs/plugins/inspect/plugin-volume.xml:
2234 * docs/plugins/inspect/plugin-vorbis.xml:
2235 * docs/plugins/inspect/plugin-ximagesink.xml:
2236 * docs/plugins/inspect/plugin-xvimagesink.xml:
2237 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2239 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2241 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2243 * ext/vorbis/Makefile.am:
2244 * ext/vorbis/vorbis.c: (plugin_init):
2245 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2246 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2247 * ext/vorbis/vorbisparse.h:
2248 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2249 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2250 (gst_vorbis_tag_parse_packet):
2251 * ext/vorbis/vorbistag.h:
2252 Add new vorbistag element which derives from vorbisparse
2253 and is essentially the same as well, only that it implements
2254 the GstTagSetter interface and can modify the stream's
2255 vorbiscomment on the fly (#335635).
2257 * tests/check/Makefile.am:
2258 * tests/check/elements/.cvsignore:
2259 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2260 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2261 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2262 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2263 Add unit test for new vorbistag element.
2265 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2267 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2268 (vorbis_parse_push_headers), (vorbis_parse_chain):
2269 Set BOS flag in packet structure to fix 'jump depends
2270 on unitialized value' errors in valgrind; various minor
2273 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2275 * gst/playback/gstdecodebin.c: (close_pad_link):
2276 Fix typo in a debug statement.
2278 * gst/playback/gstplaybasebin.c: (probe_triggered),
2279 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2280 (gen_source_element), (source_new_pad), (analyse_source),
2282 When handling no_more_pads in new_decoded_pad, make sure to treat
2283 subtitle pads correctly. Fixes playback with subtitle files.
2285 Move a recurring message to LOG level.
2287 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2288 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2289 which ends up as -1 when cast to an int. Make the logic handle the
2290 max value as an unsigned mask and only change the colorkey when it's
2291 a value we recognise.
2293 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2295 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2296 Removed empty * between paragraphs
2298 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2300 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2301 * gst-libs/gst/rtp/README:
2302 Moved some documentation into .c file
2304 2006-09-29 Wim Taymans <wim@fluendo.com>
2306 * gst/playback/gstdecodebin.c: (no_more_pads):
2309 2006-09-29 Wim Taymans <wim@fluendo.com>
2311 * gst/playback/gstdecodebin.c: (new_caps):
2314 * gst/playback/gstplaybin.c:
2317 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2319 * tests/check/Makefile.am:
2320 Re-enable cddabasesrc test to see if it works again
2323 2006-09-29 Wim Taymans <wim@fluendo.com>
2325 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2326 (gen_source_element):
2327 Handle invalid URIs a bit more gracefully.
2329 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2331 * tests/check/pipelines/oggmux.c:
2332 Remove obsolete comment.
2334 2006-09-29 Michael Smith <msmith@fluendo.com>
2336 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2337 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2338 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2339 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2340 (gst_ogg_mux_collected):
2341 Commit patch from James "Doc" Livingston, adds proper EOS handling
2342 in oggmux. GStreamer can, for the first time ever, create a valid
2345 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2347 Reenable tests now that they pass.
2349 2006-09-29 Wim Taymans <wim@fluendo.com>
2351 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2352 Stop reading commands when EOF (we read 0) as well.
2354 2006-09-28 Wim Taymans <wim@fluendo.com>
2356 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2357 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2358 (find_dynamic), (unlinked), (close_link):
2359 Implement delayed caps linking needed for element with a lot of
2360 different caps on the src pads that get fixed at runtime.
2361 Improve management of dynamic elements.
2363 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2364 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2365 (gen_preroll_element), (remove_groups), (unknown_type),
2366 (add_element_stream), (no_more_pads_full), (no_more_pads),
2367 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2368 (new_decoded_pad), (setup_subtitle), (array_has_value),
2369 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2370 (analyse_source), (remove_decoders), (make_decoder),
2371 (remove_source), (setup_source), (finish_source), (prepare_output),
2372 (gst_play_base_bin_change_state):
2373 * gst/playback/gstplaybasebin.h:
2374 Use more _CAST instead of full type checking casts.
2375 Small cleanups, plug some leaks.
2376 Handle dynamic sources.
2377 Add some helper functions to create lists of strings used for
2378 blacklisting and other stuff.
2379 Refactor some code dealing with analysing the source.
2380 Re-enable sources without pads (like cd:// or other selfcontained
2383 2006-09-28 Wim Taymans <wim@fluendo.com>
2385 * gst-libs/gst/audio/gstbaseaudiosink.c:
2386 (gst_base_audio_sink_render):
2387 When we have a timestamp, we can still perform clipping.
2388 When we have no clock, we must play the sample ASAP.
2390 2006-09-28 Wim Taymans <wim@fluendo.com>
2392 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2393 Set caps on outgoing buffers.
2395 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2396 (gst_video_rate_event), (gst_video_rate_chain):
2397 * gst/videorate/gstvideorate.h:
2398 Fix videorate some more. Fixes #357977
2400 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2402 * tests/check/elements/adder.c: (adder_suite):
2403 Don't set timeout to 6 seconds when we're running
2404 in valgrind ... (and how is 6 seconds longer than
2405 the default anyway?)
2407 2006-09-28 Wim Taymans <wim@fluendo.com>
2409 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2410 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2411 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2412 Keep sink and src segment to keep track of time and support more
2414 Fix bogus next_offset and run_time calculation, don't understand how
2415 this could have worked before. Fixes #357976.
2416 Remove some unneeded vars.
2418 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2420 * gst/playback/gstplaybin.c: (remove_sinks):
2421 Only remove visualisation from visbin if there is a visbin (or:
2422 don't throw warnings when closing totem without playing a file).
2424 2006-09-27 Wim Taymans <wim@fluendo.com>
2426 * gst-libs/gst/audio/gstbaseaudiosink.c:
2427 (gst_base_audio_sink_render):
2428 Add some more info in a WARNING.
2430 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2431 (gst_base_audio_src_create):
2432 Handle PAUSE in create function, use new -core addition to
2433 wait for playing. Fixes pausing and resuming capture from an
2436 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2437 (gst_ring_buffer_read):
2439 Caller supports interrupted reads now.
2441 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2443 * tests/check/Makefile.am:
2444 Another attempt to make the gen64 buildbot happy.
2446 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2448 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2450 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2451 (gst_visual_chain), (gst_visual_change_state):
2452 Libvisual plugin was not passing audio data to libvisual 0.4.0
2453 correctly. Fixes #357800
2455 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2457 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2458 Add timeout to _get_state() so we see which pipeline it is
2459 that causes trouble on the gen64 build bot.
2461 2006-09-27 Wim Taymans <wim@fluendo.com>
2463 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2464 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2465 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2466 (gst_base_rtp_depayload_set_gst_timestamp):
2467 the source pad always uses fixed caps.
2469 2006-09-27 Wim Taymans <wim@fluendo.com>
2471 * docs/libs/gst-plugins-base-libs-docs.sgml:
2472 * docs/libs/gst-plugins-base-libs-sections.txt:
2473 * gst-libs/gst/audio/gstaudioclock.c:
2474 * gst-libs/gst/audio/gstaudioclock.h:
2475 * gst-libs/gst/audio/gstaudiosink.c:
2476 * gst-libs/gst/audio/gstaudiosink.h:
2477 * gst-libs/gst/audio/gstaudiosrc.c:
2478 * gst-libs/gst/audio/gstbaseaudiosink.c:
2479 (gst_base_audio_sink_render):
2480 * gst-libs/gst/audio/gstbaseaudiosink.h:
2481 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2482 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2483 * gst-libs/gst/audio/gstringbuffer.h:
2484 Added docs for the audio libs.
2486 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2488 * tests/check/Makefile.am:
2489 Temporarily disable test that fails on the bots for unknown reasons.
2491 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2493 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2494 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2495 Moved AudioCodecType into priv
2496 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2498 2006-09-25 Wim Taymans <wim@fluendo.com>
2500 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2501 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2502 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2504 Cleanups and small leak fixes.
2505 Added Depayloaders to valid list of autopluggable elements.
2507 2006-09-25 Wim Taymans <wim@fluendo.com>
2509 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2510 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2511 (gen_video_element), (gen_text_element), (gen_audio_element),
2512 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2513 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2514 Detect NO_PREROLL state change returns and disable clock distribution to
2515 the sinks so that sync is disabled.
2516 Avoid some type checking and do simple casts instead.
2517 Small cleanups, fix some FIXMEs.
2518 Be more robust when linking user specified elements, catch an report
2519 errors. Fixes #357404.
2520 Fix some leaks in the error paths.
2522 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2525 ChangeLog surgery for missing bug-number
2527 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2529 Patch by: Peter Kjellerstedt <pkj at axis com>
2531 * gst/playback/test.c:
2532 Fix compilation with uClibc and -Werror (#357591).
2534 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2536 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2537 Parse dates that are followed by a time as well (#357532).
2539 * tests/check/libs/tag.c: (test_vorbis_tags):
2540 Add unit test for this.
2542 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2544 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2545 (gst_audio_convert_transform_caps):
2546 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2547 * gst/videotestsrc/videotestsrc.h:
2548 A few array const-ifications.
2550 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2552 * tests/check/Makefile.am:
2553 See if this makes the build bots happy.
2555 * tests/check/libs/cddabasesrc.c:
2558 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2560 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2562 * gst/subparse/samiparse.c: (handle_start_font),
2563 (fix_invalid_entities):
2564 More case-insensitivity for certain tags; recognise entities with
2565 decimal codes as special entities as well (#357330).
2567 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2569 * gst-libs/gst/Makefile.am:
2570 Need to build tag directory before cdda.
2572 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2574 * docs/libs/gst-plugins-base-libs-sections.txt:
2575 * gst-libs/gst/cdda/Makefile.am:
2576 * gst-libs/gst/cdda/gstcddabasesrc.c:
2577 (gst_cdda_base_src_base_init):
2578 * gst-libs/gst/cdda/gstcddabasesrc.h:
2579 * gst-libs/gst/tag/tag.h:
2580 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2581 (gst_tag_register_musicbrainz_tags):
2582 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2583 depend on libgsttag. This is required so we can extract/read tags like
2584 DISCID without depending on libgstcddabasesrc (which used to register
2587 * gst-libs/gst/tag/gstvorbistag.c:
2588 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2589 tags (also see #347848).
2591 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2592 Log vorbis comments we are actually writing. Const-ify array.
2594 2006-09-23 Wim Taymans <wim@fluendo.com>
2596 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2597 Improve buffering a bit by avoiding a deadlock because we cannot assume
2598 the underrun is always called.
2600 2006-09-23 Wim Taymans <wim@fluendo.com>
2602 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2604 * gst-libs/gst/riff/riff-ids.h:
2605 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2606 (gst_riff_create_audio_template_caps):
2607 Added MPEG-4 AAC and id and caps. Fixes #357289
2608 Added WMA9 Lossless id.
2610 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2612 * ext/gnomevfs/gstgnomevfssrc.c:
2613 Fix misleading docs addition.
2615 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2616 Get rid of compiler warning the right way.
2618 2006-09-22 Wim Taymans <wim@fluendo.com>
2620 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2621 (gst_base_rtp_depayload_finalize),
2622 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2623 (gst_base_rtp_depayload_push_full),
2624 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2625 (gst_base_rtp_depayload_process),
2626 (gst_base_rtp_depayload_set_gst_timestamp),
2627 (gst_base_rtp_depayload_queue_release):
2628 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2631 Refactored the process method and added methods to push from the process
2633 Use _scale functions.
2634 API: gst_base_rtp_depayload_push_ts
2635 API: gst_base_rtp_depayload_push
2637 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2638 timestamps are uint.
2640 2006-09-22 Stefan Kost <ensonic@users.sf.net>
2642 * gst-libs/gst/interfaces/xoverlay.c:
2643 Remove unused statement from doc example.
2645 2006-09-21 Stefan Kost <ensonic@users.sf.net>
2647 * gst-libs/gst/interfaces/videoorientation.c:
2648 (gst_video_orientation_iface_init),
2649 (gst_video_orientation_get_hflip),
2650 (gst_video_orientation_get_vflip),
2651 (gst_video_orientation_get_hcenter),
2652 (gst_video_orientation_get_vcenter),
2653 (gst_video_orientation_set_hflip),
2654 (gst_video_orientation_set_vflip),
2655 (gst_video_orientation_set_hcenter),
2656 (gst_video_orientation_set_vcenter):
2657 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2660 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
2662 * tests/check/Makefile.am:
2663 * tests/check/elements/.cvsignore:
2664 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2665 (create_rgb_conversions), (rgb_conversion_free),
2666 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2667 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2668 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2669 but disable for now since it doesn't pass (something wrong with
2672 2006-09-21 Wim Taymans <wim@fluendo.com>
2674 * gst/playback/gstplaybasebin.c: (group_commit),
2675 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2676 (queue_out_of_data), (gen_preroll_element),
2677 (preroll_remove_overrun), (probe_triggered):
2678 Refactor handling of overrun detection.
2679 Separate handling of group completion and deadlock detection when doing
2680 network buffering. This should fix some deadlocks that were not detected
2681 because the group was completed.
2682 Add more comments, improve debugging.
2684 2006-09-21 Wim Taymans <wim@fluendo.com>
2686 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2687 * tests/check/libs/audio.c:
2688 Some more compilation fixes.
2690 2006-09-21 Wim Taymans <wim@fluendo.com>
2692 * gst-libs/gst/audio/gstringbuffer.c:
2693 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2694 (gst_ring_buffer_read):
2695 Early morning compilation fix.
2697 2006-09-20 Wim Taymans <wim@fluendo.com>
2699 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2700 * tests/check/elements/multifdsink.c: (GST_START_TEST):
2701 * tests/check/elements/videorate.c: (GST_START_TEST):
2702 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2703 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2706 2006-09-20 Stefan Kost <ensonic@users.sf.net>
2708 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2709 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2710 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2711 Handcrafted merge to help CVS understanding what I changed and what
2714 2006-09-20 Stefan Kost <ensonic@users.sf.net>
2716 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2717 (gst_xvimagesink_get_times):
2718 change colorkey behaviour back according to #354773 comment 6/7
2720 2006-09-19 Michael Smith <msmith@fluendo.com>
2722 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2723 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2724 (gst_multi_fd_sink_recover_client),
2725 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2726 (gst_multi_fd_sink_get_property):
2727 * gst/tcp/gstmultifdsink.h:
2728 Implement stubbed out properties unit-type, units-soft-max,
2729 units-max, to allow specifying maximum sizes in units other than
2733 2006-09-19 Wim Taymans <wim@fluendo.com>
2735 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2736 (gst_riff_create_audio_template_caps):
2737 Reorder the audio formats a bit for clarity.
2738 Detect and create caps for MSGSM and MSN (WAV49).
2741 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2742 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2743 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2744 Small cleanups, move error handling out of normal flow for clarity.
2746 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2748 * docs/libs/gst-plugins-base-libs-docs.sgml:
2749 * docs/libs/gst-plugins-base-libs.types:
2750 * gst-libs/gst/interfaces/Makefile.am:
2751 * gst-libs/gst/interfaces/videoorientation.c:
2752 (gst_video_orientation_get_type),
2753 (gst_video_orientation_iface_init),
2754 (gst_video_orientation_get_hflip),
2755 (gst_video_orientation_get_vflip),
2756 (gst_video_orientation_get_hcenter),
2757 (gst_video_orientation_get_vcenter),
2758 (gst_video_orientation_set_hflip),
2759 (gst_video_orientation_set_vflip),
2760 (gst_video_orientation_set_hcenter),
2761 (gst_video_orientation_set_vcenter):
2762 * gst-libs/gst/interfaces/videoorientation.h:
2763 API: Add new interface to control video orientation (fixes #354908)
2765 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2767 * gst/videotestsrc/gstvideotestsrc.c:
2768 Use G_UNLIKELY in _create and log one more detail.
2770 (gst_video_test_src_get_times), (gst_video_test_src_create):
2771 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2772 Use gst_util_uint64_scale_int in _get_times().
2774 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2776 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2777 Give better warning message (add object and detail).
2779 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2781 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2782 (gst_xvimagesink_get_times):
2783 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2784 #354773), use gst_util_uint64_scale_int in _get_times()
2786 2006-09-18 Michael Smith <msmith@fluendo.com>
2788 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2789 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2790 always true, leading to dropping all timestamps.
2792 2006-09-18 Stefan Kost <ensonic@users.sf.net>
2794 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2795 (gst_visual_chain), (gst_visual_change_state):
2796 update to work also with libvisual 0.4 API, fix double unref (#355914)
2798 * tools/gst-launch-ext.1.in:
2799 * tools/gst-visualise.1.in:
2800 remove references to old man-pages
2802 * tests/examples/seek/seek.c: (main):
2803 add real meadi-buttons, add tool-tips for the seek-options, arrange
2804 seek options in a table
2806 2006-09-18 Michael Smith <msmith@fluendo.com>
2808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2809 (gst_ogg_mux_push_buffer):
2810 Don't generate out-of-order timestamps from oggmux, instead clamp
2811 output timestamps to be >= the previously output ts.
2814 2006-09-18 Michael Smith <msmith@fluendo.com>
2816 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2817 (gst_multi_fd_sink_class_init):
2818 Updates, fixes, and typo corrections for multifdsink. No functional
2821 2006-09-17 Michael Smith <msmith@fluendo.com>
2823 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2824 Don't crash on truncated files - check that we got an 8 byte buffer
2825 before trying to memcmp it.
2827 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
2829 * gst/playback/gstplaybasebin.c: (get_active_source):
2830 Make stream-switching appear instant to the application
2831 (ie. make sure that a g_object_get on 'current-foo' returns
2832 the stream previously set with g_object_set(). Totem needs
2833 this to update stream-related meta-info (like audio-codec)
2834 correctly when switching streams.
2836 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
2838 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2839 (gst_alsa_mixer_ensure_track_list):
2840 Try harder to guess which mixer track is the master mixer
2841 track (instead of just taking the first one that has a pvolume).
2844 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2846 reviewed by: <delete if not using a buddy>
2848 * gst-libs/gst/audio/audio.h:
2849 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2851 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2853 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2854 (gst_audio_convert_transform_caps):
2855 Get structure-name just once.
2857 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2859 * tests/check/elements/audioresample.c: (GST_START_TEST):
2860 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2861 * tests/check/elements/volume.c: (GST_START_TEST):
2862 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2863 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2864 (test_pipeline), (GST_START_TEST):
2865 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2866 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2867 Fix big batch of compiler warnings.
2869 2006-09-17 Stefan Kost <ensonic@users.sf.net>
2871 * ext/gnomevfs/gstgnomevfssrc.c:
2872 Add docs about icydemux usage in connection with gnomevfssrc
2874 * ext/libvisual/visual.c:
2875 * ext/ogg/gstoggaviparse.c:
2876 * ext/ogg/gstoggdemux.c:
2877 * ext/ogg/gstoggmux.c:
2878 * ext/ogg/gstoggparse.c:
2879 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2880 * gst-libs/gst/audio/gstaudiosink.c:
2881 * gst-libs/gst/audio/gstaudiosrc.c:
2882 * gst/audiorate/gstaudiorate.c:
2883 More G_OBJECT macro fixing.
2885 * gst/audiotestsrc/gstaudiotestsrc.h:
2886 Fix wrong info in header due to copy & paste
2888 2006-09-15 Wim Taymans <wim@fluendo.com>
2890 * gst-libs/gst/audio/gstbaseaudiosink.c:
2891 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2892 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2893 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2894 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2895 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2896 Do the delay calculation in the source/sink base classes as this is
2897 specific for the capture/playback mode.
2898 Try to fixate a bit better, like round depth up to a multiple of 8
2900 Handle underruns correctly by marking DISCONT on buffers and adjusting
2901 timestamps to handle the gap.
2902 Set offset/offset_end correctly on buffers.
2904 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2905 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2906 (gst_ring_buffer_read):
2907 Remove resync and underrun recovery from the ringbuffer.
2908 Fix ringbuffer read code on under/overrun.
2910 2006-09-15 Wim Taymans <wim@fluendo.com>
2912 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2913 (gst_play_base_bin_init), (fill_buffer), (check_queue),
2914 (queue_threshold_reached), (gst_play_base_bin_set_property),
2915 (gst_play_base_bin_get_property):
2916 * gst/playback/gstplaybasebin.h:
2917 Don't use a 0 low watermark when buffering, it is catching starvation
2918 way too late. Instead, use a 3 second queue with 30 and 95
2919 percent low/high watermarks.
2920 Added queue-min-threshold property to configure low watermark.
2921 Use new _buffering message API.
2922 Make queue_threshold variable big enough to store a uint64 time value.
2923 API: playbin::queue-min-threshold property.
2925 2006-09-15 Wim Taymans <wim@fluendo.com>
2928 We require 0.10.10.1 now because of _wait_preroll().
2930 * gst-libs/gst/audio/gstbaseaudiosink.c:
2931 (gst_base_audio_sink_render):
2932 Use gst_base_sink_wait_preroll().
2934 2006-09-15 Wim Taymans <wim@fluendo.com>
2936 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2937 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2938 Use DEBUG_OBJECT more.
2940 === release 0.10.10 ===
2942 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
2944 patch by: Michael Smith <msmith at fluendo dot com>
2946 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2947 (gst_multi_fd_sink_client_queue_buffer),
2948 (gst_multi_fd_sink_new_client):
2949 * tests/check/elements/multifdsink.c: (GST_START_TEST),
2950 (multifdsink_suite):
2951 Fix implementation of sync-method 'next-keyframe'
2954 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
2956 patch by: Wim Taymans <wim at fluendo dot com>
2958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2959 This patch removes the RANDOM flag that was incorrectly introduced with
2960 revision 1.91. Fixes #354590
2962 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
2964 * tests/check/Makefile.am:
2965 Random variation in Makefile line to see if it makes the
2966 gen64-base-full bot any happier.
2968 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
2970 * tests/check/pipelines/oggmux.c: (oggmux_suite):
2971 Disable test that fails at the moment (killed after timeout).
2973 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
2975 Patch by: James Livingston <doclivingston at gmail.com>
2977 * tests/check/Makefile.am:
2978 * tests/check/pipelines/.cvsignore:
2979 * tests/check/pipelines/oggmux.c: (get_page_codec),
2980 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2981 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2982 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2983 (test_theora_vorbis), (oggmux_suite):
2984 Add simple unit test for oggmux from #337026 with checking for the
2985 EOS flags disabled for the time being.
2987 2006-09-04 Wim Taymans <wim@fluendo.com>
2989 patch by: Alessandro Dessina <alessandro nnva org>
2991 * ext/ogg/gstoggmux.c:
2992 Add cmml caps to oggmux. Fixes #353912
2994 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
2996 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2997 Returning a return value often helps. In this case, we
2998 don't need the return value anyway, so just get rid of it.
2999 Should make build bots much happier.
3001 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3003 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3004 (paint_get_structure), (gst_video_test_src_get_size),
3005 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3006 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3007 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3008 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3009 * gst/videotestsrc/videotestsrc.h:
3010 Add support for AYUV and the various RGBA formats. Initialise
3011 fields of paintinfo structs allocated on the stack.
3013 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3014 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3015 (check_rgb_buf), (videotestsrc_suite):
3016 Add unit tests for videotestsrc's RGB output.
3018 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3020 * gst/videotestsrc/gstvideotestsrc.c:
3021 (gst_video_test_src_pattern_get_type),
3022 (gst_video_test_src_set_pattern):
3023 * gst/videotestsrc/gstvideotestsrc.h:
3024 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3025 (gst_video_test_src_black), (gst_video_test_src_white),
3026 (gst_video_test_src_red), (gst_video_test_src_green),
3027 (gst_video_test_src_blue):
3028 * gst/videotestsrc/videotestsrc.h:
3029 Add more uni-colour patterns ("white", "red", "green", and "blue").
3031 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3033 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3034 Fix stride for YVYU, should be word-aligned (#353658).
3036 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3038 * gst/adder/gstadder.c: (gst_adder_src_event):
3041 2006-08-31 Edward Hervey <edward@fluendo.com>
3043 * gst/adder/gstadder.c: (forward_event_func),
3044 (gst_adder_src_event), (gst_adder_collected),
3045 (gst_adder_change_state):
3046 * gst/adder/gstadder.h:
3047 Remember the start position asked in the incoming seeks, so we can
3048 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3049 of assuming it will always be 0).
3051 2006-08-31 Edward Hervey <edward@fluendo.com>
3053 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3054 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3055 (gst_ogg_demux_loop):
3056 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3058 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3060 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3061 (gst_ffmpegcsp_get_unit_size):
3062 Return FALSE instead of returning a random false unit
3063 size when the format isn't known/supported (even if
3064 this shouldn't happen under normal circumstances).
3066 2006-08-29 Wim Taymans <wim@fluendo.com>
3068 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3070 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3071 (gst_gnome_vfs_src_start):
3072 Try harder to get the size from a uri by using _info_uri() when
3073 _info_from_handle() does not give us enough info.
3074 Also follow symlinks when getting the size.
3075 Partially Fixes #332864.
3077 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3079 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3081 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3082 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3083 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3084 (gst_alsa_mixer_set_record):
3085 * ext/alsa/gstalsamixertrack.c:
3086 (gst_alsa_mixer_track_update_alsa_capabilities),
3087 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3088 (gst_alsa_mixer_track_update):
3089 * ext/alsa/gstalsamixertrack.h:
3090 Improve and fix mixer track handling, in particular better handling
3091 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3092 separate track objects for tracks that have both capture and playback
3093 volume (and label them differently as well so they're not mistakenly
3094 assumed to be duplicates); classify mixer tracks that only affect
3095 the audible volume of something (rather than the capture volume)
3096 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3097 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3098 (following the meaning documented in the mixer interface header
3099 file); add support for alsa's exclusive cswitch groups; update/sync
3100 state/flags better if mixer settings are changed by another
3101 application. Fixes #336075.
3103 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3105 * gst/playback/gstplaybin.c:
3106 Improve docs: add section about BUFFERING messages sent by playbin.
3108 2006-08-29 Michael Smith <msmith@fluendo.com>
3110 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3111 (gst_vorbis_enc_buffer_check_discontinuous),
3112 (gst_vorbis_enc_chain):
3113 Ignore explicit DISCONT marked on buffers (which is often spurious,
3114 particularly when using multiple segments), in favour of solely
3115 using the timestamps/durations.
3117 2006-08-29 Edward Hervey <edward@fluendo.com>
3119 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3120 Don't rely on incoming buffers offset anymore, since it is completely
3121 broken when using multiple segments.
3122 Instead convert the incoming buffers timestamp to running time, and
3123 then convert that value to the offsets.
3124 Also inform GstSegment of the last outputted stop position, which is
3125 needed if we received several segments with an unknown stop value.
3127 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3129 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3130 fix buffer unreffing on a header push failure
3132 2006-08-28 Wim Taymans <wim@fluendo.com>
3134 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3135 (gst_audio_rate_chain):
3136 Make the metadata of the buffer writable before changing its
3139 2006-08-28 Wim Taymans <wim@fluendo.com>
3141 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3142 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3143 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3144 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3145 Fix audiorate some more.
3146 Reset and resync counters on flush and READY.
3147 Handle the DISCONT flag correctly.
3148 Use GstSegment to track position.
3149 Fail when not negotiated.
3152 2006-08-25 Michael Smith <msmith@fluendo.com>
3154 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3156 Remove accidently included debug line.
3158 2006-08-25 Wim Taymans <wim@fluendo.com>
3160 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3162 If a buffer is received with no caps, make the buffer metadata
3163 writable and set the caps, making sure that we don't screw up the
3166 2006-08-25 Michael Smith <msmith@fluendo.com>
3168 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3169 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3170 Fix memory leaks and misleading debug messages, add a couple of
3173 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3174 (gst_multi_fd_sink_render):
3175 Do not use gst_buffer_make_writable() in a basesink render method,
3176 as it may incorrectly unref the buffer. Instead, use convoluted
3177 dance to avoid copying the buffer except when we need to.
3179 2006-08-25 Michael Smith <msmith@fluendo.com>
3181 * ext/vorbis/vorbisenc.c:
3182 (gst_vorbis_enc_buffer_check_discontinuous):
3183 Allow very small discontinuities in the timestamps. These we can't
3184 do anything useful with anyway (because vorbis's timestamps have
3185 only sample granularity), and are commonly produced by elements with
3186 minor bugs. Allow up to 1/2 a sample out.
3189 2006-08-24 Wim Taymans <wim@fluendo.com>
3191 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3192 (play_scrub_toggle_cb), (main):
3193 Add a checkbox to enable play scrubbing. Makes it possible to disable
3196 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3198 * tests/check/elements/.cvsignore:
3201 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3203 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3204 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3205 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3206 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3207 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3208 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3209 (gst_ogm_text_parse_strip_trailing_zeroes),
3210 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3211 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3212 Refactor ogm parse, do better input checking, misc. clean-ups.
3213 Cache incoming events and push them once the source pad has
3214 been created. Don't pass unterminated strings to sscanf().
3215 Strip trailing zeroes from subtitle text output, since they
3216 are not valid UTF-8. Don't push vorbiscomment packets on
3217 the subtitle text pad. Output perfect streams if possible.
3219 2006-08-23 Wim Taymans <wim@fluendo.com>
3221 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3222 Waits for tasks to settle down so that we clean up correctly for
3225 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3227 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3228 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3229 actually return return value in taglists_are_equal.
3231 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3233 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3234 Fix crash due to broken bitstream parsing on x86-64: can't make
3235 any assumptions about sizeof(struct) due to alignment/packing
3236 differences on different architectures. Fixes #351790.
3238 2006-08-22 Wim Taymans <wim@fluendo.com>
3240 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3241 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3242 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3243 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3244 (gst_riff_parse_info):
3245 Protect public functions against bad input.
3249 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3251 * gst-libs/gst/riff/riff-ids.h:
3252 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3253 Add voxware audio IDs (even if we can't play it) (#351795).
3255 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3257 * gst-libs/gst/riff/riff-media.c:
3258 (gst_riff_create_video_template_caps),
3259 (gst_riff_create_audio_template_caps),
3260 (gst_riff_create_iavs_template_caps):
3261 Const-ify some arrays and use G_N_ELEMENTS instead
3262 of wasting oodles of RAM on terminator bits.
3264 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3266 * gst-libs/gst/tag/gstvorbistag.c:
3267 (gst_tag_list_to_vorbiscomment_buffer):
3268 * tests/check/libs/tag.c: (GST_START_TEST):
3269 And the same for _to_vorbiscomment_buffer(): allow
3270 id_data_len == 0 for speex.
3272 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3275 * docs/plugins/Makefile.am:
3276 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3277 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3278 * docs/plugins/inspect/plugin-gdp.xml:
3279 * gst/gdp/Makefile.am:
3280 * tests/check/Makefile.am:
3281 Move GDP plugin to -base from -bad. Closes #347783.
3283 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3285 * gst-libs/gst/tag/gstvorbistag.c:
3286 (gst_tag_list_from_vorbiscomment_buffer):
3287 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3288 Also add some checks to make sure we don't memcmp() beyond the end of
3289 vorbiscomment buffer if the ID to check for is larger than the buffer.
3291 * tests/check/libs/tag.c: (GST_START_TEST):
3292 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3294 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3296 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3297 (gst_vorbis_enc_set_metadata):
3298 Use vorbis comment utility functions from libgsttag
3299 instead of re-inventing the wheel (partially fixes #347091).
3301 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3303 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3304 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3307 2006-08-21 Wim Taymans <wim@fluendo.com>
3309 * docs/libs/Makefile.am:
3310 * docs/libs/gst-plugins-base-libs-sections.txt:
3311 * docs/libs/gst-plugins-base-libs.types:
3312 Don't try to GObject scan the netbuffer as it's not a GObject.
3315 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3316 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3317 Document GstNetBuffer.
3319 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3321 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3322 (audioconvert_suite):
3323 Add testcase for caps-size-explosion
3325 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3327 * gst/audioconvert/gstaudioconvert.c:
3328 (gst_audio_convert_get_unit_size), (set_structure_widths):
3329 Lower debug, use g_assert in _get_unit_size
3331 * gst/audioresample/gstaudioresample.c:
3332 (audioresample_get_unit_size):
3333 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3334 (gst_ffmpegcsp_get_unit_size):
3335 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3336 use g_assert in _get_unit_size
3338 2006-08-18 Wim Taymans <wim@fluendo.com>
3340 * docs/libs/gst-plugins-base-libs-sections.txt:
3341 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3342 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3343 (gst_rtp_buffer_get_payload_buffer):
3344 * gst-libs/gst/rtp/gstrtpbuffer.h:
3345 Document GstRTPBuffer.
3346 Added function to efficiently strip payload headers.
3347 API: gst_rtp_buffer_get_payload_subbuffer()
3349 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3351 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3352 (gst_tag_to_vorbis_comments):
3353 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3354 tags and deserialise them properly as well (#347091).
3355 Add some more gtk-doc blurbs and also some g_return_if_fail().
3357 * tests/check/libs/tag.c: (GST_START_TEST),
3358 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3361 2006-08-17 Wim Taymans <wim@fluendo.com>
3363 * ext/ogg/Makefile.am:
3364 * ext/ogg/gstogg.c: (plugin_init):
3365 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3366 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3367 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3368 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3369 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3370 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3371 Added ogg-in-avi parser element. Fixes #140139.
3373 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3374 Fixed a bug in oggdemux debug code.
3376 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3377 (gst_riff_create_audio_template_caps):
3378 Recognise Ogg in the AVI extensible wave format.
3380 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3382 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3383 Make buffer durations add up (duration should be next_ts-ts for
3384 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3387 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3388 (test_buffer_timestamps), (cddabasesrc_suite):
3389 Add unit test for the above.
3391 * tests/check/Makefile.am:
3392 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3393 to see what happens.
3395 2006-08-16 Wim Taymans <wim@fluendo.com>
3397 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3398 (gst_alsasink_open):
3399 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3401 Avoid setting and using a NULL device name.
3402 Print more info when we fail to open a device.
3404 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3406 * docs/libs/gst-plugins-base-libs-sections.txt:
3407 * gst-libs/gst/tag/tag.h:
3408 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3409 API: add gst_tag_parse_extended_comment() (#351426).
3411 * tests/check/Makefile.am:
3412 * tests/check/libs/.cvsignore:
3413 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3414 Add unit test for gst_tag_parse_extended_comment().
3416 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3418 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3419 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3422 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3424 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3425 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3426 * docs/plugins/gst-plugins-base-plugins.args:
3427 * gst/playback/gstplaybin.c:
3430 * docs/plugins/inspect/plugin-adder.xml:
3431 * docs/plugins/inspect/plugin-alsa.xml:
3432 * docs/plugins/inspect/plugin-audioconvert.xml:
3433 * docs/plugins/inspect/plugin-audiorate.xml:
3434 * docs/plugins/inspect/plugin-audioresample.xml:
3435 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3436 * docs/plugins/inspect/plugin-cdparanoia.xml:
3437 * docs/plugins/inspect/plugin-decodebin.xml:
3438 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3439 * docs/plugins/inspect/plugin-gnomevfs.xml:
3440 * docs/plugins/inspect/plugin-ogg.xml:
3441 * docs/plugins/inspect/plugin-pango.xml:
3442 * docs/plugins/inspect/plugin-playbin.xml:
3443 * docs/plugins/inspect/plugin-subparse.xml:
3444 * docs/plugins/inspect/plugin-tcp.xml:
3445 * docs/plugins/inspect/plugin-theora.xml:
3446 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3447 * docs/plugins/inspect/plugin-video4linux.xml:
3448 * docs/plugins/inspect/plugin-videorate.xml:
3449 * docs/plugins/inspect/plugin-videoscale.xml:
3450 * docs/plugins/inspect/plugin-videotestsrc.xml:
3451 * docs/plugins/inspect/plugin-volume.xml:
3452 * docs/plugins/inspect/plugin-vorbis.xml:
3453 * docs/plugins/inspect/plugin-ximagesink.xml:
3454 * docs/plugins/inspect/plugin-xvimagesink.xml:
3455 Update to CVS version.
3457 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3459 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3460 (gst_play_bin_set_property), (gst_play_bin_get_property),
3461 (value_list_append_structure_list),
3462 (gst_play_bin_handle_redirect_message),
3463 (gst_play_bin_handle_message):
3464 API: GstPlayBin::connection-speed
3465 Add "connection-speed" property; re-order redirect messages with
3466 multiple redirect locations depending on the minimum bitrate if
3467 that information is available and a connection speed is set
3470 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3472 * gst/playback/gstplaybin.c:
3473 Update max volume to the same value that the volume element uses.
3475 2006-08-14 Wim Taymans <wim@fluendo.com>
3477 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3480 2006-08-14 Wim Taymans <wim@fluendo.com>
3482 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3483 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3484 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3485 Add some more debug info.
3486 Don't crash when a seek failed.
3487 Actually return the result of the seek instead of TRUE.
3488 Ignore multiple BOS pages with the same serial so that we don't create
3489 the same stream multiple times.
3490 Post an error when we fail to do the initial seek.
3492 2006-08-13 Wim Taymans <wim@fluendo.com>
3494 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3495 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3498 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3499 (gst_alsa_mixer_new):
3500 Remove hack that always set the device to hw:0*.
3501 Properly find the card name for whatever device was configured.
3502 Do some better debugging.
3505 * ext/alsa/gstalsamixerelement.c:
3506 (gst_alsa_mixer_element_set_property),
3507 (gst_alsa_mixer_element_change_state):
3509 Handle setting of a NULL device name better.
3511 2006-08-11 Wim Taymans <wim@fluendo.com>
3513 * gst/adder/gstadder.c:
3514 Don't clip float values. Fixes #350900.
3516 2006-08-11 Andy Wingo <wingo@pobox.com>
3518 * gst/tcp/gsttcp.c: Really fix the build?
3520 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3523 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3525 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3526 Float caps shouldn't have a "signed" field.
3528 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3530 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3531 Implement SEEKING query in its most basic form, so that we can
3532 at least check if we're seekable or not (#350655).
3534 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3536 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3537 The checks here are not even close to anything that would
3538 justify MAXIMUM probability, lowering to POSSIBLE until someone
3539 fixes the checks (case at hand: quicktime redirection files
3540 might start with 00 00 01 XX and pass the checks here just
3543 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3545 Patch by: Sjoerd Simons <sjoerd at luon net>
3547 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3548 Better detection for multipart/x-mixed-replace: accept leading
3549 whitespaces before the boundary marker as well (as our very own
3550 multipartmux used to produce) (#349068).
3552 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3554 Patch by: Young-Ho Cha <ganadist at chollian net>
3556 * gst-libs/gst/riff/riff-ids.h:
3557 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3558 (gst_riff_create_audio_template_caps):
3559 Detect DTS audio streams (#350157).
3561 2006-08-05 Andy Wingo <wingo@pobox.com>
3563 * ext/theora/gsttheoraparse.h:
3564 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3565 (theora_parse_dispose, theora_parse_set_property)
3566 (theora_parse_get_property, theora_parse_munge_granulepos)
3567 (theora_parse_push_buffer, theora_parse_change_state):
3568 API: GstTheoraParse::synchronization-points
3569 Add a property 'synchronization-points' to fix badly synchronized oggs.
3571 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3573 * tests/check/Makefile.am:
3574 * tests/check/libs/.cvsignore:
3575 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3576 (fixed_caps_have_channel_positions), (GST_START_TEST),
3577 (audio_suite), (main):
3578 Add a few tests for the channel position stuff in libgstaudio.
3580 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3582 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3583 (gst_alsa_detect_channels):
3584 * ext/alsa/gstalsasink.c:
3585 Add support for cards that (only) do more than 8 channels,
3586 like the Delta 44 (#345188).
3588 * gst-libs/gst/audio/multichannel.c:
3589 (gst_audio_check_channel_positions):
3590 * gst-libs/gst/audio/multichannel.h:
3591 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3592 unspecified channel position and cannot be combined with any
3593 of the other audio channel positions; adjust position layout
3594 checks accordingly (#345188).
3596 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3598 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3599 Recognise ancient RealAudio files (see #349779).
3601 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3603 Patch by: Jens Granseuer <jensgr at gmx net>
3605 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3606 Add typefinder for Interplay's MVE format (#348973).
3608 2006-08-02 Wim Taymans <wim@fluendo.com>
3610 Patch by: Marcel Moreaux <marcelm at luon dot net>
3612 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3613 (gst_base_rtp_depayload_add_to_queue):
3614 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3615 Handle RTP sequence number rollover.
3616 Disable jitterbuffer by default.
3618 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3620 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3621 (audioresample_set_caps):
3622 Don't leak references to the incoming caps. Clean them up when
3625 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3626 (gst_video_scale_finalize):
3627 Don't leak our temporary pixel buffer.
3629 * tests/check/Makefile.am:
3630 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3631 (GST_START_TEST), (simple_launch_lines_suite):
3633 Fix leaks and re-enable the test for valgrind checking.
3635 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
3637 Patch by: Sjoerd Simons <sjoerd at luon net>
3639 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3641 Add typefind function for multipart/x-mixed-replace (#348916).
3643 2006-07-28 Wim Taymans <wim@fluendo.com>
3645 * gst/adder/gstadder.c: (gst_adder_setcaps),
3646 (gst_adder_query_duration):
3647 Fix leak in duration query.
3648 Reflow some docs and notes.
3650 2006-07-28 Michael Smith <msmith@fluendo.com>
3652 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3654 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3657 2006-07-28 Michael Smith <msmith@fluendo.com>
3659 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3660 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3661 (gst_vorbis_enc_push_buffer),
3662 (gst_vorbis_enc_buffer_check_discontinuous),
3663 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3664 * ext/vorbis/vorbisenc.h:
3665 Handle discontinuities in the input vorbis stream correctly,
3666 so that the output is properly timestamped (and has good granulepos
3667 values). Needs some oggmux fixes too.
3669 2006-07-27 Wim Taymans <wim@fluendo.com>
3671 patch by: Kai Vehmanen <kv2004 eca cx>
3673 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3674 (gst_base_rtp_depayload_chain),
3675 (gst_base_rtp_depayload_handle_sink_event),
3676 (gst_base_rtp_depayload_change_state):
3677 Don't send multiple newsegments with different formats.
3680 2006-07-26 Wim Taymans <wim@fluendo.com>
3682 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3683 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3684 Make seeking in ogg more accurate again by doing the more correct
3685 granuletime to stream time conversion.
3687 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3689 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3690 (gst_multi_fd_sink_new_client):
3691 debug a little more understandably
3692 do not use goto as a substitute for break, especially if
3693 break is also being used
3695 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
3697 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3698 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3699 Remove GLib-2.6 compatibility cruft.
3701 2006-07-24 Wim Taymans <wim@fluendo.com>
3703 * gst-libs/gst/audio/gstbaseaudiosink.c:
3704 (gst_base_audio_sink_render):
3705 Don't try to align a sample to an unknown value.
3707 2006-07-24 Wim Taymans <wim@fluendo.com>
3709 * gst-libs/gst/audio/gstbaseaudiosink.c:
3710 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3711 When the audio clock is slaved to another clock, never try to align
3712 samples but trust the rate interpolation algorithm.
3714 2006-07-24 Wim Taymans <wim@fluendo.com>
3716 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3717 Don't try to calculate silence samples, base class does this much
3720 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3721 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3722 (gst_ring_buffer_acquire):
3723 Calculate silence samples correctly.
3725 * gst-libs/gst/audio/gstringbuffer.h:
3728 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
3730 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3731 Limit search for the first markup tag to the first few kB of
3732 the file. If we don't find one there, it's highly unlikely that
3733 this is an XML(-ish) file.
3735 2006-07-21 Andy Wingo <wingo@pobox.com>
3737 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3738 test to the one in vorbisenc. Also commented out.
3740 * tests/check/pipelines/vorbisenc.c:
3741 (test_discontinuity): New test, commented out until Mike lands
3742 some elite vorbisenc patches.
3744 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3745 Bufferstraw was actually factored out of these tests. Now we share
3748 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3749 for bufferstraw addition to gstcheck.
3751 2006-07-21 Wim Taymans <wim@fluendo.com>
3753 * ext/theora/theoradec.c: (clip_buffer):
3756 2006-07-21 Wim Taymans <wim@fluendo.com>
3758 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3759 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3760 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3762 Avoid type casting when we can.
3764 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3767 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
3769 * ext/alsa/gstalsamixerelement.c:
3770 (gst_alsa_mixer_element_change_state):
3771 Make state change fail if the specified device can't be opened
3774 2006-07-20 Wim Taymans <wim@fluendo.com>
3776 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3777 (cb_newpad), (main):
3778 Example of a small audio/video player using decodebin.
3780 2006-07-20 Stefan Kost <ensonic@users.sf.net>
3782 * gst-libs/gst/riff/riff-ids.h:
3785 2006-07-19 Wim Taymans <wim@fluendo.com>
3787 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3788 (gst_base_rtp_depayload_chain),
3789 (gst_base_rtp_depayload_change_state):
3790 Don't assert when not negotiated but post a meaningfull
3791 error message. Fixes #347918.
3793 * gst-libs/gst/rtp/gstbasertppayload.c:
3794 Add comment about better default MTU size.
3796 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3797 Small cleanups, start docs.
3799 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
3801 Patch by: Martin Szulecki
3803 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3804 If "device-name" is requested and the device is not
3805 open, try to temporarily open it to obtain this
3806 information (#342494).
3808 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
3810 * gst-libs/gst/tag/gstid3tag.c:
3811 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3813 * gst-libs/gst/tag/gsttageditingprivate.h:
3814 * gst-libs/gst/tag/gstvorbistag.c:
3815 Some more random const-ifications.
3817 2006-07-18 Stefan Kost <ensonic@users.sf.net>
3819 * gst-libs/gst/riff/riff-ids.h:
3820 * gst-libs/gst/riff/riff-media.c:
3821 (gst_riff_create_video_template_caps):
3822 Add more FOURCCs (sort list to make stuff easier to find),
3823 add comment what those 16 bytes in struct _gst_riff_strh according to
3826 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
3828 * gst-libs/gst/audio/multichannel.c:
3829 (gst_audio_check_channel_positions),
3830 (gst_audio_fixate_channel_positions):
3831 Const-ify two arrays.
3833 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
3835 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3836 Fix typo, so that alsasink also advertises 8 channels
3837 if that's supported (tags: can, worms, open, alsa, ph34r).
3839 2006-07-17 Wim Taymans <wim@fluendo.com>
3841 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3842 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3843 *sigh*, when is the compiler going to warn when the comments
3844 are out-of-sync with the code.. Refix case of busted theora
3845 headers with 0 granule pos.
3847 2006-07-14 Wim Taymans <wim@fluendo.com>
3849 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3850 (gst_base_rtp_depayload_wait),
3851 (gst_base_rtp_depayload_change_state),
3852 (gst_base_rtp_depayload_set_property),
3853 (gst_base_rtp_depayload_get_property):
3854 Fix 99% cpu load by waiting for absolute times on the
3855 clock. Fixes #347300.
3857 2006-07-14 Andy Wingo <wingo@pobox.com>
3859 * ext/theora/gsttheoraparse.h:
3860 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3861 (theora_parse_push_headers, theora_parse_clear_queue)
3862 (theora_parse_drain_queue_prematurely, )
3863 (theora_parse_sink_event, theora_parse_change_state): Queue events
3864 until we initialized our state, like in vorbisparse.
3866 * ext/vorbis/vorbisparse.h:
3867 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3868 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3869 (vorbis_parse_drain_queue_prematurely, )
3870 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3871 until we have initialized our state. Fixes seeking after an
3874 2006-07-14 Andy Wingo <wingo@pobox.com>
3876 Patch by: Iain Holmes <iaingnome@gmail.com>
3878 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3880 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
3883 Bump nano back to CVS
3885 === release 0.10.9 ===
3887 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3890 releasing 0.10.9, "I walk the line"
3892 2006-07-14 Michael Smith <msmith@fluendo.com>
3894 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3895 Move a g_cond_signal to earlier to avoid sometimes deadlocking
3896 (commonly happens when running this test under valgrind) when trying
3897 to remove the buffer probe.
3899 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3901 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3902 Fix missing g_unlock from the previous commit
3904 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3906 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3907 (gst_ximagesink_change_state):
3908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3909 (gst_xvimagesink_change_state):
3910 Implement a locking order to ensure we always take the object lock
3911 before the x_lock and never vice-versa.
3913 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3915 * gst/playback/gstdecodebin.c: (find_compatibles):
3916 Fix a caps leak when linking (#347304)
3918 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3919 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3920 (gst_ximagesink_change_state):
3921 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3922 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3923 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3924 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3925 Don't leak shared memory resources. Use the object lock to protect
3926 against the xcontext disappearing while returning a buffer from the
3929 2006-07-12 Edward Hervey <edward@fluendo.com>
3931 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3932 (vorbis_handle_comment_packet):
3933 gst_tag_list_merge() returns a new object. Take that into account when
3934 using it. This avoids memleak.
3935 Revert previous commit which is not needed.
3937 2006-07-12 Edward Hervey <edward@fluendo.com>
3939 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3940 Reset the decoder in finalize so that all fields get cleared.
3942 2006-07-12 Wim Taymans <wim@fluendo.com>
3944 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3945 (gst_base_audio_src_set_clock),
3946 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3947 Don't try to post an error message when setting the clock fails
3948 as this can happen when adding an element to a bin which will then
3949 deadlock. Fixes #347296.
3951 2006-07-12 Edward Hervey <edward@fluendo.com>
3953 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3954 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3955 (vorbis_handle_type_packet):
3956 Post tag messages on the bus even if we're not initialized.
3957 If we're not initialized, we still postpone the event pushing of tags.
3959 2006-07-12 Wim Taymans <wim@fluendo.com>
3961 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3962 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3963 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3964 Revert last two changes that broke the freeze.
3966 2006-07-12 Wim Taymans <wim@fluendo.com>
3968 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3969 basesink calculates silence sample correctly for us.
3971 2006-07-12 Wim Taymans <wim@fluendo.com>
3973 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3974 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3975 Calculate correct silence samples so we don't fill our ringbuffer
3978 2006-07-12 Edward Hervey <edward@fluendo.com>
3980 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3981 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3982 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3983 * ext/vorbis/vorbisdec.h:
3984 Delay sending events (newsegment, tags) until the decoder is properly
3988 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
3990 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3991 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3992 Patch from #347221 adding a test for audioconvert
3995 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
3997 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3998 (gst_ssa_parse_parse_line):
3999 Don't include the terminating NUL in the buffer size,
4000 it's only there for extra paranoia (would add random
4001 '*' characters at the end of each subtitle since the
4002 terminator itself is not valid UTF-8 technically).
4003 Also fix indenting after boilerplate macro.
4005 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4007 * gst/playback/gstdecodebin.c: (close_pad_link):
4008 Also emit 'unknown-type' signal (which should really be
4009 called unhandled-type) if we found potential decoders/demuxers
4010 in the registry but none of them worked in the end (as in the
4011 case where the plugins don't exist any longer but are still
4012 listed in the registry). Fixes #329798.
4014 2006-07-08 Andy Wingo <wingo@pobox.com>
4016 * theoraparse.c (theora_parse_push_buffer)
4017 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4018 Add some more debugging. Fix granulepos reconstruction in the face
4021 2006-07-06 Wim Taymans <wim@fluendo.com>
4023 * gst-libs/gst/audio/gstbaseaudiosink.c:
4024 (gst_base_audio_sink_class_init),
4025 (gst_base_audio_sink_provide_clock):
4026 Use gobject_class instead of G_OBJECT_CLASS (klass)
4028 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4029 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4030 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4031 (gst_base_audio_src_get_time),
4032 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4033 (gst_base_audio_src_create_ringbuffer):
4034 Fix latency and buffer-time constants and properties ala basesink.
4035 Implement pull based scheduling. Fixes #346527.
4036 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4038 Refuse slaving to another clock instead of silently not working.
4039 Only provide a clock when we are actually able to do so.
4040 Various small cleanups and compiler hints.
4042 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4044 Patch by: Lutz Mueller <lutz at topfrose de>
4046 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4048 Add typefinding for text/html (#346581).
4050 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4052 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4053 (xml_check_first_element), (xml_type_find), (smil_type_find):
4054 Fix SMIL typefinding, make xml_check_first_element() more
4057 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4059 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4060 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4061 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4062 * gst/playback/gstplaybasebin.h:
4063 Protect list of elements with a subtitle-encoding property and
4064 the subtitle encoding member itself with a lock of their own
4065 instead of using the object lock. This prevents a dead-lock in
4066 the element-remove callback in some circumstances when shutting
4069 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4071 * win32/common/libgsttag.def:
4072 Export some new functions.
4073 * win32/vs6/libgstogg.dsp:
4074 Add a link to libgsttag-0.10.lib.
4076 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4078 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4079 Some const-ification.
4081 2006-07-04 Wim Taymans <wim@fluendo.com>
4083 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4084 Improve checking if we are dealing with a stream. Added some
4085 more uris that need buffering.
4087 2006-07-03 Edward Hervey <edward@fluendo.com>
4089 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4090 Remove unused variable.
4092 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4097 add GCOV_LIBS to GST_LIBS
4099 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4101 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4103 * ext/alsa/gstalsasrc.c:
4104 Add 32 bps to template caps and increase channels range
4105 from [1,2] to [1,MAX]. See #346326.
4107 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4109 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4110 Recognise 'WMVA' video codec fourcc (#345879).
4112 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4114 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4115 Fixed nasty memory leak
4117 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4119 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4120 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4123 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4125 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4126 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4127 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4128 Protect remove_fakesink using a mutex, so that we don't try and
4129 remove the fakesink simultaneously from multiple threads.
4131 When going from READY to PAUSED, restore the fakesink, so that
4132 it is there when decodebin gets reused.
4134 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4136 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4137 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4138 * gst-libs/gst/rtp/gstbasertppayload.c:
4139 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4140 * gst/tcp/gstmultifdsink.c:
4141 * gst/tcp/gsttcpclientsink.c:
4142 * gst/tcp/gsttcpclientsrc.c:
4143 * gst/tcp/gsttcpserversink.c:
4144 * gst/tcp/gsttcpserversrc.c:
4145 * gst/videorate/gstvideorate.c:
4146 * gst/videotestsrc/gstvideotestsrc.c:
4147 * sys/v4l/gstv4ljpegsrc.c:
4148 * sys/v4l/gstv4lmjpegsink.c:
4149 * sys/v4l/gstv4lsrc.c:
4150 * tests/examples/seek/scrubby.c:
4151 * tests/examples/seek/seek.c:
4152 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4154 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4156 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4157 Second field in GEnumValue shouldn't be a description,
4158 but a stringified version of the enum value.
4160 2006-06-22 Wim Taymans <wim@fluendo.com>
4162 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4163 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4164 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4165 Avoid type checking in buffer casts.
4166 Avoid caps copy in buffer_alloc when we can.
4167 Use pad_peer_accept.
4169 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4171 * gst-libs/gst/tag/tag.h:
4172 Oops, make that 'Since: 0.10.9'.
4174 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4176 * docs/libs/gst-plugins-base-libs-sections.txt:
4177 * gst-libs/gst/tag/tag.h:
4178 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4179 (gst_tag_image_type_get_type):
4180 API: add GstTagImageType enum to describe images contained
4181 in image tags (#345641).
4183 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4185 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4186 Fix warnings with gst-inspect: "buffers-min" property
4187 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4188 typo in property description.
4190 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4192 Patch by: Cody Russell <bratsche at gnome org>
4194 * gst/audioresample/gstaudioresample.c:
4195 (gst_audioresample_class_init):
4196 * gst/playback/gststreamselector.c:
4197 (gst_stream_selector_class_init):
4198 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4199 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4200 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4201 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4202 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4203 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4204 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4205 * gst/videotestsrc/gstvideotestsrc.c:
4206 (gst_video_test_src_class_init):
4207 * gst/volume/gstvolume.c: (gst_volume_class_init):
4208 Avoid unnecessary class cast check in class_init
4209 functions (#337747).
4211 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4213 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4214 (gst_text_overlay_video_chain):
4215 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4216 and doesn't validate its input either (and neither did
4217 textoverlay it seems). Let's do that then and fix #345206.
4219 2006-06-19 Wim Taymans <wim@fluendo.com>
4221 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4222 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4223 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4224 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4225 (find_syncframe), (find_limits), (assign_value),
4226 (count_burst_unit), (gst_multi_fd_sink_new_client),
4227 (gst_multi_fd_sink_handle_client_write),
4228 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4229 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4230 (gst_multi_fd_sink_change_state):
4231 * gst/tcp/gstmultifdsink.h:
4232 Added shiny new burst-on-connect methods.
4233 Add properties to control the minimal amount of data queued.
4235 API: bytes-min property
4236 API: time-min property
4237 API: buffers-min property
4238 API: burst-unit property
4239 API: burst-value property
4240 API: add-full signal
4242 * gst/tcp/gsttcp-marshal.list:
4243 Added new marshaller code for the new signal.
4245 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4246 (multifdsink_suite):
4247 Added testcases for new burst methods.
4249 2006-06-19 Edward Hervey <edward@fluendo.com>
4251 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4252 Implement clipping for accurate seeking.
4255 2006-06-19 Wim Taymans <wim@fluendo.com>
4257 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4259 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4260 (gst_video_scale_transform):
4261 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4263 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4266 Fix --disable-external (can't set conditionals conditionally,
4269 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4271 * tests/check/elements/audioresample.c: (test_reuse),
4272 (audioresample_suite):
4273 Add test case for bug #342789 fixed below.
4275 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4277 * gst/audioresample/gstaudioresample.c:
4278 (gst_audioresample_class_init), (gst_audioresample_init),
4279 (audioresample_start), (audioresample_stop),
4280 (gst_audioresample_set_property), (gst_audioresample_get_property):
4281 Implement GstBaseTransform::start and ::stop so that audioresample
4282 can clear its internal state properly and be reused instead of
4283 causing non-negotiated errors with playbin under some circumstances
4286 * tests/check/elements/audioresample.c: (setup_audioresample),
4287 (cleanup_audioresample):
4288 Need to set element state here so that ::start and ::stop are
4291 2006-06-16 Wim Taymans <wim@fluendo.com>
4293 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4295 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4296 Parse extra data better, apparently it's right behind
4297 the normal strf header size. Fixes #343500.
4299 2006-06-16 Wim Taymans <wim@fluendo.com>
4301 * ext/alsa/gstalsasink.c: (set_hwparams):
4302 If we fail to set the buffer_time and period_time alsa
4303 parameters, post a warning and leave alsa select a
4304 default instead of failing. Fixes #342085
4306 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4308 * docs/libs/gst-plugins-base-libs-sections.txt:
4309 * gst-libs/gst/cdda/gstcddabasesrc.h:
4310 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4311 out in the header file and shouldn't be listed in the docs.
4313 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4314 Must dereference pointer to fourcc in the debug statement.
4316 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4318 * docs/libs/Makefile.am:
4319 * docs/libs/gst-plugins-base-libs-docs.sgml:
4320 * docs/libs/gst-plugins-base-libs-sections.txt:
4321 * docs/libs/gst-plugins-base-libs.types:
4322 add remaining symbols into correct setions
4324 * gst-libs/gst/audio/gstringbuffer.c:
4327 * gst-libs/gst/audio/gstringbuffer.h:
4328 comment out not yet implemented function
4331 * gst-libs/gst/floatcast/floatcast.h:
4332 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4333 add short descriptions
4336 * gst-libs/gst/interfaces/propertyprobe.c:
4337 fix return value docs
4339 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4340 simplify debug logging
4342 * gst-libs/gst/riff/riff-read.h:
4343 sync function prototype and docs
4345 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4346 remove left over symbol
4348 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4353 Use GST_PLUGIN_DOCS macro in configure.ac, add
4354 --enable-plugin-docs default to autogen.sh and use
4355 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4357 2006-06-15 Wim Taymans <wim@fluendo.com>
4359 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4360 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4361 (gst_ogg_demux_loop):
4362 Combine GstFlowReturn from the source pads to give a
4363 meaningfull result to the upstream peer or to stop the
4364 processing task in case of errors.
4366 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4368 * gst/playback/gststreaminfo.c: (cb_probe):
4369 Try GST_TAG_CODEC as fallback when extracting the
4370 codec name; more debug info.
4372 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4374 * ext/ogg/Makefile.am:
4375 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4376 Extract language tags from ogm subtitle streams, so that
4377 the subtitle menu choices are labelled correctly in
4378 Totem (fixes #344708).
4380 2006-06-14 Wim Taymans <wim@fluendo.com>
4382 Patch by: Alessandro Decina <alessandro at nnva dot org>
4384 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4385 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4386 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4387 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4388 Fix various leaks. Fixes #343699.
4389 Add x-smoke mime type.
4391 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4393 * gst-libs/gst/riff/riff-ids.h:
4394 Add IDs for 'bext' chunks (see #343837).
4396 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4398 Patch by: Young-Ho Cha <ganadist at chollian net>
4400 * gst/subparse/samiparse.c: (sami_context_pop_state),
4401 (handle_start_font), (end_sami_element):
4402 Honour font face tags in SAMI subtitles (#344503).
4404 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4407 add missing files containing translatable strings
4409 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4411 * docs/libs/tmpl/.cvsignore:
4412 we don't want those *.sgml files in CVS either
4414 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4416 * docs/libs/.cvsignore:
4417 * tests/check/elements/.cvsignore:
4418 * tests/check/libs/.cvsignore:
4421 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4423 * docs/libs/Makefile.am:
4424 also commiting the changed Makefile.am (added more libs to the
4427 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4429 * docs/libs/gst-plugins-base-libs-docs.sgml:
4430 * docs/libs/gst-plugins-base-libs-sections.txt:
4431 * docs/libs/gst-plugins-base-libs.types:
4432 first batch of reordering things, add index & hierarchy
4434 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4437 use GST_PKG_CHECK_MODULES, cleans up output
4439 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4441 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4442 Add support for burn:// URIs (#343385); const-ify things a bit,
4443 use G_N_ELEMENTS instead of hard-coded array size.
4445 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4447 Patch by: Young-Ho Cha <ganadist at chollian net>
4449 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4450 Fix up broken entities before passing them to libxml *sigh*.
4453 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4458 === release 0.10.8 ===
4460 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4463 releasing 0.10.8, "Moar gij ziet mij nie"
4465 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4482 * win32/common/config.h:
4485 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4487 * docs/libs/tmpl/gstaudio.sgml:
4488 * docs/libs/tmpl/gstcolorbalance.sgml:
4489 * docs/libs/tmpl/gstmixer.sgml:
4490 * docs/libs/tmpl/gstringbuffer.sgml:
4491 * docs/libs/tmpl/gsttuner.sgml:
4492 * docs/libs/tmpl/gstxoverlay.sgml:
4493 * gst-libs/gst/audio/audio.c:
4494 * gst-libs/gst/audio/gstringbuffer.c:
4495 * gst-libs/gst/interfaces/colorbalance.c:
4496 * gst-libs/gst/interfaces/mixer.c:
4497 * gst-libs/gst/interfaces/tuner.c:
4498 * gst-libs/gst/interfaces/xoverlay.c:
4499 move last template doc snippets to source code and delete them
4501 2006-06-06 Michael Smith <msmith@fluendo.com>
4503 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4504 (theora_parse_drain_queue):
4505 Mark DELTA_UNIT on non-keyframes.
4507 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4509 * gst-libs/gst/audio/gstbaseaudiosink.c:
4510 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4511 * gst-libs/gst/audio/gstbaseaudiosink.h:
4512 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4513 (gst_ring_buffer_samples_done):
4514 * gst-libs/gst/audio/gstringbuffer.h:
4515 Document better the fact that latency_time and buffer_time are values
4516 stored in microseconds, and not the usual GStreamer nanoseconds.
4517 Change the variables (compatibly) that store them from GstClockTime
4518 to guint64 to make it more clear that they're not storing clock times.
4519 Also, remove the bogus property description that says the user can
4520 specify -1 to get the default value, since that's never been the case.
4522 When computing the default segment size for the ring buffer, make it
4523 an integer number of samples.
4525 When the sub-class indicates a delay greater than the number of
4526 samples we've written return 0 from the audio sink get_time method.
4528 2006-06-02 Michael Smith <msmith@fluendo.com>
4530 * tests/check/elements/audioconvert.c: (set_channel_positions),
4531 (get_float_mc_caps), (get_int_mc_caps):
4532 * tests/check/elements/audioresample.c:
4533 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4534 * tests/check/elements/videorate.c:
4535 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4536 * tests/check/elements/volume.c:
4537 * tests/check/elements/vorbisdec.c:
4538 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4539 Don't busy-wait in tests; this was causing test timeouts very
4540 frequently when running under valgrind.
4542 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4545 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4546 (gst_multi_fd_sink_remove_client_link),
4547 (gst_multi_fd_sink_client_queue_caps),
4548 (gst_multi_fd_sink_client_queue_buffer),
4549 (gst_multi_fd_sink_handle_client_write),
4550 (gst_multi_fd_sink_render):
4551 * gst/tcp/gstmultifdsink.h:
4552 make multifdsink properly deal with streamheader:
4553 - streamheader is taken from caps
4554 - buffers marked with IN_CAPS are not sent
4555 - streamheaders are sent, on connection, from the caps of the
4556 buffer where the client gets positioned to
4557 - further streamheader changes are done every time the client
4558 will receive a buffer with different caps
4559 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4560 (gst_multifdsink_create_streamheader):
4563 2006-06-02 Michael Smith <msmith@fluendo.com>
4565 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4566 Reinstate limit on channel count. Vorbis does not define the meaning
4567 of > 6 channels, so they're just independent channels. Gstreamer
4568 currently has no mechanism to represent N independent channels.
4570 2006-06-02 Michael Smith <msmith@fluendo.com>
4572 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4573 Don't arbitrarily restrict channel counts and rate in vorbis.
4574 In terms of effects likely on real-world files, this fixes 96kHz
4577 2006-06-02 Michael Smith <msmith@fluendo.com>
4579 * gst/audioconvert/audioconvert.c: (float):
4580 More correct float->int conversion.
4582 2006-06-02 Michael Smith <msmith@fluendo.com>
4584 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4585 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4586 value. Fixes g-critical on trying to play back ogg containing
4589 2006-06-02 Wim Taymans <wim@fluendo.com>
4591 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4593 * gst/playback/gstplaybasebin.h:
4594 Make the subtitle detection work from any thread so we don't
4595 deadlock. Fixes #343397.
4597 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4599 * gst/volume/Makefile.am:
4600 Seriously, it's not *that* hard to get compilation right. Even
4601 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4603 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4605 * gst/volume/gstvolume.c: (volume_choose_func),
4606 (volume_update_real_volume), (gst_volume_class_init),
4607 (gst_volume_init), (volume_process_float), (volume_process_int16),
4608 (volume_process_int16_clamp), (volume_set_caps),
4609 (volume_transform_ip), (plugin_init):
4610 * gst/volume/gstvolume.h:
4611 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4612 another property desc., remove unused param from process function
4614 * tests/check/elements/volume.c: (volume_suite):
4615 reactivate the passthrough test
4617 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4619 * ext/alsa/gstalsamixerelement.h:
4620 * ext/alsa/gstalsamixeroptions.h:
4621 * ext/alsa/gstalsamixertrack.h:
4622 * ext/gnomevfs/gstgnomevfssink.h:
4623 * ext/gnomevfs/gstgnomevfssrc.h:
4624 * ext/theora/gsttheoradec.h:
4625 * ext/theora/gsttheoraenc.h:
4626 * ext/theora/gsttheoraparse.h:
4627 * ext/vorbis/vorbisparse.h:
4628 * gst-libs/gst/audio/gstaudioclock.h:
4629 * gst-libs/gst/audio/gstaudiofilter.h:
4630 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4631 * gst/audioconvert/gstaudioconvert.h:
4632 * gst/audioresample/gstaudioresample.h:
4633 * gst/audiotestsrc/gstaudiotestsrc.h:
4634 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4635 * gst/playback/gststreamselector.h:
4636 * gst/tcp/gstmultifdsink.h:
4637 * gst/tcp/gsttcpclientsink.h:
4638 * gst/tcp/gsttcpclientsrc.h:
4639 * gst/tcp/gsttcpserversink.h:
4640 * gst/tcp/gsttcpserversrc.h:
4641 * gst/videorate/gstvideorate.h:
4642 * gst/videoscale/gstvideoscale.h:
4643 * gst/videotestsrc/gstvideotestsrc.h:
4644 * gst/volume/gstvolume.h:
4645 * sys/v4l/gstv4ljpegsrc.h:
4646 * sys/v4l/gstv4lmjpegsink.h:
4647 * sys/v4l/gstv4lmjpegsrc.h:
4648 * sys/v4l/gstv4lsrc.h:
4649 * sys/ximage/ximagesink.h:
4650 * sys/xvimage/xvimagesink.h:
4651 * tests/old/testsuite/alsa/sinesrc.h:
4652 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4654 2006-05-31 Wim Taymans <wim@fluendo.com>
4656 * ext/libvisual/visual.c: (gst_visual_reset),
4657 (gst_visual_sink_setcaps), (gst_visual_sink_event),
4658 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4660 Use running time before doing QoS.
4663 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
4665 * docs/libs/Makefile.am:
4666 set a magic variable to indicate we know the docs are incomplete
4668 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
4670 * win32/common/libgstvideo.def:
4671 export gst_video_calculate_display_ratio
4672 * win32/vs6/libgstvideoscale.dsp:
4673 add link to libgstvideo-0.10.lib
4675 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
4677 * gst/playback/gstplaybasebin.c: (gen_source_element):
4678 Throw a more comprehensible error for rtsp:// URIs (rather
4679 than erroring out with a negotiation error later on) until
4680 we fix playbin to handle rtspsrc etc.
4682 2006-05-30 Wim Taymans <wim@fluendo.com>
4684 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4685 (gst_text_overlay_text_event):
4688 2006-05-30 Wim Taymans <wim@fluendo.com>
4690 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4691 (gst_adder_request_new_pad), (gst_adder_release_pad):
4692 * gst/adder/gstadder.h:
4693 Implement release_request_pad.
4694 Make padcounter atomic.
4696 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4697 Added check for release_pad in adder.
4699 2006-05-30 Wim Taymans <wim@fluendo.com>
4701 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4704 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
4706 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4707 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4708 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4709 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4710 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4711 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4712 (gst_ogg_demux_bisect_forward_serialno),
4713 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4714 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4716 clean up printf formats for granulepos and serialno
4718 2006-05-30 Michael Smith <msmith@fluendo.com>
4720 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4721 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4722 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4723 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4724 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4725 * ext/vorbis/vorbisenc.h:
4726 Multi-channel caps negotiation, so we can do proper multichannel
4727 vorbis encoding, negotiated through audioconvert.
4729 2006-05-30 Wim Taymans <wim@fluendo.com>
4731 * tests/check/elements/adder.c: (test_event_message_received),
4732 (test_play_twice_message_received), (GST_START_TEST),
4734 Added check to show that #339935 is fixed with ongoing
4735 adder and collectpads fixes.
4737 2006-05-29 Wim Taymans <wim@fluendo.com>
4739 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4740 Don't leak pad name.
4742 2006-05-29 Wim Taymans <wim@fluendo.com>
4744 * gst/adder/gstadder.c: (gst_adder_query_duration),
4745 (forward_event_func), (forward_event), (gst_adder_src_event):
4747 Make query/seeking code threadsafe.
4749 * tests/check/Makefile.am:
4750 * tests/check/elements/adder.c: (test_event_message_received),
4751 (GST_START_TEST), (test_play_twice_message_received):
4752 Fix adder test case.
4754 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
4756 Patch by: Young-Ho Cha <ganadist at chollian net>
4758 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4759 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4760 (set_encoding_element), (decodebin_element_added_cb),
4761 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4762 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4763 * gst/playback/gstplaybasebin.h:
4764 Add 'subtitle-encoding' property to playbin, so applications can
4765 force a subtitle encoding for non-UTF8 subtitles (#342268).
4767 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4768 (gst_sub_parse_set_property):
4769 Rename recently-added 'encoding' property to 'subtitle-encoding'
4770 (so it can be proxied by playbin/decodebin in a generic way
4771 with less danger of false positives).
4773 2006-05-29 Michael Smith <msmith@fluendo.com>
4775 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4776 (append_with_other_format), (set_structure_widths),
4777 (gst_audio_convert_transform_caps):
4778 Patch from #341562: give more specific audio caps in get_caps, so
4779 that basetransform can make better decisions on what caps to
4782 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4784 * tests/check/elements/volume.c:
4785 make it compile again
4787 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4789 * tests/check/elements/volume.c: (volume_suite):
4790 disable test until #343196 gets resolved
4792 2006-05-28 Stefan Kost <ensonic@users.sf.net>
4794 * gst/adder/gstadder.c: (gst_adder_get_type):
4795 Make it easier to copy&paste
4797 * gst/volume/Makefile.am:
4798 * gst/volume/gstvolume.c: (volume_update_real_volume),
4799 (gst_volume_set_volume), (gst_volume_set_mute),
4800 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4801 (volume_transform_ip), (volume_update_mute),
4802 (volume_update_volume):
4803 * gst/volume/gstvolume.h:
4804 Add own debug category, move duplicate code to helper function, fix
4805 property texts, add more comments and prepare ffor liboil-goodness
4807 * tests/check/Makefile.am:
4808 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4809 add test for mute and passtrough case, be a bit more verbose to track
4812 * tests/check/generic/states.c: (GST_START_TEST):
4813 catch elements that fail to instantiate
4815 2006-05-28 Edward Hervey <edward@fluendo.com>
4817 * tests/check/pipelines/simple-launch-lines.c:
4818 * tests/check/pipelines/theoraenc.c:
4819 * tests/check/pipelines/vorbisenc.c:
4820 Comment out tests using parse_launch() if core was built without
4821 parsing capabilities.
4823 2006-05-27 Edward Hervey <edward@fluendo.com>
4825 * tests/check/Makefile.am:
4826 Extra bonus points for whoever explains to ensonic that you are meant
4827 to test unit tests thoroughly before commiting them, especially if
4828 you know it's going to break.
4829 De-activated element/adder tests.
4831 2006-05-27 Edward Hervey <edward@fluendo.com>
4833 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4834 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4835 Marking caps conversion issues as GST_WARNING is way too verbose,
4836 Moving them to GST_LOG.
4838 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
4841 Replace current README (containing the release notes from
4842 some 0.9.x version) with a proper README taken from the core.
4844 2006-05-26 Wim Taymans <wim@fluendo.com>
4846 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4847 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4848 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4849 (vorbis_dec_change_state):
4852 Clip output samples to segment boundaries.
4854 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
4856 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4857 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4858 Improve the errors produced on bad output, including some human
4859 readable description strings.
4860 Handle the (theoretical for ximagesink) case where the XServer
4861 has a different idea about the size required for a particular
4862 frame and gives us too small a memory allocation.
4864 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
4866 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4867 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4868 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4869 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4870 Improve the errors produced on bad output, including some human
4871 readable description strings.
4872 Handle RGB Xv formats properly by transforming them into our
4873 big-endian caps description.
4874 Use gst_caps_truncate to ensure that we never try and choose a
4875 non-fixed caps in buffer_alloc.
4876 Handle the case where the XServer has a different idea about the size
4877 required for a particular frame and gives us too small a memory
4879 Use -1 to indicate 'no image format', because 0 is a valid XServer
4880 image format number.
4881 Put RGB Xv formats at the end of the caps, so that we always prefer
4883 Iterate the available Xv Encodings to determine the maximum width and
4884 height, and then return that in our caps.
4885 (Closes #315312, #337544)
4887 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
4889 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4890 When there is only one unfinished pad and it receives an event that
4891 doesn't match our requirements, we need to set alldone=FALSE so that
4892 the fakesink is not removed yet.
4894 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
4896 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4897 Use gst_type_find_helper_for_buffer() to find the type
4898 of stream from the first packet.
4901 Bump requirements to core CVS (needed for vorbis
4902 typefinding to work).
4904 2006-05-24 Edward Hervey <edward@fluendo.com>
4906 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4907 Added the 'prfl' atom type which MQV (no, it's not a typo) files
4908 contain. Else they play perfectly fine with qtdemux.
4910 2006-05-23 Stefan Kost <ensonic@users.sf.net>
4912 * ext/theora/theoradec.c:
4913 * ext/theora/theoraenc.c:
4914 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4915 * gst/audiorate/gstaudiorate.c:
4916 make more debug catagories static
4918 * tests/check/Makefile.am:
4919 * tests/check/elements/adder.c: (message_received),
4920 (test_event_message_received), (GST_START_TEST),
4921 (test_play_twice_message_received), (adder_suite):
4922 added test case for using element twice, extra bonus points for anyone
4923 who can make these test run reliably
4925 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
4927 * ext/theora/theoradec.c: (theora_dec_chain):
4928 Make work with time-stamped input buffers that do not
4929 have a granulepos in BUFFER_OFFSET_END (like theora
4930 buffers coming from matroskademux). Fixes #342448.
4932 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
4934 Patch by: Peter Kjellerstedt <pkj at axis com>
4936 * gst/tcp/Makefile.am:
4937 fdstresstest doesn't need Gtk+, fix compilation if
4938 gtk is not available (#342566).
4940 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4942 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4944 Removed redundant floor()
4946 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
4948 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4949 On second thought, just skip JUNK chunks automatically, so
4950 the caller doesn't have to handle this. Fixes #342345.
4951 Also, return GST_FLOW_UNEXPECTED if we get a short read,
4954 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
4956 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4957 Don't bail out on JUNK chunks with a size of 0 (would try to
4958 pull_range 0 bytes before, which sources don't like too much).
4961 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
4963 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4964 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4965 Use the gstutil scaling function to preserve 64 bits while calculating
4966 output width and height from the display-aspect-ratio. (A continuation
4969 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
4971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4972 (gst_xvimagesink_buffer_alloc):
4973 * sys/xvimage/xvimagesink.h:
4974 When performing buffer allocations, remember the caps and image format
4975 we return so that if the same caps are asked for next time we can
4976 return them immediately without doing any caps intersections.
4978 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4980 * gst-libs/gst/rtp/README:
4981 Some new documentation
4982 * gst-libs/gst/rtp/gstrtpbuffer.h:
4983 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
4984 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4985 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4986 New RTP audio base payloader class. Supports frame or sample based
4987 codecs. Not enabled in Makefile.am until approved.
4989 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
4991 * tests/check/elements/alsa.c: (test_device_property_probe):
4992 Fix test case: don't try to free NULL GValueArray when there
4995 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
4997 * tests/check/Makefile.am:
4998 * tests/check/elements/alsa.c: (test_device_property_probe),
4999 (alsa_suite), (main):
5000 Add simple test that runs a device property probe on alsasrc,
5001 alsasink and alsamixer. Disable valgrind check for now (too
5002 many leaks in libasound, and valgrind ignored my suppressions
5005 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5007 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5008 (gst_alsa_device_property_probe_probe_property),
5009 (gst_alsa_device_property_probe_needs_probe),
5010 (gst_alsa_device_property_probe_get_values),
5011 (gst_alsa_type_add_device_property_probe_interface):
5012 * ext/alsa/gstalsadeviceprobe.h:
5013 * ext/alsa/gstalsamixerelement.c:
5014 (gst_alsa_mixer_element_init_interfaces):
5015 * ext/alsa/gstalsamixerelement.h:
5016 Clean up and simplify alsa device probing. Make it actually work
5017 for multiple classes. Don't cache results any longer.
5019 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5020 (gst_alsasink_init):
5021 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5022 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5023 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5024 Make alsasink and alsasrc implement the GstPropertyProbe interface
5025 for device probing (#342181).
5026 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5028 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5030 * gst/subparse/samiparse.c: (handle_start_font):
5031 Don't ignore return value of strtol (++compiler_happiness).
5033 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5035 Patch by: Young-Ho Cha <ganadist chollian net>
5037 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5038 (gst_sub_parse_class_init), (gst_sub_parse_init),
5039 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5041 * gst/subparse/gstsubparse.h:
5042 Add 'encoding' property (#341681).
5044 * gst/subparse/samiparse.c: (characters_sami):
5045 Output is pango markup, so we need to escape text
5046 between tags (#342143).
5048 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5050 * gst-libs/gst/audio/multichannel.c:
5051 (gst_audio_check_channel_positions):
5052 It's okay to have caps with channels=1 and a channel position
5053 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5054 (deinterleavers might want to keep the position in the caps,
5055 so that they can be re-interleaved again properly later).
5056 Leave check for unexpected 2-channel layouts intact for now.
5058 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5060 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5061 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5062 basesrc can do its job correctly.
5064 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5066 * ext/alsa/Makefile.am:
5067 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5068 (gst_alsa_detect_formats), (get_channel_free_structure),
5069 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5070 (gst_alsa_probe_supported_formats):
5071 * ext/alsa/gstalsa.h:
5072 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5073 Refactor and improve caps probing code: probe signedness
5074 when we probe the supported formats/widths; set endianness
5075 to the one we actually probed for (ie. cpu endianness).
5077 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5078 (gst_alsasrc_close):
5079 * ext/alsa/gstalsasrc.h:
5080 Implement caps probing for alsasrc.
5082 2006-05-15 Wim Taymans <wim@fluendo.com>
5084 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5085 (theora_dec_src_query), (theora_dec_src_event),
5086 (theora_dec_sink_event), (theora_handle_comment_packet),
5087 (theora_handle_data_packet), (theora_dec_change_state):
5088 Cleanups, add some G_LIKELY.
5089 Use segment helpers instead of our own wrong code.
5090 Clear queued buffers on seek and READY.
5092 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5093 (vorbis_dec_convert), (vorbis_dec_src_query),
5094 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5095 (vorbis_handle_comment_packet), (vorbis_dec_push),
5096 (vorbis_handle_data_packet), (vorbis_dec_chain),
5097 (vorbis_dec_change_state):
5098 * ext/vorbis/vorbisdec.h:
5099 Remove old useless packetno variable.
5100 Do position query properly.
5102 Do cleanup of queued buffers in new helper function
5105 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5107 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5108 Query supported sample rates. Fixes #341732.
5110 2006-05-15 Julien MOUTTE <julien@moutte.net>
5112 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5113 (gst_decode_bin_change_state): Make decodebin reusable
5114 when going from PAUSE_TO_READY and then back to PAUSED.
5117 2006-05-15 Wim Taymans <wim@fluendo.com>
5119 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5120 (vorbis_dec_convert), (vorbis_dec_src_query),
5121 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5122 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5123 (vorbis_dec_clean_queued), (vorbis_dec_push),
5124 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5125 Cleanups. Use refcounting and DEBUG_OBJECT.
5126 Reset segment on flush, use code methods instead of our
5128 Fix potential memleak.
5130 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5132 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5133 (gst_alsasink_init):
5134 * ext/alsa/gstalsasink.h:
5135 Don't leak allocated snd_output_t structure if there's
5136 more than one alsasink instance at a time (#341873).
5137 Also fix GObject macros in header file.
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 Don't use libxml functions in the typefinding code.
5145 2006-05-15 Wim Taymans <wim@fluendo.com>
5147 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5148 Fix seeking performance in the case where a non-header
5149 packet has a 0 granulepos (busted theora case).
5151 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5152 the first place, you limelight stealer you)
5154 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5156 * gst/subparse/gstsubparse.c:
5157 (gst_sub_parse_data_format_autodetect):
5158 Improve SAMI typefinding: handle case where there are
5159 whitespaces or newlines in front of the first <SAMI>
5162 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5165 Build video4linux plugin even if there's no XVIDEO, just
5166 without implementing the GstXOverlay interface (#334002).
5168 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5171 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5173 Add tentative support for libvisual-0.4 (#336881).
5175 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5177 Patch by: Young-Ho Cha <ganadist at chollian net>
5179 * gst/subparse/samiparse.c: (handle_start_font):
5180 Need to map "silver" colour explicitly (#169936).
5182 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5184 Patch by: Young-Ho Cha <ganadist at chollian net>
5186 * gst/subparse/Makefile.am:
5187 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5188 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5189 (gst_sub_parse_format_autodetect), (feed_textbuf),
5190 (gst_subparse_type_find), (plugin_init):
5191 * gst/subparse/gstsubparse.h:
5192 * gst/subparse/samiparse.c:
5193 * gst/subparse/samiparse.h:
5194 Add support for SAMI subtitles (#169936).
5196 2006-05-14 Michael Smith <msmith@fluendo.com>
5198 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5199 Fix #341696: crash when mixing L+R+C to mono or stereo.
5200 * tests/check/Makefile.am:
5201 * tests/check/elements/audioconvert.c: (set_channel_positions),
5202 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5203 (audioconvert_suite):
5204 Add test for the above, including some generic framework bits for
5205 testing multichannel things.
5207 === release 0.10.7 ===
5209 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5212 releasing 0.10.7, "Leave the gun"
5214 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5216 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5217 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5220 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5222 * docs/libs/gst-plugins-base-libs-docs.sgml:
5223 * docs/libs/gst-plugins-base-libs-sections.txt:
5224 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5225 * gst-libs/gst/video/video.h:
5226 * gst/videoscale/Makefile.am:
5227 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5228 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5229 * tests/check/Makefile.am:
5230 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5232 Fix integer overflow problem with pixel-aspect-ratio calculations
5233 in videoscale and xvimagesink (#341542)
5235 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5237 * gst-libs/gst/tag/gstid3tag.c:
5238 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5240 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5243 update win32 files listing
5245 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5247 patch by: Sjoerd Simons (sjoerd@luon.net)
5249 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5250 (group_create), (group_destroy), (add_stream),
5251 (gst_play_base_bin_get_property),
5252 (gst_play_base_bin_get_streaminfo_value_array):
5253 * gst/playback/gstplaybasebin.h:
5254 API: GstPlayBaseBin::stream-info-value-array property
5255 use a more bindings-friendly way of exposing streaminfo
5256 using a GValueArray. Tested in ipython.
5259 2006-05-11 Wim Taymans <wim@fluendo.com>
5261 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5262 (queue_underrun_cb), (queue_filled_cb):
5263 Also catch queue underruns but don't do anything yet.
5264 Refactor and comment queue enlarging code a bit.
5266 * gst/playback/gstplaybasebin.c: (queue_overrun),
5267 (queue_threshold_reached), (queue_out_of_data),
5268 (gen_preroll_element):
5269 If a queue over/underruns check that we don't create nasty
5270 deadlocks when the min-threshold is not reached but the
5271 max-bytes is. In those cases disable max-bytes when we
5272 know that the queue is fed timed data.
5275 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5277 * gst/playback/gstplaybin.c: (gen_audio_element):
5278 Make playbin automatically plug an 'audioresample'
5279 element before the audio sink as well. This solves
5280 problems with sinks that only accept a very specific
5281 sample rate, like esdsink (e.g. #340379).
5283 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5285 * gst/playback/gstplaybasebin.c: (gen_source_element):
5286 Make http sources send special headers so that we receive
5287 icecast metadata if the http stream is an icecast stream
5288 (otherwise the server will just ignore them). This also
5289 means that from now on users will need the 'icydemux'
5290 element from gst-plugins-good installed if they want to
5291 listen to icecast radio streams. (#341432, #333657).
5293 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5295 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5296 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5297 remove stupid example from docs - it should come with a simple
5300 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5301 (fail_if_can_read), (GST_START_TEST),
5302 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5303 add a test for changing streamheader which exposes a bug in
5306 2006-05-11 Michael Smith <msmith@fluendo.com>
5308 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5309 (gst_gnome_vfs_src_received_headers_callback):
5310 * ext/gnomevfs/gstgnomevfssrc.h:
5311 Don't set icy-caps unless we have a sane interval value. Move
5312 interval to a local variable; we never use it outside this function.
5314 2006-05-11 Wim Taymans <wim@fluendo.com>
5316 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5318 Register special buffer types along with the objects so
5319 that they are not registered at runtime from N different
5320 streaming threads since they are not threadsafe.
5322 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5324 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5325 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5326 add two more tests, one doing streamheader
5328 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5330 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5331 clean up the bufqueue when shutting down
5332 * tests/check/Makefile.am:
5333 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5334 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5336 add a test for the leak that was just fixed
5338 2006-05-10 Wim Taymans <wim@fluendo.com>
5340 * gst/adder/gstadder.c: (gst_adder_setcaps),
5341 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5342 (gst_adder_src_event), (gst_adder_sink_event),
5343 (gst_adder_class_init), (gst_adder_finalize),
5344 (gst_adder_request_new_pad), (gst_adder_collected):
5345 * gst/adder/gstadder.h:
5346 Updated some docs. Added comments and FIXMEs all over the place.
5347 Improve debugging info.
5348 Fix leak on finalize by not calling the parent.
5349 Implement duration query.
5350 Make event forwarding threadsafe.
5351 Correctly send NEWSEGMENT at start and after flush.
5352 Handle EOS correctly.
5353 Post error when not negotiated.
5355 * tests/check/elements/adder.c: (GST_START_TEST):
5356 Added FIXME in the test.
5358 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5360 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5361 (gst_text_overlay_halign_get_type),
5362 (gst_text_overlay_wrap_mode_get_type):
5363 * ext/theora/theoradec.c: (theora_handle_type_packet),
5364 (theora_handle_data_packet):
5365 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5366 (theora_enc_sink_setcaps), (theora_enc_chain):
5367 * gst-libs/gst/cdda/gstcddabasesrc.c:
5368 (gst_cdda_base_src_mode_get_type):
5369 * gst/audiotestsrc/gstaudiotestsrc.c:
5370 (gst_audiostestsrc_wave_get_type):
5371 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5372 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5373 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5374 (gst_sync_method_get_type), (gst_unit_type_get_type),
5375 (gst_client_status_get_type):
5376 * gst/videoscale/gstvideoscale.c:
5377 (gst_video_scale_method_get_type):
5378 * gst/videotestsrc/gstvideotestsrc.c:
5379 (gst_video_test_src_pattern_get_type):
5380 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5381 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5382 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5383 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5384 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5385 (paint_setup_RGB565), (paint_setup_xRGB1555):
5386 Const-ify GEnumValue and GFlagsValue arrays. Use
5387 GST_ROUND_UP_* macros instead of home-made ones.
5389 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5392 Require core CVS for the new newsegment stuff.
5394 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5396 Patch by: Sjoerd Simons <sjoerd at luon net>
5398 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5399 Register nick for enum value (#341160).
5401 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5403 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5405 backout typefind patch #340375
5407 * tests/check/elements/adder.c: (message_received),
5408 (GST_START_TEST), (adder_suite):
5409 redo, signal-handling of test
5411 2006-05-09 Wim Taymans <wim@fluendo.com>
5413 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5414 (gst_adder_collected):
5415 * gst/adder/gstadder.h:
5416 Remove bogus segment merging and forwarding, we don't
5417 care about timestamps anyway and we just produce a
5419 Also create a nice NEWSEGMENT event when we start.
5420 Use _scale_int some more.
5422 2006-05-09 Edward Hervey <edward@fluendo.com>
5424 * tests/icles/stress-xoverlay.c:
5425 Fix if core was built without parsing support.
5427 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5429 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5430 Add SEDG (Samsung MPEG-4) fourcc.
5432 2006-05-09 Edward Hervey <edward@fluendo.com>
5434 * tests/icles/stress-xoverlay.c:
5435 * tests/examples/volume/volume.c:
5436 Fix if core was built without parsing support.
5438 * tests/examples/seek/seek.c:
5439 Disable the parse_launch example if core was built without parsing
5442 2006-05-08 Edward Hervey <edward@fluendo.com>
5444 * autogen.sh: (CONFIGURE_DEF_OPT):
5445 libtoolize on Darwin/MacOSX is called glibtoolize
5447 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5449 * tests/check/Makefile.am:
5450 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5451 Disable the adder test, until the build-slaves posses the kindness to
5452 either like it or to give valid reason for not doing so
5454 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5456 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5458 Shuffle NULL state change around and raise timeout more
5460 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5462 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5463 (mp4_type_find), (plugin_init):
5464 Add typefind to distinguish between "audio/x-m4a" and new type
5465 "video/mp4". Fixes #340375
5467 * tests/check/elements/adder.c: (adder_suite):
5468 Raise timeout to make buildbot happy
5470 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5472 * gst/adder/gstadder.c: (gst_adder_sink_event),
5473 (gst_adder_request_new_pad), (gst_adder_change_state):
5474 * gst/adder/gstadder.h:
5475 * tests/check/Makefile.am:
5476 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5477 (adder_suite), (main):
5478 Add sink-event handling to adder. It tries to merge incomming
5479 newsegment-events. Added test to check if segment_done is comming
5480 through. Fixes #340060
5482 2006-05-05 Andy Wingo <wingo@pobox.com>
5484 * ext/theora/theoraparse.c (gst_theora_parse_init)
5485 (theora_parse_src_convert, theora_parse_src_query):
5486 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5487 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5488 query functions on the source pads of the theora and vorbis parse
5489 elements. Fixes position querying when doing a remux.
5491 2006-05-05 Michael Smith <msmith@fluendo.com>
5493 * ext/theora/theoraparse.c: (parse_granulepos),
5494 (theora_parse_drain_queue_prematurely),
5495 (theora_parse_queue_buffer), (theora_parse_sink_event):
5497 Fix invalid granulepos outputs when starting with a non-keyframe.
5499 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5501 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5502 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5503 Rearrange MPEG system stream detection, fixing some memleaks in the
5505 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5506 they clean up their data correctly.
5507 Remove unused ogganx caps and move the 'is_annodex' check to inside
5508 the 'is_ogg' if statement.
5510 2006-05-05 Wim Taymans <wim@fluendo.com>
5512 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5513 Properly remove ghostpads. Fixes #340392
5515 2006-05-04 David Schleef <ds@schleef.org>
5517 * gst/typefind/gsttypefindfunctions.c:
5519 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5521 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5522 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5524 When typefinding an MP3 in push-based mode, don't penalise the
5525 probability down to 74% when we found 5 valid frames just because we
5526 can't peek the end of the file.
5528 Make the probability for detecting MPEG Transport Streams based on the
5529 number of sequential headers we successfully detected.
5531 2006-05-03 Wim Taymans <wim@fluendo.com>
5533 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5534 (vorbis_dec_push), (vorbis_dec_chain):
5535 Still produce an error when we receive an empty packet.
5537 2006-05-03 Wim Taymans <wim@fluendo.com>
5539 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5540 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5541 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5542 Mark buffers with DISCONT after seek and after activating new
5545 * ext/theora/gsttheoradec.h:
5546 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5547 (theora_get_query_types), (theora_dec_sink_event),
5548 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5549 (theora_dec_change_state):
5551 Detect and mark DISCONT buffers.
5553 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5554 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5555 (vorbis_dec_change_state):
5556 * ext/vorbis/vorbisdec.h:
5558 Detect and mark DISCONT buffers.
5559 Don't crash on 0 sized buffers.
5561 2006-05-03 Wim Taymans <wim@fluendo.com>
5563 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5564 (volume_transform_ip):
5565 Increase "volume" property to 10.0. Fixes #340369.
5566 Set the process function to NULL when capsnego fails so that
5567 we properly error out.
5569 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5571 * gst/playback/gstplaybin.c: (add_sink):
5572 * gst/playback/test.c: (main):
5573 * gst/playback/test5.c: (dump_element_stats):
5574 * gst/playback/test6.c: (main):
5575 free caps using gst_caps_unref, don't leak caps-strings
5577 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5579 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5581 Refine musepack typefinding a bit. Return MAXIMUM
5582 probability when we detect stream version 7 to make
5583 sure the mpeg audio typefinder doesn't trump us.
5585 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5587 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5588 Protect against unexpected NULL strf_data buffer.
5590 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5592 * tests/check/elements/audioconvert.c: (verify_convert),
5594 interpret the out[] buffer in the order the bytes are actually
5595 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5596 Other tests should use BYTE_ORDER since the array is filled in
5599 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5601 * tests/check/elements/audioconvert.c: (verify_convert),
5603 when a test fails, give an indication of which it is
5605 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5607 * gst-libs/gst/cdda/gstcddabasesrc.c:
5608 compile fix; strtol() needs <stdlib.h>
5610 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5612 * ext/alsa/gstalsamixerelement.c:
5613 * ext/alsa/gstalsasrc.c:
5614 * ext/cdparanoia/gstcdparanoiasrc.c:
5615 * ext/gnomevfs/gstgnomevfssink.c:
5616 * ext/gnomevfs/gstgnomevfssrc.c:
5617 * ext/ogg/gstoggdemux.c:
5618 * ext/ogg/gstoggmux.c:
5619 * ext/ogg/gstoggparse.c:
5620 * ext/ogg/gstogmparse.c:
5621 * ext/pango/gstclockoverlay.c:
5622 * ext/pango/gsttextoverlay.c:
5623 * ext/pango/gsttextrender.c:
5624 * ext/pango/gsttimeoverlay.c:
5625 * ext/theora/theoradec.c:
5626 * ext/theora/theoraenc.c:
5627 * ext/vorbis/vorbisdec.c:
5628 * ext/vorbis/vorbisenc.c:
5629 * gst-libs/gst/audio/gstaudiofilter.c:
5630 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5631 * gst/audioconvert/gstaudioconvert.c:
5632 * gst/audiorate/gstaudiorate.c:
5633 * gst/audioresample/gstaudioresample.c:
5634 * gst/audiotestsrc/gstaudiotestsrc.c:
5635 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5636 * gst/playback/gstdecodebin.c:
5637 * gst/playback/gstplaybin.c:
5638 * gst/playback/gststreamselector.c:
5639 * gst/subparse/gstsubparse.c:
5640 * gst/tcp/gstmultifdsink.c:
5641 * gst/tcp/gsttcpclientsink.c:
5642 * gst/tcp/gsttcpclientsrc.c:
5643 * gst/tcp/gsttcpserversink.c:
5644 * gst/tcp/gsttcpserversrc.c:
5645 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5646 * gst/videorate/gstvideorate.c:
5647 * gst/videoscale/gstvideoscale.c:
5648 * gst/videotestsrc/gstvideotestsrc.c:
5649 * gst/volume/gstvolume.c:
5650 * sys/v4l/gstv4ljpegsrc.c:
5651 * sys/v4l/gstv4lmjpegsink.c:
5652 * sys/v4l/gstv4lmjpegsrc.c:
5653 * sys/v4l/gstv4lsrc.c:
5654 * sys/ximage/ximagesink.c:
5655 * sys/xvimage/xvimagesink.c:
5656 * tests/check/libs/cddabasesrc.c:
5657 make GstElementDetails const
5659 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5661 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5663 send events from src-pad to all sink-pads fixes #338657
5665 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5667 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5668 (alsasink_parse_spec):
5669 query width capabilities from alsa, fixes #338919
5671 2006-04-28 Wim Taymans <wim@fluendo.com>
5673 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5674 (gst_multi_fd_sink_remove_client_link):
5675 * gst/tcp/gstmultifdsink.h:
5676 Fix race condition in multifdsink that can lead to spurious
5677 duplicate clients. this patch adds a new signal that is fired when
5678 multifdsink has removed all references to the fd.
5680 Updated documentation.
5681 API: client-fd-removed signal added
5683 2006-04-28 Michael Smith <msmith@fluendo.com>
5685 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5686 When asking g_value_array_new to prealloc elements, we may as well
5687 ask for the right number of elements.
5689 2006-04-28 Wim Taymans <wim@fluendo.com>
5691 * gst-libs/gst/audio/gstbaseaudiosink.c:
5692 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5693 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5694 patch to make timestamp checking more tollerant to rounding
5695 errors given that real discontinuities are to be marked on
5696 buffers. Fixes some asf files and #338778.
5697 Also avoid some crashers when we receive an event in the
5700 2006-04-28 Michael Smith <msmith@fluendo.com>
5702 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5703 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5704 (gst_gnome_vfs_src_get_property),
5705 (gst_gnome_vfs_src_send_additional_headers_callback),
5706 (gst_gnome_vfs_src_received_headers_callback),
5707 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5708 (gst_gnome_vfs_src_stop):
5709 * ext/gnomevfs/gstgnomevfssrc.h:
5710 Remove ICY handling (mostly) from gnomevfssrc, in favour of
5711 proper shared support within icydemux.
5713 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5715 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5716 (gst_video_rate_swap_prev), (gst_video_rate_chain):
5718 fix a leak when no caps negotiated
5719 fix counting of input frames
5720 * tests/check/elements/.cvsignore:
5721 * tests/check/elements/videorate.c: (assert_videorate_stats),
5722 (GST_START_TEST), (videorate_suite):
5725 2006-04-28 Wim Taymans <wim@fluendo.com>
5727 * gst-libs/gst/audio/gstringbuffer.c:
5728 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5729 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5730 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5731 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5732 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5733 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5734 (gst_ring_buffer_commit), (gst_ring_buffer_read),
5735 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5736 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5737 Check arguments passed to public functions instead of
5740 2006-04-28 Wim Taymans <wim@fluendo.com>
5742 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5743 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5744 GstBaseAudioSrc must be live or it does not work.
5746 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5747 Don't set live to TRUE as this is the default in the parentclass.
5749 2006-04-28 Wim Taymans <wim@fluendo.com>
5751 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5752 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5753 Videoscale doesn't pass on pixel-aspect ratio. Handle all
5754 fixation cases better. Fixes #338991
5756 2006-04-28 Wim Taymans <wim@fluendo.com>
5758 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5759 Handle 0/1 framerate correctly Fixes #331901.
5761 2006-04-28 Wim Taymans <wim@fluendo.com>
5763 * tests/check/elements/audioconvert.c: (get_float_caps),
5764 (GST_START_TEST), (audioconvert_suite):
5765 Added check for correct clipping when doing float samples
5768 2006-04-28 Wim Taymans <wim@fluendo.com>
5770 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5771 (gst_video_rate_chain):
5772 Print more debugging info.
5774 2006-04-28 Wim Taymans <wim@fluendo.com>
5776 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5777 (resample_set_state_from_caps):
5778 Add support for other formats audioresample can handle such as
5779 32 bits in and float and 64 bits float. Fixes #301759
5781 2006-04-28 Wim Taymans <wim@fluendo.com>
5783 * gst/audioconvert/audioconvert.c: (float):
5784 correctly clip float samples > 1.0. Fixes #338718
5786 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
5788 Patch by: Young-Ho Cha <ganadist at chollian net>
5790 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5791 (gst_text_overlay_render_text):
5792 Don't strip newlines from the text. Also, center lines
5793 within multi-line paragraphs (#339405).
5795 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
5797 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5798 Fix wavpack typefinding to work in more cases (don't peek
5799 for chunks of multiple hundred kBs at once, but process
5800 things step-by-step in smaller units). Fixes #339786.
5802 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5807 === release 0.10.6 ===
5809 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
5812 releasing 0.10.6, "Chao"
5814 2006-04-26 David Schleef <ds@schleef.org>
5816 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5819 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5822 * win32/common/config.h:
5825 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5827 patch by: Wim Taymans
5829 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5830 (gst_ogg_demux_perform_seek):
5831 make sure correct newsegments are sent, so that the decoder
5832 and the demuxer agree on timestamps. Fixes playback of a lot
5833 of Ogg files that do not start from 0. Fixes #339833.
5835 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
5837 Patch by: Edward Hervey <edward@fluendo.com>
5839 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5840 * tests/check/Makefile.am:
5841 * tests/check/elements/videorate.c: (assert_videorate_stats),
5842 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5843 (videorate_suite), (main):
5844 Fix an infinite loop if frames are passed in with wrongly ordered
5845 timestamps. Fixes #339013.
5847 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5849 Patch by: Tim-Philipp Müller <tim at centricular dot net>
5851 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5852 fix typefinding on some ISO files. Fixes #339212.
5854 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5856 Patch by: Tim-Philipp Müller <tim at centricular dot net>
5858 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5859 add another H264 fourcc. Fixes #339047.
5861 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
5863 Patch by: Jan Schmidt
5865 * gst/playback/gststreamselector.c:
5866 (gst_stream_selector_bufferalloc):
5867 Restore old StreamSelector behaviour.
5870 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
5873 * win32/common/config.h:
5876 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
5878 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5880 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5881 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5882 Fix some memory leaks: on finalize, free buffers left in the queue
5883 before destroying the queue; in _push(), unref rtp_buf even if
5884 the process vfunc returned a NULL buffer as output buffer (#337548);
5885 demote some recuring debug messages to LOG level.
5887 2006-04-11 Wim Taymans <wim@fluendo.com>
5889 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5890 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5891 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5892 (gst_ogg_demux_loop):
5894 Respect segment stop when emiting EOS or SEGMENT_DONE.
5897 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
5899 * gst/playback/gststreamselector.c:
5900 (gst_stream_selector_get_property):
5901 Don't leak pad name.
5903 2006-04-10 Michael Smith <msmith@fluendo.com>
5905 * tests/check/Makefile.am:
5906 * tests/check/gst-plugins-base.supp:
5907 Suppress an old libtheora bug (fixed in more recent versions), so
5908 that FC4 buildslaves can pass.
5910 2006-04-10 Wim Taymans <wim@fluendo.com>
5912 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5913 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5914 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5915 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5916 (gst_ogg_demux_loop):
5918 Remember what error we got when finding chains, if we
5919 were shutdown, that would not be an error.
5921 2006-04-10 Wim Taymans <wim@fluendo.com>
5923 * gst-libs/gst/audio/gstbaseaudiosink.c:
5924 (gst_base_audio_sink_event):
5925 Starting the ringbuffer when we did not acquire it can cause
5926 a deadlock, is pointless and causes nasty things for
5928 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5930 2006-04-10 Wim Taymans <wim@fluendo.com>
5932 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5933 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5934 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5935 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5936 (gst_ogg_demux_deactivate_current_chain),
5937 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5938 (gst_ogg_demux_bisect_forward_serialno),
5939 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5940 Add some more debugging.
5942 2006-04-10 Wim Taymans <wim@fluendo.com>
5944 * ext/theora/theoradec.c: (theora_dec_src_event),
5945 (theora_handle_data_packet):
5946 Some more debug info.
5948 * tests/examples/seek/seek.c: (start_seek), (main):
5949 Print element messages too.
5951 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
5953 * gst/audioresample/debug.h:
5954 replace debug macros with variable number of parameters
5955 by a simple alias to gstreamer standard debug macros
5956 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5957 supported by MSVC 6.0 and 7.1)
5958 * gst/audioresample/resample.h:
5959 define M_PI and rint for WIN32
5960 * win32/common/libgstaudio.def:
5961 * win32/common/libgstriff.def:
5962 * win32/common/libgsttag.def:
5963 * win32/common/libgstvideo.def:
5964 add new exported functions
5966 update project files
5968 2006-04-08 Stefan Kost <ensonic@users.sf.net>
5970 * ext/alsa/gstalsamixeroptions.c:
5971 (gst_alsa_mixer_options_class_init):
5972 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5973 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5974 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5975 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5976 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5977 * gst-libs/gst/audio/gstaudiofilter.c:
5978 (gst_audio_filter_class_init):
5979 * gst-libs/gst/audio/gstaudiosink.c:
5980 (gst_audioringbuffer_class_init):
5981 * gst-libs/gst/audio/gstaudiosrc.c:
5982 (gst_audioringbuffer_class_init):
5983 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5984 * gst-libs/gst/interfaces/colorbalancechannel.c:
5985 (gst_color_balance_channel_class_init):
5986 * gst-libs/gst/interfaces/mixeroptions.c:
5987 (gst_mixer_options_class_init):
5988 * gst-libs/gst/interfaces/mixertrack.c:
5989 (gst_mixer_track_class_init):
5990 * gst-libs/gst/interfaces/tunerchannel.c:
5991 (gst_tuner_channel_class_init):
5992 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5993 * gst-libs/gst/netbuffer/gstnetbuffer.c:
5994 (gst_netbuffer_class_init):
5995 * gst-libs/gst/rtp/gstbasertppayload.c:
5996 (gst_basertppayload_class_init):
5997 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5998 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5999 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6000 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6001 * gst/playback/gststreamselector.c:
6002 (gst_stream_selector_class_init):
6003 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6004 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6005 * sys/v4l/gstv4lcolorbalance.c:
6006 (gst_v4l_color_balance_channel_class_init):
6007 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6008 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6009 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6010 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6011 (gst_v4l_tuner_norm_class_init):
6012 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6014 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6015 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6017 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6019 * ext/pango/gsttextrender.h:
6020 * gst-libs/gst/audio/gstaudiosink.h:
6021 * gst-libs/gst/audio/gstaudiosrc.h:
6022 * gst-libs/gst/audio/gstbaseaudiosink.h:
6023 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6024 * gst-libs/gst/audio/gstringbuffer.h:
6025 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6026 * gst-libs/gst/rtp/gstbasertppayload.h:
6027 * gst-libs/gst/video/gstvideofilter.h:
6028 * gst-libs/gst/video/gstvideosink.h:
6029 * gst/playback/gstplaybasebin.h:
6030 * gst/tcp/gstmultifdsink.h:
6031 * sys/v4l/gstv4lelement.h:
6032 Fix broken GObject macros
6034 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6036 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6037 More debug to trace why my USB headset is not working with gst
6039 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6041 * gst/playback/gstplaybasebin.c: (group_destroy):
6042 Clean up our group elements properly in the case where it never
6043 got committed - it still got added unconditionally to the bin.
6045 2006-04-07 Wim Taymans <wim@fluendo.com>
6047 * ext/theora/theoradec.c: (theora_dec_sink_event),
6048 (theora_handle_data_packet), (theora_dec_chain):
6049 Unref unhandled events.
6050 Protect against empty buffers.
6051 Perform QoS on running time.
6053 2006-04-07 Michael Smith <msmith@fluendo.com>
6055 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6056 (gst_vorbis_enc_chain):
6057 Remove leaks from vorbisenc.
6058 Mostly minor changes, the only significant one is that now the
6059 buffers we set as 'streamheader' on the caps are copies of the
6060 original buffers, to avoid circular refcounting problems.
6062 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6064 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6065 Don't remove our mute-probe if someone else already did so.
6066 Don't set a 2nd one if there is already one pending on the pad.
6068 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6070 When a seek fails, ensure that playbin is still set back to playing.
6072 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6073 (mpeg_ts_type_find), (plugin_init):
6074 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6076 2006-04-06 Andy Wingo <wingo@pobox.com>
6078 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6079 (gst_video_rate_init): Caps-related parameters should not be reset
6080 by a flush -- move their inits to the instance init function.
6081 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6082 is not OK, just return the result.
6084 * gst/audiotestsrc/gstaudiotestsrc.c
6085 (gst_audio_test_src_class_init)
6086 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6087 broken by Stefan's commit on 24 March.
6089 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6090 buffers being pushed out. Fixes oggmux ! multifdsink.
6092 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6094 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6095 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6096 * ext/vorbis/vorbisdec.h:
6097 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6098 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6099 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6100 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6101 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6102 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6103 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6104 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6105 (gst_vorbis_enc_buffer_from_packet),
6106 (gst_vorbis_enc_buffer_from_header_packet),
6107 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6108 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6109 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6110 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6111 (gst_vorbis_enc_change_state):
6112 * ext/vorbis/vorbisenc.h:
6113 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6114 vorbisenc adhere to the official nomenclature; use boilerplate
6117 2006-04-04 Andy Wingo <wingo@pobox.com>
6119 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6120 Whoops, fix bug introduced. Bad hacker!
6122 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6123 Properly handle the case where you get EOS before any buffers are
6124 received. Use gst_buffer_make_metadata_writable where appropriate.
6126 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6127 is often negative -- make it signed so as not to wrap around.
6128 Fixes segfaults introduced on 9 March.
6130 2006-04-03 Wim Taymans <wim@fluendo.com>
6132 * ext/theora/gsttheoradec.h:
6133 * ext/theora/theoradec.c: (theora_dec_src_event):
6134 Don't try to store a gdouble in a gboolean.
6137 2006-04-03 Michael Smith <msmith@fluendo.com>
6139 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6141 Make it suck slightly less by writing out the final page.
6142 Still can't encode a vorbis-in-ogg file correctly, though.
6144 2006-04-03 Andy Wingo <wingo@pobox.com>
6146 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6149 * ext/theora/theora.c (plugin_init): Register theoraparse.
6151 * ext/theora/gsttheoraparse.h:
6152 * ext/theora/theoraparse.c: New files implementing a theora
6153 parser. Now we can properly remux ogg/theora+vorbis, yay.
6155 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6157 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6159 * gst/audiotestsrc/gstaudiotestsrc.c:
6160 Fixed the sample pipeline (see #323798)
6162 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6165 * win32/common/config.h:
6166 * win32/common/config.h.in:
6167 use AS_VERSION and AS_NANO
6170 2006-03-31 Andy Wingo <wingo@pobox.com>
6172 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6173 uninitialized variable return that would happen.
6175 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6176 uninitialized variable return that would never happen.
6178 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6179 (vorbis_parse_sink_event): Add an event function to flush our
6180 state on a seek, and to drain buffers on a premature EOS.
6181 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6182 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6183 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6184 (vorbis_parse_drain_queue): Queue up buffers until we can set
6185 their timestamps and granulepos values.
6187 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6188 and keep track of data needed for deriving granulepos and
6189 timestamps for buffers.
6191 2006-03-29 Wim Taymans <wim@fluendo.com>
6193 Patch by: j^ <j at bootlab dot org>
6195 * ext/alsa/gstalsamixerelement.c:
6196 (gst_alsa_mixer_element_class_init):
6197 * ext/alsa/gstalsasink.c:
6198 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6199 * ext/ogg/gstoggdemux.c:
6200 * ext/ogg/gstoggmux.c:
6201 * ext/ogg/gstoggparse.c:
6202 * ext/pango/gstclockoverlay.c:
6203 * ext/pango/gsttextoverlay.c:
6204 * ext/pango/gsttextrender.c:
6205 * ext/pango/gsttimeoverlay.c:
6206 * ext/theora/theoradec.c:
6207 * ext/theora/theoraenc.c:
6208 * ext/vorbis/vorbisdec.c:
6209 * ext/vorbis/vorbisenc.c:
6210 * gst/audioconvert/gstaudioconvert.c:
6211 * gst/subparse/gstsubparse.c:
6212 * gst/tcp/gstmultifdsink.c:
6213 * gst/tcp/gsttcpclientsink.c:
6214 * gst/tcp/gsttcpclientsrc.c:
6215 * gst/tcp/gsttcpserversink.c:
6216 * gst/tcp/gsttcpserversrc.c:
6217 better/unified long descriptions
6220 2006-03-29 Wim Taymans <wim@fluendo.com>
6222 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6224 Don't let double and triple clicks mess up our state.
6226 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6228 * gst/playback/gstplaybin.c: (gen_video_element),
6229 (gen_text_element), (gen_audio_element), (gen_vis_element):
6230 Error out gracefully when we can't create any of the usual
6231 conversion elements for some reason. Also, don't try to
6232 create an audioscale (sic) element that's not used anyway.
6234 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6236 * gst/playback/gstplaybasebin.c: (setup_source):
6237 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6238 element for a particular protocol, that's confusing for users.
6239 Instead, post a RESOURCE_FAILED error, so that our own error
6240 message is actually shown in totem etc. (#336303).
6242 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6244 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6246 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6247 (gst_gnome_vfs_src_get_icy_metadata):
6248 Fix some minor memory leaks (#336194).
6250 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6252 * ext/gnomevfs/gstgnomevfs.c:
6253 (gst_gnome_vfs_location_to_uri_string):
6254 * ext/gnomevfs/gstgnomevfs.h:
6255 * ext/gnomevfs/gstgnomevfssink.c:
6256 (gst_gnome_vfs_sink_set_property):
6257 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6258 Make gnomevfssink accept filenames as well as URIs for the
6259 "location" property, just like gnomevfssrc does (and
6260 filesrc/filesink do) (#336190).
6262 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6264 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6265 set to NULL before unreffing, fixes a valgrind leak.
6266 Why was this not triggering the error that an object needs to
6267 be NULL before unreffing ?
6268 * win32/common/config.h:
6271 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6273 * gst/subparse/gstsubparse.c: (convert_encoding),
6274 (gst_sub_parse_change_state):
6275 * gst/subparse/gstsubparse.h:
6276 Text subtitle files may or may not be UTF-8. If it's not, we
6277 don't really want to see '?' characters in place of non-ASCII
6278 characters like accented characters. So let's assume the input
6279 is UTF-8 until we come across text that is clearly not. If it's
6280 not UTF-8, we don't really know what it is, so try the following:
6281 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6282 is set; if not, check (b) if the current locale encoding is
6283 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6284 the current locale encoding is UTF-8 and the environment variable
6285 was not set to any particular encoding. Not perfect, but better
6286 than nothing (and better than before, I think) (fixes #172848).
6288 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6291 update core requirement to 0.10.4.1 because of async_playback
6292 vmethod on GstBaseSink
6294 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6296 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6297 * gst/adder/gstadder.c: (gst_adder_init):
6298 use DEBUG_FUNCPTR for collectpads
6300 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6302 * docs/plugins/Makefile.am:
6303 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6304 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6305 * ext/cdparanoia/gstcdparanoiasrc.c:
6306 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6307 (gst_gnome_vfs_sink_class_init):
6308 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6309 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6310 * ext/ogg/gstoggmux.c:
6311 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6312 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6313 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6314 * ext/pango/gsttextoverlay.c:
6315 * ext/pango/gsttextrender.c:
6316 * ext/theora/theoradec.c:
6317 * ext/theora/theoraenc.c:
6318 * ext/vorbis/vorbisdec.c:
6319 * ext/vorbis/vorbisenc.c:
6320 * gst-libs/gst/audio/gstaudiofilter.c:
6321 (gst_audio_filter_base_init):
6322 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6323 (gst_audio_filter_template_base_init):
6324 * gst/adder/gstadder.c: (gst_adder_get_type):
6325 * gst/adder/gstadder.h:
6326 * gst/audioconvert/gstaudioconvert.c:
6327 * gst/audiotestsrc/gstaudiotestsrc.c:
6328 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6329 (gst_audio_test_src_create):
6330 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6331 * gst/playback/gstdecodebin.c:
6332 * gst/playback/gstplaybin.c:
6333 * gst/playback/gststreamselector.c:
6334 (gst_stream_selector_base_init):
6335 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6336 * gst/volume/gstvolume.c:
6337 * sys/v4l/gstv4lmjpegsink.c:
6338 * sys/v4l/gstv4lmjpegsrc.c:
6339 * tests/check/libs/cddabasesrc.c:
6340 * tests/old/examples/gob/gst-identity2.gob:
6341 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6342 define GstElementDetails at the top
6344 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6346 * win32/common/libgstinterfaces.def:
6347 Add a lot of export functions for gst-python
6348 * win32/vs6/libgstinterfaces.dsp:
6349 Add a missing include folder in the project configuration
6351 2006-03-23 Wim Taymans <wim@fluendo.com>
6353 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6354 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6355 (gst_base_audio_src_change_state):
6356 Fix audio sources, forgot to make the ringbuffer
6359 2006-03-23 Wim Taymans <wim@fluendo.com>
6361 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6362 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6363 (gst_base_audio_src_change_state):
6364 unparent instead of unref the ringbuffer.
6366 2006-03-23 Wim Taymans <wim@fluendo.com>
6368 * gst-libs/gst/audio/gstbaseaudiosink.c:
6369 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6370 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6371 Implement new async_play vmethod to start slaving and allow
6372 playback start in case of async PLAY state changes.
6374 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6375 Enable QoS with new method in base class.
6377 2006-03-23 Wim Taymans <wim@fluendo.com>
6379 Patch by: Julien MOUTTE <julien at moutte dot net>
6381 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6382 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6383 Partially handle 0 framerate, only EOS after the first frame
6386 2006-03-23 Wim Taymans <wim@fluendo.com>
6388 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6390 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6391 (gst_riff_create_video_template_caps):
6392 * gst/ffmpegcolorspace/avcodec.h:
6393 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6394 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6395 (gst_ffmpegcsp_avpicture_fill):
6396 * gst/ffmpegcolorspace/imgconvert.c:
6397 Patch for support of YVU9 AVI files (#334822)
6399 2006-03-22 Edward Hervey <edward@fluendo.com>
6401 * docs/design/design-decodebin.txt:
6402 Added design document for new decodebin
6403 (Target Caps): text/x-pango-markup is also a default target caps.
6405 2006-03-22 Wim Taymans <wim@fluendo.com>
6407 * gst-libs/gst/audio/gstbaseaudiosink.c:
6408 (gst_base_audio_sink_dispose):
6409 Since we _parent the ringbuffer, we also need to
6410 _unparent instead of a plain _unref.
6412 2006-03-22 Wim Taymans <wim@fluendo.com>
6414 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6415 (stop_seek), (scrub_toggle_cb), (main):
6418 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6420 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6421 (gst_ogg_parse_chain):
6422 Fix very inefficient usage of linked lists (#335365).
6424 2006-03-21 Edward Hervey <edward@fluendo.com>
6426 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6427 * gst/playback/gstplaybin.c: (handoff):
6428 * gst/playback/gststreamselector.c:
6429 (gst_stream_selector_set_property):
6430 gcc 4.1 unreferenced pointer fixes.
6431 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6432 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6433 gst_buffer_ref() now takes a GstBuffer*.
6435 2006-03-20 Julien MOUTTE <julien@moutte.net>
6437 * sys/xvimage/xvimagesink.c:
6438 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6441 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6443 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6444 (id3v1_type_find), (apetag_type_find), (plugin_init):
6445 Can't do tag preferences via probability, as tags would then
6446 lose against types that are recognised with MAXIMUM probability
6447 (like .wav); so let all tag typefinders return MAXIMUM themselves
6448 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6449 that we can prefer APE to ID3v1 (fixes #335028).
6451 2006-03-17 Wim Taymans <wim@fluendo.com>
6453 * gst-libs/gst/audio/gstbaseaudiosink.c:
6454 (gst_base_audio_sink_change_state):
6455 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6456 (gst_ring_buffer_may_start):
6457 * gst-libs/gst/audio/gstringbuffer.h:
6458 Only start playback if we are playing.
6461 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6463 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6464 * win32/common/config.h:
6465 Revert accidental commits to these files.
6467 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6469 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6471 * tests/Makefile.am:
6472 Don't try to build tests in tests/icles if we
6473 don't have X (#323852)
6475 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6477 * gst-libs/gst/tag/gstid3tag.c:
6478 Add TXXX frame identifiers for replaygain stuff as used
6479 by some taggers (see #323721).
6481 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6483 * gst/playback/gststreamselector.c:
6484 (gst_stream_selector_set_property),
6485 (gst_stream_selector_bufferalloc):
6486 Preserve the existing buggy streamselector behaviour by performing
6487 a fallback buffer allocation when downstream isn't linked yet.
6488 This should really be fixed in playbin by blocking pads until it's
6490 Also, use gst_pad_alloc_buffer instead of
6491 gst_pad_alloc_buffer_and_set.
6493 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6495 * gst-libs/gst/tag/gstid3tag.c:
6496 Don't crash on unknown ID3v2 TXXX frames.
6498 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6500 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6501 Chain up to the parent finalize method.
6502 Add 32-bit sample size to the template caps.
6504 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6505 (gst_riff_create_video_template_caps):
6506 Add the fourcc that the VMWare codec uses.
6508 * gst/playback/gststreamselector.c:
6509 (gst_stream_selector_set_property),
6510 (gst_stream_selector_bufferalloc),
6511 (gst_stream_selector_request_new_pad):
6512 For the active pad, forward buffer-alloc requests, otherwise
6513 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6514 having to memcpy every frame when used by playbin.
6516 * gst/tcp/gstmultifdsink.c:
6517 (gst_multi_fd_sink_handle_client_write):
6518 Get negotiated caps from the sink pad, rather than the sink
6521 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6523 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6525 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6526 Don't forget to set src->callbacks_pushed to FALSE again when
6527 popping them, otherwise re-activation in a different mode won't
6530 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6532 Patch by: Sebastien Moutte <sebastien moutte net>
6534 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6535 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6536 (gst_ffmpeg_smpfmt_to_caps):
6537 Replace __VA_ARGS__ caps creation macros with varargs functions.
6538 Makes things compile on MSVC (#320765), looks nicer, and we can
6539 tell the compiler to check for the NULL terminator.
6541 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6543 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6545 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6546 Make sure the buffer we copy into is really always big
6547 enough, this time for real (#333488).
6549 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6551 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6552 Add support for 24bpp DIB (#305279).
6554 2006-03-14 Wim Taymans <wim@fluendo.com>
6556 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6557 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6558 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6559 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6560 (gst_video_scale_init), (gst_video_scale_src_event):
6561 Re-enable QoS after the release.
6562 Rework videoscale to use the base class src_event handler.
6564 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6569 === release 0.10.5 ===
6571 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6574 releasing 0.10.5, "Net"
6576 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6578 * docs/plugins/Makefile.am:
6579 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6581 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6583 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6584 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6585 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6586 Add cdparanoiasrc to docs.
6588 * gst-libs/gst/cdda/gstcddabasesrc.c:
6589 More GstCddaBaseSrc docs.
6591 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6593 * docs/libs/gst-plugins-base-libs-sections.txt:
6594 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6595 * gst-libs/gst/tag/tag.h:
6596 API: libgsttag: new method gst_tag_from_id3_user_tag().
6598 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6600 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6601 NULL-terminate array of mpeg4 video file extensions.
6602 Fixes crash on PPC (#334226).
6604 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6606 * ext/gnomevfs/gstgnomevfssrc.c:
6607 (gst_gnome_vfs_src_check_get_range):
6608 gnome_vfs_uri_is_local() alone is not a good indicator
6609 whether we can operate in pull-mode with a specific URI,
6610 as it returns FALSE for file:// URIs that point to an
6611 NFS-mounted path. Be more conservative here: whitelist
6612 local files, blacklist http URIs and use the old
6613 mechanism for anything else (fixes #334216).
6615 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6620 === release 0.10.4 ===
6622 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6625 releasing 0.10.4, "Power"
6627 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6629 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6630 Disable max-lateness by setting it to -1 for now, so that
6631 we can bed QoS stuff in thoroughly between now and the next
6634 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
6636 Patch by: Fabrizio Gennari
6638 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6639 Make sure we don't read beyond the palette buffer in case of
6640 broken or manipulated files (#333488)
6642 2006-03-10 Edward Hervey <edward@fluendo.com>
6644 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6645 Fix for variable not initialized.
6647 2006-03-09 Wim Taymans <wim@fluendo.com>
6649 * ext/libvisual/visual.c: (gst_visual_get_type),
6650 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6654 * ext/theora/gsttheoradec.h:
6655 * ext/theora/theoradec.c: (gst_theora_dec_init),
6656 (gst_theora_dec_reset), (_theora_granule_time),
6657 (theora_dec_src_convert), (theora_dec_sink_convert),
6658 (theora_dec_src_query), (theora_dec_src_event),
6659 (theora_dec_sink_event), (theora_handle_comment_packet),
6660 (theora_handle_header_packet), (theora_dec_push),
6661 (theora_handle_data_packet), (theora_dec_chain),
6662 (theora_dec_change_state):
6665 2006-03-09 Wim Taymans <wim@fluendo.com>
6667 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6668 (audiocast_register_listener), (gst_gnome_vfs_src_start):
6671 2006-03-09 Wim Taymans <wim@fluendo.com>
6673 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6674 Don't try to activate NULL chains.
6676 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6678 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6679 Fix invalid memory access to region before peek'd data (#332964).
6681 2006-03-09 Wim Taymans <wim@fluendo.com>
6683 Patch by: Christophe Fergeau
6685 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6686 * ext/pango/gsttextrender.c: (gst_text_render_init):
6687 * gst/adder/gstadder.c: (gst_adder_init):
6688 Don't leak padtemplates, closes #333510.
6690 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6692 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6693 Fix invalid memory access: make sure string passed to
6694 regexec() is NUL-termianted.
6696 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6698 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6700 Refactor mpeg/audio typefinding to make it more maintainable
6701 and easier to fine-tune. Make probing into middle of the file
6702 work properly (fixes #333900, also see #152688).
6704 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6706 * gst/typefind/gsttypefindfunctions.c:
6707 (utf8_type_find_have_valid_utf8_at_offset):
6708 Remove part from previous commit that was bogus:
6709 g_utf8_validate() does in fact not accept embedded
6710 zeroes, so we don't need to check for those (thanks
6711 to Mike for the hint).
6713 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6715 * gst/typefind/gsttypefindfunctions.c:
6716 (utf8_type_find_count_embedded_zeroes),
6717 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6718 Make plain/text typefinder more conservative: firstly, check
6719 for embedded zeroes, which are perfectly valid UTF-8 characters,
6720 but also a fairly good sign that something is not a plain text
6721 file; secondly, probe into the middle of the file if possible.
6722 If we can't probe into the middle, limit the probability value
6723 to be returned to TYPE_FIND_POSSIBLE (see #333900).
6725 2006-03-08 Michael Smith <msmith@fluendo.com>
6727 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6728 Make typefind function name for mpeg4 video unique.
6730 2006-03-08 Wim Taymans <wim@fluendo.com>
6732 * ext/libvisual/visual.c: (gst_visual_init),
6733 (gst_visual_clear_actors), (gst_visual_dispose),
6734 (gst_visual_reset), (gst_visual_src_setcaps),
6735 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6736 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6737 (gst_visual_chain), (gst_visual_change_state):
6738 Cleanups, post nice errors.
6739 Handle sink and src events.
6740 Implement simple QoS.
6742 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6743 Use new basesink methods to configure max-lateness.
6746 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6747 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6748 Debug statement cleanups.
6750 * gst/volume/gstvolume.c: (gst_volume_class_init):
6753 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6755 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6756 (gst_text_overlay_init), (gst_text_overlay_set_property),
6757 (gst_text_overlay_get_property):
6758 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6759 as string type properties, but mark them deprecated. Add
6760 'halignment' and 'valignment' properties that use enums
6763 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
6765 Patch by: Fabrizio Gennari
6767 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6768 Allow palettes with less than 256 colours in AVI files
6771 2006-03-07 Julien MOUTTE <julien@moutte.net>
6773 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6774 (gst_text_overlay_video_event): Fix wrong EOS handling on text
6775 pad. We were releasing the queued text buffer when we should keep
6776 it until video pad gets EOS or discard the text buffer because it's
6777 too old. That was eating the last subtitle buffer. Add some more
6780 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6782 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6783 (gst_text_overlay_video_chain):
6784 Fix invalid memory access (we can't access a buffer after it's been
6785 pushed downstream without taking a reference); fix memory leak (if
6786 there's no text to render, bail out before allocating stuff).
6788 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6790 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6791 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6792 * ext/pango/gsttextoverlay.h:
6793 If input is plain text, escape it before passing it to
6794 pango_layout_set_markup().
6796 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6798 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6799 Don't ignore flow return from gst_pad_push().
6801 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
6803 Patch by: Fabrizio Gennari
6805 * ext/libvisual/visual.c: (gst_visual_getcaps),
6806 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6807 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6808 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6809 (gst_vorbisenc_convert_sink):
6810 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6811 (gst_audio_duration_from_pad_buffer):
6812 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6813 (gst_audio_filter_chain):
6814 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6815 (gst_base_rtp_depayload_setcaps):
6816 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6817 (gst_video_get_size):
6818 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6819 Don't leak references returned by gst_pad_get_parent()
6822 2006-03-06 Stefan Kost <ensonic@users.sf.net>
6824 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6825 change location param details
6826 * gst/volume/gstvolume.c: (plugin_init):
6827 correct plugin description
6829 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
6831 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6832 (gst_gnome_vfs_src_check_get_range):
6833 Override GstBaseSrc::check_get_range() in order to avoid opening
6834 the resource just to check whether we can operate in pull-mode or
6835 not - we can predict that pretty well from the URI alone. Should
6836 fix problems with last.fm (#331690). (Requires latest core CVS).
6838 2006-03-06 Wim Taymans <wim@fluendo.com>
6840 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6841 (gst_video_sink_class_init):
6842 Throw away frames that are later than 20 ms.
6844 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
6846 Patch by: Fabrizio Gennari
6848 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6849 Set depth on WMA caps (#333545)
6851 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
6853 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6854 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6855 put Theora BOS pages before others. This hardcodes
6856 the Ogg/Theora I profile, but hey.
6858 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
6861 updated with some examples
6862 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6863 (granulepos_add), (theora_buffer_from_packet):
6864 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6865 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6866 (gst_vorbisenc_chain):
6867 implement strategy from ext/ogg/README
6868 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6869 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6870 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6871 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6872 Fix muxer so that oggz-validate is happy with all streams;
6873 except for no eos mark, and the BOS page ordering
6874 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6875 (check_buffer_granulepos):
6876 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6877 update tests to check for OFFSET being set as requested
6878 fixed type of granulepos, it's not a ClockTime
6880 2006-03-05 Julien MOUTTE <julien@moutte.net>
6882 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6883 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6884 Check that the xvimage we are creating has a correct size
6885 before returning it. (#314897)
6887 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
6889 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6890 Give id3 and ape tag typefinders a rank slightly higher
6891 than PRIMARY to ensure they're always run before any of
6892 the other typefinders (in particular wav and mp3) (#324186).
6894 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
6896 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6897 Add support for '3IVD' fourcc (#333403).
6899 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
6902 Bump requirements to GStreamer CVS for the new error enum.
6904 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6905 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6906 space left on the device (fixes #333352).
6908 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
6911 add a project file for libgstvolume
6912 update the workspace
6914 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
6916 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6917 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6919 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6920 Set IN_CAPS on header buffers
6922 2006-03-02 Wim Taymans <wim@fluendo.com>
6924 * docs/plugins/Makefile.am:
6925 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6926 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6927 Add audioresample to docs.
6929 * gst/audioconvert/gstaudioconvert.c:
6932 * gst/audioresample/gstaudioresample.c:
6933 (gst_audioresample_base_init), (gst_audioresample_class_init),
6934 (gst_audioresample_init), (gst_audioresample_dispose),
6935 (audioresample_get_unit_size), (audioresample_transform_caps),
6936 (resample_set_state_from_caps), (audioresample_transform_size),
6937 (audioresample_set_caps), (audioresample_event),
6938 (audioresample_do_output), (audioresample_transform),
6939 (audioresample_pushthrough), (gst_audioresample_set_property),
6940 (gst_audioresample_get_property), (plugin_init):
6941 * gst/audioresample/gstaudioresample.h:
6943 Small code cleanups.
6945 2006-03-02 Wim Taymans <wim@fluendo.com>
6947 * docs/plugins/Makefile.am:
6948 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6949 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6950 Added videoscale to docs.
6952 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6953 (gst_video_rate_swap_prev), (gst_video_rate_event),
6954 (gst_video_rate_chain):
6957 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6958 (gst_video_scale_init), (gst_video_scale_prepare_size),
6959 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6960 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6961 * gst/videoscale/gstvideoscale.h:
6962 Added docs, examples.
6964 Post errors instead of g_warning.
6966 2006-03-02 Wim Taymans <wim@fluendo.com>
6968 * docs/libs/gst-plugins-base-libs-docs.sgml:
6969 * docs/libs/gst-plugins-base-libs-sections.txt:
6970 * docs/libs/gst-plugins-base-libs.types:
6971 * docs/plugins/Makefile.am:
6972 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6973 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6974 Added some more docs to libs and plugins.
6976 * gst-libs/gst/audio/gstringbuffer.c:
6977 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6978 * gst-libs/gst/audio/gstringbuffer.h:
6979 Document ringbuffer some more.
6981 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6982 (gst_video_rate_setcaps), (gst_video_rate_reset),
6983 (gst_video_rate_init), (gst_video_rate_flush_prev),
6984 (gst_video_rate_swap_prev), (gst_video_rate_event),
6985 (gst_video_rate_chain), (gst_video_rate_change_state):
6986 * gst/videorate/gstvideorate.h:
6987 Fix videorate to use segments.
6988 Make it work with 0/1 framerates (closes #331903)
6989 Handle EOS correctly.
6992 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
6994 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6995 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6996 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6997 In state change function, first chain up to parent class,
6998 then handle downwards state change stuff. Remove some
6999 commented out cruft from 0.8 code.
7001 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7003 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7004 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7005 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7006 (gst_ogm_parse_chain):
7007 Don't remove/re-add source pad if the new caps are the same as
7008 the old caps anyway (#333042). When removing source pad, don't
7009 unref it afterwards - we didn't ref it when adding. Sprinkle some
7010 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7011 after using gst_pad_get_parent(). Return downstream flow return
7012 value in chain function.
7014 2006-03-02 Wim Taymans <wim@fluendo.com>
7016 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7017 * docs/plugins/gst-plugins-base-plugins.args:
7018 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7019 * docs/plugins/gst-plugins-base-plugins.interfaces:
7020 * docs/plugins/gst-plugins-base-plugins.signals:
7021 Fix hierarchy, added some more elements to the docs.
7023 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7024 (gst_ffmpegcsp_get_type):
7025 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7026 Fix docs for ffmpegcolorspace.
7028 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7030 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7031 (apetag_type_find), (ape_type_find), (plugin_init):
7032 Some typefinding fine-tuning:
7033 - rank ID3/APE tags in order of preference via probabilities, so that
7034 ID3v2 > APEv2 > APEv1 > ID3v1.
7035 - three or four bytes don't really justify MAXIMUM probability,
7036 change those to 'very likely' (musepack and monkeysaudio).
7038 2006-03-01 Wim Taymans <wim@fluendo.com>
7040 * docs/plugins/Makefile.am:
7041 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7042 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7043 * ext/alsa/gstalsamixer.c:
7044 * ext/alsa/gstalsamixer.h:
7045 * ext/alsa/gstalsamixerelement.c:
7046 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7047 * ext/alsa/gstalsamixerelement.h:
7048 * ext/alsa/gstalsasink.c:
7049 * ext/alsa/gstalsasink.h:
7050 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7052 * ext/alsa/gstalsasrc.h:
7054 Small code cleanups.
7056 2006-03-01 Wim Taymans <wim@fluendo.com>
7058 * ext/theora/Makefile.am:
7059 Dist new header too,
7061 2006-03-01 Wim Taymans <wim@fluendo.com>
7063 * docs/plugins/Makefile.am:
7064 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7065 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7066 * ext/gnomevfs/gstgnomevfssink.h:
7067 * ext/gnomevfs/gstgnomevfssrc.h:
7068 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7069 * ext/vorbis/vorbisdec.h:
7070 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7071 * ext/vorbis/vorbisenc.h:
7072 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7073 (vorbis_parse_chain), (vorbis_parse_change_state):
7074 * ext/vorbis/vorbisparse.h:
7075 * gst/audioconvert/gstaudioconvert.h:
7076 * gst/tcp/gsttcpserversink.h:
7077 * gst/videotestsrc/gstvideotestsrc.c:
7078 * gst/videotestsrc/gstvideotestsrc.h:
7079 * gst/volume/gstvolume.c:
7080 * gst/volume/gstvolume.h:
7082 Added docs for vorbisdec and vorbisparse.
7085 2006-03-01 Wim Taymans <wim@fluendo.com>
7087 * docs/plugins/Makefile.am:
7088 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7089 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7090 * ext/pango/gstclockoverlay.h:
7091 * ext/pango/gsttextoverlay.h:
7092 * ext/pango/gsttextrender.h:
7093 * ext/pango/gsttimeoverlay.h:
7094 * ext/theora/gsttheoradec.h:
7095 * ext/theora/gsttheoraenc.h:
7096 * ext/theora/theoradec.c:
7097 * ext/theora/theoraenc.c:
7098 * gst/audioconvert/gstaudioconvert.h:
7099 * gst/audiotestsrc/gstaudiotestsrc.h:
7100 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7101 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7102 * gst/tcp/gstmultifdsink.h:
7103 Updated/added documentation.
7105 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7106 (gst_text_overlay_halign_get_type),
7107 (gst_text_overlay_wrap_mode_get_type),
7108 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7109 (gst_text_overlay_init), (gst_text_overlay_set_property),
7110 (gst_text_overlay_get_property):
7111 Fix up properties to be enums instead of string to make bindings,
7112 introspection and automatic GUI creation possible.
7113 Add getters for the properties.
7115 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7117 * gst/audiotestsrc/gstaudiotestsrc.c:
7118 added defines of M_PI and M_PI_2
7119 * gst/ffmpegcolorspace/avcodec.h:
7120 removed #include "stdint.h" for win32 as _stdint.h is
7121 autogenerated to win32/common
7122 * win32/common/libgstaudio.def:
7123 * win32/common/libgsttag.def:
7126 some project files bugs corrected
7128 project files are reset to the default vs7 configuration
7129 (they link to msvcr71.dll using default optimizations)
7131 2006-02-28 Wim Taymans <wim@fluendo.com>
7133 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7136 2006-02-28 Edward Hervey <edward@fluendo.com>
7138 * ext/alsa/gstalsasrc.c:
7139 Set proper class on the ElementDetails:
7140 Source/Audio instead of Src/Audio/
7142 2006-02-28 Edward Hervey <edward@fluendo.com>
7144 * gst/videoscale/vs_scanline.c:
7145 (vs_scanline_resample_nearest_RGBA):
7146 Revert optimization in videoscale. It should go in liboil and have
7147 an appropriate liboil function.
7149 2006-02-28 Wim Taymans <wim@fluendo.com>
7151 * gst-libs/gst/audio/gstbaseaudiosink.c:
7152 (gst_base_audio_sink_provide_clock):
7153 Don't try to provide a clock in the NULL state.
7155 2006-02-28 Wim Taymans <wim@fluendo.com>
7157 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7158 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7159 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7160 (gst_ogg_demux_deactivate_current_chain),
7161 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7162 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7163 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7164 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7165 Use GstSegment infrastructure to remove duplicated code
7166 and handle more seek cases correctly.
7168 2006-02-28 Wim Taymans <wim@fluendo.com>
7170 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7171 (gst_ffmpegcsp_transform):
7172 Don't ignore return code from ffmpeg convert function.
7174 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7175 Split out some long statements to ease debugging.
7177 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7179 * ext/libvisual/visual.c: (gst_visual_init),
7180 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7181 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7182 being able to renegotiate the size. Instead, use the negotiation
7183 algorithm from the goom plugin to pick an initial output caps.
7185 Also, allow theoretical libvisual plugins that might support non-GL
7186 output even if they also do GL.
7188 2006-02-26 Julien MOUTTE <julien@moutte.net>
7190 * ext/libvisual/visual.c: (gst_visual_init),
7191 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7192 (plugin_init): Load only non GL plugins. Fix some memleaks and
7193 possible negotiation issues.
7195 2006-02-25 Julien MOUTTE <julien@moutte.net>
7197 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7199 2006-02-24 Michael Smith <msmith@fluendo.com>
7201 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7202 (cmml_type_find), (plugin_init):
7203 Fix CMML type find function to not require a specific minor version
7206 Add an MPEG4 video elementary stream typefind function.
7208 2006-02-04 Michael Smith <msmith@fluendo.com>
7210 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7211 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7212 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7213 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7214 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7215 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7216 Annodex support in ogg demuxer. Doesn't do very much without the
7217 other annodex patches (to come).
7219 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7221 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7223 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7224 Pick up palette for MS video v1 (#327028)
7226 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7228 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7229 (gst_ffmpegcsp_caps_remove_format_info),
7230 (gst_ffmpegcsp_get_unit_size):
7231 The 'palette_data' field from incoming RGB caps shouldn't be
7232 proxied on outgoing YUV caps; also, restrict unit size
7233 adjustment in case of paletted data only to the unit that
7234 actually has a palette. Fixes #330711.
7236 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7238 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7239 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7240 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7241 (gst_ffmpegcsp_get_unit_size):
7242 Plug some memory leaks.
7244 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7246 * sys/ximage/Makefile.am:
7247 * sys/xvimage/Makefile.am:
7248 Add some _CFLAGS and _LIBS that seem to be missing
7249 and/or required for Cygwin (see #317048).
7251 2006-02-22 Wim Taymans <wim@fluendo.com>
7253 * ext/alsa/gstalsasrc.c:
7254 Fix description as pointed out by caugier.
7256 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7258 Reviewed by : Edward Hervey <edward@fluendo.com>
7260 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7262 Better 3gp typefinding (#331526).
7264 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7266 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7267 Don't send EOS event here, the base class will send one for us.
7269 * gst/playback/gstplaybasebin.c: (prepare_output):
7270 Subpictures without video stream aren't allowed either.
7272 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7273 Fix debug statement copy'n'paste-o.
7275 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7277 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7278 Fix issues with mixer keeping state when muting/unmuting
7279 and when changing the volume whilst muted (see #331763
7282 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7284 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7285 (parse_subrip), (gst_sub_parse_format_autodetect):
7286 Set right caps given that we send escaped text. Also,
7287 honour <i></i>, <b></b> and <u></u> markers that can be found
7288 in .srt files (fixes #310202).
7290 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7292 * gst-libs/gst/audio/mixerutils.c:
7293 (element_factory_rank_compare_func):
7294 Make order in which elements are tried more determinable.
7296 2006-02-20 Julien MOUTTE <julien@moutte.net>
7298 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7299 (remove_element_chain), (cleanup_decodebin),
7300 (gst_decode_bin_change_state): Make decodebin reusable by
7301 fixing remove_element_chain first and then introduce a
7302 cleaner in state change to ->NULL. (Closes #331678)
7304 2006-02-19 Wim Taymans <wim@fluendo.com>
7306 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7307 use 0666 mask when creating files so umask gets applied
7308 correctly. Fixes #331295.
7310 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7312 * gst/subparse/Makefile.am:
7313 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7314 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7315 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7316 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7317 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7318 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7319 * gst/subparse/gstssaparse.h:
7320 * gst/subparse/gstsubparse.c: (plugin_init):
7321 Add very basic parser for SSA subtitle streams (as often
7322 found in matroska files).
7324 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7326 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7327 That should be text/x-pango-markup, not text/x-pango-layout.
7329 2006-02-19 Julien MOUTTE <julien@moutte.net>
7331 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7334 2006-02-19 Julien MOUTTE <julien@moutte.net>
7336 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7337 (gst_text_overlay_finalize), (gst_text_overlay_init),
7338 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7339 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7340 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7341 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7342 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7343 Fix state change deadlock.
7345 2006-02-19 Julien MOUTTE <julien@moutte.net>
7347 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7348 (gst_text_overlay_finalize), (gst_text_overlay_init),
7349 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7350 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7351 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7352 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7353 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7354 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7355 and subtitles files.
7357 2006-02-19 Julien MOUTTE <julien@moutte.net>
7359 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7360 should be considered as raw.
7362 2006-02-19 Julien MOUTTE <julien@moutte.net>
7364 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7366 * gst/playback/gststreaminfo.h: Introduce language informations.
7368 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7370 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7371 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7372 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7373 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7374 Set shared memory segments to be deleted as soon as we have attached,
7375 that way they get cleaned up automatically if we crash.
7377 2006-02-18 Julien MOUTTE <julien@moutte.net>
7379 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7380 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7381 functions are called with lock held.
7383 2006-02-18 Julien MOUTTE <julien@moutte.net>
7385 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7386 (gst_text_overlay_finalize), (gst_text_overlay_init),
7387 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7388 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7389 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7390 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7391 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7392 (gst_text_overlay_change_state): Refactoring of textoverlay
7393 without collectpads. This now supports sparse subtitles coming
7394 from a demuxer instead of a sub file. Seeking is still broken
7395 though. Need to discuss with wtay some more on how to handle
7397 * ext/pango/gsttextoverlay.h:
7398 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7399 subtitles coming from the demuxer.
7401 2006-02-17 Wim Taymans <wim@fluendo.com>
7403 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7404 (gst_vorbisenc_convert_sink):
7405 Use some more scaling functions.
7407 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7409 * ext/cdparanoia/gstcdparanoiasrc.c:
7410 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7411 (gst_cd_paranoia_paranoia_callback),
7412 (gst_cd_paranoia_src_signal_is_being_watched),
7413 (gst_cd_paranoia_src_read_sector):
7414 * ext/cdparanoia/gstcdparanoiasrc.h:
7415 Add back 'transport-error' and 'uncorrected-error' signals and
7416 make them actually be fired when bad stuff happens (#319340).
7418 2006-02-17 Wim Taymans <wim@fluendo.com>
7420 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7421 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7422 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7423 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7424 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7425 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7426 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7427 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7428 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7429 (gst_ring_buffer_clear):
7431 Added some G_LIKELY.
7433 2006-02-17 Wim Taymans <wim@fluendo.com>
7435 * gst-libs/gst/audio/TODO:
7438 * gst-libs/gst/audio/gstbaseaudiosink.c:
7439 (gst_base_audio_sink_get_offset):
7440 When trying to play samples ASAP and we don't have a
7441 previous sample, try to play at position 0 instead of
7442 an invalid position.
7444 2006-02-17 Wim Taymans <wim@fluendo.com>
7446 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7447 (gst_alsasink_reset):
7448 Also release lock when we get an error in _reset();
7449 fix an error message.
7451 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7453 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7454 (gst_alsasink_init), (get_channel_free_structure),
7455 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7456 (gst_alsasink_close):
7457 * ext/alsa/gstalsasink.h:
7458 Add support for more than 2 channels (#326720).
7460 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7462 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7463 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7464 with 4 or 6 channels, assume a default channel layout to make things
7465 work (not sure there's anything else we can do in those cases).
7467 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7469 * gst-libs/gst/audio/multichannel.c:
7472 * gst-libs/gst/riff/Makefile.am:
7473 * gst-libs/gst/riff/riff-ids.h:
7474 * gst-libs/gst/riff/riff-media.c:
7475 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7476 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7477 channels and a channel layout map.
7479 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7481 Reviewed by Edward Hervey <edward@fluendo.com>
7483 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7484 C-level optimization of the RGBA nearest neighbour function.
7485 Eventually this might end up in liboil with vectorized versions.
7487 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7489 * gst-libs/gst/audio/multichannel.c:
7490 (gst_audio_get_channel_positions):
7491 When we have more than 2 channels, but no channel layout is
7492 specified in the caps, return some default channel layout
7493 to the caller and warn about about a possibly buggy element
7494 (could be buggy filtercaps as well of course) (#317038).
7496 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7498 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7499 Add gst-libs/gst/cdda to list of lib search paths.
7501 2006-02-15 Andy Wingo <wingo@pobox.com>
7503 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7504 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7505 to the Lord Jesus that I do not have to touch the ogg muxer ever
7508 2006-02-15 Edward Hervey <edward@fluendo.com>
7510 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7511 quicktime movie files can also contain 'uuid' atoms.
7513 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7515 * gst/audioconvert/plugin.c: (plugin_init):
7516 Register the GstAudioChannelPosition enum type with the type
7517 system in the plugin_init function, so that it is known before
7518 any element actually makes use of multi-channel stuff. This is
7519 required for example if one wants to be able to deserialise/use
7520 a caps string with channel positions before any pipeline has
7521 been setup and started, like with gst-launch.
7523 2006-02-14 Wim Taymans <wim@fluendo.com>
7525 * gst-libs/gst/audio/gstringbuffer.c:
7526 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7527 (gst_ring_buffer_samples_done), (wait_segment),
7528 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7529 Add some compiler G_(UN_)LIKELY help.
7530 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7531 make sure they can exit their functions. Should fix #330748
7533 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7538 * win32/common/_stdint.h:
7539 Windows does not have long long; copy the generated _stdint.h
7540 * win32/common/interfaces-enumtypes.c:
7541 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7542 (gst_mixer_track_flags_get_type),
7543 (gst_tuner_channel_flags_get_type):
7544 * win32/common/multichannel-enumtypes.c:
7545 (gst_audio_channel_position_get_type):
7548 2006-02-13 Wim Taymans <wim@fluendo.com>
7550 * gst-libs/gst/audio/gstbaseaudiosink.c:
7551 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7552 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7553 Always sync on first sample we receive when starting.
7555 2006-02-13 Wim Taymans <wim@fluendo.com>
7557 * gst/playback/gstplaybin.c: (gen_vis_element):
7558 Update vis bin docs.
7559 Move queue after tee so we don't queue video buffers but
7560 audio samples instead. Fixes problems where the video queue
7561 is filled and the audio queue empty.
7563 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7565 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7566 No need to push an EOS event here, GstBaseSrc will do that for us
7567 when we return FLOW_UNEXPECTED.
7569 2006-02-12 Wim Taymans <wim@fluendo.com>
7571 * gst-libs/gst/audio/gstbaseaudiosink.c:
7572 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7573 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7574 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7575 Use scale functions when possible.
7577 Free clockid when after waiting for EOS.
7578 Use G_(UN_)LIKLY when it makes sense.
7579 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7581 2006-02-12 Edward Hervey <edward@fluendo.com>
7583 * gst/playback/gstplaybasebin.c: (prepare_output):
7584 Remove stray semi-colon (fixes #330888).
7586 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7588 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7589 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7590 Fix up the XShm call testing so that we catch errors, and don't
7591 cause new ones by attempting to detach from a segment we failed
7592 to attach to. Fixes #312439.
7594 2006-02-10 Edward Hervey <edward@fluendo.com>
7596 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7597 Added flv file typefind (video/x-flv).
7599 2006-02-10 Edward Hervey <edward@fluendo.com>
7601 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7602 (gst_riff_create_video_template_caps):
7603 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7604 Also added the caps to the default set of riff video caps.
7606 2006-02-09 Andy Wingo <wingo@pobox.com>
7608 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7609 time and the end time of the last packet in the page.
7610 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7611 on the pages in our queue, set the duration as well. Reflow a
7613 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7614 Fixes bad muxing order.
7616 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7618 * gst-libs/gst/rtp/gstbasertppayload.c:
7619 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7620 update seqnum before setting it on the packet; this makes sure
7621 that the timestamp and seqnum properties match after pushing
7624 2006-02-09 Andy Wingo <wingo@pobox.com>
7626 * gst-libs/gst/audio/gstringbuffer.c
7627 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7628 overflow after 13.5 hours of recording. Kapow!
7630 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7631 the buffer size -- we don't care about underrun/overrun reporting
7632 right now, just need to return a useful value.
7634 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7639 === release 0.10.3 ===
7641 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7644 releasing 0.10.3, "Under Pressure"
7646 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7649 Drat. Bump libtool version number for new API.
7650 Prelease 0.10.2.3 (of 0.10.3)
7652 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7655 * win32/common/config.h:
7656 0.10.2.2 prerelease (of 0.10.3).
7658 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7660 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7661 Revert Andy's newsegment change pending a more correct
7664 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
7666 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7667 (qt_type_find), (plugin_init):
7668 detect more files as 3gp
7669 group and reorder the iso file formats
7671 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7673 * ext/vorbis/vorbis.c: (plugin_init):
7674 Register musicbrainz tags, so apps don't have to.
7676 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7678 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7679 (gst_tag_to_vorbis_tag):
7680 Make sure we called gst_tag_register_musicbrainz_tags()
7681 before possibly mapping a vorbiscomment string from/to a
7684 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7686 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7687 In case we can't find the required number of consecutive
7688 mpeg audio frames to positively identify an MPEG audio
7689 stream, check if there's at least a valid mpeg audio
7690 frame right at offset 0 and if so suggest mpeg/audio
7691 caps with a very low probability (#153004).
7693 2006-02-07 Andy Wingo <wingo@pobox.com>
7695 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7696 a TIME segment if we get timestamped buffers. Requires recent
7697 fixes in core to work properly.
7699 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7701 * gst/playback/gstplaybasebin.c: (prepare_output):
7702 Don't print the URI as part of the error message, it
7703 makes error dialogs look rather ugly, especially if
7704 the URI is very long or has characters in it that
7707 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7709 * gst/playback/gstplaybasebin.c: (prepare_output):
7710 Error out if we have only text or subtitles, but nothing
7711 else. Also error out if we have subtitles but no video
7714 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7716 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7717 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7718 Post an error message on the bus when we encounter an
7719 error, which will hopefully be more meaningful than the
7720 'Internal Flow Error' message users get to see if we
7721 just return GST_FLOW_ERROR.
7723 2006-02-07 Andy Wingo <wingo@pobox.com>
7725 * configure.ac (GST_MAJORMINOR): Update core version req to
7726 0.10.2.2, for the collectpads API addition (#330244).
7728 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
7730 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7731 Return FALSE from plugin_init() when GnomeVFS can't
7732 be initialised for some reason (#328423).
7734 2006-02-06 Julien MOUTTE <julien@moutte.net>
7736 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
7737 Stick to seeking theory until i find the bug.
7738 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7740 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
7742 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7743 (theora_enc_finalize), (theora_enc_sink_setcaps),
7744 (theora_set_header_on_caps), (theora_enc_chain),
7745 (theora_enc_change_state):
7746 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7747 Make theoraenc and the tests leak free. Like, really.
7749 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
7751 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7752 (theora_enc_finalize), (theora_enc_sink_setcaps):
7753 Add a finalize method to ensure we clean up state even if
7754 someone omitted the state change back to NULL.
7756 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7757 (gst_vorbisenc_chain):
7758 Free some more leaked bits.
7760 * tests/check/pipelines/theoraenc.c: (start_pipeline),
7762 Wait for state changes to happen if they're ASYNC.
7764 This ought to teach those fancy pants buildbots a lesson.
7766 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
7768 * gst-libs/gst/tag/gstid3tag.c:
7769 Add mapping for ID3 International Standard Recording Code
7772 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
7774 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7775 Don't leak tag names.
7777 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7779 * docs/libs/gst-plugins-base-libs-docs.sgml:
7780 * docs/libs/gst-plugins-base-libs-sections.txt:
7781 * gst-libs/gst/tag/gstid3tag.c:
7782 * gst-libs/gst/tag/gstvorbistag.c:
7783 * gst-libs/gst/tag/tags.c:
7784 Split libgsttag docs into multiple sections.
7786 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7788 * docs/libs/Makefile.am:
7789 * docs/libs/gst-plugins-base-libs-docs.sgml:
7790 * docs/libs/gst-plugins-base-libs-sections.txt:
7791 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7792 * gst-libs/gst/tag/gstvorbistag.c:
7793 * gst-libs/gst/tag/tag.h:
7794 * gst-libs/gst/tag/tags.c:
7795 Add libgsttag to the docs.
7797 2006-02-05 Julien MOUTTE <julien@moutte.net>
7799 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7800 (gst_text_overlay_init), (gst_text_overlay_src_event),
7801 (gst_text_overlay_collected): Fix clockoverlay.
7803 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7805 * docs/libs/compiling.sgml:
7806 Fix typo: it's pkg-config, not pkg-gconfig
7808 * docs/libs/gst-plugins-base-libs-docs.sgml:
7809 * docs/libs/gst-plugins-base-libs-sections.txt:
7810 * docs/libs/tmpl/gstgconf.sgml:
7811 There is no libgstgconf in 0.10, remove it
7814 2006-02-05 Julien MOUTTE <julien@moutte.net>
7816 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7817 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7818 (gst_text_overlay_src_event), (gst_text_overlay_collected):
7819 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7820 (gst_sub_parse_class_init), (gst_sub_parse_init),
7821 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7822 (parse_mpsub), (parser_state_init), (handle_buffer),
7823 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7824 * gst/subparse/gstsubparse.h: Introduce seeking code.
7826 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7828 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7829 Add comment about LANGUAGE tag inconsistency (we want
7830 ISO-639-1, but extract three-letter identifiers?)
7833 Add two translatable files.
7835 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
7837 * gst-libs/gst/tag/Makefile.am:
7838 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7839 * gst-libs/gst/tag/tag.h:
7840 * gst-libs/gst/tag/tags.c:
7841 (gst_tag_register_musicbrainz_tags_internal),
7842 (gst_tag_register_musicbrainz_tags):
7843 Forward-port some tags stuff from the 0.8 branch. This is
7844 mostly the addition of musicbrainz tags and their mapping
7845 to vorbistags, and a vorbistag mapping of the language tag.
7847 2006-02-05 Julien MOUTTE <julien@moutte.net>
7849 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7852 2006-02-04 David Schleef <ds@schleef.org>
7854 * ext/ogg/gstoggmux.c:
7855 * gst/typefind/gsttypefindfunctions.c:
7856 Add Dirac typefinding and add dirac format to oggmux.
7858 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
7860 * gst/playback/gstdecodebin.c: (try_to_link_1):
7861 Don't put essential function call into
7862 g_return_*() macro, otherwise it'll all be
7863 replaced by NOOPs when compiling with
7864 G_DISABLE_CHECKS defined.
7866 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
7868 * ext/ogg/gstoggdemux.c:
7869 * ext/ogg/gstoggparse.c:
7870 * gst/tcp/gsttcpserversink.c:
7871 * sys/v4l/v4lsrc_calls.c:
7872 * sys/v4l/v4lsrc_calls.h:
7873 Just make it compile with --disable-gst-debug.
7875 2006-02-03 Wim Taymans <wim@fluendo.com>
7877 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7878 (gst_alsasink_class_init), (gst_alsasink_init),
7879 (gst_alsasink_write), (gst_alsasink_reset):
7880 * ext/alsa/gstalsasink.h:
7881 Add lock to protect alsa calls.
7882 Implement reset to flush samples ASAP, does not work
7885 2006-02-02 Wim Taymans <wim@fluendo.com>
7887 * gst-libs/gst/audio/gstbaseaudiosink.c:
7888 (gst_base_audio_sink_provide_clock):
7889 Ugh.. getting late I guess...
7891 2006-02-02 Wim Taymans <wim@fluendo.com>
7893 * gst-libs/gst/audio/gstbaseaudiosink.c:
7894 (gst_base_audio_sink_provide_clock),
7895 (gst_base_audio_sink_set_property),
7896 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7897 Don't try to provide a clock when we are not negotiated since
7898 we might not be able to make it run.
7900 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
7902 * gst/playback/gstdecodebin.c: (try_to_link_1):
7903 Unlinking two source pads is ... hard.
7905 2006-02-02 Wim Taymans <wim@fluendo.com>
7907 * gst-libs/gst/audio/TODO:
7910 * gst-libs/gst/audio/gstbaseaudiosink.c:
7911 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7912 On EOS, wait till the last sample is played before posting EOS.
7914 2006-02-01 Philippe Kalaf <burger at speedy dot org>
7916 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7917 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7918 setting queue_delay to zero. Also avoid thread being started if
7919 queue_delay is zero.
7921 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7923 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7924 Make test work again by connecting fakesinks to each decoded pad,
7925 which makes the pipeline wait until each fakesink has a buffer
7926 queued before going to PAUSED state. At that point we know the
7927 decodebin pads are negotiated.
7929 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7931 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7932 (gst_cdda_base_src_handle_event):
7933 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7934 Pass unhandled queries to the parent class's query function.
7936 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7938 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7939 (gst_ogg_pad_src_query):
7940 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7941 * ext/theora/theoradec.c: (theora_dec_src_query),
7942 (theora_dec_sink_query):
7943 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7944 (vorbis_dec_sink_query):
7945 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7946 (gst_vorbisenc_sink_query):
7947 * gst/adder/gstadder.c: (gst_adder_query):
7948 Pass unhandled queries upstream instead of just
7949 dropping them (#326447). Also, fix supported
7950 query types list for some elements.
7952 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
7954 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7955 (paris_type_find), (ilbc_type_find), (plugin_init):
7956 Fix typefinding for audio/x-au, audio/x-paris and
7957 audio/iLBC-sh. We cannot use the START_WITH macros
7958 here, because there can only be one typefind factory
7959 with the same name (caps), so the second one would
7960 replace the first one and the first one would never
7961 be called when doing typefinding (see #161712).
7964 2006-01-31 Wim Taymans <wim@fluendo.com>
7966 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7967 (vorbis_handle_header_packet), (vorbis_dec_push),
7968 (vorbis_handle_data_packet):
7969 Use scale_int when we can, add some more scaling.
7970 Check packettype before parsing it.
7972 2006-01-31 Wim Taymans <wim@fluendo.com>
7974 * ext/theora/theoradec.c: (_theora_granule_time),
7975 (theora_dec_src_convert), (theora_dec_sink_convert):
7976 Call right _scale functions.
7977 Use parameter instead of some other random value.
7979 2006-01-31 Wim Taymans <wim@fluendo.com>
7981 * ext/theora/theoradec.c: (_theora_granule_frame),
7982 (_theora_granule_time), (_inc_granulepos),
7983 (theora_dec_src_convert), (theora_dec_sink_convert),
7984 (theora_handle_type_packet), (theora_handle_data_packet),
7986 Use higher precision timestamps calculation.
7987 Convert some other conversions to _scale.
7989 2006-01-31 Stefan Kost <ensonic@users.sf.net>
7991 * gst/audiotestsrc/gstaudiotestsrc.c:
7992 (gst_audio_test_src_create_sine_table), (plugin_init):
7993 * gst/volume/gstvolume.c: (plugin_init):
7994 initialize gst_controller before using
7996 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
7998 * tests/check/pipelines/theoraenc.c:
7999 * tests/check/pipelines/vorbisenc.c:
8000 Define constant using G_GINT64_CONSTANT to avoid errors when
8001 passing it around - otherwise it gets truncated to 32 bits.
8003 Fixes failing tests.
8005 2006-01-31 Andy Wingo <wingo@pobox.com>
8007 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8008 caps being set doesn't have a framerate value. Basically a stopgap
8011 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8012 technically correct enough to put into core though.
8013 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8014 DURATION. Fixes theoraenc ! oggmux.
8016 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8017 fraction, not double.
8019 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8022 add vs7 project files created by Sergey Scobich
8024 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8027 add vs8 project files created by Sergey Scobich
8029 2006-01-30 Andy Wingo <wingo@pobox.com>
8031 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8032 timestamp + duration, not just timestamp -- ogg pages should be
8033 ordered by stop time. Necessary fix given the change in vorbis
8036 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8037 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8038 (granulepos_add): New function, handles the messiness of adjusting
8040 (theora_buffer_from_packet):
8042 (theora_enc_sink_event): Use granulepos_add, not +.
8044 * tests/check/pipelines/theoraenc.c
8045 (check_buffer_granulepos_from_starttime): Just check the frame
8046 count, not the actual granulepos -- we can't dictate to the
8047 encoder when it should be placing keyframes.
8049 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8051 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8052 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8053 play an http:// stream from a server that's not serving
8055 2006-01-30 Andy Wingo <wingo@pobox.com>
8057 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8058 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8059 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8062 * ext/theora/gsttheoraenc.h:
8063 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8064 although theoraenc was timestamping correctly. Added handling of
8065 streams that start with nonzero timestamps.
8067 * tests/check/Makefile.am:
8068 * tests/check/pipelines/theoraenc.c: New file, basically does same
8071 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8073 2006-01-30 Wim Taymans <wim@fluendo.com>
8075 * gst-libs/gst/audio/gstaudiosink.c:
8076 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8077 (gst_audioringbuffer_pause):
8078 Implement pause that does not wait for completion.
8080 * gst-libs/gst/audio/gstbaseaudiosink.c:
8081 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8082 Don't drop buffers when going to PAUSED but perform preroll on
8083 remaining samples now that core base class supports this.
8085 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8086 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8087 (gst_ring_buffer_commit):
8088 Pause should not signal waiters.
8089 Implement return value of _commit correctly.
8091 2006-01-30 Andy Wingo <wingo@pobox.com>
8093 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8095 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8096 updated to timestamp from the first sample, not the last.
8097 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8098 special care of granulepos and timestamp for header packets.
8099 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8100 when the first buffer has a nonzero timestamp.
8102 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8103 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8104 case when the first audio buffer we get has a nonzero timestamp.
8105 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8106 properly timestamp vorbis buffers with the time of the first
8107 sample, not the last.
8109 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8110 vorbis_granule_time_copy -- now it takes the granule/subgranule
8111 offset into account.
8113 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8114 timestamps, durations, and granulepos on buffers produced by
8117 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8119 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8120 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8121 Patch from Eric Jonas to support conversions to/from UYVY
8124 2006-01-30 Julien MOUTTE <julien@moutte.net>
8126 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8127 (setup_subtitle), (setup_source), (set_active_source):
8128 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8129 (gen_text_element), (gen_audio_element), (gen_vis_element),
8130 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8132 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8134 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8135 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8136 use gst_guint64_to_gdouble to be compliant with vs6
8137 * gst/playback/gstdecodebin.c: (try_to_link_1)
8138 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8139 use G_GINT64_CONSTANT for int64 constants
8140 * win32/common/libgstinterfaces.def:
8141 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8143 update and add new project files
8145 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8149 * win32/common/interfaces-enumtypes.c:
8150 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8151 (gst_mixer_track_flags_get_type),
8152 (gst_tuner_channel_flags_get_type):
8153 * win32/common/interfaces-enumtypes.h:
8154 * win32/common/multichannel-enumtypes.c:
8155 (gst_audio_channel_position_get_type):
8156 * win32/common/multichannel-enumtypes.h:
8157 add a win32-update rule like in core, and copy over enumtypes files
8159 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8162 * win32/common/config.h:
8163 * win32/common/config.h.in:
8164 add config files just like in core
8166 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8168 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8169 Make gcc-4.1 happy (part of #327357).
8171 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8173 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8174 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8175 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8176 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8177 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8178 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8179 Update all error messages. All of them should either use
8180 the default translated message, or actually provide a
8181 translatable string.
8182 Make the string for channel count problems meaningful.
8184 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8186 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8187 check for and throw RESOURCE_BUSY
8189 2006-01-27 David Schleef <ds@schleef.org>
8191 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8192 checked in this change -- it requires liboil features not
8193 in 0.3.6. Revert parts.
8195 2006-01-27 David Schleef <ds@schleef.org>
8198 * configure.ac: update liboil requirement to 0.3.6
8199 * gst/videoscale/Makefile.am:
8200 * gst/videoscale/vs_scanline.c: liboilify
8202 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8204 * ext/libvisual/visual.c: (get_buffer):
8205 When pad_alloc returns a GstFlowReturn other
8206 than GST_FLOW_OK, make sure it is passed upstream.
8208 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8210 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8211 (gst_alsasink_class_init):
8212 Free the device name string.
8214 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8215 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8216 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8217 Don't remove a pad from the collectpads structure until it
8218 is released - it's a request pad, and may receive data again
8219 if the element gets moved back to PLAYING state.
8221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8222 Ensure we turn on double buffering on the Xv port, and
8223 set the colour key to something dark and mysterious that
8226 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8228 * ext/alsa/gstalsaplugin.c: (plugin_init):
8229 * ext/cdparanoia/gstcdparanoiasrc.c:
8230 (gst_cd_paranoia_src_base_init), (plugin_init):
8231 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8233 - a library should not call setlocale. see "Libraries" node in
8235 - make sure all plugins that use translation do bindtextdomain
8236 to point to the localedir
8237 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8238 (setup_sinks), (plugin_init):
8239 all this, and check for NULL when creating sinks
8241 2006-01-27 Julien MOUTTE <julien@moutte.net>
8243 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8244 (plugin_init): Make typefinding of subtitles work again.
8246 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8248 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8249 (mp3_type_frame_length_from_header), (mp3_type_find),
8250 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8252 Backport a bunch of typefinding fixes from the 0.8 branch.
8253 Also, improve wavpack typefinding: if we can't peek the
8254 entire wavpack block, try to parse the bits we can get and
8255 see if we find what we're looking for in those.
8257 2006-01-26 Julien MOUTTE <julien@moutte.net>
8259 * sys/ximage/ximagesink.c:
8260 (gst_ximagesink_calculate_pixel_aspect_ratio):
8261 * sys/xvimage/xvimagesink.c:
8262 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8263 more cases of pixel aspect ratio.
8265 2006-01-26 Edward Hervey <edward@fluendo.com>
8267 * gst/playback/gstdecodebin.c: (pad_probe):
8268 Also consider the flush-start and tag events as unblockers
8271 2006-01-26 Julien MOUTTE <julien@moutte.net>
8273 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8274 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8275 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8276 On the fly visualisation switch, works disabling, enabling as
8277 well but it won't be able to enable vis in a playbin that was
8278 created with no visualisation.
8280 2006-01-25 Wim Taymans <wim@fluendo.com>
8282 * gst-libs/gst/audio/gstbaseaudiosink.c:
8283 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8284 Undo previous commit that returned WRONG_STATE sooner, it breaks
8287 2006-01-25 Wim Taymans <wim@fluendo.com>
8289 * gst-libs/gst/audio/gstbaseaudiosink.c:
8290 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8291 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8293 Post error when caps cannot be parsed.
8294 Resync on discontinuity in the stream.
8295 Clip samples to segment boundaries.
8296 return WRONG_STATE sooner when we are flushing.
8298 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8299 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8300 Make audiosrc operate in TIME.
8301 Set TIMESTAMP and DURATION on buffers.
8303 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8305 * tests/examples/seek/seek.c: (main):
8306 Output tag messages as well.
8308 2006-01-23 Edward Hervey <edward@fluendo.com>
8310 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8311 (free_pad_probes), (remove_fakesink), (pad_probe),
8312 (close_pad_link), (gst_decode_bin_change_state):
8313 Replace GstPadBlockCallback with pad probes that detect
8314 first buffer AND eos before removing fakesink.
8315 Fixes hang with demuxers doing EOS while pre-rolling.
8318 2006-01-23 Andy Wingo <wingo@pobox.com>
8320 * ext/alsa/gstalsasink.c:
8321 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8322 (gst_base_rtp_depayload_setcaps),
8323 (gst_base_rtp_depayload_add_to_queue),
8324 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8326 Patch by: Jens Granseuer <jensgr at gmx dot net>
8328 2006-01-22 Julien MOUTTE <julien@moutte.net>
8330 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8331 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8332 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8333 frames. We might get a frame destroyed after changing state to
8334 NULL, adding a safety check on xcontext.
8336 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8338 * gst-libs/gst/interfaces/xoverlay.c:
8339 Fix prepare-xwindow-id code example in the docs - we need to
8340 ignore all messages that aren't element messages as well.
8342 2006-01-21 Julien MOUTTE <julien@moutte.net>
8344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8345 I think one day i'll completely undestand how caps negotiation
8346 is supposed to work. This refactoring handles buffer_alloc
8347 called with caps we can't handle. We definitely don't want a
8348 set_caps with those caps, so we define and allocate a buffer
8349 we would like to receive.
8351 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8353 * gst/playback/gstplaybasebin.c: (setup_source):
8354 Free iterator when done.
8356 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8358 * gst-libs/gst/audio/gstbaseaudiosink.c:
8359 (gst_base_audio_sink_render):
8360 Fix playback of non-synchronised streams by assuming a rate
8361 of 1.0 instead of a random one.
8363 Makes this work again:
8365 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8366 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8367 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8368 audioresample ! alsasink
8370 === release 0.10.2 ===
8372 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8375 releasing 0.10.2, "Then the devil is six"
8377 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8379 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8380 * gst/playback/gststreamselector.c:
8381 (gst_stream_selector_set_property):
8382 Comment out broken code that connects to the state-changed signal.
8383 At this point, changing current stream selection is broken, but
8384 stuff like gst-launch playbin current-audio=1 works and filters
8385 to the chosen stream.
8387 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8389 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8390 Fix #327216 (null dereference in vorbisdec)
8392 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8394 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8395 Post taglist actually on bus instead of just freeing it
8396 (fixes #327114 and totem bug #327080).
8398 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8399 Use gst_element_found_tags_for_pad(), so that the tags
8400 are sent downstream as an event as well.
8402 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8404 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8405 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8406 (gst_ximagesink_buffer_alloc):
8407 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8408 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8409 (gst_xvimagesink_buffer_alloc):
8410 move all regularly occurring messages to GST_LOG level
8411 add some more object logs
8413 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8415 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8416 fix a silly segfault
8418 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8420 * docs/libs/gst-plugins-base-libs-docs.sgml:
8421 * docs/libs/gst-plugins-base-libs-sections.txt:
8422 * gst-libs/gst/audio/mixerutils.c:
8423 * gst-libs/gst/audio/mixerutils.h:
8424 Add docs for mixerutils stuff.
8426 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8428 * gst/playback/gstplaybasebin.c: (setup_source):
8429 Fix playback for sources that emit raw audio or
8430 raw video streams (e.g.: cd audio sources) (#325984).
8432 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8434 * gst-libs/gst/audio/mixerutils.c:
8435 (gst_audio_mixer_filter_do_filter):
8436 actually save the element we create
8438 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8440 * gst-libs/gst/cdda/gstcddabasesrc.c:
8441 (gst_cdda_base_src_handle_track_seek):
8442 No need to post a tag message on the bus when seeking
8443 within the same track, only post it when the current
8446 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8448 * gst/playback/gstplaybasebin.c: (group_destroy),
8449 (probe_triggered), (new_decoded_pad), (mute_group_type),
8450 (set_active_source):
8451 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8452 * gst/playback/gststreamselector.c:
8453 (gst_stream_selector_base_init),
8454 (gst_stream_selector_set_property),
8455 (gst_stream_selector_request_new_pad):
8456 Reenable stream selection. These mechanisms need a complete overhaul
8457 in the face of 0.8->0.10 changes though.
8459 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8461 * ext/ogg/gstoggdemux.c:
8462 Change the pad template to src_%d to match the pads that
8463 are created from it. decodebin needs this information in order
8464 to decide that oggdemux is capable of producing multiple pads
8465 (and hence needs queues inserted).
8467 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8468 (gst_ogg_mux_collected):
8469 Make debug output more useful by using GST_PTR_FORMAT.
8471 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8473 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8475 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8476 Set depth and width for alaw/mulaw (fixes #326601).
8478 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8480 * tests/icles/Makefile.am:
8481 don't build the tests if we don't have the libs
8483 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8485 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8486 (gst_cd_paranoia_paranoia_callback):
8487 Don't try to free NULL pointers.
8489 2006-01-10 Edward Hervey <edward@fluendo.com>
8491 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8492 (gst_audio_rate_change_state), (plugin_init):
8493 Add debugging category.
8495 Add case for incoming buffers without valid offset/offset_end.
8497 2006-01-10 Michael Smith <msmith@fluendo.com>
8499 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8500 Don't leak GCond in audio sources.
8502 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8504 * gst/playback/gstplaybin.c: (gen_audio_element):
8505 Don't leak an autoaudiosink/alsasink when we generate
8506 a new audio element. (old code, I guess)
8508 2006-01-10 Michael Smith <msmith@fluendo.com>
8510 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8511 Support float audio in audiorate.
8512 Use width rather than depth for selecting sample width.
8514 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8516 * gst/videotestsrc/videotestsrc.h:
8517 Use GLib types here (that way we don't have to include the
8518 generated _stdint.h header, which makes life easier for win32
8519 folks that don't use autotools for the build) (#325990, patch
8520 by: Sergey Scobich).
8522 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8524 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8525 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8526 (gst_ring_buffer_pause), (wait_segment):
8527 * gst-libs/gst/audio/gstringbuffer.h:
8528 Name (private) union, makes Forte compiler happy (this time
8529 for real) (#324900).
8531 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8533 * gst-libs/gst/audio/Makefile.am:
8534 Link against libgstinterfaces, needed for mixer
8535 and property probe stuff.
8537 2006-01-09 Edward Hervey <edward@fluendo.com>
8539 * gst-libs/gst/Makefile.am:
8541 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8543 * gst-libs/gst/audio/Makefile.am:
8544 * gst-libs/gst/audio/mixerutils.c:
8545 (gst_audio_mixer_filter_do_filter),
8546 (gst_audio_mixer_filter_check_element),
8547 (gst_audio_mixer_filter_probe_feature),
8548 (element_factory_rank_compare_func),
8549 (gst_audio_default_registry_mixer_filter):
8550 * gst-libs/gst/audio/mixerutils.h:
8551 Add gst_audio_default_registry_mixer_filter() utility
8554 2006-01-03 Michael Smith <msmith@fluendo.com>
8556 * gst/audioresample/resample.h:
8557 As before, but for o_buf
8559 2006-01-03 Michael Smith <msmith@fluendo.com>
8561 * gst/audioresample/resample.h:
8562 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8563 since we do arithmetic on it.
8565 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8567 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8568 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8569 (gst_ring_buffer_pause), (wait_segment):
8570 * gst-libs/gst/audio/gstringbuffer.h:
8571 Sun's Forte compiler doesn't seem to like anonymous structs,
8572 so use same setup as in GstBaseSrc (fixes #324900).
8574 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8577 * gst/volume/Makefile.am:
8578 * gst/volume/demo.c:
8579 move old example to tests/examples/volume/volune.c
8580 * tests/examples/Makefile.am:
8581 * tests/examples/seek/seek.c: (main):
8582 change window-close event from "delete-event" to "destroy"
8583 * tests/examples/volume/Makefile.am:
8584 * tests/examples/volume/volume.c: (value_changed_callback),
8585 (setup_gui), (message_received), (eos_message_received), (main):
8586 fix event handling and bus usage
8588 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8590 * gst/audiotestsrc/gstaudiotestsrc.c:
8591 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8592 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8593 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8594 (gst_audio_test_src_create_square),
8595 (gst_audio_test_src_create_saw),
8596 (gst_audio_test_src_create_triangle),
8597 (gst_audio_test_src_create_silence),
8598 (gst_audio_test_src_create_white_noise),
8599 (gst_audio_test_src_create_pink_noise),
8600 (gst_audio_test_src_init_sine_table),
8601 (gst_audio_test_src_create_sine_table),
8602 (gst_audio_test_src_change_wave),
8603 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8604 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8605 * gst/audiotestsrc/gstaudiotestsrc.h:
8606 update to basesrc changes, implement segmented seeking and eos
8607 handling, add a 'sine-tab' waveform for performance critical playback
8609 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8612 ... and this time the other modified file that I missed last time.
8614 2005-12-29 Michael Smith <msmith@fluendo.com>
8616 * gst/playback/gstdecodebin.c: (new_pad):
8617 Fix non-C89 variable declaration not at the start of a block. Should
8618 help some compilers.
8620 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8622 * tests/check/Makefile.am:
8623 And now fix 'make distcheck' (builddir != srcdir)
8625 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8628 * ext/cdparanoia/Makefile.am:
8629 * ext/cdparanoia/gstcdparanoia.c:
8630 * ext/cdparanoia/gstcdparanoia.h:
8631 * ext/cdparanoia/gstcdparanoiasrc.c:
8632 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8633 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8634 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8635 (gst_cd_paranoia_paranoia_callback),
8636 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8637 (gst_cd_paranoia_src_set_property),
8638 (gst_cd_paranoia_src_get_property), (plugin_init):
8639 * ext/cdparanoia/gstcdparanoiasrc.h:
8640 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8641 plugin again (there are still fixes required to playbin to make
8642 cdda:// uris work there).
8644 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8646 * tests/check/Makefile.am:
8647 Fix test case compilation.
8649 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8651 * gst-libs/gst/cdda/gstcddabasesrc.c:
8652 (gst_cdda_base_src_update_duration),
8653 (gst_cdda_base_src_calculate_cddb_id):
8654 An integer is not a string. Fix access to uninitialised variable.
8656 * tests/check/Makefile.am:
8657 Add cddabasesrc unit test; also actually enable the vorbis test.
8659 * tests/check/generic/states.c:
8660 Blacklist new cd audio elements as well.
8662 * tests/check/libs/cddabasesrc.c:
8663 Unit test for GstCddaBaseSrc (discid calculation mostly).
8665 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8667 * docs/libs/Makefile.am:
8668 * docs/libs/gst-plugins-base-libs-docs.sgml:
8669 * docs/libs/gst-plugins-base-libs-sections.txt:
8670 * docs/libs/gst-plugins-base-libs.types:
8671 Add docs for libgstcdda/GstCddaBaseSrc.
8673 * gst-libs/gst/interfaces/mixertrack.h:
8674 Do one struct member per line with a semicolon at the end, that way
8675 even gtk-doc might parse it without complaining.
8677 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8680 * gst-libs/gst/Makefile.am:
8681 * gst-libs/gst/cdda/Makefile.am:
8682 * gst-libs/gst/cdda/base64.c:
8683 * gst-libs/gst/cdda/base64.h:
8684 * gst-libs/gst/cdda/gstcddabasesrc.c:
8685 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8686 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8687 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8688 (gst_cdda_base_src_get_property),
8689 (gst_cdda_base_src_get_track_from_sector),
8690 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8691 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8692 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8693 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8694 (gst_cdda_base_src_uri_get_protocols),
8695 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8696 (gst_cdda_base_src_uri_handler_init),
8697 (gst_cdda_base_src_setup_interfaces),
8698 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8699 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8700 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8701 (gst_cdda_base_src_add_tags),
8702 (gst_cdda_base_src_add_index_associations),
8703 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8704 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8705 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8706 (gst_cdda_base_src_create):
8707 * gst-libs/gst/cdda/gstcddabasesrc.h:
8708 * gst-libs/gst/cdda/sha1.c:
8709 * gst-libs/gst/cdda/sha1.h:
8710 Add new libgstcdda with GstCddaBaseSrc class.
8712 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8714 * ext/gnomevfs/gstgnomevfssink.h:
8715 Use GstBaseSinkClass as parent_class member for class struct, not
8718 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8720 Patch by: Michael Benes
8722 * gst/videotestsrc/gstvideotestsrc.c:
8723 (gst_video_test_src_class_init), (gst_video_test_src_start):
8724 Add start method to reset running time and number of frames sent
8725 when starting up (fixes #324696)
8727 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8729 * docs/plugins/Makefile.am:
8730 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8731 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8732 * docs/plugins/gst-plugins-base-plugins.args:
8733 * docs/plugins/gst-plugins-base-plugins.hierarchy:
8734 * docs/plugins/gst-plugins-base-plugins.signals:
8735 Add docs stuff for gnomevfssrc and gnomevfssink.
8737 * ext/gnomevfs/gstgnomevfssrc.c:
8738 Fix example pipeline in gtk-doc blurb.
8740 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
8742 * ext/gnomevfs/Makefile.am:
8743 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8744 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8745 (gst_gnome_vfs_handle_get_type), (plugin_init):
8746 * ext/gnomevfs/gstgnomevfs.h:
8747 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8748 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8749 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8750 (gst_gnome_vfs_sink_set_property),
8751 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8752 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8753 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8754 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8755 (gst_gnome_vfs_sink_uri_get_type),
8756 (gst_gnome_vfs_sink_uri_get_protocols),
8757 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8758 (gst_gnome_vfs_sink_uri_handler_init):
8759 * ext/gnomevfs/gstgnomevfssink.h:
8760 Port gnomevfssink; add gtk-doc blurb.
8762 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8763 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8764 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8765 (gst_gnome_vfs_src_uri_get_type),
8766 (gst_gnome_vfs_src_uri_get_protocols),
8767 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8768 (gst_gnome_vfs_src_uri_handler_init),
8769 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8770 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8771 (gst_gnome_vfs_src_send_additional_headers_callback),
8772 (gst_gnome_vfs_src_received_headers_callback),
8773 (gst_gnome_vfs_src_push_callbacks),
8774 (gst_gnome_vfs_src_pop_callbacks),
8775 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8776 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8777 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8778 * ext/gnomevfs/gstgnomevfssrc.h:
8779 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8780 file; add gtk-doc blurb with example pipelines.
8782 === release 0.10.1 ===
8784 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
8787 releasing 0.10.1, "Dobro Dedek"
8789 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
8791 * gst/typefind/gsttypefindfunctions.c:
8792 iLBC30 and iLBC20 added to typefind.
8794 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
8796 * gst-libs/gst/audio/gstbaseaudiosink.c:
8797 (gst_base_audio_sink_class_init):
8798 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8799 (gst_base_audio_src_class_init):
8800 update strings, values are in microseconds
8801 change the default sink buffer time to something that is smaller
8802 (to help software volume mixing have a slightly lower delay) but
8803 still be acceptable on Wim's laptop
8805 2005-12-20 Edward Hervey <edward@fluendo.com>
8807 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8808 Made a quack, forgot to add DUCK to the riff video template.
8810 2005-12-19 Edward Hervey <edward@fluendo.com>
8812 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8813 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8814 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8815 (gst_ogm_parse_chain):
8816 Make sure pads are initialized correctly.
8817 * gst-libs/gst/riff/riff-ids.h:
8818 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8819 (gst_riff_create_video_template_caps):
8820 Add a whole bunch of FOURCC <=> MimeType.
8821 Extend the riff video pad template to support the newly added fourcc.
8823 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
8825 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8826 (gst_ogg_demux_activate_chain):
8827 Extra debug output when activating/deactivating chains.
8829 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8830 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8832 Remove a queue from our list when it becomes unlinked.
8833 Don't add queues to elements in class 'Demux' if they
8834 can only produce one pad
8836 2005-12-18 Julien MOUTTE <julien@moutte.net>
8838 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8839 (gst_video_sink_get_type): Add a debug category.
8841 2005-12-17 Philippe Khalaf <burger@speedy.org>
8843 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8844 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8845 Handle downstream newsegment by sending our own newsegment before the
8846 next buffer to be released. (#323900)
8848 2005-12-17 Philippe Khalaf <burger@speedy.org>
8850 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8851 (gst_base_rtp_depayload_set_gst_timestamp):
8852 add queue delay to new segment as well (as opposed to just the first
8853 buffer). (bug #322347)
8855 2005-12-16 Stefan Kost <ensonic@users.sf.net>
8857 * ext/libvisual/visual.c: (make_valid_name):
8858 change some char* into char[]
8859 * gst/audiotestsrc/gstaudiotestsrc.c:
8860 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8861 (gst_audio_test_src_create):
8862 * gst/audiotestsrc/gstaudiotestsrc.h:
8863 prepare to handle EOS and SEGMENT_DONE
8865 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
8867 * tests/check/generic/states.c: (GST_START_TEST):
8868 Blacklist cdparanoia element in state test.
8870 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
8872 Patch by: Benjamin Pineau
8875 * gst/tcp/gsttcpclientsink.c:
8876 * gst/tcp/gsttcpserversink.c:
8877 * gst/tcp/gsttcpserversrc.c:
8878 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8880 2005-12-15 Michael Smith <msmith@fluendo.com>
8882 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8883 (gst_video_rate_chain):
8884 Fix timestamping for videorate when the first buffer it sees has a
8885 non-zero timestamp. Fix some misleading debug output.
8887 2005-12-15 Michael Smith <msmith@fluendo.com>
8889 * gst/audioresample/gstaudioresample.c:
8890 Don't leak all input buffers to audioresample.
8892 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
8894 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8895 Don't operate on empty text buffers. Strip newlines and
8896 tabs only from the end of the text, but leave them intact
8897 in the middle. Fix typo in gtk-doc description.
8899 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
8901 * gst/playback/gstplaybasebin.c:
8902 * gst/playback/gstplaybin.c: (handoff):
8903 Make sure the video frame buffer we return to apps via the
8904 "frame" property always has caps set on it. Modify
8905 _gst_gvalue_set_object() macro to handle NULL objects
8908 2005-12-14 Stefan Kost <ensonic@users.sf.net>
8910 * gst/audiotestsrc/gstaudiotestsrc.c:
8911 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8912 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8913 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8914 (gst_audio_test_src_create):
8915 * gst/audiotestsrc/gstaudiotestsrc.h:
8916 Adjust to some recent api changes and add wtays new cool seeking
8919 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
8921 * ext/alsa/Makefile.am:
8922 * ext/alsa/gstalsadeviceprobe.c:
8923 * ext/alsa/gstalsadeviceprobe.h:
8924 Helper functions to add device probing via the GstPropertyProbe
8925 interface to a class.
8927 * ext/alsa/gstalsamixer.h:
8928 Comment out GST_ALSA_MIXER, it returns a struct that's not
8931 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8932 Add some debug info.
8934 * ext/alsa/gstalsamixerelement.c:
8935 (gst_alsa_mixer_element_interface_supported),
8936 (gst_implements_interface_init),
8937 (gst_alsa_mixer_element_init_interfaces),
8938 (gst_alsa_mixer_element_class_init),
8939 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8940 (gst_alsa_mixer_element_set_property),
8941 (gst_alsa_mixer_element_get_property),
8942 (gst_alsa_mixer_element_change_state):
8943 * ext/alsa/gstalsamixerelement.h:
8944 Add 'device' and 'device-name' properties. Add GstPropertyProbe
8945 for device handling (gnome-volume-control will need that).
8947 2005-12-12 Christian Schaller <uraeus@gnome.org>
8949 * ext/Makefile.am: fix cdparanoia entry
8950 * gst-plugins-base.spec.in: add cdparanoia
8952 2005-12-12 Michael Smith <msmith@fluendo.com>
8954 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8955 Use the correct function to free list of typefind factories.
8957 2005-12-12 Wim Taymans <wim@fluendo.com>
8959 * gst/videotestsrc/gstvideotestsrc.c:
8960 (gst_video_test_src_class_init), (gst_video_test_src_init),
8961 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8962 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8963 (gst_video_test_src_create):
8964 * gst/videotestsrc/gstvideotestsrc.h:
8965 Implement seeking in videotestsrc.
8968 2005-12-12 Wim Taymans <wim@fluendo.com>
8970 * ext/cdparanoia/Makefile.am:
8971 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8972 (gst_paranoia_endian_get_type), (_do_init),
8973 (cdparanoia_class_init), (cdparanoia_init),
8974 (cdparanoia_set_property), (cdparanoia_get_property),
8975 (cdparanoia_do_seek), (cdparanoia_is_seekable),
8976 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8977 (cdparanoia_convert), (cdparanoia_get_query_types),
8978 (cdparanoia_query), (cdparanoia_set_index),
8979 (cdparanoia_uri_set_uri):
8980 * ext/cdparanoia/gstcdparanoia.h:
8981 Partially ported cdparanoia now that basesrc can support a
8984 2005-12-12 Wim Taymans <wim@fluendo.com>
8986 * tests/examples/seek/scrubby.c: (main):
8987 Set higher priority for bus events so they don't get reordered with
8990 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8991 (flush_toggle_cb), (main):
8992 Added checkbox to disable flushing seeks.
8993 Disable scrubbing when doing non flushing seeks.
8995 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
8997 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8998 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8999 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9000 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9001 Implement some sort of event handling that doesn't rely on
9002 g_return_if_fail; make sure we always push the last chunk of an
9003 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9004 state change function; remove some old cruft. Seeking is still
9005 rather unlikely to work though.
9010 2005-12-11 Julien MOUTTE <julien@moutte.net>
9012 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9013 Fixed a leak of the current image reference when cleaning up.
9014 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9016 2005-12-09 Michael Smith <msmith@fluendo.com>
9018 * tools/Makefile.am:
9019 * tools/gst-launch-ext-m.m:
9020 Remove gst-launch-ext. It doesn't work, and is no longer
9021 particularly useful.
9023 2005-12-08 Luca Ognibene <luogni@tin.it>
9025 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9026 don't pass random values to ogmparse convert function.
9027 Make seeking possible in the exile1.ogm file.
9029 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9031 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9032 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9033 Work around refcount problem with g_value_set_object() that occur
9034 if the core has been compiled against GLib-2.6 (g_value_set_object()
9035 will only g_object_ref() the element, but the caller will
9036 gst_object_unref() it and bad things will happen due to the way
9037 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9038 totem for people on FC4 using Thomas's 0.10 RPMs.
9040 2005-12-07 Edward Hervey <edward@fluendo.com>
9042 Time to welcome ogm to 0.10 :)
9044 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9045 (gst_ogg_pad_typefind):
9046 Oggdemux can now properly typefind elements with dynamic pads.
9047 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9048 Properly set caps on src pad, and set caps on outgoing buffers.
9050 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9052 * ext/alsa/gstalsamixer.h:
9053 * ext/alsa/gstalsamixerelement.h:
9054 * ext/alsa/gstalsamixeroptions.h:
9055 * ext/alsa/gstalsamixertrack.h:
9056 * ext/alsa/gstalsasink.c:
9057 * ext/alsa/gstalsasink.h:
9058 * ext/alsa/gstalsasrc.c:
9059 * ext/alsa/gstalsasrc.h:
9060 * ext/cdparanoia/gstcdparanoia.h:
9061 * ext/gnomevfs/gstgnomevfsuri.h:
9062 * ext/ogg/gstoggdemux.c:
9063 * ext/ogg/gstoggmux.c:
9064 * ext/pango/gsttextoverlay.h:
9065 * ext/theora/theoradec.c:
9066 * ext/theora/theoraenc.c:
9067 * ext/vorbis/vorbisdec.h:
9068 * ext/vorbis/vorbisenc.c:
9069 * ext/vorbis/vorbisenc.h:
9070 * ext/vorbis/vorbisparse.h:
9071 * gst-libs/gst/audio/gstaudioclock.h:
9072 * gst-libs/gst/audio/gstaudiosink.c:
9073 * gst-libs/gst/audio/gstaudiosink.h:
9074 * gst-libs/gst/audio/gstaudiosrc.c:
9075 * gst-libs/gst/audio/gstaudiosrc.h:
9076 * gst-libs/gst/audio/gstbaseaudiosink.c:
9077 * gst-libs/gst/audio/gstbaseaudiosink.h:
9078 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9079 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9080 * gst-libs/gst/audio/gstringbuffer.h:
9081 * gst-libs/gst/audio/multichannel.h:
9082 * gst-libs/gst/floatcast/floatcast.h:
9083 * gst-libs/gst/interfaces/colorbalance.c:
9084 * gst-libs/gst/interfaces/colorbalance.h:
9085 * gst-libs/gst/interfaces/colorbalancechannel.h:
9086 * gst-libs/gst/interfaces/mixer.h:
9087 * gst-libs/gst/interfaces/mixeroptions.h:
9088 * gst-libs/gst/interfaces/mixertrack.h:
9089 * gst-libs/gst/interfaces/navigation.h:
9090 * gst-libs/gst/interfaces/propertyprobe.h:
9091 * gst-libs/gst/interfaces/tuner.h:
9092 * gst-libs/gst/interfaces/tunerchannel.h:
9093 * gst-libs/gst/interfaces/tunernorm.h:
9094 * gst-libs/gst/interfaces/xoverlay.h:
9095 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9096 * gst-libs/gst/riff/riff-ids.h:
9097 * gst-libs/gst/riff/riff-media.h:
9098 * gst-libs/gst/riff/riff-read.h:
9099 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9100 * gst-libs/gst/rtp/gstbasertppayload.c:
9101 * gst-libs/gst/rtp/gstbasertppayload.h:
9102 * gst-libs/gst/rtp/gstrtpbuffer.c:
9103 * gst-libs/gst/rtp/gstrtpbuffer.h:
9104 * gst-libs/gst/tag/gsttageditingprivate.h:
9105 * gst-libs/gst/tag/gstvorbistag.c:
9106 (gst_tag_list_from_vorbiscomment_buffer):
9107 * gst-libs/gst/tag/tag.h:
9108 * gst-libs/gst/video/video.h:
9109 * gst/adder/gstadder.c:
9110 * gst/adder/gstadder.h:
9111 * gst/audioconvert/audioconvert.c:
9112 * gst/audioconvert/audioconvert.h:
9113 * gst/audioconvert/gstaudioconvert.c:
9114 * gst/audioconvert/gstchannelmix.c:
9115 * gst/audioconvert/gstchannelmix.h:
9116 * gst/audiorate/gstaudiorate.c:
9117 * gst/audioresample/buffer.h:
9118 * gst/audioresample/functable.h:
9119 * gst/audioresample/gstaudioresample.c:
9120 * gst/audioresample/resample.h:
9121 * gst/ffmpegcolorspace/avcodec.h:
9122 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9123 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9124 * gst/ffmpegcolorspace/imgconvert.c:
9125 * gst/ffmpegcolorspace/imgconvert_template.h:
9126 * gst/playback/gstdecodebin.c:
9127 * gst/playback/gstplaybasebin.h:
9128 * gst/playback/gstplaybin.c:
9129 * gst/playback/gststreaminfo.h:
9130 * gst/tcp/gstfdset.c:
9131 * gst/tcp/gstfdset.h:
9132 * gst/tcp/gstmultifdsink.c:
9133 * gst/tcp/gstmultifdsink.h:
9135 * gst/tcp/gsttcpclientsrc.c:
9136 * gst/tcp/gsttcpclientsrc.h:
9137 * gst/tcp/gsttcpplugin.h:
9138 * gst/tcp/gsttcpserversink.c:
9139 * gst/tcp/gsttcpserversrc.c:
9140 * gst/typefind/gsttypefindfunctions.c:
9141 * gst/videorate/gstvideorate.c:
9142 * gst/videotestsrc/gstvideotestsrc.h:
9143 * gst/videotestsrc/videotestsrc.h:
9144 * sys/v4l/gstv4lcolorbalance.h:
9145 * sys/v4l/gstv4ltuner.h:
9146 * sys/v4l/gstv4lxoverlay.h:
9147 * sys/v4l/v4l_calls.h:
9148 * sys/v4l/videodev_mjpeg.h:
9149 * tests/check/elements/audioconvert.c:
9150 * tests/check/elements/audioresample.c:
9151 * tests/check/elements/audiotestsrc.c:
9152 * tests/check/elements/videotestsrc.c:
9153 * tests/check/elements/volume.c:
9154 * tests/examples/seek/scrubby.c:
9155 * tests/examples/seek/seek.c:
9158 === release 0.10.0 ===
9160 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9163 releasing 0.10.0, "Mont-d'or"
9165 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9167 * tests/examples/seek/Makefile.am:
9168 Build fix for when gtk is not available.
9170 2005-12-05 Andy Wingo <wingo@pobox.com>
9172 * ext/libvisual/visual.c: (get_buffer):
9173 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9174 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9175 * ext/theora/theoradec.c: (theora_handle_data_packet):
9176 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9178 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9179 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9180 Update for alloc_buffer changes.
9182 2005-12-05 Andy Wingo <wingo@pobox.com>
9184 patch by: Kai Vehmanen <kv2004 eca cx>
9186 * gst-libs/gst/rtp/gstbasertpdepayload.c
9187 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9189 2005-12-04 Andy Wingo <wingo@pobox.com>
9191 patch by: Sebastien Cote <sebas642 yahoo ca>
9193 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9196 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9198 * docs/plugins/Makefile.am:
9199 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9200 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9201 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9202 * ext/pango/gstclockoverlay.c:
9203 * ext/pango/gsttextoverlay.c:
9204 * ext/pango/gsttextrender.c:
9205 * ext/pango/gsttimeoverlay.c:
9206 Add gtk-doc blurbs to pango elements.
9208 2005-12-02 Wim Taymans <wim@fluendo.com>
9210 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9211 * gst/audioresample/buffer.h:
9212 * gst/audioresample/gstaudioresample.c:
9213 * gst/audioresample/gstaudioresample.h:
9214 * gst/audioresample/resample.c: (resample_input_flush),
9215 (resample_input_pushthrough), (resample_input_eos),
9216 (resample_get_output_size_for_input),
9217 (resample_get_input_size_for_output), (resample_get_output_size),
9218 (resample_get_output_data):
9219 * gst/audioresample/resample.h:
9220 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9221 Fix audioresample, seek torture, new segments, reverse negotiation
9224 2005-12-02 Wim Taymans <wim@fluendo.com>
9226 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9229 2005-12-02 Wim Taymans <wim@fluendo.com>
9231 * gst/audioconvert/gstaudioconvert.c:
9232 (gst_audio_convert_transform):
9235 === release 0.9.7 ===
9237 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9240 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9242 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9248 add win32 MANIFEST file
9249 do something to the hungarian translation
9251 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9254 Add $(PANGO_DIR) to SUBDIRS
9256 * ext/pango/gstclockoverlay.c:
9257 * ext/pango/gsttimeoverlay.c:
9258 Fix and improve element descriptions.
9260 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9262 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9263 * docs/plugins/inspect/plugin-libvisual.xml:
9264 * docs/plugins/inspect/plugin-pango.xml:
9265 add pango plugin to docs
9267 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9273 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9276 * tests/Makefile.am:
9277 * tests/icles/.cvsignore:
9278 * tests/icles/Makefile.am:
9279 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9280 (close_display), (resize_window), (move_window), (create_window),
9281 (terminate_playback), (pause_playback), (start_playback), (main):
9282 add stress test for xoverlay from Julien
9284 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9286 * docs/libs/tmpl/gstcolorbalance.sgml:
9287 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9288 * gst-libs/gst/rtp/gstbasertppayload.c:
9289 * gst-libs/gst/rtp/gstrtpbuffer.c:
9290 * gst-libs/gst/rtp/gstrtpbuffer.h:
9291 Do burger's rename for rtp payloaders and depayloaders
9293 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9296 add Visual Studio 6 build files
9298 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9300 * docs/libs/gst-plugins-base-libs-docs.sgml:
9301 * docs/libs/gst-plugins-base-libs-sections.txt:
9302 * docs/libs/tmpl/gstaudio.sgml:
9303 * docs/libs/tmpl/gstringbuffer.sgml:
9304 * gst-libs/gst/interfaces/xoverlay.c:
9305 * gst-libs/gst/video/gstvideofilter.c:
9306 * gst-libs/gst/video/gstvideosink.c:
9307 update documentation
9309 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9311 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9312 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9313 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9314 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9315 (gst_multi_fd_sink_get_stats),
9316 (gst_multi_fd_sink_remove_client_link),
9317 (gst_multi_fd_sink_handle_client_read),
9318 (gst_multi_fd_sink_client_queue_data),
9319 (gst_multi_fd_sink_client_queue_caps),
9320 (gst_multi_fd_sink_client_queue_buffer),
9321 (gst_multi_fd_sink_new_client),
9322 (gst_multi_fd_sink_handle_client_write),
9323 (gst_multi_fd_sink_recover_client),
9324 (gst_multi_fd_sink_queue_buffer),
9325 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9326 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9327 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9328 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9329 * gst/tcp/gstmultifdsink.h:
9330 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9331 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9332 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9333 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9334 (gst_tcp_client_sink_set_property),
9335 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9336 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9337 * gst/tcp/gsttcpclientsink.h:
9338 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9339 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9340 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9341 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9342 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9343 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9344 * gst/tcp/gsttcpclientsrc.h:
9345 * gst/tcp/gsttcpplugin.c: (plugin_init):
9346 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9347 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9348 (gst_tcp_server_sink_finalize),
9349 (gst_tcp_server_sink_handle_server_read),
9350 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9351 (gst_tcp_server_sink_set_property),
9352 (gst_tcp_server_sink_get_property),
9353 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9354 * gst/tcp/gsttcpserversink.h:
9355 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9356 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9357 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9358 (gst_tcp_server_src_set_property),
9359 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9360 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9361 * gst/tcp/gsttcpserversrc.h:
9364 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9366 * docs/plugins/Makefile.am:
9367 * docs/plugins/gst-plugins-base-plugins.args:
9368 * docs/plugins/inspect/plugin-libvisual.xml:
9369 * gst/audioconvert/plugin.h:
9370 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9371 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9372 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9373 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9374 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9376 * gst/audiotestsrc/gstaudiotestsrc.c:
9377 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9378 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9379 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9380 (gst_audio_test_src_get_query_types),
9381 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9382 (gst_audio_test_src_create_square),
9383 (gst_audio_test_src_create_saw),
9384 (gst_audio_test_src_create_triangle),
9385 (gst_audio_test_src_create_silence),
9386 (gst_audio_test_src_create_white_noise),
9387 (gst_audio_test_src_init_pink_noise),
9388 (gst_audio_test_src_generate_pink_noise_value),
9389 (gst_audio_test_src_create_pink_noise),
9390 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9391 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9392 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9394 * gst/audiotestsrc/gstaudiotestsrc.h:
9395 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9396 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9397 (gst_sub_parse_init), (gst_sub_parse_formats),
9398 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9399 (convert_encoding), (get_next_line),
9400 (gst_sub_parse_data_format_autodetect),
9401 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9402 (gst_sub_parse_loop), (gst_sub_parse_chain),
9403 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9405 * gst/subparse/gstsubparse.h:
9406 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9407 (gst_video_rate_base_init), (gst_video_rate_class_init),
9408 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9409 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9410 (gst_video_rate_init), (gst_video_rate_event),
9411 (gst_video_rate_chain), (gst_video_rate_set_property),
9412 (gst_video_rate_get_property), (gst_video_rate_change_state),
9414 * gst/videoscale/gstvideoscale.c:
9415 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9416 (gst_video_scale_src_template_factory),
9417 (gst_video_scale_sink_template_factory),
9418 (gst_video_scale_get_type), (gst_video_scale_base_init),
9419 (gst_video_scale_class_init), (gst_video_scale_init),
9420 (gst_video_scale_set_property), (gst_video_scale_get_property),
9421 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9422 (gst_video_scale_prepare_size), (parse_caps),
9423 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9424 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9425 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9427 * gst/videoscale/gstvideoscale.h:
9428 * gst/videotestsrc/gstvideotestsrc.c:
9429 (gst_video_test_src_pattern_get_type),
9430 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9431 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9432 (gst_video_test_src_set_pattern),
9433 (gst_video_test_src_set_property),
9434 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9435 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9436 (gst_video_test_src_event), (gst_video_test_src_get_times),
9437 (gst_video_test_src_create), (plugin_init):
9438 * gst/videotestsrc/gstvideotestsrc.h:
9439 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9440 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9441 (gst_video_test_src_black):
9442 * gst/videotestsrc/videotestsrc.h:
9444 clean up docs a little
9446 2005-11-30 Wim Taymans <wim@fluendo.com>
9448 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9449 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9450 (gst_basertppayload_event), (gst_basertppayload_push),
9451 (gst_basertppayload_change_state):
9452 * gst-libs/gst/rtp/gstbasertppayload.h:
9455 2005-11-30 Julien MOUTTE <julien@moutte.net>
9457 * docs/libs/gst-plugins-base-libs-docs.sgml:
9458 * docs/libs/gst-plugins-base-libs-sections.txt:
9459 * gst-libs/gst/video/gstvideofilter.c:
9460 * gst-libs/gst/video/gstvideosink.c:
9461 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9463 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9483 * scripts/autoplugins.sh:
9486 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9490 * examples/Makefile.am:
9491 * examples/capsfilter/Makefile.am:
9492 * examples/capsfilter/capsfilter1.c:
9493 * examples/gob/Makefile.am:
9494 * examples/gob/gst-identity2.gob:
9495 * examples/indexing/.cvsignore:
9496 * examples/indexing/Makefile.am:
9497 * examples/indexing/indexmpeg.c:
9498 * examples/seeking/.cvsignore:
9499 * examples/seeking/Makefile.am:
9500 * examples/seeking/cdparanoia.c:
9501 * examples/seeking/cdplayer.c:
9502 * examples/seeking/chained.c:
9503 * examples/seeking/scrubby.c:
9504 * examples/seeking/seek.c:
9505 * examples/stats/Makefile.am:
9506 * examples/stats/mp2ogg.c:
9507 * examples/switch/.cvsignore:
9508 * examples/switch/Makefile.am:
9509 * examples/switch/switcher.c:
9510 * tests/Makefile.am:
9511 * tests/check/generic/.cvsignore:
9512 * tests/check/pipelines/.cvsignore:
9513 * tests/examples/Makefile.am:
9514 * tests/examples/seek/Makefile.am:
9515 reorganize stuff under tests/
9517 2005-11-30 Edward Hervey <edward@fluendo.com>
9519 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9520 Go away you stupid GstStaticPadTemplate memleak.
9522 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9524 * gst-libs/gst/net/Makefile.am:
9525 * gst-libs/gst/net/README:
9526 * gst-libs/gst/net/gstnetbuffer.c:
9527 * gst-libs/gst/net/gstnetbuffer.h:
9528 this was moved to "netbuffer"
9530 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9532 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9533 (gst_video_filter_class_init), (gst_video_filter_init):
9534 * gst-libs/gst/video/gstvideofilter.h:
9535 borgify name to bring in line with other classes
9537 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9539 * gst/audioscale/.cvsignore:
9540 * gst/audioscale/Makefile.am:
9541 * gst/audioscale/README:
9542 * gst/audioscale/audioscale.vcproj:
9543 * gst/audioscale/dtof.c:
9544 * gst/audioscale/dtos.c:
9545 * gst/audioscale/functable.c:
9546 * gst/audioscale/gstaudioscale.c:
9547 * gst/audioscale/gstaudioscale.h:
9548 * gst/audioscale/private.h:
9549 * gst/audioscale/resample.c:
9550 * gst/audioscale/resample.h:
9551 * gst/audioscale/test.c:
9554 2005-11-30 Edward Hervey <edward@fluendo.com>
9556 * gst-libs/gst/netbuffer/Makefile.am:
9557 really, really tired
9559 2005-11-30 Edward Hervey <edward@fluendo.com>
9561 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9562 Update for new GstTypeFindFactory _register()
9564 2005-11-30 Edward Hervey <edward@fluendo.com>
9566 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9567 Let's not override libgstnet from core for no reason...
9568 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9569 Ok, maybe not so quick next time.
9571 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9574 * gst-libs/gst/Makefile.am:
9575 moved gst-libs/gst/net to netbuffer through CVS surgery
9576 remove old directory
9577 updating build to accomodate
9580 2005-11-29 Andy Wingo <wingo@pobox.com>
9582 * pkgconfig/gstreamer-plugins-base.pc.in:
9583 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9584 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9587 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9589 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9590 3rd time's the charm. Correct ref-counting for discarded buffers.
9592 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9594 * gst/playback/gststreamselector.c:
9595 (gst_stream_selector_class_init),
9596 (gst_stream_selector_set_property),
9597 (gst_stream_selector_get_property),
9598 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9601 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9603 * gst/subparse/gstsubparse.c: (feed_textbuf):
9604 Don't access already unref'ed buffer.
9606 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9608 * gst/playback/gststreamselector.c:
9609 (gst_stream_selector_class_init), (gst_stream_selector_init),
9610 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9611 (gst_stream_selector_get_property),
9612 (gst_stream_selector_get_linked_pad),
9613 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9614 * gst/playback/gststreamselector.h:
9615 Add the active-pad property for playbin to use shortly. Ignore buffers
9616 from any other pad, returning GST_FLOW_NOT_LINKED
9618 2005-11-29 Julien MOUTTE <julien@moutte.net>
9620 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9621 patch from bug #322704 (Alessandro Decina).
9623 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9625 * gst-libs/gst/audio/Makefile.am:
9626 folded audiofilter into the audio library
9628 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9630 * gst/videoscale/gstvideoscale.h:
9631 * gst/videoscale/gstvideoscale.c:
9632 remove unimplemented scale methods
9634 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
9636 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9639 2005-11-28 Julien MOUTTE <julien@moutte.net>
9641 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9642 (gst_ximagesink_setcaps):
9643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9644 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9645 happens (only visible on ximagesink but bug is in xv too) set_caps was
9646 destroying the internal x[v]image used to memcpy non locally alloced
9647 buffers so that it got renewed on next _chain. The issue is that
9648 _expose will try to put that image as it reffed it in _put.
9649 Using gst_buffer_unref instead of destroy fixes it !
9651 2005-11-28 Edward Hervey <edward@fluendo.com>
9653 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9654 (try_to_link_1), (queue_filled_cb):
9655 Better use of the queues. Start with a small size queue and only increase
9656 the size of the queues when the other queues are empty.
9658 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
9660 * gst-libs/gst/video/Makefile.am:
9661 compile in copied-over videofilter into the video library
9662 * gst-libs/gst/video/videosink.h:
9663 rename the header to gstvideosink.h since it's a base GstObject class
9664 * sys/ximage/ximagesink.h:
9665 * sys/xvimage/xvimagesink.h:
9668 2005-11-28 Wim Taymans <wim@fluendo.com>
9670 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9671 * gst/playback/gstplaybasebin.h:
9672 Prepare to handle errors betters.
9674 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9675 Set sinks to PAUSED first before adding and linking them so that
9676 we don't interrupt dataflow.
9678 2005-11-28 Wim Taymans <wim@fluendo.com>
9680 * gst-libs/gst/audio/TODO:
9683 * gst-libs/gst/audio/gstaudiosink.c:
9684 (gst_audioringbuffer_open_device),
9685 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9686 (gst_audioringbuffer_release):
9689 * gst-libs/gst/audio/gstbaseaudiosink.c:
9690 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9691 (gst_base_audio_sink_change_state):
9692 Slave to the master clock when going to PLAYING and unslave when
9695 * gst-libs/gst/audio/gstringbuffer.c:
9696 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9697 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9698 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9699 (gst_ring_buffer_clear_all), (wait_segment),
9700 (gst_ring_buffer_commit), (gst_ring_buffer_read),
9701 (gst_ring_buffer_advance):
9702 * gst-libs/gst/audio/gstringbuffer.h:
9703 Add some docs and cleanups.
9705 2005-11-28 Julien MOUTTE <julien@moutte.net>
9707 * sys/xvimage/xvimagesink.c:
9708 (gst_xvimagesink_navigation_send_event): Fix navigation events
9709 coordinates translation with pixel aspect ratios.
9711 2005-11-28 Julien MOUTTE <julien@moutte.net>
9713 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9714 Use calculated video geometry from _setcaps instead of buffer
9715 caps to respect pixel aspect ratio. (fixes #322388)
9717 2005-11-28 Julien MOUTTE <julien@moutte.net>
9719 * docs/libs/tmpl/gstcolorbalance.sgml:
9720 * docs/libs/tmpl/gstmixer.sgml:
9721 * docs/libs/tmpl/gstxoverlay.sgml:
9722 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9725 2005-11-28 Julien MOUTTE <julien@moutte.net>
9727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9728 Refuse to create an XvImage if we can't find the format.
9730 2005-11-28 Edward Hervey <edward@fluendo.com>
9732 * gst-libs/gst/riff/riff-media.c:
9733 (gst_riff_create_audio_template_caps):
9734 Add ATRAC3 to the list of riff-possible audio caps.
9735 I know we still don't have a plugin for atrac3, but it's saner to output
9736 that than a cryptic mimetype.
9738 2005-11-27 Edward Hervey <edward@fluendo.com>
9740 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9741 Don't try to create a zero-sized subbuffer.
9743 2005-11-27 Julien MOUTTE <julien@moutte.net>
9745 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9746 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9747 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9748 (gst_ximagesink_expose): Fixed a tricky race.
9749 * sys/ximage/ximagesink.h:
9750 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9751 (gst_xvimagesink_expose): Fixed a tricky race.
9752 * sys/xvimage/xvimagesink.h:
9754 2005-11-27 Edward Hervey <edward@fluendo.com>
9756 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9757 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9758 Remove unused properties, and add queues between demuxers and decoders
9759 so that a lot more files can preroll properly.
9761 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
9763 * gst-libs/gst/net/Makefile.am:
9764 * gst-libs/gst/rtp/Makefile.am:
9765 * gst-libs/gst/tag/Makefile.am:
9766 remove silly include
9767 * gst/tags/Makefile.am:
9768 * gst/tags/gsttagediting.c:
9769 * gst/tags/gsttageditingprivate.h:
9770 * gst/tags/tagedit.vcproj:
9771 remove directory, is as good as empty
9773 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
9776 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9777 * gst-libs/Makefile.am:
9778 * gst-libs/gst/audio/Makefile.am:
9779 * gst-libs/gst/interfaces/Makefile.am:
9780 * gst-libs/gst/net/Makefile.am:
9781 * gst-libs/gst/riff/Makefile.am:
9782 * gst-libs/gst/rtp/Makefile.am:
9783 * gst-libs/gst/tag/Makefile.am:
9784 * gst-libs/gst/video/Makefile.am:
9787 2005-11-27 Julien MOUTTE <julien@moutte.net>
9789 * docs/libs/tmpl/gstcolorbalance.sgml:
9790 * docs/libs/tmpl/gstmixer.sgml:
9791 * docs/libs/tmpl/gstxoverlay.sgml:
9792 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9793 * sys/ximage/ximagesink.h:
9794 * sys/xvimage/xvimagesink.h: More and more documentation.
9796 2005-11-26 Julien MOUTTE <julien@moutte.net>
9798 * docs/libs/gst-plugins-base-libs-docs.sgml:
9799 * docs/libs/gst-plugins-base-libs-sections.txt:
9800 * docs/libs/tmpl/gstcolorbalance.sgml:
9801 * docs/libs/tmpl/gstmixer.sgml:
9802 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9805 2005-11-26 Julien MOUTTE <julien@moutte.net>
9807 * docs/plugins/Makefile.am:
9808 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9809 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9810 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9812 2005-11-26 Julien MOUTTE <julien@moutte.net>
9814 * docs/plugins/Makefile.am:
9815 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9816 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9817 * docs/plugins/inspect/plugin-adder.xml:
9818 * docs/plugins/inspect/plugin-alsa.xml:
9819 * docs/plugins/inspect/plugin-audioconvert.xml:
9820 * docs/plugins/inspect/plugin-audiorate.xml:
9821 * docs/plugins/inspect/plugin-audioresample.xml:
9822 * docs/plugins/inspect/plugin-audiotestsrc.xml:
9823 * docs/plugins/inspect/plugin-decodebin.xml:
9824 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9825 * docs/plugins/inspect/plugin-gnomevfs.xml:
9826 * docs/plugins/inspect/plugin-ogg.xml:
9827 * docs/plugins/inspect/plugin-playbin.xml:
9828 * docs/plugins/inspect/plugin-subparse.xml:
9829 * docs/plugins/inspect/plugin-tcp.xml:
9830 * docs/plugins/inspect/plugin-theora.xml:
9831 * docs/plugins/inspect/plugin-typefindfunctions.xml:
9832 * docs/plugins/inspect/plugin-video4linux.xml:
9833 * docs/plugins/inspect/plugin-videorate.xml:
9834 * docs/plugins/inspect/plugin-videoscale.xml:
9835 * docs/plugins/inspect/plugin-videotestsrc.xml:
9836 * docs/plugins/inspect/plugin-volume.xml:
9837 * docs/plugins/inspect/plugin-vorbis.xml:
9838 * docs/plugins/inspect/plugin-ximagesink.xml:
9839 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9840 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9842 2005-11-26 Edward Hervey <edward@fluendo.com>
9844 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9845 Properly return GstFlowReturn from gst_pad_push in chain functions.
9847 2005-11-25 Michael Smith <msmith@fluendo.com>
9849 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9850 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9851 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9852 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9853 Handle various conditions better when we don't understand a stream.
9854 Removes a heap of CRITICALs on ogg streams containing unknown data.
9856 2005-11-24 Andy Wingo <wingo@pobox.com>
9858 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9861 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9863 * configure.ac: back to HEAD
9865 === release 0.9.6 ===
9867 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9870 releasing 0.9.6, "White Eight"
9872 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9874 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9875 * docs/plugins/inspect/plugin-sine.xml:
9876 remove sinesrc some more
9878 2005-11-23 Wim Taymans <wim@fluendo.com>
9880 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9881 If we are reading too slowly, jump forward in the ringbuffer
9882 instead of blocking.
9884 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9886 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9888 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9889 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9890 (gst_videorate_chain):
9891 * gst/videotestsrc/gstvideotestsrc.c:
9892 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9893 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9894 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9895 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9896 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9897 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9898 Updates for API changes
9900 2005-11-23 Wim Taymans <wim@fluendo.com>
9902 * gst-libs/gst/audio/gstbaseaudiosink.c:
9903 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9904 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9905 Fix for calibration API change.
9907 2005-11-23 Michael Smith <msmith@fluendo.com>
9909 * gst-libs/gst/audio/multichannel.c:
9910 (gst_audio_get_channel_positions),
9911 (gst_audio_set_channel_positions),
9912 (gst_audio_set_structure_channel_positions_list),
9913 (gst_audio_fixate_channel_positions):
9914 Use gst_value_array_*() functions on value arrays, not
9917 2005-11-23 Edward Hervey <edward@fluendo.com>
9920 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9923 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9925 * check/Makefile.am:
9926 * check/elements/videotestsrc.c: (setup_videotestsrc),
9927 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9929 add a test for videotestsrc
9931 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9933 * gst/sine/.cvsignore:
9934 * gst/sine/Makefile.am:
9935 * gst/sine/gstsinesrc.c:
9936 * gst/sine/gstsinesrc.h:
9937 * gst/sine/sinesrc.vcproj:
9938 and remove sinesrc from the repository. Closes #321446
9940 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9943 * gst-plugins-base.spec.in:
9944 remove sinesrc from the build
9946 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
9948 * check/Makefile.am:
9949 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9950 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9952 add a test for audiotestsrc, testing all waves. Even seems
9953 leak-free at first glance, nice job Stefan
9955 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9971 Translation string updates
9973 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9974 (gst_v4lsrc_set_caps):
9975 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9976 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9977 * sys/v4l/v4lsrc_calls.h:
9978 Improve v4lsrc, by making it work again.
9980 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
9982 * ext/libvisual/visual.c: (gst_visual_chain):
9983 Fix the fps calculations.
9985 * gst/ffmpegcolorspace/avcodec.h:
9986 Move structure element for clarity
9988 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9989 * gst-libs/gst/interfaces/tunernorm.h:
9990 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9991 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9992 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9993 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9994 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9995 (gst_v4lmjpegsrc_getcaps):
9996 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9997 (gst_v4lsrc_set_caps):
9998 * sys/v4l/gstv4lsrc.h:
9999 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10000 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10001 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10002 * sys/v4l/v4lsrc_calls.h:
10003 Fractional framerates...
10005 2005-11-22 Wim Taymans <wim@fluendo.com>
10007 * gst-libs/gst/audio/gstbaseaudiosink.c:
10008 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10009 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10010 And we provide a clock by default, of course...
10012 2005-11-22 Wim Taymans <wim@fluendo.com>
10014 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10015 This clock can be slaved to a master clock now.
10017 * gst-libs/gst/audio/gstbaseaudiosink.c:
10018 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10019 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10020 (gst_base_audio_sink_set_clock),
10021 (gst_base_audio_sink_set_property),
10022 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10023 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10024 * gst-libs/gst/audio/gstbaseaudiosink.h:
10025 Handle slaving the internal clock to the clock selected in the
10027 Add property to make the basesink not provide a clock.
10029 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10030 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10031 (gst_base_rtp_depayload_wait):
10032 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10033 We can use the clock in GstElement, no need to store it ourselves.
10035 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10037 * docs/libs/tmpl/gstaudio.sgml:
10039 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10040 (gst_paranoia_endian_get_type):
10041 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10042 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10043 * gst/audiotestsrc/gstaudiotestsrc.c:
10044 (gst_audiostestsrc_wave_get_type):
10045 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10046 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10047 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10048 (gst_sync_method_get_type), (gst_unit_type_get_type),
10049 (gst_client_status_get_type), (gst_multifdsink_class_init),
10050 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10051 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10052 (gst_multifdsink_get_property):
10053 * gst/tcp/gstmultifdsink.h:
10054 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10055 * gst/videotestsrc/gstvideotestsrc.c:
10056 (gst_videotestsrc_pattern_get_type):
10057 remove deprecated properties
10058 fix up enums to correctly have short lowercase dashed nicks
10060 2005-11-22 Michael Smith <msmith@fluendo.com>
10062 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10063 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10066 2005-11-22 Michael Smith <msmith@fluendo.com>
10068 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10069 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10070 Use utility method for scaling clocktime for fractional framerates.
10072 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10074 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10075 (gst_visual_chain):
10076 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10077 * ext/theora/theoradec.c: (theora_handle_type_packet):
10078 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10079 (theora_enc_chain):
10080 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10081 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10082 * gst-libs/gst/video/video.h:
10083 * gst/ffmpegcolorspace/avcodec.h:
10084 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10085 (gst_ffmpeg_caps_to_pixfmt):
10086 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10087 (gst_ffmpegcsp_set_caps):
10088 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10089 (gst_videorate_setcaps), (gst_videorate_blank_data),
10090 (gst_videorate_chain):
10091 * gst/videotestsrc/gstvideotestsrc.c:
10092 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10093 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10094 (gst_videotestsrc_event), (gst_videotestsrc_create):
10095 * gst/videotestsrc/gstvideotestsrc.h:
10096 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10097 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10098 (gst_ximagesink_get_times), (gst_ximagesink_init):
10099 * sys/ximage/ximagesink.h:
10100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10101 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10102 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10103 * sys/xvimage/xvimagesink.h:
10104 Convert elements to use fractions for their framerate.
10105 V4L elements to come later tonight.
10107 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10109 * gst-libs/gst/audio/audio.c:
10110 * gst-libs/gst/audio/audio.h:
10111 remove some deprecated functions
10113 2005-11-22 Andy Wingo <wingo@pobox.com>
10115 * Update for gst_tag_setter API changes.
10117 2005-11-22 Andy Wingo <wingo@pobox.com>
10119 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10120 (gst_ogg_demux_perform_seek):
10121 * ext/theora/theoradec.c (theora_dec_sink_event):
10122 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10125 2005-11-22 Wim Taymans <wim@fluendo.com>
10127 * examples/seeking/seek.c: (main):
10128 Give higher priority to bus signals than the gtk events
10129 to fix a race condition in the segment looping.
10131 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10133 * ext/theora/Makefile.am:
10134 * ext/vorbis/Makefile.am:
10135 * gst-libs/gst/tag/Makefile.am:
10136 * gst-plugins-base.spec.in:
10137 Rename libgsttagedit to libgsttag (#322117).
10139 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10141 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10142 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10143 Call gst_x_overlay_prepare_xwindow_id() to give applications
10144 a final chance to set their own xwindow id before the video
10145 sink creates its own window.
10147 2005-11-22 Julien MOUTTE <julien@moutte.net>
10149 * sys/xvimage/xvimagesink.c:
10150 (gst_xvimagesink_navigation_send_event): Handle navigation
10151 events correcly with borders if applicable.
10153 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10155 Patch by: Luca Ognibene
10157 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10158 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10159 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10160 (gst_ffmpegcsp_caps_remove_format_info):
10161 * gst/ffmpegcolorspace/imgconvert.c:
10162 * gst/ffmpegcolorspace/imgconvert_template.h:
10163 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10164 #318353); use gst_structure_has_name().
10166 2005-11-22 Julien MOUTTE <julien@moutte.net>
10168 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10169 (gst_ximagesink_class_init): Add debug macros on functions.
10170 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10171 (gst_xvimagesink_xwindow_draw_borders),
10172 (gst_xvimagesink_xvimage_put),
10173 (gst_xvimagesink_xwindow_update_geometry),
10174 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10175 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10176 (gst_xvimagesink_xcontext_clear),
10177 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10178 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10179 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10180 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10181 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10182 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10183 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10184 expose while being PAUSED, out of data flow navigation events, etc..
10186 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10188 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10189 * gst-libs/gst/audio/audio.h:
10190 fix prototype - wondering why the test worked regardless
10192 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10194 * check/Makefile.am:
10195 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10196 * gst-libs/gst/audio/audio.h:
10197 add a method that returns a proper GstClockTime
10199 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10201 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10202 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10203 * gst-libs/gst/interfaces/xoverlay.h:
10204 Remove everything having to do with the desired size; add
10205 gst_x_overlay_prepare_xwindow_id() function; remove the
10206 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10207 post a message on the bus instead (#321816).
10209 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10211 (gst_xvimagesink_xoverlay_init):
10212 Remove desired size stuff (#321816).
10214 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10216 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10217 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10218 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10219 Terminate vararg functions with NULL instead of 0 to
10222 2005-11-21 Andy Wingo <wingo@pobox.com>
10224 patch by: Sebastien Cote <sebas642@yahoo.ca>
10226 * gst-libs/gst/rtp/gstrtpbuffer.h:
10227 * gst-libs/gst/rtp/gstrtpbuffer.c
10228 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10230 2005-11-21 Andy Wingo <wingo@pobox.com>
10232 * gst/playback/gstplaybin.c (gen_audio_element)
10233 (gen_video_element): Use the new MISSING_PLUGIN core error
10234 category. Closes #320060.
10236 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10237 * gst/videorate/gstvideorate.c (gst_videorate_event):
10238 * ext/theora/theoradec.c (theora_dec_sink_event):
10239 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10242 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10243 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10244 stream lock changes.
10246 2005-11-21 Wim Taymans <wim@fluendo.com>
10248 * gst-libs/gst/audio/gstbaseaudiosink.c:
10249 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10250 (gst_base_audio_sink_provide_clock),
10251 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10252 (gst_base_audio_sink_change_state):
10253 * gst/audioresample/gstaudioresample.c:
10254 Segment update fix.
10256 2005-11-21 Andy Wingo <wingo@pobox.com>
10259 * *.c: Ran scripts/update-macros. Oh yes.
10261 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10263 * sys/ximage/Makefile.am:
10264 * sys/ximage/ximage.c:
10265 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10266 remove your old libgstximage.* manually if necessary).
10268 2005-11-21 Michael Smith <msmith@fluendo.com>
10270 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10271 Minimal fix for bug #320200: set the min/max bitrate in the correct
10272 units. A better fix would be to upgrade to the RATEMANAGE2
10273 interface, rather than using the deprecated interface used here, but
10274 that would require an update in our libvorbis dependency (to 1.1),
10275 which is probably undesirable.
10277 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10279 * ext/libvisual/visual.c: (get_buffer):
10280 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10281 (gst_base_audio_src_fixate):
10282 * gst/audioconvert/gstaudioconvert.c:
10283 (gst_audio_convert_fixate_caps):
10284 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10285 * gst/audiotestsrc/gstaudiotestsrc.c:
10286 (gst_audiotestsrc_src_fixate):
10287 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10288 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10289 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10290 * gst/videotestsrc/gstvideotestsrc.c:
10291 (gst_videotestsrc_src_fixate):
10292 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10294 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10298 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10300 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10301 (gst_riff_create_iavs_caps):
10302 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10303 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10304 (gst_riff_parse_info):
10305 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10306 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10307 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10308 Fixes for GST_FOURCC_FORMAT API change.
10310 2005-11-21 Andy Wingo <wingo@pobox.com>
10312 patch by: Alessandro Dessina <alessandro nnva org>
10314 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10315 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10316 (gst_ogg_parse_chain):
10317 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10318 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10319 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10320 gst_value_list calls on arrays. Fixes #321962.
10322 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10324 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10325 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10326 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10327 * gst/adder/gstadder.c: (gst_adder_init),
10328 (gst_adder_request_new_pad), (gst_adder_collected),
10329 (gst_adder_change_state):
10330 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10333 2005-11-21 Michael Smith <msmith@fluendo.com>
10335 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10336 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10337 Properly handle pad_push return values.
10339 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10341 * gst-libs/gst/tag/Makefile.am:
10342 * gst-libs/gst/tag/gstvorbistag.c:
10343 (gst_tag_list_to_vorbiscomment_buffer):
10344 Remove obsolete vorbistag element and debug category.
10346 * gst/playback/gstplaybasebin.c: (check_queue):
10347 Don't divide by 0 when queue-threshold is 0.
10349 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10350 Don't modify an existing pixel-aspect-ratio if we fail to read
10353 2005-11-20 Wim Taymans <wim@fluendo.com>
10355 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10356 (gst_vorbisenc_push_packet):
10357 GST_PAD_IS_USABLE is gone, use the return value of
10358 the push or pad_alloc_buffer instead.
10360 2005-11-18 Julien MOUTTE <julien@moutte.net>
10362 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10363 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10364 (gst_ximagesink_ximage_destroy),
10365 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10366 (gst_ximagesink_xwindow_new),
10367 (gst_ximagesink_xwindow_update_geometry),
10368 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10369 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10370 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10371 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10372 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10373 (gst_ximagesink_navigation_send_event),
10374 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10375 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10376 (gst_ximagesink_finalize), (gst_ximagesink_init),
10377 (gst_ximagesink_class_init):
10378 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10379 This new version brings correct software scaling, non flickering
10380 window while resizing, pixel aspect ratio handling, usage of
10381 hardware buffer pools, out of data flow event thread for
10382 navigation and handling of expose events even when being PAUSED,
10383 a new property to keep video aspect ratio when resizing, etc...
10385 2005-11-18 Julien MOUTTE <julien@moutte.net>
10387 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10388 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10391 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10393 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10394 Unsetting IS_SINK flag from the fakesink, so decodebin
10395 never behaves as a sink.
10397 2005-11-17 Wim Taymans <wim@fluendo.com>
10399 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10400 (gst_base_audio_src_change_state):
10401 Fix the audiosrc base class again, we did not unflush.
10403 2005-11-17 Julien MOUTTE <julien@moutte.net>
10405 * examples/seeking/seek.c: (make_dv_pipeline),
10406 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10407 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10408 to ogg/vorbis/theora pipeline.
10410 2005-11-17 Wim Taymans <wim@fluendo.com>
10412 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10413 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10414 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10415 Fix EOS on multiple streams.
10418 2005-11-16 Wim Taymans <wim@fluendo.com>
10420 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10421 (gst_ogg_demux_perform_seek):
10422 Segment done must include stream time.
10424 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10425 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10426 (gst_ogg_mux_change_state):
10427 Fix ogg muxer again.
10429 2005-11-16 Wim Taymans <wim@fluendo.com>
10431 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10434 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10436 * ext/libvisual/visual.c: (gst_visual_init):
10437 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10438 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10439 (gst_ogg_parse_chain):
10440 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10441 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10442 * ext/theora/theoradec.c: (gst_theora_dec_init):
10443 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10444 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10445 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10446 * gst/adder/gstadder.c: (gst_adder_class_init),
10447 (gst_adder_dispose):
10448 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10449 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10450 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10451 Fix a whole set of pad template leaks
10453 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10455 * check/generic/states.c: (GST_START_TEST):
10456 fix the test so that it only checks for elements that are part of
10459 2005-11-16 Michael Smith <msmith@fluendo.com>
10461 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10462 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10463 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10464 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10465 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10466 (gst_ogg_mux_change_state):
10467 Fix leaking collectpads.
10469 2005-11-16 Edward Hervey <edward@fluendo.com>
10471 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10472 (gst_videorate_event), (gst_videorate_chain):
10473 Handle segment seeks
10475 2005-11-16 Wim Taymans <wim@fluendo.com>
10477 * gst-libs/gst/audio/gstbaseaudiosink.c:
10478 (gst_base_audio_sink_provide_clock),
10479 (gst_base_audio_sink_change_state):
10480 Set ringbuffer to non-flushing when going to PAUSED, set to
10481 flushing again when going to READY.
10483 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10484 (gst_ring_buffer_stop):
10485 Start in flushing mode by default.
10486 Don't set flushing in the _stop method, let the app call
10489 2005-11-16 Julien MOUTTE <julien@moutte.net>
10491 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10492 * gst-libs/gst/video/videosink.h: Add helper function needed
10495 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10497 * gst/videoscale/gstvideoscale.c:
10498 (gst_videoscale_handle_src_event):
10499 Don't leak reference to pad parent.
10501 2005-11-16 Wim Taymans <wim@fluendo.com>
10503 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10504 Set ringbuffer to flushing when stopping so that we don't
10505 block on wait_segment anymore and livelock.
10507 2005-11-16 Wim Taymans <wim@fluendo.com>
10509 * examples/seeking/seek.c: (send_event), (do_seek),
10510 (loop_toggle_cb), (segment_done), (main):
10511 Added looping checkbox.
10513 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10515 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10516 (gst_ogg_demux_init):
10517 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10518 (gst_vorbis_dec_init):
10519 revert unrefs, they don't pass make check
10521 2005-11-15 Johan Dahlin <johan@gnome.org>
10523 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10524 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10525 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10526 (gst_vorbis_dec_init):
10527 Fix pad template leaks.
10529 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10532 Make state change function thread safe.
10534 2005-11-15 Edward Hervey <edward@fluendo.com>
10536 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10537 (gst_ogg_demux_class_init):
10538 Implement GstElement::send_event, so we can send seek events
10541 2005-11-14 Julien MOUTTE <julien@moutte.net>
10543 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10544 Discovered how to take away flickering while resizing the
10545 window. Please don't put that in ximagesink, refactoring in
10548 2005-11-14 Michael Smith <msmith@fluendo.com>
10550 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10551 (gst_multifdsink_render):
10552 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10554 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10556 * gst/playback/gstplaybin.c: (gen_audio_element):
10557 Use autoaudiosink, it tends to be more widely available than
10560 2005-11-14 Andy Wingo <wingo@pobox.com>
10562 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10563 as well if it is available. Fixes #316442.
10565 2005-11-14 Michael Smith <msmith@fluendo.com>
10567 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10568 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10569 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10570 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10571 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10572 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10573 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10574 (gst_vorbisenc_change_state):
10575 Fix a small memory leak in vorbisenc.
10576 Fix large memory leaks in oggmux, also fix lots of state change
10579 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10581 * gst/videotestsrc/gstvideotestsrc.c:
10582 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10583 (gst_videotestsrc_src_fixate):
10584 move fixation to a fixate function
10585 remove negotiate function, basesrc's is good enough
10586 fixes a bug for check when using the element alone
10588 2005-11-13 Edward Hervey <edward@fluendo.com>
10590 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10591 (key_toggle_cb), (main):
10592 Added checkboxes for adding/removing the accurate and key_unit seek
10595 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10597 * configure.ac: back to HEAD
10599 === release 0.9.5 ===
10601 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10604 releasing 0.9.5, "No No Kia"
10606 2005-11-11 Edward Hervey <edward@fluendo.com>
10608 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10609 Added parse-launch syntax seeking mode for the seeking example.
10610 This should help stress-test even more cases.
10611 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10613 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10615 * sys/xvimage/xvimagesink.c:
10616 (gst_xvimagesink_navigation_send_event):
10617 Check whether peer pad exists before sending navigation events
10620 2005-11-11 Michael Smith <msmith@fluendo.com>
10622 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10623 (gst_vorbisenc_buffer_from_packet):
10624 * ext/vorbis/vorbisenc.h:
10625 Set duration on encoded buffers. This allows oggmux's
10626 max_page_delay parameter to actually work.
10628 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10630 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10631 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10632 (gst_ffmpegcsp_avpicture_fill):
10633 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10634 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10635 Make palettes work again (see #132341). Use our own macros
10638 2005-11-10 Andy Wingo <wingo@pobox.com>
10640 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10643 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10645 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10646 (gst_ffmpegcsp_transform_caps):
10647 Prefer passthrough in transform_caps
10649 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10651 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10652 check for ALSA errors properly, instead of relying on ALSA's
10653 error strings to serve to the user.
10655 2005-11-10 Wim Taymans <wim@fluendo.com>
10657 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10658 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10659 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10660 Modernise the seek code.
10662 2005-11-10 Michael Smith <msmith@fluendo.com>
10664 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10665 (setup_substreams), (set_active_source):
10666 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10667 trying to go to NULL if we failed to read a file.
10669 2005-11-10 Wim Taymans <wim@fluendo.com>
10671 * gst/audiotestsrc/gstaudiotestsrc.c:
10672 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10673 (gst_audiotestsrc_create):
10674 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10675 (gst_sinesrc_get_times), (gst_sinesrc_create):
10676 * gst/videotestsrc/gstvideotestsrc.c:
10677 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10678 (gst_videotestsrc_create):
10679 The base class can now sync for us.
10681 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10683 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10684 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10685 name=source autoprobe=false autoprobe-fps=false copy-mode=1
10686 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10687 format=(fourcc)I420" ! xvimagesink
10689 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
10691 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10692 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10693 (gst_sinesrc_newsegment):
10694 Send newsegment event in TIME format, set duration if
10695 num-buffers is set, fix duration querying.
10697 2005-11-10 Michael Smith <msmith@fluendo.com>
10699 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10700 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10701 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10702 (gst_ogg_mux_collected):
10703 Fix EOS handling, partially. Now forwarding an EOS event once we have
10704 EOS on all pads works correctly. However, we still don't properly set
10705 EOS on the actual ogg stream pages.
10707 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
10709 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10710 Set elements to NULL state before disposing of them.
10712 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
10714 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
10716 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10717 (gst_base_rtp_depayload_init),
10718 (gst_base_rtp_depayload_set_gst_timestamp):
10719 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10720 We need to send a newsegment event for each instance, not
10721 just for the first instance of this class (get rid of
10722 static variable in function). (#321011).
10724 2005-11-08 Michael Smith <msmith@fluendo.com>
10726 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10727 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10728 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10729 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10730 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10731 This makes us mux things correctly according to the ogg muxing
10732 rules. Still not handling EOS correctly right now, though.
10734 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
10736 * gst/audioconvert/gstaudioconvert.c:
10739 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
10741 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10742 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10743 Initialise segment_stop to GST_CLOCK_TIME_NONE when
10744 creating a new chain; should fix live streaming. Also
10745 add more debug output and fix a typo.
10747 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
10749 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
10751 * gst/volume/gstvolume.c: (volume_set_caps):
10752 Fix compilation on Solaris with Forte. (#320923)
10754 2005-11-08 Wim Taymans <wim@fluendo.com>
10756 * gst-libs/gst/audio/gstbaseaudiosink.c:
10757 (gst_base_audio_sink_render):
10758 No need to do a typecheck.
10760 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
10762 * ext/alsa/gstalsa.h:
10763 We register a debug category, so let's use it.
10765 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
10767 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10768 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10769 Fixed a small problem.
10771 2005-11-04 Wim Taymans <wim@fluendo.com>
10773 * examples/seeking/Makefile.am:
10774 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10775 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10776 (make_playerbin_pipeline), (format_value), (update_scale),
10777 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10778 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10779 (print_usage), (main):
10780 Added app for playback speed testing.
10782 * examples/seeking/seek.c: (dynamic_link),
10783 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10784 (make_mpeg_pipeline), (do_seek), (set_update_scale),
10785 (message_received), (main):
10786 Updated seek example.
10788 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
10790 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10791 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10792 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10793 (gst_base_rtp_depayload_set_clock):
10794 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10795 Don't sleep on the bench (system clock) when you have a nice
10796 comfortable bed (Gstreamer clock) to sleep on.
10798 2005-11-03 Wim Taymans <wim@fluendo.com>
10800 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10801 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10802 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10803 Handle the case where a pad_block failed.
10805 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
10807 reviewed by: Zeeshan Ali <zeenix@gmail.com>
10809 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10810 (gst_base_rtp_depayload_add_to_queue),
10811 (gst_base_rtp_depayload_push),
10812 (gst_base_rtp_depayload_set_gst_timestamp),
10813 (gst_base_rtp_depayload_queue_release):
10814 Fixes some bugs in the depayloader's queuing/de-queueing code.
10816 2005-10-31 Michael Smith <msmith@fluendo.com>
10818 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10819 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10820 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10821 Patch from Alessandro Decina <alessandro@nnva.org>.
10822 Make oggdemux only find the final time in a chain, not per-pad,
10823 since the per-pad information can be very expensive to locate, and
10824 it isn't used anywhere. This makes reading a file containing
10825 OggSkeleton reasonably fast.
10826 Also, make chain finding work when there are logical bitstreams that
10827 can't be decoded. Fixes #319110.
10829 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10831 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10832 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10833 (gst_base_rtp_depayload_chain),
10834 (gst_base_rtp_depayload_add_to_queue),
10835 (gst_base_rtp_depayload_push),
10836 (gst_base_rtp_depayload_set_gst_timestamp),
10837 (gst_base_rtp_depayload_queue_release),
10838 (gst_base_rtp_depayload_start_thread),
10839 (gst_base_rtp_depayload_set_property),
10840 (gst_base_rtp_depayload_get_property):
10841 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10842 Some random fixes, to fullfill the desires of thomas.
10844 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10846 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10847 (gst_base_rtp_depayload_add_to_queue),
10848 (gst_base_rtp_depayload_push):
10849 Fixed the queueing algorithm.
10851 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
10853 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10854 (gst_base_rtp_depayload_push):
10857 2005-10-31 Wim Taymans <wim@fluendo.com>
10859 * gst-libs/gst/audio/gstringbuffer.h:
10862 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10863 (gst_ffmpeg_caps_to_pixfmt):
10864 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10865 (gst_ffmpegcsp_set_caps):
10866 Some more comments.
10867 Handle missing required caps fields better.
10869 2005-10-31 Wim Taymans <wim@fluendo.com>
10871 * gst-libs/gst/audio/gstbaseaudiosink.c:
10872 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10873 (gst_base_audio_sink_render):
10874 * gst-libs/gst/audio/gstringbuffer.c:
10875 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10876 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10877 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10878 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10879 (gst_ring_buffer_read):
10880 * gst-libs/gst/audio/gstringbuffer.h:
10881 Add flushing mode to the ringbuffer so that it in all cases does
10882 not try to handle more audio. This makes sure it does not try to
10883 block anymore when flushing and fixes a livelock.
10885 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
10887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10888 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10889 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10890 Explicitly check for -1 values before doing a conversion
10891 and always map them to -1. (#315545)
10893 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
10895 * gst/playback/gstplaybin.c: (gen_video_element):
10896 first try autovideosink, then xvimagesink, then error out
10898 add translatable file
10913 update translations
10915 2005-10-27 Philippe Khalaf <burger at speedy dot org>
10917 * gst-libs/gst/rtp/gstbasedepayload.c:
10918 * gst-libs/gst/rtp/gstbasedepayload.h:
10921 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
10923 * gst/playback/.cvsignore:
10924 * gst/playback/decodetest.c:
10925 * gst/playback/test3.c:
10926 Port these two tests as well.
10928 2005-10-27 Wim Taymans <wim@fluendo.com>
10930 * ext/theora/theoradec.c: (theora_dec_src_query),
10931 (theora_dec_sink_event):
10932 * ext/theora/theoraenc.c: (theora_enc_sink_event),
10933 (theora_enc_change_state):
10934 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10935 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10936 Take proper locks when handling events.
10938 2005-10-27 Wim Taymans <wim@fluendo.com>
10940 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10941 (gst_adder_change_state):
10942 Fix timestamps and fix deadlock when stopping the collectpads.
10944 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
10946 * gst-libs/gst/rtp/gstrtpbuffer.h:
10947 Declaring the payload types as strings too so that they can be used
10948 in the padtemplate inialization.
10950 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
10952 reviewed by: Zeeshan Ali <zeenix@gmail.com>
10954 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10955 (gst_base_rtp_depayload_class_init):
10956 Fixes a small but nasty bug. The derived elements no longer segfaults
10959 2005-10-26 Michael Smith <msmith@fluendo.com>
10961 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10962 When clearing an audioconvert context, set tmpbufsize to zero, so
10963 we'll allocate it again later if required.
10964 This fixes audioconvert re-negotiating formats, which previously
10965 segfaulted with a NULL destination buffer.
10967 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
10969 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10970 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10971 (gst_base_rtp_depayload_set_gst_timestamp),
10972 (gst_base_rtp_depayload_queue_release):
10973 Fixed a smalll memleak.
10975 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
10976 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10977 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10978 (gst_base_rtp_depayload_finalize),
10979 (gst_base_rtp_depayload_setcaps),
10980 (gst_base_rtp_depayload_add_to_queue),
10981 (gst_base_rtp_depayload_push),
10982 (gst_base_rtp_depayload_set_gst_timestamp),
10983 (gst_base_rtp_depayload_queue_release),
10984 (gst_base_rtp_depayload_thread),
10985 (gst_base_rtp_depayload_change_state):
10986 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10987 Changed the C++ comments to C comments
10989 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
10991 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10992 * gst/tcp/gsttcpclientsrc.h:
10993 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10994 * gst/tcp/gsttcpserversrc.h:
10995 Remove unused 'curoffset' structure member.
10997 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
10999 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11000 (gst_base_rtp_depayload_base_init),
11001 (gst_base_rtp_depayload_finalize):
11002 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11003 * gst-libs/gst/rtp/gstbasertppayload.h:
11004 The pad-template on the sinkpad should be set by the derived classes.
11005 Also added some useful macros.
11007 2005-10-24 Wim Taymans <wim@fluendo.com>
11009 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11010 Correctly flush decoder samples even if we could not
11011 copy them to an output buffer. Fixes #319618.
11013 2005-10-24 Julien MOUTTE <julien@moutte.net>
11015 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11016 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11017 the caps against our xcontext caps.
11019 2005-10-24 Wim Taymans <wim@fluendo.com>
11021 * gst-libs/gst/audio/gstbaseaudiosink.c:
11022 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11024 Use sync property from baseclass to disable sync.
11026 2005-10-24 Wim Taymans <wim@fluendo.com>
11028 * gst-libs/gst/audio/gstbaseaudiosink.c:
11029 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11030 Buffers with no timestamps get aligned with previous buffers or
11031 on underrun, played ASAP.
11033 2005-10-24 Julien MOUTTE <julien@moutte.net>
11035 * gst-libs/gst/video/video.h:
11036 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11037 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11038 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11039 here comes my change on caps for framerate and geometry range.
11040 We are now accepting 1 to MAXINT for width and height, and from
11041 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11042 to be blended correctly in videomixer.
11044 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11049 === release 0.9.4 ===
11051 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11056 releasing 0.9.4, "Velociraptor"
11058 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11060 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11064 2005-10-21 Wim Taymans <wim@fluendo.com>
11066 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11067 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11068 (pad_blocked), (close_pad_link), (new_pad):
11069 Don't try to remove elements twice.
11071 2005-10-21 Wim Taymans <wim@fluendo.com>
11073 * ext/theora/theoradec.c: (theora_dec_src_query),
11074 (theora_dec_sink_event):
11075 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11076 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11077 (vorbis_handle_data_packet):
11078 * ext/vorbis/vorbisdec.h:
11081 * gst-libs/gst/audio/gstbaseaudiosink.c:
11082 (gst_base_audio_sink_render):
11083 Don't try to sync on buffers without a timestamp.
11085 2005-10-21 Wim Taymans <wim@fluendo.com>
11087 * ext/theora/theoradec.c: (theora_dec_src_query),
11088 (theora_dec_sink_event):
11089 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11090 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11091 (vorbis_handle_data_packet):
11092 * ext/vorbis/vorbisdec.h:
11095 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11097 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11098 (gst_vorbisenc_src_query):
11099 Implement position and duration queries.
11101 * gst/playback/test3.c: (update_scale), (main):
11102 Fix for async state changes and print nicer output.
11104 2005-10-20 Wim Taymans <wim@fluendo.com>
11106 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11107 (dump_element_stats), (main):
11108 * gst/playback/test6.c: (main):
11111 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11113 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11114 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11115 Don't use functions for position queries when handling
11118 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11120 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11121 (vorbis_handle_data_packet), (vorbis_dec_chain),
11122 (vorbis_dec_change_state):
11123 * ext/vorbis/vorbisdec.h:
11124 Vorbis streams can be embedded in other container formats
11125 than ogg, container formats where the demuxer might set
11126 timestamps on encoded vorbis buffers instead of those silly
11127 granulepos thingies. In short: make vorbisdec handle
11128 timestamps on incoming buffers as well.
11130 2005-10-20 Wim Taymans <wim@fluendo.com>
11132 * gst/playback/gstplaybasebin.c: (group_destroy),
11133 (gst_play_base_bin_change_state):
11135 Handle case where playbasebin is now ASYNC because
11138 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11140 * gst/audioconvert/Makefile.am:
11141 * gst/audioconvert/bufferframesconvert.c:
11142 * gst/audioconvert/plugin.c: (plugin_init):
11143 * gst/audioconvert/plugin.h:
11144 And bye bye buffer-frames-convert
11146 2005-10-19 Wim Taymans <wim@fluendo.com>
11148 * check/elements/audioconvert.c:
11149 * docs/libs/tmpl/gstaudio.sgml:
11150 * docs/libs/tmpl/gstcolorbalance.sgml:
11151 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11152 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11153 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11154 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11155 * gst-libs/gst/audio/audio.h:
11156 * gst/audioconvert/audioconvert.h:
11157 * gst/audioconvert/gstaudioconvert.c:
11158 (gst_audio_convert_parse_caps):
11159 * gst/volume/gstvolume.c:
11160 Bye bye buffer-frames.
11162 2005-10-19 Wim Taymans <wim@fluendo.com>
11164 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11165 (query_positions_elems), (query_positions_pads), (update_scale),
11166 (do_seek), (set_update_scale), (message_received), (main):
11167 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11168 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11169 (gst_ogg_demux_loop):
11170 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11171 * ext/theora/theoradec.c: (theora_dec_src_query),
11172 (theora_dec_sink_event):
11173 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11174 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11175 * gst/adder/gstadder.c: (gst_adder_query):
11176 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11177 * gst/playback/test3.c: (update_scale):
11178 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11179 (dump_element_stats), (main):
11180 * gst/playback/test6.c: (main):
11181 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11184 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11186 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11187 (xml_check_first_element), (xml_type_find), (smil_type_find),
11189 Add typefinding for SMIL and for generic XML. Based on patch by
11190 Akos Maroy (#308663).
11192 2005-10-18 Wim Taymans <wim@fluendo.com>
11194 * gst/playback/Makefile.am:
11195 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11196 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11197 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11198 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11199 (gst_decode_bin_change_state):
11200 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11201 (gst_play_bin_send_event_to_sink):
11202 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11203 (dump_element_stats), (main):
11204 * gst/playback/test6.c: (main):
11205 Make playbin async, it'll commit state to paused when all streams
11208 Added test6.c to show async behaviour.
11210 2005-10-18 Wim Taymans <wim@fluendo.com>
11212 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11213 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11214 Fix for segment-start/stop API change.
11216 2005-10-18 Wim Taymans <wim@fluendo.com>
11218 * check/Makefile.am:
11219 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11221 Add future test for clock selection.
11223 2005-10-18 Wim Taymans <wim@fluendo.com>
11225 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11226 (gst_alsasink_close):
11227 Set handle to NULL.
11229 * gst-libs/gst/audio/gstringbuffer.c:
11230 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11231 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11232 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11233 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11234 (gst_ring_buffer_read):
11237 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11239 * gst/audiotestsrc/Makefile.am:
11240 * gst/sine/Makefile.am:
11241 * gst/volume/Makefile.am:
11242 fix broken build of controllerized plugins
11244 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11246 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11248 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11249 (gst_riff_create_video_template_caps):
11250 Add support for Indeo-3 (IV32).
11252 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11257 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11259 * gst-libs/gst/video/video.c: (gst_video_get_size):
11260 * gst/audiotestsrc/gstaudiotestsrc.c:
11263 2005-10-17 Andy Wingo <wingo@pobox.com>
11265 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11266 with the collectpads change.
11267 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11269 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11271 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11273 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11274 alloc_buffer flow return to callers.
11275 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11276 change. Fix some memleaks in theoraenc.
11278 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11279 in strange circumstance.
11281 2005-10-17 Julien MOUTTE <julien@moutte.net>
11283 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11284 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11285 from caps, let's use the caps...
11287 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11290 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11292 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11294 * gst-libs/gst/interfaces/Makefile.am:
11297 2005-10-16 Andy Wingo <wingo@pobox.com>
11299 * gst/playback/gstdecodebin.c
11300 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11302 (try_to_link_1): Increase kraziness level.
11304 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11307 restructure like the core one
11308 * gst-libs/gst/audio/Makefile.am:
11309 * gst-libs/gst/interfaces/Makefile.am:
11310 * gst-libs/gst/net/Makefile.am:
11311 * gst-libs/gst/riff/Makefile.am:
11312 * gst-libs/gst/rtp/Makefile.am:
11313 * gst-libs/gst/tag/Makefile.am:
11314 * gst-libs/gst/video/Makefile.am:
11315 use correct linker flags, now the libs are properly versioned
11316 * check/elements/audioconvert.c: (verify_convert):
11317 * ext/alsa/gstalsaplugin.c:
11318 * ext/cdparanoia/gstcdparanoia.c:
11319 * ext/gnomevfs/gstgnomevfs.c:
11320 * ext/libvisual/visual.c:
11321 * ext/ogg/gstogg.c:
11322 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11323 * ext/theora/theora.c:
11324 * ext/vorbis/vorbis.c:
11325 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11326 * gst-libs/gst/tag/gsttagediting.c:
11327 * gst-libs/gst/video/video.c:
11328 * gst/adder/gstadder.c:
11329 * gst/audioconvert/plugin.c:
11330 * gst/audiorate/gstaudiorate.c:
11331 * gst/audioresample/gstaudioresample.c:
11332 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11333 * gst/audioscale/gstaudioscale.c:
11334 * gst/audioscale/resample.c:
11335 * gst/audiotestsrc/gstaudiotestsrc.c:
11336 * gst/ffmpegcolorspace/gstffmpeg.c:
11337 * gst/playback/gstdecodebin.c: (close_pad_link):
11338 * gst/playback/gstplaybin.c: (gen_video_element),
11339 (gen_audio_element):
11340 * gst/sine/gstsinesrc.c:
11341 * gst/subparse/gstsubparse.c:
11342 * gst/tags/gsttagediting.c:
11343 * gst/tcp/gsttcpplugin.c:
11344 * gst/typefind/gsttypefindfunctions.c:
11345 * gst/videorate/gstvideorate.c:
11346 * gst/videoscale/gstvideoscale.c:
11347 * gst/videotestsrc/gstvideotestsrc.c:
11348 * gst/volume/gstvolume.c:
11349 * sys/v4l/gstv4l.c:
11350 * sys/ximage/ximage.c:
11351 * sys/xvimage/xvimagesink.c:
11354 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11356 * ext/vorbis/vorbisenc.c:
11357 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11358 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11359 (gst_tag_to_vorbis_comments):
11360 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11362 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11364 * examples/stats/mp2ogg.c:
11365 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11368 2005-10-13 Michael Smith <msmith@fluendo.com>
11370 * ext/ogg/gstoggmux.c:
11371 Use magic glib macros to define constants as 64 bit, to ensure
11372 appropriate vararg passing.
11374 2005-10-13 Michael Smith <msmith@fluendo.com>
11376 * ext/ogg/gstoggmux.c:
11377 * gst/audioconvert/audioconvert.c: (float):
11378 Don't use LL suffix, as it's not portable, and neither of these
11379 uses required it anyway.
11381 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11383 * examples/indexing/indexmpeg.c: (main):
11384 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11385 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11386 (cdparanoia_convert), (cdparanoia_query):
11387 * ext/cdparanoia/gstcdparanoia.h:
11388 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11389 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11390 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11391 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11392 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11393 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11394 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11395 (gst_multifdsink_render), (gst_multifdsink_start),
11396 (gst_multifdsink_stop):
11397 * gst/tcp/gstmultifdsink.h:
11398 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11399 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11400 (gst_tcpclientsink_stop):
11401 * gst/tcp/gsttcpclientsink.h:
11402 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11403 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11404 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11405 * gst/tcp/gsttcpclientsrc.h:
11406 * gst/tcp/gsttcpserversink.h:
11407 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11408 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11409 (gst_tcpserversrc_stop):
11410 * gst/tcp/gsttcpserversrc.h:
11411 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11412 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11413 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11414 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11415 moved bitshift from macro to enum definition
11417 2005-10-12 Wim Taymans <wim@fluendo.com>
11419 * examples/seeking/Makefile.am:
11422 2005-10-12 Wim Taymans <wim@fluendo.com>
11424 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11425 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11426 Don't assert on normal stuff.
11428 * gst/playback/gstplaybin.c: (do_playbin_seek):
11431 2005-10-12 Wim Taymans <wim@fluendo.com>
11433 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11434 * examples/seeking/Makefile.am:
11435 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11436 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11437 (do_seek), (set_update_scale), (message_received), (main):
11438 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11439 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11440 Update for _get_state() API change.
11442 2005-10-11 Wim Taymans <wim@fluendo.com>
11444 * gst-libs/gst/audio/gstbaseaudiosink.c:
11445 (gst_base_audio_sink_render):
11446 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11447 (gst_base_audio_src_create):
11448 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11449 (gst_ring_buffer_read):
11451 Commit and read from ringbuffer in samples rather than bytes.
11453 2005-10-11 Wim Taymans <wim@fluendo.com>
11455 * gst-libs/gst/audio/gstbaseaudiosink.c:
11456 (gst_base_audio_sink_render):
11457 Respect segment rate and accum when scheduling samples.
11459 2005-10-11 Julien MOUTTE <julien@moutte.net>
11461 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11462 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11463 EOS correctly, that needs more work.
11465 2005-10-11 Wim Taymans <wim@fluendo.com>
11467 * check/generic/states.c: (GST_START_TEST):
11468 remove old property.
11470 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11471 (gst_ogg_demux_perform_seek):
11472 * ext/theora/theoradec.c: (theora_dec_sink_event):
11473 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11474 (vorbis_handle_data_packet):
11475 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11476 (gst_base_rtp_depayload_set_gst_timestamp):
11477 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11478 Update for newsegment API change.
11480 2005-10-11 Michael Smith <msmith@fluendo.com>
11482 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11483 (do_playbin_seek), (gst_play_bin_send_event):
11484 Override send_event differently, so that we can takes bits of
11485 functionality from GstPipeline (special handling for seeks,
11486 including pausing/resuming, and resetting stream time) and still get
11487 the appropriate behaviour of only forwarding event to a single sink,
11488 rather than all of them.
11489 Unfortunately requires a lot of code duplication, but the
11490 alternatives are equally ugly in the end.
11492 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11494 * check/elements/audioconvert.c: (setup_audioconvert),
11495 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11496 (GST_START_TEST), (audioconvert_suite):
11497 clean up tests a little, fix some leaks.
11499 2005-10-10 Wim Taymans <wim@fluendo.com>
11501 * ext/alsa/gstalsasink.c:
11502 Also allow unsigned int.
11504 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11505 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11508 2005-10-10 Wim Taymans <wim@fluendo.com>
11510 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11511 Small update, use API as stated in design docs.
11513 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11514 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11515 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11516 (message_received), (main):
11517 Updated seek example for GOption. Some usability improvements.
11519 2005-10-10 Wim Taymans <wim@fluendo.com>
11521 * gst/audioconvert/audioconvert.h:
11522 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11523 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11524 Alloc temp storage somewhere else where we can do it more
11527 2005-10-10 Wim Taymans <wim@fluendo.com>
11529 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11530 (gst_tcpserversrc_start):
11531 Don't block in accept while doing the state change, move
11532 to poll and make cancellable.
11534 2005-10-09 Philippe Khalaf <burger@speedy.org>
11536 * gst-libs/gst/rtp/rtpbasedepayload.c:
11537 Set timestamp and add queue delay to timestamp
11538 * gst-libs/gst/rtp/rtpbuffer.h:
11539 Set correct payload type for h263
11541 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11543 * gst/audiotestsrc/gstaudiotestsrc.c:
11544 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11545 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11546 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11547 (gst_audiotestsrc_create_triangle),
11548 (gst_audiotestsrc_create_silence),
11549 (gst_audiotestsrc_create_white_noise),
11550 (gst_audiotestsrc_init_pink_noise),
11551 (gst_audiotestsrc_generate_pink_noise_value),
11552 (gst_audiotestsrc_create_pink_noise),
11553 (gst_audiotestsrc_change_wave):
11554 * gst/audiotestsrc/gstaudiotestsrc.h:
11555 fixed typo, added pink noise
11557 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11559 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11561 Add wavpack and spc typefind functions from 0.8 branch.
11563 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11565 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11566 (ar_type_find), (msdos_type_find), (plugin_init):
11567 Add typefind functions for tar archives, ar archives,
11568 RAR archives, and msdos-executables (dlls, exe, etc.).
11569 Some of those would be wrongly identified as mpeg
11570 streams of some sort before (#315550).
11572 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11575 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11576 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11577 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11578 * gst/audiotestsrc/Makefile.am:
11579 * gst/audiotestsrc/gstaudiotestsrc.c:
11580 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11581 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11582 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11583 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11584 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11585 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11586 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11587 (gst_audiotestsrc_create_silence),
11588 (gst_audiotestsrc_create_white_noise),
11589 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11590 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11591 (gst_audiotestsrc_start), (plugin_init):
11592 * gst/audiotestsrc/gstaudiotestsrc.h:
11593 add new plugin and element
11594 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11597 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11599 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11600 (gst_adder_init), (gst_adder_request_new_pad),
11601 (gst_adder_change_state):
11602 Add query function to source pad, so adder reports the correct
11603 time/sample position when queried (#315457); fix state change
11604 function; use GST_DEBUG_FUNCPTR() for pad functions.
11606 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11608 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11609 Fix leaks in typefind registration
11610 Clean up the gratuitous commenting and whitespacing a little
11612 2005-10-08 Wim Taymans <wim@fluendo.com>
11614 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11615 Only actually wait for the thread to be stopped if it's
11618 2005-10-08 Wim Taymans <wim@fluendo.com>
11620 * gst-libs/gst/audio/gstbaseaudiosink.c:
11621 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11622 If we receive EOS we can start playback of what we had.
11624 2005-10-08 Wim Taymans <wim@fluendo.com>
11626 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11627 (gst_multifdsink_finalize), (multifdsink_hash_remove),
11628 (gst_multifdsink_stop):
11629 Fix crasher when going to NULL multiple times.
11631 2005-10-06 Wim Taymans <wim@fluendo.com>
11633 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11634 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11635 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11636 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11637 patch from Edgard Lima <edgard.lima@indt.org.br>
11638 Fixed gstbaseaudiosrc adding ring buffer sync to it.
11640 2005-10-06 Wim Taymans <wim@fluendo.com>
11642 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11643 Report the FLOW_RETURN as string in the error message.
11645 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11646 Don't assert when clearing an unnegotiated buffer.
11648 2005-10-04 Michael Smith <msmith@fluendo.com>
11650 * gst/playback/gstplaybasebin.c: (group_destroy),
11651 (gen_preroll_element), (remove_groups), (setup_source):
11652 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11653 (setup_sinks), (gst_play_bin_send_event),
11654 (gst_play_bin_change_state):
11655 Set state to NULL before removing from bin. Fix refcounting.
11657 2005-10-04 Michael Smith <msmith@fluendo.com>
11659 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11660 Correct refcounting in send_event() function. Previously was wrong
11661 if the first sink was unable to handle the event.
11663 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11666 back to development
11668 === release 0.9.3 ===
11670 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11673 Releasing 0.9.3, "De Facto"
11675 2005-10-03 Andy Wingo <wingo@pobox.com>
11677 * gst/playback/gstdecodebin.c (try_to_link_1)
11678 (remove_element_chain): set element to NULL before removing it.
11680 2005-10-02 Johan Dahlin <johan@gnome.org>
11682 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
11683 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11686 2005-10-02 Andy Wingo <wingo@pobox.com>
11688 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
11689 (gst_ring_buffer_prepare_read):
11690 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11693 2005-09-29 Wim Taymans <wim@fluendo.com>
11695 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11696 * ext/theora/theoradec.c: (theora_handle_data_packet):
11697 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11698 Propagate error codes from alloc_buffer too.
11700 2005-09-29 Wim Taymans <wim@fluendo.com>
11702 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11705 * gst/playback/Makefile.am:
11706 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11707 (dump_element_stats), (main):
11708 Added example stream introspection code.
11710 2005-09-28 Stefan Kost <ensonic@users.sf.net>
11712 * gst/adder/gstadder.c: (gst_adder_collected):
11713 fix adder for float elements
11715 2005-09-28 Wim Taymans <wim@fluendo.com>
11717 * gst-libs/gst/audio/gstbaseaudiosink.c:
11718 (gst_base_audio_sink_class_init),
11719 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11720 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11721 (gst_base_audio_src_class_init),
11722 (gst_base_audio_src_provide_clock):
11723 get_clock -> provide_clock
11725 2005-09-28 Andy Wingo <wingo@pobox.com>
11727 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11730 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11733 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11734 Actually add the pad template.
11735 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11737 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11740 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11741 from fdsrc. Get caps in create() instead of start() so it can be
11742 interrupted. Interruption somewhat untested.
11744 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11745 Proper EOS handling.
11747 2005-09-27 Andy Wingo <wingo@pobox.com>
11749 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11751 * gst/tcp/gsttcpserversrc.c: Cleaned up.
11753 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11755 * gst/tcp/gsttcp.h:
11756 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11757 out of tcpclientsrc.c. Cancellable.
11758 (gst_tcp_socket_read): Made private, cancellable, with better
11759 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11760 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11761 whole buffer, and better diagnostics.
11762 (gst_tcp_gdp_read_caps): Same.
11764 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11766 2005-09-26 Andy Wingo <wingo@pobox.com>
11768 * gst/sine/gstsinesrc.h:
11769 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11770 change the 'sync' property to 'is-live' and implement it halfway,
11771 update for controller api change.
11773 * gst/volume/gstvolume.c (volume_transform_ip): Update for
11774 controller api change.
11776 2005-09-24 Wim Taymans <wim@fluendo.com>
11778 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11779 * gst-libs/gst/audio/gstaudiosink.c:
11780 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11781 (gst_audioringbuffer_stop):
11782 * gst-libs/gst/audio/gstbaseaudiosink.c:
11783 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11784 (gst_base_audio_sink_change_state):
11785 * gst-libs/gst/audio/gstbaseaudiosink.h:
11786 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11787 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11788 (gst_ring_buffer_commit), (gst_ring_buffer_read):
11789 * gst-libs/gst/audio/gstringbuffer.h:
11790 Fix sync again. Moved sample alignment to basesink.
11792 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
11794 * docs/plugins/Makefile.am:
11795 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11796 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11797 * gst/volume/gstvolume.c:
11799 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11800 * gst-libs/gst/audio/audio.h:
11801 add conversion macros for frames <-> clocktime
11803 2005-09-23 David Schleef <ds@schleef.org>
11805 * gst/audioresample/Makefile.am:
11806 * gst/audioresample/debug.h:
11807 * gst/audioresample/gstaudioresample.c:
11808 * gst/audioresample/resample.c: Convert to using gst debugging
11810 2005-09-22 Wim Taymans <wim@fluendo.com>
11812 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11813 (gst_play_bin_send_event):
11814 Only seek on one sink, the first one that succeeds.
11816 2005-09-22 Michael Smith <msmith@fluendo.com>
11818 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11819 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11820 Don't flush encoder state unless we have an initialised encoder.
11821 Clear out encoder state on PAUSED_TO_READY.
11823 2005-09-22 Wim Taymans <wim@fluendo.com>
11825 * gst-libs/gst/rtp/gstbasertppayload.c:
11826 (gst_basertppayload_class_init), (gst_basertppayload_init),
11827 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11828 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11829 (gst_basertppayload_is_filled), (gst_basertppayload_push),
11830 (gst_basertppayload_set_property),
11831 (gst_basertppayload_get_property),
11832 (gst_basertppayload_change_state):
11833 * gst-libs/gst/rtp/gstbasertppayload.h:
11834 Added max-ptime to control amount of data in the rtp packets.
11836 2005-09-21 Andy Wingo <wingo@pobox.com>
11838 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11841 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11842 can be called multiple times, dogs.
11844 2005-09-21 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_get_property),
11851 (gst_basertppayload_change_state):
11854 2005-09-21 Stefan Kost <ensonic@users.sf.net>
11856 * docs/libs/compiling.sgml:
11859 2005-09-20 Wim Taymans <wim@fluendo.com>
11861 * gst-libs/gst/rtp/gstbasertppayload.c:
11862 (gst_basertppayload_class_init), (gst_basertppayload_init),
11863 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11864 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11865 (gst_basertppayload_push), (gst_basertppayload_set_property),
11866 (gst_basertppayload_get_property),
11867 (gst_basertppayload_change_state):
11868 * gst-libs/gst/rtp/gstbasertppayload.h:
11869 Added property to configure sequence number offsets.
11871 2005-09-20 Wim Taymans <wim@fluendo.com>
11873 * gst-libs/gst/rtp/gstbasertppayload.c:
11874 (gst_basertppayload_class_init), (gst_basertppayload_init),
11875 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11876 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11877 (gst_basertppayload_push), (gst_basertppayload_set_property),
11878 (gst_basertppayload_get_property),
11879 (gst_basertppayload_change_state):
11880 * gst-libs/gst/rtp/gstbasertppayload.h:
11881 Make timestamp offset configurable.
11883 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
11885 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11886 fix wrong pop/unref
11888 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
11890 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11892 * gst-libs/gst/interfaces/propertyprobe.c:
11893 (gst_property_probe_probe_property_name),
11894 (gst_property_probe_needs_probe_name),
11895 (gst_property_probe_get_values_name),
11896 (gst_property_probe_probe_and_get_values_name):
11897 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11898 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11900 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
11902 * check/Makefile.am:
11903 have some tests be disabled for valgrinding
11904 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11906 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11907 Fix A Leak. Chain To Parent Finalize.
11909 2005-09-19 Wim Taymans <wim@fluendo.com>
11911 * examples/seeking/seek.c: (make_wav_pipeline), (main):
11912 Fixed wav pipeline.
11914 2005-09-19 Wim Taymans <wim@fluendo.com>
11916 * gst-libs/gst/rtp/gstbasertppayload.c:
11917 (gst_basertppayload_class_init), (gst_basertppayload_init),
11918 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11919 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11920 (gst_basertppayload_push), (gst_basertppayload_get_property),
11921 (gst_basertppayload_change_state):
11922 Posting ERROR and WARNING messages is good.
11924 2005-09-19 Wim Taymans <wim@fluendo.com>
11926 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11927 (gst_base_rtp_depayload_add_to_queue),
11928 (gst_base_rtp_depayload_push),
11929 (gst_base_rtp_depayload_set_gst_timestamp),
11930 (gst_base_rtp_depayload_queue_release):
11931 This one was not supposed to go in.
11933 2005-09-19 Wim Taymans <wim@fluendo.com>
11935 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11938 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11939 (gst_base_rtp_depayload_chain),
11940 (gst_base_rtp_depayload_add_to_queue),
11941 (gst_base_rtp_depayload_push),
11942 (gst_base_rtp_depayload_set_gst_timestamp),
11943 (gst_base_rtp_depayload_queue_release):
11946 * gst-libs/gst/rtp/gstbasertppayload.c:
11947 (gst_basertppayload_class_init), (gst_basertppayload_init),
11948 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11949 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11950 (gst_basertppayload_get_property),
11951 (gst_basertppayload_change_state):
11952 Added debugging category.
11954 2005-09-18 David Schleef <ds@schleef.org>
11956 * gst/playback/gstdecodebin.c: free plugin list correctly
11957 * gst/playback/gstplaybin.c: emit warning if autovideosink
11958 and autoaudiosink can't be found (instead of segfaulting)
11960 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
11962 * check/elements/audioconvert.c: (GST_START_TEST):
11963 try out 24 bit conversion
11965 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11967 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11968 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11969 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11970 * ext/vorbis/vorbisenc.h:
11971 Fix EOS handling. Still needs a fix in the ogg muxer to
11972 mark the last page as eos.
11974 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11976 * common/gtk-doc-plugins.mak:
11977 * docs/plugins/Makefile.am:
11978 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11979 * gst/ffmpegcolorspace/Makefile.am:
11980 * gst/ffmpegcolorspace/avcodec.h:
11981 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11982 * gst/tcp/gstmultifdsink.c:
11983 fix up ffmpegcolorspace docs; extract header
11985 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11987 * common/gtk-doc-plugins.mak:
11988 * docs/plugins/Makefile.am:
11989 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11990 * ext/theora/Makefile.am:
11991 * ext/theora/gsttheoraenc.h:
11992 * ext/theora/theoraenc.c:
11993 * ext/vorbis/vorbisenc.c:
11994 pick up signals and args for vorbis; add some docs for vorbis
11996 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
11998 * common/gstdoc-scangobj:
11999 * common/gtk-doc-plugins.mak:
12000 * docs/libs/Makefile.am:
12001 * docs/plugins/gst-plugins-base-plugins.args:
12002 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12003 * docs/plugins/gst-plugins-base-plugins.interfaces:
12004 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12005 * docs/plugins/gst-plugins-base-plugins.signals:
12006 only scanobj stuff from our source module. Not sure yet
12007 if that's correct, given the hierarchy stuff :)
12009 2005-09-15 Wim Taymans <wim@fluendo.com>
12011 * gst/audioconvert/gstaudioconvert.c:
12012 And enable 24 bits mode as well..
12014 2005-09-15 Wim Taymans <wim@fluendo.com>
12016 * gst-libs/gst/rtp/Makefile.am:
12017 * gst-libs/gst/rtp/gstbasertppayload.c:
12018 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12019 (gst_basertppayload_class_init), (gst_basertppayload_init),
12020 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12021 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12022 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12023 (gst_basertppayload_set_property),
12024 (gst_basertppayload_get_property),
12025 (gst_basertppayload_change_state):
12026 * gst-libs/gst/rtp/gstbasertppayload.h:
12027 Added rtp payloader base class.
12029 2005-09-15 Andy Wingo <wingo@pobox.com>
12031 * configure.ac (plugindir): Remove the EOL matcher from the
12032 regexp, as it causes me problems. Libtool? Make? Who knows?
12034 2005-09-14 David Schleef <ds@schleef.org>
12036 * check/generic/states.c:
12037 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12038 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12039 Fixes for changes in registry API.
12041 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12042 to GST_PLUGIN_LDFLAGS.
12043 * ext/libvisual/visual.c: Make the library shut up.
12044 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12045 * gst-libs/gst/audio/gstaudiofilter.c: same
12047 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12049 * docs/plugins/Makefile.am:
12050 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12051 * docs/plugins/inspect/plugin-libvisual.xml:
12052 * docs/plugins/tmpl/element-tcpserversink.sgml:
12053 * ext/theora/theoraenc.c:
12054 add libvisual plugin and theoraenc element to docs
12056 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12058 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12059 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12060 * ext/theora/theoraenc.c:
12063 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12065 * gst/audioconvert/Makefile.am:
12066 Audioconvert derives from GstBaseTransform and should
12067 link to the library with our base elements to avoid
12068 unresolved symbols. Makes things work with MinGW (#316160)
12070 * gst/playback/test4.c: (main):
12071 Fix MinGW build problem and use g_usleep() instead of
12074 2005-09-12 Wim Taymans <wim@fluendo.com>
12076 * gst/audioconvert/audioconvert.c: (float),
12077 (audio_convert_prepare_context), (audio_convert_convert):
12078 * gst/audioconvert/audioconvert.h:
12079 Cleanups, speedups, simplifications, added back support
12082 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12084 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12085 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12086 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12087 * docs/plugins/tmpl/element-tcpserversink.sgml:
12088 * gst/ffmpegcolorspace/gstffmpeg.c:
12089 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12090 * gst/videotestsrc/gstvideotestsrc.c:
12091 * gst/volume/gstvolume.c:
12092 add more elements to the docs
12094 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12096 * check/Makefile.am:
12097 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12098 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12099 Add extra tests for basetransform based components.
12100 Comment out the test_element_negotiation test until we decide
12101 if it's testing correct behaviour.
12102 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12103 (gst_visual_chain), (gst_visual_change_state):
12104 Slightly more correct but still bogus timestamping.
12105 Fix state change function.
12106 * gst/audioconvert/gstaudioconvert.c:
12107 (gst_audio_convert_class_init):
12108 * gst/audioresample/gstaudioresample.c:
12109 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12110 (gst_ffmpegcsp_class_init):
12111 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12112 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12113 (gst_videoscale_prepare_image):
12114 * gst/volume/gstvolume.c: (gst_volume_class_init),
12115 (volume_transform_ip):
12116 Basetransform updates. Enable passthrough modes.
12117 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12118 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12119 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12120 Negotiation fix that allows the window to return to the original
12121 size and renegotiate passthrough upstream. Extra debug output.
12123 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12125 * gst/sine/gstsinesrc.c:
12126 * gst/volume/gstvolume.c:
12127 fix up header include
12129 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12131 * gst-libs/gst/audio/gstbaseaudiosink.c:
12132 (gst_base_audio_sink_render):
12133 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12134 * gst/volume/gstvolume.c: (gst_volume_class_init),
12135 (volume_transform):
12136 fixing lost sync, some more debugging
12138 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12140 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12141 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12142 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12143 (gst_xvimagesink_check_xshm_calls):
12144 Fix compilation when XShm is not available.
12146 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12148 * ext/libvisual/visual.c: (gst_visual_dispose),
12149 (gst_visual_getcaps), (gst_visual_src_setcaps),
12150 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12151 (gst_visual_change_state):
12152 Finish fixing up libvisual plugin so that it runs.
12154 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12156 * ext/vorbis/vorbisenc.c:
12157 * gst-libs/gst/tag/gstvorbistag.c:
12158 gsttaginterface.h -> gsttagsetter.h
12160 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12162 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12163 added another test that failes for me (test is not active by default)
12165 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12168 v4l2 is no longer in gst-plugins-base
12170 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12173 In the output at the end, don't show the first plugin on the same
12174 line as "Core plug-ins, always built:".
12175 Indent the output as for other plugin categories
12176 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12177 #define that can be used to not use peer buffer_alloc functions for
12179 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12180 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12181 (gst_ximagesink_show_frame):
12182 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12183 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12184 (gst_xvimagesink_show_frame):
12185 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12186 fails gracefully instead of XError aborting or deadlocking.
12188 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12190 * ext/libvisual/Makefile.am:
12191 link against gst-base-libs
12193 2005-09-06 David Schleef <ds@schleef.org>
12195 * configure.ac: Enable libvisual plugin.
12196 * ext/libvisual/Makefile.am:
12197 * ext/libvisual/visual.c: Fixes to make it compile.
12199 === release 0.9.2 ===
12201 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12206 * docs/random/ChangeLog-0.8:
12207 releasing 0.9.2, "Spoon"
12209 2005-09-05 Michael Smith <msmith@fluendo.com>
12211 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12212 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12213 that in the vorbisenc element.
12215 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12217 * common/gtk-doc-plugins.mak:
12218 * docs/plugins/Makefile.am:
12220 * gst/audioresample/resample.c:
12221 fix wrong docstring
12223 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12225 * common/gst-xmlinspect.py:
12226 * common/gtk-doc-plugins.mak:
12227 only inspect plugins for this given package
12228 require gst-python 0.9
12230 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12234 * common/gst-xmlinspect.py:
12236 * docs/Makefile.am:
12237 * docs/plugins/inspect/plugin-alsa.xml:
12238 * docs/plugins/inspect/plugin-audioresample.xml:
12239 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12240 * docs/plugins/inspect/plugin-ogg.xml:
12241 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12242 * docs/plugins/tmpl/element-multifdsink.sgml:
12243 * docs/plugins/tmpl/element-tcpserversink.sgml:
12244 * docs/plugins/tmpl/element-vorbisenc.sgml:
12245 * gst-plugins-base.spec.in:
12246 various doc-related updates
12248 2005-08-31 Wim Taymans <wim@fluendo.com>
12250 * gst-libs/gst/audio/gstbaseaudiosink.c:
12251 (gst_base_audio_sink_render):
12252 Resync if the buffer timestamps drift more than a 10th
12255 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12257 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12258 (gst_v4lsrc_get_property):
12259 The 'timestamp-offset' property is registered as an int64, so
12260 let's use g_value_{set|get}_int64() in our setter and getter
12261 functions (makes it work and fixes warnings with gst-inspect).
12263 2005-08-30 Wim Taymans <wim@fluendo.com>
12265 * check/elements/audioconvert.c: (setup_audioconvert):
12266 * check/elements/audioresample.c: (setup_audioresample):
12267 * check/elements/volume.c: (setup_volume):
12270 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12272 * common/gtk-doc-plugins.mak:
12273 * common/plugins.xsl:
12274 * docs/plugins/Makefile.am:
12275 make module a param
12277 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12279 * examples/seeking/seek.c: (make_mp3_pipeline),
12280 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12281 (play_cb), (pause_cb), (stop_cb):
12284 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12286 * gst/volume/gstvolume.c: (gst_volume_class_init),
12287 (volume_transform):
12288 do not update controlled params, if buffer has no timestamp
12290 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12293 * gst/sine/Makefile.am:
12294 * gst/volume/Makefile.am:
12295 controllerized elements also need to link against controller-libs ;)
12297 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12299 * docs/libs/tmpl/gstcolorbalance.sgml:
12300 * docs/libs/tmpl/gstgconf.sgml:
12301 * docs/libs/tmpl/gstmixer.sgml:
12302 * docs/libs/tmpl/gstringbuffer.sgml:
12303 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12304 (gst_sinesrc_create):
12305 * gst/volume/gstvolume.c: (gst_volume_class_init),
12306 (volume_transform):
12307 controllerized two audio plugins
12309 2005-08-29 Andy Wingo <wingo@pobox.com>
12311 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12312 (vorbis_handle_data_packet): Fix some int overflow errors.
12314 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12316 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12318 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12319 if it's valid. Fixed streaming-mode playback.
12321 * check/elements/volume.c (cleanup_volume): Fix for running
12324 * check/elements/audioconvert.c: Convert from native endian, not
12327 2005-08-29 Michael Smith <msmith@fluendo.com>
12329 * ext/ogg/Makefile.am:
12330 * ext/ogg/gstogg.c: (plugin_init):
12331 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12332 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12333 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12334 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12335 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12336 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12337 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12338 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12339 Add an ogg parser element.
12341 2005-08-28 Andy Wingo <wingo@pobox.com>
12343 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12345 2005-08-26 Wim Taymans <wim@fluendo.com>
12347 * gst/audioconvert/audioconvert.c: (if), (float),
12348 (audio_convert_get_func_index), (check_default),
12349 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12350 (audio_convert_clean_context), (audio_convert_get_sizes),
12351 (audio_convert_convert):
12354 2005-08-26 Wim Taymans <wim@fluendo.com>
12356 * gst/audioconvert/audioconvert.c: (if), (float),
12357 (audio_convert_get_func_index), (check_default),
12358 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12359 (audio_convert_clean_context), (audio_convert_get_sizes),
12360 (audio_convert_convert):
12361 More elegant and working temp buffer selection algo.
12363 2005-08-26 Wim Taymans <wim@fluendo.com>
12365 * gst/audioconvert/audioconvert.c: (if), (float),
12366 (audio_convert_get_func_index), (check_default),
12367 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12368 (audio_convert_clean_context), (audio_convert_get_sizes),
12369 (get_temp_buffer), (audio_convert_convert):
12370 Use realloc else we lose our original data.
12372 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12374 * gst/audioresample/gstaudioresample.c:
12375 use base class' newsegment to properly timestamp
12377 2005-08-26 Wim Taymans <wim@fluendo.com>
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/gstaudioconvert.c:
12385 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12386 (gst_audio_convert_transform_caps),
12387 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12388 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12389 Oops, allocate enough space to perform the channel mix.
12391 2005-08-26 Wim Taymans <wim@fluendo.com>
12393 * gst/audioconvert/Makefile.am:
12394 * gst/audioconvert/audioconvert.c: (if), (float),
12395 (audio_convert_get_func_index), (check_default),
12396 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12397 (audio_convert_clean_context), (audio_convert_get_sizes),
12398 (get_temp_buffer), (audio_convert_convert):
12399 * gst/audioconvert/audioconvert.h:
12400 * gst/audioconvert/gstaudioconvert.c:
12401 (gst_audio_convert_class_init), (gst_audio_convert_init),
12402 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12403 (gst_audio_convert_get_unit_size),
12404 (gst_audio_convert_transform_caps),
12405 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12406 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12407 * gst/audioconvert/gstaudioconvert.h:
12408 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12409 (gst_channel_mix_fill_identical),
12410 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12411 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12412 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12413 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12414 (gst_channel_mix_mix):
12415 * gst/audioconvert/gstchannelmix.h:
12416 Cleanups, librarify a bit, optimize, better negotiation and more.
12418 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12420 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12421 Another from MikeS:
12422 During typefinding, don't support negative offsets
12423 (offsets from the end of the stream) in our typefind->peek() function
12424 - nothing embedded in ogg ever needs them. However, we need to recognise
12425 those requests and reject them, otherwise we return invalid pointers.
12427 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12429 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12430 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12431 (vorbisdec_finalize), (vorbis_handle_type_packet):
12432 Big shout-out to MikeS for fixing this giant memory leak.
12435 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12437 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12438 (audio_convert_get_unit_size):
12441 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12443 * check/Makefile.am:
12444 * check/elements/audioconvert.c: (setup_audioconvert),
12445 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12446 (GST_START_TEST), (audioconvert_suite), (main):
12447 add a test for audioconvert
12448 * gst/audioresample/gstaudioresample.c:
12449 * gst/audioresample/gstaudioresample.h:
12450 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12451 note that for buffers of 1/3 sec this means DURATION(c) is
12452 one nanosecond more than for a and b
12454 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12456 * check/Makefile.am:
12457 * check/elements/audioresample.c: (setup_audioresample),
12458 (cleanup_audioresample), (fail_unless_perfect_stream),
12459 (test_perfect_stream_instance), (GST_START_TEST),
12460 add a check for audioresample
12461 (audioresample_suite), (main):
12462 * check/elements/volume.c: (GST_START_TEST):
12463 remove unused method
12464 * gst/audioresample/gstaudioresample.c:
12465 set correct buffer parameters since we're changing them
12466 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12469 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12471 * gst/audioresample/debug.c:
12472 * gst/audioresample/gstaudioresample.c:
12473 add room for extra overlap samples when asked to transform size
12474 protect against possible mem corruption and check for discrepancies
12475 between written size and outbuffer's size so we can warn for
12477 * gst/audioresample/resample.c: (resample_init),
12478 (resample_get_output_size_for_input), (resample_get_output_size),
12479 (resample_set_n_channels), (resample_set_format):
12480 set debug level based on RESAMPLE_DEBUG env var
12481 make sure that get_output_size* returns a whole number of
12483 set sample_size each time either channel or format is set
12484 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12485 * gst/audioresample/resample_functable.c:
12486 (resample_scale_functable):
12487 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12488 remove r->sample_size, it's done in resample.c now
12489 add some debugging to the ref implementation
12490 make sure we only give back bytes that are wholes of the sample
12493 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12494 * gst/playback/gstplaybasebin.c: (fill_buffer):
12495 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12497 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12499 * gst/volume/gstvolume.c:
12500 made set_caps function static
12502 2005-08-24 Wim Taymans <wim@fluendo.com>
12504 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12505 (gst_vorbisenc_change_state):
12506 Stop leaking taglists.
12508 2005-08-24 Wim Taymans <wim@fluendo.com>
12510 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12511 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12512 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12513 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12514 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12515 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12516 Parse seeking events better.
12518 Generate correct newsegment events, fixes seeking in live oggs.
12520 * ext/theora/theoradec.c: (theora_dec_src_query),
12521 (theora_dec_src_event), (theora_dec_src_getcaps),
12522 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12523 Use newsegment values to report correct play time.
12525 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12526 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12527 * ext/vorbis/vorbisdec.h:
12528 Parse and use newsegment values to report correct play time.
12530 * gst-libs/gst/audio/gstbaseaudiosink.c:
12531 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12532 Clear ringbuffer on flush.
12533 Use newsegment values to calculate playback time.
12535 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12536 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12537 Basesink does newsegment calculations for us now.
12539 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12541 * check/Makefile.am:
12543 add core's plugins to the mix so that playbin works
12544 * check/generic/states.c: (GST_START_TEST):
12545 set a 0 timeout on pipelines, so they don't force the next
12547 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12548 (gst_play_base_bin_change_state):
12549 remove the crappy error handling and do GST error handling
12551 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12553 * check/Makefile.am:
12554 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12555 add same test as to core, it bitches out on playbin atm.
12557 2005-08-24 Wim Taymans <wim@fluendo.com>
12562 2005-08-24 Wim Taymans <wim@fluendo.com>
12564 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12565 (gst_videoscale_prepare_size), (parse_caps),
12566 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12567 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12568 (gst_videoscale_transform):
12569 * gst/videoscale/gstvideoscale.h:
12570 Refactor, make use of BaseTranform really well.
12572 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12575 compile audioresample
12576 * gst/audioresample/Makefile.am:
12577 * gst/audioresample/buffer.c:
12578 * gst/audioresample/functable.c:
12579 * gst/audioresample/gstaudioresample.c:
12580 * gst/audioresample/gstaudioresample.h:
12581 * gst/audioresample/resample.c:
12582 (resample_get_output_size_for_input):
12583 * gst/audioresample/resample.h:
12584 * gst/audioresample/resample_chunk.c:
12585 * gst/audioresample/resample_functable.c:
12586 * gst/audioresample/resample_ref.c:
12587 port to use basetransform; doesn't work in all cases yet
12589 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12591 * gst/audioconvert/gstaudioconvert.c:
12592 (gst_audio_convert_class_init), (gst_audio_convert_init),
12593 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12594 (audio_convert_fixate_caps), (audio_convert_set_caps),
12595 (audio_convert_transform),
12596 (gst_audio_convert_buffer_to_default_format),
12597 (gst_audio_convert_buffer_from_default_format),
12598 (gst_audio_convert_channels):
12599 * gst/audioconvert/gstchannelmix.c:
12600 * gst/audioconvert/gstchannelmix.h:
12601 port to basetransform
12602 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12603 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12604 (gst_ffmpegcsp_get_unit_size):
12605 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12606 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12607 fix for basetransform changes
12609 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12611 * check/Makefile.am:
12612 Add CHECK_CFLAGS and LDFLAGS
12614 * gst/playback/gstplaybasebin.c: (fill_buffer):
12615 GST_MESSAGE_SRC became a GObject
12617 2005-08-24 Wim Taymans <wim@fluendo.com>
12619 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12620 (gst_ring_buffer_clear_all):
12621 * gst-libs/gst/audio/gstringbuffer.h:
12622 Added function to clear the ringbuffer.
12624 2005-08-24 Andy Wingo <wingo@pobox.com>
12626 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
12627 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12628 of _open and _close.
12630 * sys/v4l/gstv4lxoverlay.h:
12631 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12632 an Xv connection here, instead of all the time. Make Xv only be
12633 loaded if you axe for it. Kindof a workaround for buggy behaviour
12634 of Xv when using remote xservers (XvQueryExtension would block).
12635 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12636 replace the _open and _close public API. Only start the xv
12637 connection if necessary.
12638 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12640 2005-08-23 David Schleef <ds@schleef.org>
12642 * gst/audioresample/Makefile.am: Leet audioresampling code
12643 * gst/audioresample/buffer.c:
12644 * gst/audioresample/buffer.h:
12645 * gst/audioresample/debug.c:
12646 * gst/audioresample/debug.h:
12647 * gst/audioresample/functable.c:
12648 * gst/audioresample/functable.h:
12649 * gst/audioresample/gstaudioresample.c:
12650 * gst/audioresample/gstaudioresample.h:
12651 * gst/audioresample/resample.c:
12652 * gst/audioresample/resample.h:
12653 * gst/audioresample/resample_chunk.c:
12654 * gst/audioresample/resample_functable.c:
12655 * gst/audioresample/resample_ref.c:
12657 2005-08-23 Wim Taymans <wim@fluendo.com>
12659 * examples/seeking/seek.c: (make_vorbis_pipeline),
12660 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12661 Small seek updates.
12663 2005-08-23 Andy Wingo <wingo@pobox.com>
12665 * gst-libs/gst/audio/gstbaseaudiosrc.c
12666 (gst_base_audio_src_fixate): Only fixate endianness if it is
12667 present in the caps.
12669 2005-08-22 Andy Wingo <wingo@pobox.com>
12671 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
12672 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12673 device-name property.
12675 * gst-libs/gst/audio/gstaudiosrc.h:
12676 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12677 close_device in the ring buffer, like gstaudiosink.
12679 * ext/alsa/gstalsamixer.h:
12680 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12681 macro to implement the interface without much code. Cleanups.
12683 * ext/alsa/gstalsasrc.h:
12684 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12687 * ext/alsa/Makefile.am: Add new files.
12688 * ext/alsa/gstalsamixerelement.c:
12689 * ext/alsa/gstalsamixerelement.c: Split element code out from
12690 mixer code so that alsasrc can be a mixer too.
12692 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
12694 * check/elements/volume.c: (setup_volume), (cleanup_volume),
12696 * check/elements/vorbisdec.c: (setup_vorbisdec),
12697 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12698 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12699 (vorbis_handle_identification_packet),
12700 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12701 (vorbis_handle_header_packet), (vorbis_dec_push),
12702 (vorbis_dec_chain):
12703 use the setup/teardown methods to save code. save code is good.
12705 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
12707 * check/Makefile.am:
12708 add ext dir for plugins
12709 add vorbisdec test conditionally
12710 * check/elements/volume.c: (setup_volume), (cleanup_volume),
12711 (GST_START_TEST), (volume_suite):
12712 add a test with wrong caps
12713 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12714 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12715 add a vorbisdec test
12716 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12717 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12718 clean up debug output
12719 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12720 yay, fix a segfault/security issue in vorbisdec
12721 gst-launch fakesrc ! vorbisdec wasn't happy
12722 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12723 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12724 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12725 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12726 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12727 (gst_vorbisenc_set_metadata), (get_constraints_string),
12728 (update_start_message), (gst_vorbisenc_setup),
12729 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12730 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12731 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12732 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12733 * ext/vorbis/vorbisenc.h:
12735 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12736 (gst_ffmpegcsp_transform):
12737 have the kow come home
12738 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12740 * gst/volume/gstvolume.c: (volume_set_caps):
12743 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
12746 * check/.cvsignore:
12747 * check/Makefile.am:
12748 * check/elements/.cvsignore:
12749 * check/elements/volume.c: (chain_func), (event_func),
12750 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12753 add unit test structure for gst-plugins-base
12754 add a test for volume
12755 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12756 (gst_volume_set_volume), (gst_volume_get_volume),
12757 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12758 (volume_funcfind), (volume_process_float), (volume_process_int16),
12759 (volume_set_caps), (volume_transform), (volume_update_mute),
12760 (volume_update_volume), (volume_set_property),
12761 (volume_get_property):
12762 document a little; use basetransform vmethod _set_caps
12764 2005-08-19 Andy Wingo <wingo@pobox.com>
12766 * ext/alsa/gstalsamixertrack.h:
12767 * ext/alsa/gstalsamixertrack.c:
12768 * ext/alsa/gstalsamixeroptions.h:
12769 * ext/alsa/gstalsamixeroptions.c:
12770 * ext/alsa/gstalsamixer.h:
12771 * ext/alsa/gstalsamixer.c: Port to 0.9.
12773 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12774 Remove gstalsa.c and alsaclock. No more cruft here.
12776 2005-08-18 Wim Taymans <wim@fluendo.com>
12778 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12779 (gst_base_rtp_depayload_chain),
12780 (gst_base_rtp_depayload_add_to_queue),
12781 (gst_base_rtp_depayload_push),
12782 (gst_base_rtp_depayload_queue_release):
12783 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12784 Fix for RTPBuffer changes.
12786 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12787 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12788 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12789 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12790 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12791 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12792 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12793 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12794 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12795 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12796 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12797 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12798 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12799 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12800 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12801 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12802 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12803 (gst_rtpbuffer_get_payload):
12804 * gst-libs/gst/rtp/gstrtpbuffer.h:
12805 Don't subclass GstBuffer but add methods and helper functions
12806 to construct and manipulate RTP packets in regular GstBuffers.
12808 2005-08-18 Stefan Kost <ensonic@users.sf.net>
12810 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12811 moved statement below switch
12812 * gst/volume/gstvolume.c: (gst_volume_class_init):
12815 2005-08-16 Wim Taymans <wim@fluendo.com>
12817 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12818 (gst_base_audio_src_change_state):
12819 Open and close device in READY<->NULL state change.
12821 2005-08-16 Andy Wingo <wingo@pobox.com>
12823 * examples/seeking/Makefile.am: Don't compile non-compiling
12824 compiled objects with the compiler.
12826 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12829 2005-08-12 Philippe Khalaf <burger@speedy.org>
12830 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12831 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12832 Made a thread to release the queue.
12833 Removed timestamp conversion for now.
12835 2005-08-10 Philippe Khalaf <burger@speedy.org>
12836 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12837 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12838 Added rtp timestamp -> gst timestamp conversion.
12839 Fixed several problems with queue.
12841 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
12843 * gst-libs/gst/audio/gstaudioclock.h:
12844 * gst-libs/gst/audio/gstaudiofilter.h:
12845 * gst-libs/gst/audio/gstaudiosink.h:
12846 * gst-libs/gst/audio/gstaudiosrc.h:
12847 * gst-libs/gst/audio/gstbaseaudiosink.h:
12848 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12849 * gst-libs/gst/audio/gstringbuffer.h:
12850 * gst-libs/gst/net/gstnetbuffer.h:
12851 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12852 * gst-libs/gst/rtp/gstrtpbuffer.h:
12853 Add padding (you will need to rebuild gst-plugins-base,
12854 gst-plugins and all applications afterwards!)
12856 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
12858 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12859 (gst_riff_parse_chunk):
12860 Fix bug in debug message and add some more debug messages.
12862 2005-08-08 Edward Hervey <edward@fluendo.com>
12864 * gst-libs/gst/riff/riff-media.c:
12865 backported updates since branch
12867 2005-08-08 Andy Wingo <wingo@pobox.com>
12869 * gst-libs/gst/audio/gstbaseaudiosink.c
12870 (gst_base_audio_sink_change_state): Open the device in NULL->READY
12871 like good elements should. Close on READY->NULL too.
12873 * gst-libs/gst/audio/gstaudiosink.c
12874 (gst_audioringbuffer_open_device,
12875 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12876 (gst_audioringbuffer_release): Updates for new ring buffer API,
12877 hook into the new audio sink api.
12879 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12880 (GstAudioSinkClass.close): Just open and close the device -- no
12881 resource allocation or configuration.
12882 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12883 vmethods, handle device setup and resource allocation.
12885 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12886 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12889 * gst-libs/gst/audio/gstringbuffer.h
12890 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12893 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12894 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12895 New API functions. The device should be opened before acquiring
12896 and closed after releasing.
12898 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
12900 * gst-libs/gst/interfaces/mixer.h:
12901 Reset padding to GST_PADDING.
12903 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12905 * gst/playback/gstplaybin.c: (remove_sinks):
12906 Remove visualization from parent explicitely; works around some
12907 apparent refcount issue that I haven't tracked down yet.
12909 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12911 * ext/alsa/gstalsasink.c: (set_hwparams):
12912 Assign debug category, add negotiation debug msgs.
12914 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12916 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12917 Fix error code for file-not-found to NOT_FOUND.
12919 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
12921 * common/gtk-doc-plugins.mak:
12922 * docs/plugins/Makefile.am:
12923 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12924 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12925 renamed to actual element names, so much nicer to look at
12926 * docs/plugins/tmpl/gstmultifdsink.sgml:
12928 * docs/plugins/tmpl/multifdsink.sgml:
12929 * docs/plugins/tmpl/tcpserversink.sgml:
12931 * ext/alsa/gstalsa.c:
12932 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12933 * ext/ogg/gstoggmux.c:
12934 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12935 * gst/playback/gstdecodebin.c:
12936 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12937 * gst/tcp/gsttcpserversink.c:
12938 various fixes and documentation additions
12940 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
12942 * common/Makefile.am:
12943 * common/gstdoc-scangobj:
12944 * common/gtk-doc-plugins.mak:
12945 * common/gtk-doc.mak:
12946 add a custom scangobj that uses the registry
12947 add a custom gtk-doc-plugins.mak that uses it
12948 some doc build fixes
12950 * docs/Makefile.am:
12951 * docs/plugins/Makefile.am:
12952 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12953 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12954 * docs/plugins/gst-plugins-base-plugins.types:
12955 * docs/plugins/tmpl/gstmultifdsink.sgml:
12956 add docs for one element, multifdsink
12957 * gst/adder/gstadder.h:
12958 * gst/volume/gstvolume.h:
12959 don't privatize enum
12960 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12961 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12962 (gst_sync_method_get_type), (gst_client_status_get_type),
12963 (gst_multifdsink_class_init),
12964 (gst_multifdsink_client_queue_buffer),
12965 (gst_multifdsink_handle_client_write):
12966 * gst/tcp/gstmultifdsink.h:
12967 * gst/tcp/gsttcp.h:
12968 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12969 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12970 (gst_tcpclientsink_render):
12971 * gst/tcp/gsttcpclientsink.h:
12972 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12973 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12974 (gst_tcpclientsrc_start):
12975 * gst/tcp/gsttcpclientsrc.h:
12976 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12977 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12978 * gst/tcp/gsttcpserversrc.h:
12979 * gst/typefind/gsttypefindfunctions.c:
12980 remove superfluous Type stuff
12982 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12984 * gst/playback/gstplaybin.c: (gen_video_element):
12987 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12989 * gst-libs/gst/gconf/gconf.c:
12990 * gst-libs/gst/gconf/gconf.h:
12991 Fix some Andy Problem [tm].
12993 2005-08-04 Andy Wingo <wingo@pobox.com>
12995 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12996 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12997 (gst_ffmpegcsp_get_size): Adapt to API changes.
12999 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13000 Implement an in-place do-nothing transform.
13002 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13004 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13005 (gst_ximagesink_renegotiate_size):
13006 Do not set new window sizes yet if we prepare a new buffer size
13007 for upstream renegotiation (software scaling) at some point in the
13008 future, because this new size waqs not actually accepted yet. Once
13009 accepted, renegotiation later on will set the new sizes just fine.
13010 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13011 embedding testcase.
13013 2005-08-03 Andy Wingo <wingo@pobox.com>
13015 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13016 (gst_ximagesink_buffer_alloc):
13017 Protect the height, width, and desired_caps with the pool_lock.
13018 Fixes videotestsrc ! queue ! ximagesink.
13020 2005-08-02 Edward Hervey <edward@fluendo.com>
13022 * gst/volume/gstvolume.c:
13023 include left from controller cleanup
13025 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13026 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13027 Stop collectpads before calling the parent state
13028 change function on PAUSED->READY.
13030 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13032 When testing for X libs, use the X CFlags
13033 * gst/adder/gstadder.c: (gst_adder_change_state):
13034 Stop the collectpads before calling parent state change function
13035 on PAUSED->READY, otherwise we deadlock deactivating pads.
13037 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13040 * docs/libs/tmpl/gstcolorbalance.sgml:
13041 * docs/libs/tmpl/gstmixer.sgml:
13042 * examples/Makefile.am:
13043 * gst/sine/Makefile.am:
13044 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13045 (gst_sinesrc_set_property), (plugin_init):
13046 * gst/sine/gstsinesrc.h:
13047 * gst/volume/Makefile.am:
13048 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13049 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13050 (volume_process_float), (volume_process_int16),
13051 (volume_set_property), (plugin_init):
13052 * gst/volume/gstvolume.h:
13053 deactivate and remove dparams (libgstcontrol)
13055 2005-07-29 Wim Taymans <wim@fluendo.com>
13057 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13058 Convert me to BaseTransform!! help..
13060 2005-07-29 Andy Wingo <wingo@pobox.com>
13062 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13065 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13066 support of both endiannesses.
13068 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13070 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13071 Fix confusing debug message (s/event/query/)
13073 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13075 * gst/videotestsrc/videotestsrc.h:
13076 Use "_stdint.h" instead of <stdint.h>
13078 2005-07-27 Wim Taymans <wim@fluendo.com>
13080 * ext/vorbis/Makefile.am:
13081 Revert wrong commit.
13083 2005-07-27 Wim Taymans <wim@fluendo.com>
13085 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13086 More compilation fixen.
13088 2005-07-27 Wim Taymans <wim@fluendo.com>
13090 * gst-libs/gst/audio/gstbaseaudiosink.c:
13091 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13092 (gst_base_audio_sink_create_ringbuffer),
13093 (gst_base_audio_sink_change_state):
13096 2005-07-27 Wim Taymans <wim@fluendo.com>
13098 * examples/seeking/seek.c: (setup_dynamic_link),
13099 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13100 (query_positions_elems), (query_positions_pads), (do_seek):
13101 Update seek example.
13103 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13104 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13105 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13106 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13107 (gst_ogg_demux_handle_event),
13108 (gst_ogg_demux_deactivate_current_chain),
13109 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13110 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13111 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13112 (gst_ogg_demux_loop):
13113 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13114 * ext/theora/theoradec.c: (theora_dec_src_event),
13115 (theora_dec_src_getcaps), (theora_dec_sink_event),
13116 (theora_dec_push), (theora_dec_chain):
13117 * ext/vorbis/Makefile.am:
13118 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13119 (vorbis_dec_sink_event), (vorbis_dec_push),
13120 (vorbis_handle_data_packet):
13121 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13122 (gst_vorbisenc_chain):
13123 * gst/playback/gststreaminfo.c: (cb_probe):
13124 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13125 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13126 * gst/videoscale/gstvideoscale.c:
13127 (gst_videoscale_handle_src_event):
13128 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13129 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13130 (gst_ximagesink_navigation_send_event):
13131 * sys/xvimage/xvimagesink.c:
13132 (gst_xvimagesink_navigation_send_event):
13133 Various event updates and cleanups
13135 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13137 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13138 Fix segfault for I420/YV12.
13140 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13142 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13145 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13147 * gst/playback/gstplaybin.c: (gen_video_element),
13148 (gen_audio_element):
13149 Switch to auto*sink elements as default sinks; add volume element
13150 so that volume control in totem works.
13152 2005-07-21 Wim Taymans <wim@fluendo.com>
13154 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13155 * gst/playback/gstplaybin.c: (setup_sinks),
13156 (gst_play_bin_change_state):
13157 Refcount fix and more comments.
13159 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13161 * sys/ximage/Makefile.am:
13162 * sys/ximage/ximage.c: (plugin_init):
13163 * sys/ximage/ximagesink.c:
13164 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13167 2005-07-21 Wim Taymans <wim@fluendo.com>
13169 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13170 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13171 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13172 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13173 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13174 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13175 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13176 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13177 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13178 Generate correct disconts for live chained oggs.
13180 * gst-libs/gst/audio/gstbaseaudiosink.c:
13181 (gst_base_audio_sink_render),
13182 (gst_base_audio_sink_create_ringbuffer),
13183 (gst_base_audio_sink_change_state):
13184 Handle discont math correctly.
13186 * gst/playback/gstplaybin.c: (add_sink):
13187 Some small debug cleanup.
13189 2005-07-21 Wim Taymans <wim@fluendo.com>
13191 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13192 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13193 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13194 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13195 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13196 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13197 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13198 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13199 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13200 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13201 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13202 (gst_ogg_demux_change_state), (gst_ogg_print):
13203 Reorganize code to send the right disconts when in streaming
13206 2005-07-20 Andy Wingo <wingo@pobox.com>
13208 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13209 fix (?), fixes a seggie mcfalterson (#310894).
13211 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13213 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13214 (gst_ogg_mux_set_header_on_caps):
13215 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13216 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13217 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13218 * gst-libs/gst/audio/multichannel.c:
13219 (gst_audio_set_channel_positions),
13220 (gst_audio_set_structure_channel_positions_list):
13221 * gst/playback/gstdecodebin.c: (dynamic_create):
13222 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13223 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13224 Fixes for API changes in core.
13226 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13228 * gst/playback/gstplaybasebin.c: (fill_buffer):
13229 Use _new_custom() so we can set custom message types for buffering
13232 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13235 * gst-libs/gst/Makefile.am:
13236 * gst-libs/gst/gconf/.cvsignore:
13237 * gst-libs/gst/gconf/Makefile.am:
13238 * gst-libs/gst/gconf/test-gconf.c:
13239 * pkgconfig/Makefile.am:
13240 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13241 * pkgconfig/gstreamer-gconf.pc.in:
13242 Remove gconf stuff, use gconf elements instead from now on.
13244 2005-07-20 Wim Taymans <wim@fluendo.com>
13246 * gst-libs/gst/audio/TODO:
13247 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13248 (gst_audio_clock_get_internal_time):
13249 * gst-libs/gst/audio/gstaudioclock.h:
13250 * gst-libs/gst/audio/gstbaseaudiosink.c:
13251 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13252 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13253 (gst_base_audio_sink_render),
13254 (gst_base_audio_sink_create_ringbuffer),
13255 (gst_base_audio_sink_change_state):
13256 Make sure the audio clock always returns an increasing value.
13258 2005-07-19 Andy Wingo <wingo@pobox.com>
13260 * gst/videotestsrc/: Cleanups.
13262 2005-07-19 Wim Taymans <wim@fluendo.com>
13264 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13267 2005-07-19 Wim Taymans <wim@fluendo.com>
13269 * examples/seeking/seek.c: (make_dv_pipeline),
13270 (make_vorbis_theora_pipeline), (query_rates),
13271 (query_positions_elems), (query_positions_pads), (do_seek):
13272 Make correct DV pipeline.
13274 2005-07-18 Andy Wingo <wingo@pobox.com>
13276 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13277 default. Also because it's the only thing that really works. (This
13278 is used in the GConf elements).
13279 Use AS_LIBTOOL_TAGS.
13281 2005-07-18 Wim Taymans <wim@fluendo.com>
13283 * gst/playback/gstdecodebin.c: (remove_element_chain):
13284 * gst/playback/gstplaybin.c: (add_sink):
13285 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13286 (gst_stream_info_set_mute):
13287 * gst/playback/gststreamselector.c:
13288 (gst_stream_selector_get_linked_pad),
13289 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13290 More leak and compile fixes.
13292 2005-07-18 Wim Taymans <wim@fluendo.com>
13294 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13295 (query_rates), (query_positions_elems), (query_positions_pads),
13296 (do_seek), (seek_cb), (stop_seek):
13297 Updated seek example.
13299 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13300 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13301 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13302 * gst/playback/gstplaybin.c: (add_sink):
13303 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13304 (gst_stream_info_set_mute):
13305 Some refcount leak fixes.
13307 2005-07-16 Wim Taymans <wim@fluendo.com>
13309 * gst-libs/gst/audio/gstbaseaudiosink.c:
13310 (gst_base_audio_sink_render):
13311 Align samples even if we have roundoff errors in the
13312 timestamp conversion.
13314 2005-07-16 Wim Taymans <wim@fluendo.com>
13316 * docs/libs/tmpl/gstringbuffer.sgml:
13317 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13318 (query_rates), (query_positions_elems), (query_positions_pads),
13319 (update_scale), (do_seek):
13320 Updated seek example.
13322 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13323 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13324 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13325 (gst_ogg_demux_loop):
13326 Push out correct discont values.
13328 * ext/theora/theoradec.c: (theora_dec_src_convert),
13329 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13330 (theora_dec_sink_event), (theora_handle_type_packet),
13331 (theora_handle_header_packet), (theora_dec_push),
13332 (theora_handle_data_packet), (theora_dec_chain),
13333 (theora_dec_change_state):
13334 Better timestamping.
13336 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13337 (vorbis_dec_sink_event), (vorbis_dec_push),
13338 (vorbis_handle_data_packet), (vorbis_dec_chain):
13339 * ext/vorbis/vorbisdec.h:
13340 Better timestamping.
13342 * gst-libs/gst/audio/gstbaseaudiosink.c:
13343 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13344 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13345 Handle syncing on timestamps instead of sample offsets. Make
13346 use of DISCONT values as described in design docs.
13348 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13349 (gst_base_audio_src_get_time):
13350 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13351 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13352 (gst_ring_buffer_read):
13353 * gst-libs/gst/audio/gstringbuffer.h:
13354 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13355 (gst_ximagesink_show_frame):
13356 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13357 Correcly convert buffer timestamp to stream time.
13359 2005-07-16 Wim Taymans <wim@fluendo.com>
13361 * gst/audioconvert/gstaudioconvert.c:
13362 (gst_audio_convert_get_buffer):
13363 Timestamp buffers correctly.
13365 * gst/playback/gstplaybin.c: (gen_video_element):
13366 Make internal fakesink silent.
13368 2005-07-15 Wim Taymans <wim@fluendo.com>
13370 * gst/ffmpegcolorspace/Makefile.am:
13371 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13372 (gst_ffmpegcsp_caps_remove_format_info),
13373 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13374 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13375 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13376 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13377 Ported ffmpegcolorspace to basetransform.
13379 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13380 * gst/volume/gstvolume.c: (volume_transform):
13383 2005-07-14 Wim Taymans <wim@fluendo.com>
13385 * gst/videotestsrc/Makefile.am:
13386 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13387 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13388 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13389 (gst_videotestsrc_init), (gst_videotestsrc_event),
13390 (gst_videotestsrc_create), (gst_videotestsrc_start),
13391 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13392 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13393 (gst_videotestsrc_get_property):
13394 * gst/videotestsrc/gstvideotestsrc.h:
13395 Make videotestsrc a pushsrc.
13397 2005-07-14 Wim Taymans <wim@fluendo.com>
13399 * gst/tcp/gstfdset.c: (gst_fdset_free):
13400 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13401 (gst_multifdsink_add), (gst_multifdsink_remove),
13402 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13403 (gst_multifdsink_remove_client_link),
13404 (gst_multifdsink_client_queue_data),
13405 (gst_multifdsink_client_queue_caps),
13406 (gst_multifdsink_client_queue_buffer),
13407 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13408 (gst_multifdsink_stop):
13409 * gst/tcp/gstmultifdsink.h:
13412 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13413 Also draw image when not from a pool.
13415 2005-07-14 Wim Taymans <wim@fluendo.com>
13417 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13418 (mute_stream), (silence_stream):
13419 Small debug additions.
13421 2005-07-14 Wim Taymans <wim@fluendo.com>
13423 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13424 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13425 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13426 Better error recovery, ignore unconnected pads and
13429 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13431 * docs/libs/tmpl/gstaudio.sgml:
13432 * docs/libs/tmpl/gstcolorbalance.sgml:
13433 * docs/libs/tmpl/gstgconf.sgml:
13434 * docs/libs/tmpl/gstmixer.sgml:
13435 * docs/libs/tmpl/gstringbuffer.sgml:
13436 * docs/libs/tmpl/gsttuner.sgml:
13437 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13438 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13439 (gst_tcpclientsrc_class_init):
13440 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13441 (gst_tcpserversrc_class_init):
13442 * sys/v4l/gstv4lelement.c:
13443 more autistic cleanliness in functions/names/defines
13445 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13448 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13449 added manually to each Makefile.am so we are sure it goes
13450 *last* and doesn't add -L flags before linking in libs of our
13451 own, like, say, internal .la libs, that then accidentally pick
13452 up the installed copy.
13453 * docs/libs/Makefile.am:
13454 * ext/alsa/Makefile.am:
13455 * ext/cdparanoia/Makefile.am:
13456 * ext/gnomevfs/Makefile.am:
13457 * ext/libvisual/Makefile.am:
13458 * ext/ogg/Makefile.am:
13459 * ext/theora/Makefile.am:
13460 * ext/vorbis/Makefile.am:
13461 * gst-libs/gst/video/Makefile.am:
13462 * gst/adder/Makefile.am:
13463 * gst/audioconvert/Makefile.am:
13464 * gst/audiorate/Makefile.am:
13465 * gst/audioscale/Makefile.am:
13466 * gst/ffmpegcolorspace/Makefile.am:
13467 * gst/playback/Makefile.am:
13468 * gst/sine/Makefile.am:
13469 * gst/subparse/Makefile.am:
13470 * gst/tags/Makefile.am:
13471 * gst/tcp/Makefile.am:
13472 * gst/typefind/Makefile.am:
13473 * gst/videorate/Makefile.am:
13474 * gst/videoscale/Makefile.am:
13475 * gst/videotestsrc/Makefile.am:
13476 * gst/volume/Makefile.am:
13477 * sys/v4l/Makefile.am:
13478 * sys/ximage/Makefile.am:
13479 * sys/xvimage/Makefile.am:
13480 adapt properly to this change. This should make sure that
13481 plugins and libs properly link to the as-yet-uninstalled
13482 copies of stuff like libgstinterfaces and libgstvideo
13484 2005-07-13 Andy Wingo <wingo@pobox.com>
13486 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13487 (gst_v4lsrc_fixate): Fixate on format as well.
13489 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13490 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13491 buffer points to it.
13492 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13493 rather just doing X calls ourselves. Also fixes a memleak.
13495 2005-07-12 Andy Wingo <wingo@pobox.com>
13497 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13498 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13499 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13500 TRUE to avoid deadlocks if an element holds on to our buffers.
13502 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13504 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13505 (gst_sinesrc_init), (gst_sinesrc_create),
13506 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13507 (gst_sinesrc_start):
13508 * gst/sine/gstsinesrc.h:
13509 removing num-buffers property before moving it
13511 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13514 use overridable ERROR_CFLAGS
13515 * docs/libs/gst-plugins-base-libs.types:
13516 * docs/libs/tmpl/gstringbuffer.sgml:
13517 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13518 (gst_alsasink_class_init):
13519 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13520 (gst_alsasrc_class_init):
13521 * gst-libs/gst/audio/audio.h:
13522 * gst-libs/gst/audio/gstaudioclock.h:
13523 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13524 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13525 (gst_audio_filter_link), (gst_audio_filter_init),
13526 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13527 (gst_audio_filter_get_property),
13528 (gst_audio_filter_class_add_pad_templates):
13529 * gst-libs/gst/audio/gstaudiofilter.h:
13530 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13531 (gst_audio_filter_template_get_type),
13532 (gst_audio_filter_template_base_init),
13533 (gst_audio_filter_template_class_init),
13534 (gst_audio_filter_template_init),
13535 (gst_audio_filter_template_set_property),
13536 (gst_audio_filter_template_get_property), (plugin_init),
13537 (gst_audio_filter_template_setup),
13538 (gst_audio_filter_template_filter),
13539 (gst_audio_filter_template_filter_inplace):
13540 * gst-libs/gst/audio/gstaudiosink.c:
13541 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13542 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13543 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13544 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13545 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13546 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13547 * gst-libs/gst/audio/gstaudiosink.h:
13548 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13549 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13550 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13551 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13552 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13553 (gst_audio_src_class_init), (gst_audio_src_init),
13554 (gst_audio_src_create_ringbuffer):
13555 * gst-libs/gst/audio/gstaudiosrc.h:
13556 * gst-libs/gst/audio/gstbaseaudiosink.c:
13557 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13558 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13559 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13560 (gst_base_audio_sink_set_property),
13561 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13562 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13563 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13564 (gst_base_audio_sink_create_ringbuffer),
13565 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13566 * gst-libs/gst/audio/gstbaseaudiosink.h:
13567 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13568 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13569 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13570 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13571 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13572 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13573 (gst_base_audio_src_event), (gst_base_audio_src_create),
13574 (gst_base_audio_src_create_ringbuffer),
13575 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13576 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13577 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13578 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13579 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13580 (gst_ring_buffer_debug_spec_caps),
13581 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13582 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13583 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13584 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13585 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13586 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13587 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13588 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13589 (gst_ring_buffer_clear):
13590 * gst-libs/gst/audio/gstringbuffer.h:
13591 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13592 (gst_video_sink_class_init), (gst_video_sink_get_type):
13593 * gst-libs/gst/video/videosink.h:
13594 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13595 (gst_multifdsink_class_init),
13596 (gst_multifdsink_handle_client_write),
13597 (gst_multifdsink_change_state):
13598 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13599 (gst_tcpclientsink_setcaps):
13600 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13601 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13602 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13603 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13604 (gst_ximagesink_send_pending_navigation),
13605 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13606 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13607 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13608 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13609 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13610 (gst_xvimagesink_send_pending_navigation),
13611 (gst_xvimagesink_navigation_send_event),
13612 (gst_xvimagesink_set_xwindow_id),
13613 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13614 (gst_xvimagesink_get_type):
13615 more macro splitting
13617 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13619 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13620 plug a memleak, allows me to import 1479 albums in one go
13622 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13623 (vorbis_handle_type_packet), (vorbis_dec_chain),
13624 (vorbis_dec_change_state):
13625 fix some format strings
13627 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13629 * docs/libs/tmpl/gstcolorbalance.sgml:
13630 * docs/libs/tmpl/gstmixer.sgml:
13631 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13632 (gst_alsasink_set_property), (gst_alsasink_get_property):
13633 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13634 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13635 add device property
13637 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13639 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13640 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13641 (audiocast_register_listener), (audiocast_thread_run),
13642 (gst_gnomevfssrc_send_additional_headers_callback),
13643 (gst_gnomevfssrc_received_headers_callback),
13644 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13645 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13646 (gst_gnomevfssrc_get_size):
13647 add/clean up debugging
13648 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13651 2005-07-07 Andy Wingo <wingo@pobox.com>
13653 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13654 framerate. Need to get a handle on when exactly this function is
13657 * sys/v4l/v4lsrc_calls.h:
13658 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13659 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13660 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13662 * sys/v4l/v4l_calls.h: Cast to V4lElement.
13663 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13664 v4lelements are sources.
13666 * sys/v4l/gstv4lxoverlay.h:
13667 * sys/v4l/gstv4lxoverlay.c:
13668 * sys/v4l/gstv4ltuner.h:
13669 * sys/v4l/gstv4ltuner.c: Header loc fixen.
13671 * sys/v4l/gstv4lsrc.h:
13672 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13673 PushSrc/BaseSrc. Removed most sync-related properties, videorate
13674 or something should handle that. Made a live source.
13676 * sys/v4l/gstv4lelement.h:
13677 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13678 signals. Some cleanups.
13680 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13682 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13685 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13688 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13690 2005-07-07 Wim Taymans <wim@fluendo.com>
13692 * ext/theora/theoradec.c: (theora_get_query_types),
13693 (theora_dec_src_getcaps), (theora_dec_push):
13694 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13695 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13696 Remove deprecated/unused query types.
13698 2005-07-06 Wim Taymans <wim@fluendo.com>
13700 * ext/alsa/Makefile.am:
13701 * ext/alsa/gstalsaplugin.c: (plugin_init):
13702 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13703 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13704 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13705 (gst_alsasrc_class_init), (gst_alsasrc_init),
13706 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13707 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13708 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13709 (gst_alsasrc_reset):
13710 * ext/alsa/gstalsasrc.h:
13711 * gst-libs/gst/audio/Makefile.am:
13712 * gst-libs/gst/audio/gstaudiosink.c:
13713 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13714 (gst_audioringbuffer_start):
13715 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13716 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13717 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13718 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13719 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13720 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13721 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13722 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13723 * gst-libs/gst/audio/gstaudiosrc.h:
13724 * gst-libs/gst/audio/gstbaseaudiosink.c:
13725 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13726 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13727 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13728 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13729 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13730 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13731 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13732 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13733 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13734 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13735 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13736 (gst_baseaudiosrc_change_state):
13737 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13738 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13739 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13740 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13741 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13742 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13743 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13744 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13745 * gst-libs/gst/audio/gstringbuffer.h:
13746 Added audiosource base classes.
13747 Ported alsasrc, still very basic.
13749 2005-07-06 Wim Taymans <wim@fluendo.com>
13751 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13752 (theora_dec_push), (theora_handle_data_packet):
13753 Prepare for better timestamp fix later.
13755 * gst/audioconvert/gstaudioconvert.c:
13756 List most accurate caps first
13758 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13759 Use proper pad task function.
13761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13762 (gst_xvimagesink_show_frame):
13763 Fix deadlock when alloc failed.
13765 2005-07-05 Andy Wingo <wingo@pobox.com>
13767 * ext/gnomevfs/gstgnomevfssrc.c:
13768 * gst/sine/gstsinesrc.c:
13769 * gst/tcp/gsttcpserversrc.c:
13770 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13772 * sys/v4l/: Port from 0.8.
13774 * Many files: Null if we got it....
13776 2005-07-05 Andy Wingo <wingo@pobox.com>
13778 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
13779 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13782 2005-07-05 Wim Taymans <wim@fluendo.com>
13785 * gst/tcp/Makefile.am:
13787 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13788 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13789 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13790 (is_sync_frame), (gst_multifdsink_handle_client_write),
13791 (gst_multifdsink_render), (gst_multifdsink_start),
13792 (gst_multifdsink_stop), (gst_multifdsink_change_state):
13793 * gst/tcp/gstmultifdsink.h:
13794 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13795 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13796 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13797 * gst/tcp/gsttcp.h:
13798 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13799 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13800 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13801 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13802 * gst/tcp/gsttcpclientsink.h:
13803 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13804 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13805 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13806 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13807 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13808 * gst/tcp/gsttcpclientsrc.h:
13809 * gst/tcp/gsttcpplugin.c: (plugin_init):
13810 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13811 * gst/tcp/gsttcpserversink.h:
13812 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13813 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13814 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13815 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13816 (gst_tcpserversrc_stop):
13817 * gst/tcp/gsttcpserversrc.h:
13818 * gst/tcp/gsttcpsink.c:
13819 * gst/tcp/gsttcpsink.h:
13820 * gst/tcp/gsttcpsrc.c:
13821 * gst/tcp/gsttcpsrc.h:
13822 Ported tcp plugins to 0.9.
13825 2005-07-05 Andy Wingo <wingo@pobox.com>
13827 * gst/playback/gstplaybasebin.c (fill_buffer):
13828 message_new_application fixen.
13830 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13833 2005-07-04 Wim Taymans <wim@fluendo.com>
13835 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13836 Set caps on output buffer.
13838 2005-07-04 Andy Wingo <wingo@pobox.com>
13840 * ext/gnomevfs/gstgnomevfssrc.c
13841 (gst_gnomevfssrc_received_headers_callback)
13842 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13845 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13846 No refcount leakage.
13848 * configure.ac: Enable -Werror.
13850 * ext/theora/theoradec.c (theora_dec_src_getcaps):
13851 * gst/audioconvert/bufferframesconvert.c
13852 (buffer_frames_convert_fixate):
13853 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13854 (gst_audio_convert_fixate):
13855 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13856 (gst_sinesrc_create): Fixate func changes.
13858 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13859 (gst_ximagesink_buffer_alloc): Unused var.
13861 2005-07-01 Andy Wingo <wingo@pobox.com>
13863 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13864 getcaps to do explicit caps. Needs to be done in all decoders,
13865 possibly via a base class.
13867 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13869 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13870 caps on the sink pad, just rely on the pad template. Also, setting
13871 ANY caps on a pad is not valid because the caps are not fixed.
13873 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13874 caps on the buffer, and get the width from the desired_caps if
13876 (gst_ximagesink_renegotiate_size): Implement via setting the
13877 desired_caps on the ximagesink.
13878 (gst_ximagesink_setcaps): Only reset the width of the player if it
13879 wasn't already set. Not sure if this is right.
13880 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13882 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13883 that the user wants. NULL unless the window has been resized.
13885 * gst/volume/gstvolume.c (volume_transform): Adapt to
13886 basetransform refcount changes.
13888 2005-07-01 Andy Wingo <wingo@pobox.com>
13890 * gst/videoscale/gstvideoscale.c:
13891 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13892 from BaseTransform, implements a transform_caps. Removed dead code
13893 including some PAR stuff that was never reached -- should probably
13894 be added back somehow.
13896 2005-07-01 Andy Wingo <wingo@pobox.com>
13898 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13901 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
13904 * docs/libs/Makefile.am:
13905 * docs/libs/gst-plugins-libs.types:
13906 * ext/alsa/Makefile.am:
13907 * ext/alsa/gstalsamixer.h:
13908 * ext/alsa/gstalsamixeroptions.h:
13909 * ext/alsa/gstalsamixertrack.h:
13910 * gst-libs/gst/Makefile.am:
13911 * gst-libs/gst/colorbalance/.cvsignore:
13912 * gst-libs/gst/colorbalance/Makefile.am:
13913 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13914 * gst-libs/gst/colorbalance/colorbalance.c:
13915 * gst-libs/gst/colorbalance/colorbalance.h:
13916 * gst-libs/gst/colorbalance/colorbalance.vcproj:
13917 * gst-libs/gst/colorbalance/colorbalancechannel.c:
13918 * gst-libs/gst/colorbalance/colorbalancechannel.h:
13919 * gst-libs/gst/interfaces/Makefile.am:
13920 * gst-libs/gst/interfaces/colorbalance.c:
13921 (gst_color_balance_class_init):
13922 * gst-libs/gst/interfaces/colorbalance.h:
13923 * gst-libs/gst/interfaces/interfaces-marshal.list:
13924 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13925 * gst-libs/gst/interfaces/mixer.h:
13926 * gst-libs/gst/interfaces/mixeroptions.h:
13927 * gst-libs/gst/interfaces/navigation.c:
13928 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13929 * gst-libs/gst/interfaces/tuner.h:
13930 * gst/volume/Makefile.am:
13931 * gst/volume/gstvolume.c:
13932 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13933 * sys/ximage/Makefile.am:
13934 * sys/ximage/ximagesink.c:
13935 * sys/xvimage/Makefile.am:
13936 * sys/xvimage/xvimagesink.c:
13937 fold in all interfaces into an interfaces dir, preserving CVS
13940 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13942 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13943 Fix build after riff changes.
13945 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13947 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13948 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13949 (gst_riff_create_video_template_caps),
13950 (gst_riff_create_audio_template_caps),
13951 (gst_riff_create_iavs_template_caps):
13952 * gst-libs/gst/riff/riff-media.h:
13953 * gst-libs/gst/riff/riff-read.h:
13954 * gst-libs/gst/riff/riff.c: (gst_riff_init):
13955 Add gst_riff_init() to initialize the debug category, instead
13956 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13958 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13960 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13961 Oops, I shouldn't apply hacks.
13963 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13965 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13966 Remove pad_loop function which doesn't work.
13968 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13970 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13971 Send EOS when deactivating.
13972 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13973 (check_queue), (queue_threshold_reached), (queue_out_of_data),
13974 (gen_preroll_element), (probe_triggered), (mute_stream),
13975 (silence_stream), (new_decoded_pad), (setup_substreams),
13976 (set_active_source):
13977 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13978 (remove_sinks), (add_sink):
13979 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13980 Change for new probe API.
13982 2005-06-29 Wim Taymans <wim@fluendo.com>
13984 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13985 * gst-libs/gst/audio/gstbaseaudiosink.c:
13986 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13987 (gst_baseaudiosink_change_state):
13988 * gst-libs/gst/audio/gstbaseaudiosink.h:
13989 * gst-libs/gst/audio/gstringbuffer.c:
13990 (gst_ringbuffer_set_callback):
13991 Fix compilation error.
13992 Ringbuffer starts out as not running.
13993 Free our clock in dispose.
13994 When releasing the ringbuffer we need to renegotiate so
13995 clear the pad caps.
13997 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14001 * docs/Makefile.am:
14002 * docs/libs/Makefile.am:
14003 * docs/libs/gst-plugins-libs-docs.sgml:
14004 * docs/libs/gst-plugins-libs-sections.txt:
14005 * docs/libs/gst-plugins-libs.types:
14006 * docs/libs/tmpl/gstaudio.sgml:
14007 * docs/libs/tmpl/gstcolorbalance.sgml:
14008 * docs/libs/tmpl/gstringbuffer.sgml:
14009 * gst-libs/gst/audio/gstringbuffer.c:
14010 (gst_ringbuffer_set_callback):
14011 reinstate gtk-doc docs for plugin libs
14013 2005-06-28 Wim Taymans <wim@fluendo.com>
14015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14016 (gst_ogg_demux_init):
14017 Removed pad loop function.
14019 2005-06-28 Wim Taymans <wim@fluendo.com>
14021 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14022 If we're building a chain we are not in an error case
14023 when we queue a buffer.
14025 2005-06-28 Andy Wingo <wingo@pobox.com>
14027 * *.c: Don't cast to GstObject before reffing/unreffing.
14029 2005-06-27 Andy Wingo <wingo@pobox.com>
14031 * gst/videotestsrc/gstvideotestsrc.c
14032 (gst_videotestsrc_activate_push): Activation API changes.
14034 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14035 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14036 they have refs on the decodebin.
14038 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14040 (gst_ogg_pad_typefind): Don't leak a pad ref.
14041 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14042 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14043 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14045 2005-06-27 Edward Hervey <edward@fluendo.com>
14047 * ext/theora/theoradec.c: (theora_dec_change_state):
14048 re-arranged call to parent's state change in order to avoid locks (or
14051 2005-06-26 Edward Hervey <edward@fluendo.com>
14053 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14054 2nd argument of 'unknow-type' signal is a GstCaps and not a
14057 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14058 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14059 Set the worker thread's running flag to TRUE before starting the
14061 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14062 Catch a failure to add typefind to the bin.
14064 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14066 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14067 (gst_sinesrc_init), (gst_sinesrc_create),
14068 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14069 (gst_sinesrc_start):
14070 * gst/sine/gstsinesrc.h:
14071 add num-buffers and timestamp-offset properties
14072 * gst/videotestsrc/gstvideotestsrc.c:
14073 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14074 (gst_videotestsrc_get_property):
14075 add timestamp-offset property
14077 2005-06-23 Christian Schaller <uraeus@gnome.org>
14079 * configure.ac: add videorate
14080 * gst-plugins-base.spec.in: add videorate
14082 2005-06-23 Wim Taymans <wim@fluendo.com>
14084 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14085 (gst_videorate_getcaps), (gst_videorate_setcaps),
14086 (gst_videorate_event), (gst_videorate_chain):
14087 Fixed videorate, fixating an already fixated caps is not
14090 2005-06-23 Wim Taymans <wim@fluendo.com>
14093 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14094 Buffer on caps is not boxed anymore.
14096 2005-06-22 Wim Taymans <wim@fluendo.com>
14098 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14099 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14100 Set buffers on caps as miniobjects and not as boxed.
14102 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14107 === release 0.9.1 ===
14109 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14130 updates for release
14132 2005-06-09 Andy Wingo <wingo@pobox.com>
14134 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14136 2005-06-09 Andy Wingo <wingo@pobox.com>
14139 * gst-libs/gst/Makefile.am:
14140 * gst-libs/gst/net/Makefile.am:
14141 Add gstnet to build.
14143 2005-06-09 Andy Wingo <wingo@pobox.com>
14145 * gst-libs/gst/gconf/gconf.c:
14146 * gst/playback/test.c:
14147 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14150 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14152 * ext/theora/theoraenc.c (theora_enc_chain):
14153 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14155 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14158 2005-06-02 Wim Taymans <wim@fluendo.com>
14160 * gst-libs/gst/net/Makefile.am:
14161 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14162 * pkgconfig/gstreamer-libs.pc.in:
14163 Added net stuff, version net lib.
14165 2005-06-02 Wim Taymans <wim@fluendo.com>
14167 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14168 (query_rates), (query_positions_elems), (query_positions_pads),
14170 Updated seek example.
14172 2005-06-02 Andy Wingo <wingo@pobox.com>
14174 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14175 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14178 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14179 remove the typefind, the bin dispose will do it for us. When it's
14180 removed and unreffed, the signal handler will be disconnected,
14182 (unlinked): It's too difficult to disconnect from unlinked
14183 handlers, as they are on pads not elements. Just punt if the pads
14184 aren't grandkids of the bin.
14186 2005-06-02 Wim Taymans <wim@fluendo.com>
14189 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14190 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14192 * ext/theora/theoradec.c: (theora_dec_src_query),
14193 (theora_handle_data_packet):
14194 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14195 (theora_enc_chain):
14196 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14197 (vorbis_handle_data_packet):
14198 * gst/audioconvert/bufferframesconvert.c:
14199 (buffer_frames_convert_chain):
14200 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14201 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14202 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14203 (gst_ffmpegcsp_chain):
14204 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14205 (gst_videorate_getcaps), (gst_videorate_setcaps),
14206 (gst_videorate_event), (gst_videorate_chain):
14207 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14208 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14209 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14210 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14211 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14212 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14213 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14214 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14215 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14216 Cleanups and buffer alloc.
14218 2005-05-31 Wim Taymans <wim@fluendo.com>
14220 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14221 Don't try to call the delay method when the device is not
14224 2005-05-31 Wim Taymans <wim@fluendo.com>
14226 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14227 Get actual segment size and buffer size after opening
14230 2005-05-30 Wim Taymans <wim@fluendo.com>
14232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14233 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14234 Also FLUSH upstream, makes the loop function exit faster.
14236 * ext/theora/theoradec.c: (theora_dec_src_query):
14237 Some more debug info in the query.
14239 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14240 (gst_ximagesink_setcaps):
14241 Release lock on par error, better error reporting.
14243 2005-05-26 Wim Taymans <wim@fluendo.com>
14245 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14246 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14247 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14248 Clear chains in READY
14249 Queue packets until the chain is activated.
14251 2005-05-25 Wim Taymans <wim@fluendo.com>
14253 * gst-libs/gst/audio/gstaudiosink.c:
14254 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14255 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14256 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14257 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14258 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14259 (gst_audiosink_create_ringbuffer):
14260 * gst-libs/gst/audio/gstbaseaudiosink.c:
14261 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14262 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14263 (gst_baseaudiosink_set_property), (build_linear_format),
14264 (debug_spec_caps), (debug_spec_buffer),
14265 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14266 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14267 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14268 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14269 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14270 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14271 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14272 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14273 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14274 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14275 (wait_segment), (gst_ringbuffer_commit),
14276 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14277 (gst_ringbuffer_clear):
14278 Various small cleanups.
14280 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14281 (gst_audio_convert_change_state):
14282 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14283 No need to take the locks anymore.
14285 2005-05-25 Wim Taymans <wim@fluendo.com>
14287 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14288 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14289 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14291 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14292 (group_destroy), (group_commit), (queue_overrun),
14293 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14294 (mute_stream), (new_decoded_pad), (setup_substreams),
14295 (setup_source), (mute_group_type), (set_active_source),
14296 (gst_play_base_bin_change_state):
14297 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14298 (gen_video_element), (gen_text_element), (gen_audio_element),
14299 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14300 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14301 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14302 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14303 Some playbin cleanups mostly refcounting sloppyness.
14305 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14308 Work with streaming input.
14310 2005-05-25 Wim Taymans <wim@fluendo.com>
14312 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14313 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14314 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14315 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14316 No need to take the STREAM lock anymore.
14318 2005-05-25 Wim Taymans <wim@fluendo.com>
14320 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14321 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14322 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14323 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14324 (gst_ogg_demux_sink_activate):
14325 * ext/theora/theoradec.c: (theora_dec_src_event),
14326 (theora_handle_comment_packet), (theora_dec_chain),
14327 (theora_dec_change_state):
14328 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14329 (vorbis_handle_data_packet), (vorbis_dec_chain),
14330 (vorbis_dec_change_state):
14331 Remove STREAM locks as they are taken in core now.
14332 Never set bogus granulepos on vorbis/theora.
14333 Fix leaks in theoradec tag parsing.
14335 2005-05-25 Wim Taymans <wim@fluendo.com>
14337 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14338 Fix memleaks, GST_BUFFER_DATA() is not freed.
14340 2005-05-25 Wim Taymans <wim@fluendo.com>
14342 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14343 Open non-blocking, set to blocking mode afterwards to avoid
14344 lockups when audio device is busy.
14346 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14348 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14349 This can't be good.
14351 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14353 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14354 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14355 (gst_audio_convert_setcaps):
14356 Implement instant setup switching.
14358 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14360 * gst/playback/gstplaybasebin.c: (probe_triggered):
14361 Fix missing unlock.
14362 * gst/playback/gstplaybin.c: (add_sink):
14363 First add, then link (otherwise pad link fails).
14365 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14367 * examples/Makefile.am:
14368 fix buildbot (make distcheck)
14370 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14372 * gst/playback/gstplaybin.c: (gen_vis_element):
14373 Remove some wrong code. Doesn't work yet.
14375 2005-05-19 Wim Taymans <wim@fluendo.com>
14377 * gst-libs/gst/net/Makefile.am:
14378 * gst-libs/gst/net/README:
14379 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14380 (gst_netbuffer_class_init), (gst_netbuffer_init),
14381 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14382 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14383 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14384 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14385 * gst-libs/gst/net/gstnetbuffer.h:
14386 Added buffer subclass to store extra to/from addresses for
14387 network sources/sinks.
14389 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14391 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14392 Don't lock an unassigned variable.
14394 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14396 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14397 Increase buffer for video, decrease buffer for other media types.
14398 * gst/playback/gstplaybin.c: (gen_video_element),
14399 (gen_audio_element):
14400 Change names for debugging purposes.
14402 2005-05-18 Wim Taymans <wim@fluendo.com>
14404 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14405 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14406 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14407 (gst_ffmpegcsp_chain):
14408 Enable buffer alloc passthrough if the source and dest
14409 formats are the same.
14411 2005-05-17 Wim Taymans <wim@fluendo.com>
14413 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14414 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14415 (gst_ogg_demux_chain_unlocked):
14416 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14417 (gst_audio_convert_caps_remove_format_info),
14418 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14419 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14420 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14421 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14422 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14423 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14424 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14425 (gst_ffmpegcsp_get_property):
14426 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14427 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14428 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14429 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14430 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14431 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14432 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14433 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14434 Leak fixes in oggdemux.
14435 Some cleanups in audioconvert.
14436 Make passthrough work along with buffer_alloc etc.
14437 Make buffer_alloc and buffer recycling actually work in
14440 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14442 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14443 make the compiler happy
14445 2005-05-17 Wim Taymans <wim@fluendo.com>
14447 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14448 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14449 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14450 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14451 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14452 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14453 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14454 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14455 (gst_xvimagesink_set_xwindow_id):
14456 * sys/xvimage/xvimagesink.h:
14457 Port xvimagesink to new MiniObject.
14459 2005-05-17 Wim Taymans <wim@fluendo.com>
14461 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14462 (gst_audiofilter_chain):
14463 * gst-libs/gst/audio/gstaudiosink.c:
14464 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14465 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14466 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14467 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14468 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14469 (gst_audiosink_create_ringbuffer):
14470 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14471 (gst_audio_convert_caps_remove_format_info),
14472 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14473 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14474 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14475 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14476 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14477 Fix passthrough in ffmpegcolorspace.
14478 Fix memset in audiosink on wrong memory.
14480 2005-05-16 David Schleef <ds@schleef.org>
14482 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14485 2005-05-16 David Schleef <ds@schleef.org>
14487 Port from GstData to GstMiniObject.
14488 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14489 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14490 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14491 (gst_ogg_mux_collected):
14492 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14493 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14494 (theora_handle_data_packet):
14495 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14496 (theora_set_header_on_caps), (theora_enc_chain):
14497 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14498 (vorbis_handle_comment_packet):
14499 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14500 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14501 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14502 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14503 * gst/audioconvert/gstaudioconvert.c:
14504 (gst_audio_convert_get_buffer):
14505 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14506 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14507 (mute_stream), (silence_stream):
14508 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14509 * gst/volume/gstvolume.c: (volume_transform):
14510 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14511 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14512 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14513 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14514 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14515 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14516 (gst_ximagesink_buffer_alloc):
14517 * sys/ximage/ximagesink.h:
14519 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14521 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14522 (fill_buffer), (check_queue), (queue_threshold_reached),
14523 (queue_out_of_data):
14524 * gst/playback/gstplaybasebin.h:
14525 Post buffer-fullness on the bus.
14527 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14529 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14531 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14532 (group_commit), (probe_triggered), (setup_source),
14533 (gst_play_base_bin_change_state):
14534 * gst/playback/gstplaybasebin.h:
14535 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14536 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14537 (gst_play_bin_change_state):
14538 Move setup_output_pads into a virtual function, remove
14539 group-switch (no longer needed) and redirect (handled by bus
14542 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14544 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14545 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14546 (get_active_group), (get_building_group), (group_destroy),
14547 (group_commit), (check_queue), (queue_overrun),
14548 (queue_threshold_reached), (queue_out_of_data),
14549 (gen_preroll_element), (remove_groups), (unknown_type),
14550 (add_element_stream), (no_more_pads), (probe_triggered),
14551 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14552 (setup_substreams), (setup_source), (finish_source),
14553 (prepare_output), (muted_group_change_state),
14554 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14555 (gst_play_base_bin_change_state):
14556 * gst/playback/gstplaybasebin.h:
14557 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14558 (gst_play_bin_init), (gst_play_bin_set_property),
14559 (gen_video_element), (gen_text_element), (gen_audio_element),
14560 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14561 (gst_play_bin_change_state):
14562 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14563 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14564 (stream_info_change_state), (gst_stream_info_set_mute),
14565 (gst_stream_info_get_property):
14566 * gst/playback/gststreaminfo.h:
14567 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14568 (gst_stream_selector_get_linked_pad),
14569 (gst_stream_selector_getcaps),
14570 (gst_stream_selector_get_linked_pads),
14571 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14572 * gst/playback/gststreamselector.h:
14573 Rough port of playbin. Needs some more work, but is mostly done,
14574 and uses a few locks in important places, which should make stuff
14575 like chain-switches clean. Still uses GST_STATE() in a few places,
14576 which isn't all that good an idea, subtitles/elements disabled
14577 because no elements to test with and thus probably broken, query
14578 and event handling moved to GstBin, internal thread removed
14579 alltogether because the pipeline does that for us now. Can play
14580 Ogg/Vorbis files. Haven't tested anything else yet.
14582 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14584 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14585 Do no-more-pads (needed for autoplugging).
14587 2005-05-10 Andy Wingo <wingo@pobox.com>
14589 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14590 message to the bus with the tags. Still not sent downstream tho.
14592 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14594 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14595 avoid refcounting hassles.
14597 2005-05-09 Andy Wingo <wingo@pobox.com>
14599 * gst/volume/Makefile.am:
14600 * gst/volume/demo.c
14601 * gst/volume/gstvolume.h
14602 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14603 basetransform. Probably need an audio filter base class.
14605 2005-05-09 Wim Taymans <wim@fluendo.com>
14607 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14608 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14609 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14610 (gst_vorbisenc_chain):
14611 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14612 (gst_audio_convert_caps_remove_format_info),
14613 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14614 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14615 Make caps writable before writing to it.
14616 Fix negotiation in audioconvert some more.
14618 2005-05-09 Wim Taymans <wim@fluendo.com>
14620 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14621 (gst_videorate_getcaps), (gst_videorate_setcaps),
14622 (gst_videorate_event), (gst_videorate_chain):
14623 Better negotiation.
14625 2005-05-09 Wim Taymans <wim@fluendo.com>
14627 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14628 (gst_videorate_getcaps), (gst_videorate_setcaps),
14629 (gst_videorate_blank_data), (gst_videorate_init),
14630 (gst_videorate_event), (gst_videorate_chain),
14631 (gst_videorate_change_state):
14632 Port videorate, do a better job at negotiation while we're at
14635 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
14640 * examples/Makefile.am:
14641 * gst-libs/gst/audio/Makefile.am:
14642 * gst-libs/gst/riff/Makefile.am:
14643 * gst-libs/gst/tag/Makefile.am:
14644 * gst-libs/gst/video/Makefile.am:
14645 Fixups for missing variables.
14647 2005-05-09 Wim Taymans <wim@fluendo.com>
14649 * examples/seeking/seek.c: (make_theora_pipeline),
14650 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14651 (query_rates), (query_positions_elems), (query_positions_pads),
14652 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14653 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14654 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14655 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14656 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14657 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14658 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14659 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14660 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14661 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14662 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14663 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14664 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14665 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14666 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14667 (theora_dec_src_convert), (theora_dec_sink_convert),
14668 (theora_dec_src_query), (theora_dec_sink_query),
14669 (theora_dec_src_event), (theora_dec_sink_event),
14670 (theora_handle_comment_packet), (theora_handle_type_packet),
14671 (theora_handle_header_packet), (theora_handle_data_packet),
14672 (theora_dec_chain):
14673 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14674 (vorbis_dec_convert), (vorbis_dec_src_query),
14675 (vorbis_dec_sink_query), (vorbis_dec_src_event),
14676 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14677 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14678 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14679 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14680 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14681 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14682 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14683 (gst_play_bin_query):
14684 * gst/playback/test3.c: (update_scale):
14685 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14686 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14687 * gst/subparse/gstsubparse.c: (gst_subparse_init):
14688 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14689 (gst_videotestsrc_src_query):
14690 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14691 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14692 (paint_hline_YUV9):
14693 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14694 Port to new query API.
14696 Cleanups in x[v]imagesink
14698 2005-05-09 Andy Wingo <wingo@pobox.com>
14700 * ext/alsa/gstalsasink.h:
14701 * ext/gnomevfs/gstgnomevfssrc.c:
14702 (gst_gnomevfssrc_get_icy_metadata):
14703 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14704 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14705 * ext/theora/theoradec.c (theora_dec_src_query)
14706 (theora_dec_src_event, theora_dec_sink_event)
14707 (theora_handle_comment_packet, theora_handle_data_packet):
14708 * ext/theora/theoraenc.c (theora_enc_chain):
14709 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14710 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14711 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14712 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14714 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14715 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14716 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14717 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14718 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14719 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14720 (paint_setup_xBGR8888, paint_setup_RGBx8888)
14721 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14722 (paint_setup_RGB565, paint_setup_xRGB1555):
14723 * gst/videotestsrc/videotestsrc.h:
14724 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14725 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14726 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14729 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14730 gst_pad_query_position. Fixes oggdemux.
14732 2005-05-08 David Schleef <ds@schleef.org>
14734 * configure.ac: Require liboil.
14735 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14737 * gst/videotestsrc/videotestsrc.c:
14738 * gst/videotestsrc/videotestsrc.h:
14740 2005-05-06 Wim Taymans <wim@fluendo.com>
14742 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14743 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14744 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14745 Well, unreffing a buffer right before pushing it is asking
14748 2005-05-06 Christian Schaller <uraeus@gnome.org>
14750 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14752 2005-05-06 Wim Taymans <wim@fluendo.com>
14754 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14755 (gst_audio_convert_caps_remove_format_info),
14756 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14757 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14758 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14759 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14760 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14761 * gst/sine/Makefile.am:
14762 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14763 (gst_sinesrc_class_init), (gst_sinesrc_init),
14764 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14765 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14766 (gst_sinesrc_update_freq):
14767 * gst/sine/gstsinesrc.h:
14768 * gst/tcp/gstmultifdsink.c:
14769 * sys/xvimage/xvimagesink.c:
14770 Fixed negotiation wrt _peer_get_caps()
14774 2005-05-06 Wim Taymans <wim@fluendo.com>
14776 * gst-libs/gst/audio/gstaudiosink.c:
14777 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14778 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14779 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14780 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14781 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14782 (gst_audiosink_create_ringbuffer):
14783 * gst-libs/gst/audio/gstbaseaudiosink.c:
14784 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14785 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14786 (gst_baseaudiosink_set_property), (build_linear_format),
14787 (debug_spec_caps), (debug_spec_buffer),
14788 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14789 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14790 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14791 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14792 * gst-libs/gst/audio/gstbaseaudiosink.h:
14793 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14794 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14795 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14796 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14797 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14798 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14799 (wait_segment), (gst_ringbuffer_commit),
14800 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14801 (gst_ringbuffer_clear):
14802 * gst-libs/gst/audio/gstringbuffer.h:
14803 Make the base audiosink return an error when there is no
14804 audiobuffer negotiated.
14806 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14809 Disable cdparanoia until someone ports it!
14811 2005-05-06 Wim Taymans <wim@fluendo.com>
14813 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14814 (gst_ogg_demux_sink_activate):
14815 And revert after wingo's revert.. sigh..
14817 2005-05-05 Andy Wingo <wingo@pobox.com>
14819 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14821 * configure.ac: Return audiorate and subparse from the ghetto.
14822 Re-enable -Wall -Werror.
14823 * gst/subparse/gstsubparse.c:
14824 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14825 or chain-based. Cleaned up a bit. Not tested.
14827 2005-05-05 Christian Schaller <christian@fluendo.com>
14829 * Makefile.am: remove stuff that is not building
14830 * configure.ac: remove stuff that is not building
14831 * examples/Makefile.am: remove stuff that is not building
14832 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14833 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14834 * sys/Makefile.am: remove stuff that is not building
14835 * testsuite/Makefile.am: remove stuff that is not building
14837 2005-05-05 Andy Wingo <wingo@pobox.com>
14839 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14840 * gst-libs/gst/tag/gstvorbistag.c:
14841 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14842 * gst/adder/gstadder.h:
14843 * gst/audioconvert/gstchannelmix.c:
14844 (gst_audio_convert_fill_one_other):
14845 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14846 (gst_audiorate_init), (gst_audiorate_chain):
14847 * gst/playback/gstplaybasebin.c: (setup_source):
14848 * gst/playback/test3.c: (update_scale):
14866 2005-05-05 Wim Taymans <wim@fluendo.com>
14868 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14869 (gst_audio_convert_caps_remove_format_info),
14870 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14871 (gst_audio_convert_change_state), (gst_audio_convert_channels):
14872 * gst/videotestsrc/gstvideotestsrc.c:
14873 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14874 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14875 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14876 (gst_videotestsrc_init), (gst_videotestsrc_loop):
14877 Don't ignore _push() return values.
14878 Make sure no processing is done when shutting down.
14879 Videotestsrc pad activation fix.
14881 2005-05-05 Wim Taymans <wim@fluendo.com>
14883 * gst/adder/Makefile.am:
14884 * gst/adder/gstadder.c: (gst_adder_setcaps),
14885 (gst_adder_class_init), (gst_adder_init),
14886 (gst_adder_request_new_pad), (gst_adder_collected),
14887 (gst_adder_change_state):
14888 * gst/adder/gstadder.h:
14889 Ported adder as an example of a mixer element using
14890 collect pads. Needs more negotiation work.
14892 2005-05-05 Wim Taymans <wim@fluendo.com>
14894 * ext/theora/theoradec.c: (_inc_granulepos),
14895 (theora_dec_src_event), (theora_dec_sink_event),
14896 (theora_handle_comment_packet), (theora_handle_type_packet),
14897 (theora_handle_header_packet), (theora_handle_data_packet),
14898 (theora_dec_chain):
14899 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14900 (gst_theora_enc_init), (theora_enc_sink_setcaps),
14901 (theora_push_buffer), (theora_push_packet),
14902 (theora_enc_sink_event), (theora_enc_chain),
14903 (theora_enc_change_state), (theora_enc_set_property),
14904 (theora_enc_get_property):
14905 Added stream lock to decoder so that we can serialize
14907 More theoraenc porting, recover from errors, do clean
14910 2005-05-05 Wim Taymans <wim@fluendo.com>
14912 * ext/ogg/Makefile.am:
14914 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14915 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14917 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14918 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14919 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14920 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14921 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14922 (gst_ogg_mux_change_state):
14925 2005-05-05 Wim Taymans <wim@fluendo.com>
14927 * docs/design-audiosinks.txt:
14928 * gst-libs/gst/audio/TODO:
14929 * gst-libs/gst/audio/gstaudiosink.c:
14930 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14931 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14932 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14933 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14934 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14935 (gst_audiosink_create_ringbuffer):
14936 * gst-libs/gst/audio/gstbaseaudiosink.c:
14937 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14938 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14939 (gst_baseaudiosink_set_property), (build_linear_format),
14940 (debug_spec_caps), (debug_spec_buffer),
14941 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14942 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14943 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14944 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14945 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14946 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14947 (gst_ringbuffer_release), (gst_ringbuffer_play),
14948 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14949 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14950 (gst_ringbuffer_set_sample), (wait_segment),
14951 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14952 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14953 More work on the audiosink, mostly debugging and a race in
14956 2005-04-28 Wim Taymans <wim@fluendo.com>
14958 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14959 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14960 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14961 (vorbis_dec_src_query), (vorbis_dec_src_event),
14962 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14963 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14964 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14965 Don't crap out when seeking back to position 0.
14967 2005-04-28 Wim Taymans <wim@fluendo.com>
14969 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14970 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14971 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14972 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14973 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14974 Make audio sink configurable, use alsasink as default.
14976 2005-04-28 Wim Taymans <wim@fluendo.com>
14978 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14979 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14980 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14981 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14982 (vorbis_dec_change_state):
14983 * ext/vorbis/vorbisdec.h:
14984 Refactor, use STREAM_LOCK.
14986 2005-04-28 Wim Taymans <wim@fluendo.com>
14988 * ext/theora/theoradec.c: (_inc_granulepos),
14989 (theora_dec_sink_event), (theora_handle_comment_packet),
14990 (theora_handle_type_packet), (theora_handle_header_packet),
14991 (theora_handle_data_packet), (theora_dec_chain),
14992 (theora_dec_change_state):
14993 Refactor a bit, use STREAM_LOCK.
14995 2005-04-28 Wim Taymans <wim@fluendo.com>
14997 * ext/alsa/Makefile.am:
14998 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14999 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15000 (gst_alsa_link), (gst_alsa_close_audio):
15001 * ext/alsa/gstalsaplugin.c: (plugin_init):
15002 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15003 (gst_alsasink_dispose), (gst_alsasink_base_init),
15004 (gst_alsasink_class_init), (gst_alsasink_init),
15005 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15006 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15007 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15008 (gst_alsasink_reset):
15009 * ext/alsa/gstalsasink.h:
15010 Implement alsasink with simple open/write/close API.
15011 Make alsa dir build by disabling compilation of code.
15013 2005-04-28 Wim Taymans <wim@fluendo.com>
15015 * gst-libs/gst/audio/Makefile.am:
15016 * gst-libs/gst/audio/audio.h:
15017 * gst-libs/gst/audio/audioclock.c:
15018 * gst-libs/gst/audio/audioclock.h:
15019 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15020 (gst_audio_clock_class_init), (gst_audio_clock_init),
15021 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15022 * gst-libs/gst/audio/gstaudioclock.h:
15023 * gst-libs/gst/audio/gstaudiosink.c:
15024 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15025 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15026 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15027 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15028 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15029 (gst_audiosink_create_ringbuffer):
15030 * gst-libs/gst/audio/gstbaseaudiosink.c:
15031 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15032 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15033 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15034 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15035 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15036 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15037 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15038 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15039 * gst-libs/gst/audio/gstbaseaudiosink.h:
15040 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15041 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15042 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15043 (gst_ringbuffer_release), (gst_ringbuffer_play),
15044 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15045 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15046 (gst_ringbuffer_set_sample), (wait_segment),
15047 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15048 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15049 * gst-libs/gst/audio/gstringbuffer.h:
15050 Make ringbuffer faster and more simple by removing the locks
15051 in the playback thread.
15052 Add sample accurate playback based on buffer sample offsets.
15053 Make the baseaudiosink provide a clock.
15054 Parse caps in the base class.
15055 Correctly handle seeking, flushing and state changes.
15057 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15060 * gst/audioconvert/Makefile.am:
15061 * gst/audioscale/Makefile.am:
15062 Fix part of the build. Come on guys, autogen didn't even work :)
15064 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15067 * gst-libs/gst/Makefile.am:
15068 * gst-libs/gst/media-info/.cvsignore:
15069 * gst-libs/gst/media-info/Makefile.am:
15070 * gst-libs/gst/media-info/README:
15071 * gst-libs/gst/media-info/media-info-priv.c:
15072 * gst-libs/gst/media-info/media-info-priv.h:
15073 * gst-libs/gst/media-info/media-info-test.c:
15074 * gst-libs/gst/media-info/media-info.c:
15075 * gst-libs/gst/media-info/media-info.h:
15076 * gst-libs/gst/media-info/media-info.vcproj:
15077 * pkgconfig/Makefile.am:
15078 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15079 * pkgconfig/gstreamer-media-info.pc.in:
15080 Remove media-info, which is also successed by playbin (see Totem
15083 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15086 * examples/Makefile.am:
15087 * examples/gstplay/.cvsignore:
15088 * examples/gstplay/Makefile.am:
15089 * examples/gstplay/player.c:
15090 * gst-libs/gst/Makefile.am:
15091 * gst-libs/gst/play/.cvsignore:
15092 * gst-libs/gst/play/Makefile.am:
15093 * gst-libs/gst/play/play.c:
15094 * gst-libs/gst/play/play.h:
15095 * gst-libs/gst/play/play.vcproj:
15096 * pkgconfig/Makefile.am:
15097 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15098 * pkgconfig/gstreamer-play.pc.in:
15099 Remove libgstplay, playbin is now the official successor.
15101 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15104 * gst-libs/gst/Makefile.am:
15105 * gst-libs/gst/xwindowlistener/Makefile.am:
15106 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15107 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15108 Remove deprecated xwindowlistener (I've moved xwindowlistening
15109 in the v4l/v4l2 plugins over to serverside).
15111 2005-04-25 David Schleef <ds@schleef.org>
15113 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15114 to examples/dynparams. Examples do not belong interspersed with
15116 * examples/dynparams/demo-dparams.c:
15117 * gst/sine/Makefile.am:
15118 * gst/sine/demo-dparams.c:
15120 2005-04-25 David Schleef <ds@schleef.org>
15122 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15123 * gst-libs/gst/audio/Makefile.am:
15124 * gst-libs/gst/riff/Makefile.am:
15125 * gst-libs/gst/tag/Makefile.am:
15126 * gst-libs/gst/video/Makefile.am:
15127 * gst-libs/gst/xwindowlistener/Makefile.am:
15129 Convert to 0.9 API, seems to work:
15130 * sys/ximage/Makefile.am:
15131 * sys/ximage/ximagesink.c:
15133 2005-04-24 David Schleef <ds@schleef.org>
15135 Link plugins against libraries:
15136 * ext/alsa/Makefile.am:
15137 * gst/tcp/Makefile.am:
15139 Remove asm code that should be in liboil
15140 * gst/videoscale/Makefile.am:
15141 * gst/videoscale/videoscale_x86_asm.s:
15143 gettext wants these checked in:
15159 2005-04-24 David Schleef <ds@schleef.org>
15161 Convert gst_main() to g_main_loop_run()
15162 * gst/playback/decodetest.c: (main):
15163 * gst/playback/test2.c: (main):
15164 * gst/playback/test3.c: (main):
15165 * gst/playback/test4.c: (main):
15167 Link plugins against libraries:
15168 * ext/libvisual/Makefile.am:
15169 * sys/xvimage/Makefile.am:
15171 2005-04-24 David Schleef <ds@schleef.org>
15173 * configure.ac: Remove idct and resample libs
15174 * gst-libs/gst/Makefile.am: same
15176 Remove usage of gst_library_load():
15177 * ext/alsa/gstalsaplugin.c: (plugin_init):
15178 * ext/libvisual/visual.c: (plugin_init):
15179 * ext/ogg/gstogg.c: (plugin_init):
15180 * ext/theora/theora.c: (plugin_init):
15181 * ext/vorbis/vorbis.c: (plugin_init):
15182 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15183 * gst/audioscale/gstaudioscale.c:
15184 * gst/adder/gstadder.c: (plugin_init):
15185 * gst/audioconvert/plugin.c: (plugin_init):
15186 * sys/ximage/ximagesink.c: (plugin_init):
15187 * sys/xvimage/xvimagesink.c: (plugin_init):
15188 * gst/tcp/gsttcpplugin.c: (plugin_init):
15190 Link plugins against libraries:
15191 * ext/ogg/Makefile.am:
15192 * ext/theora/Makefile.am:
15193 * ext/vorbis/Makefile.am:
15194 * gst/audioconvert/Makefile.am:
15196 Create proper libraries:
15197 * gst-libs/gst/riff/Makefile.am:
15198 * gst-libs/gst/audio/Makefile.am:
15199 * gst-libs/gst/video/Makefile.am:
15201 Move resample library to audioscale plugin directory:
15202 * gst-libs/gst/resample/Makefile.am:
15203 * gst-libs/gst/resample/README:
15204 * gst-libs/gst/resample/dtof.c:
15205 * gst-libs/gst/resample/dtos.c:
15206 * gst-libs/gst/resample/functable.c:
15207 * gst-libs/gst/resample/private.h:
15208 * gst-libs/gst/resample/resample.c:
15209 * gst-libs/gst/resample/resample.h:
15210 * gst-libs/gst/resample/resample.vcproj:
15211 * gst-libs/gst/resample/test.c:
15212 * gst/audioscale/Makefile.am:
15213 * gst/audioscale/README:
15214 * gst/audioscale/dtof.c:
15215 * gst/audioscale/dtos.c:
15216 * gst/audioscale/functable.c:
15217 * gst/audioscale/private.h:
15218 * gst/audioscale/resample.c:
15219 * gst/audioscale/resample.h:
15220 * gst/audioscale/test.c:
15222 Move tagedit library to gst-libs:
15223 * gst-libs/gst/tag/Makefile.am:
15224 * gst-libs/gst/tag/gstid3tag.c:
15225 * gst-libs/gst/tag/gsttagediting.c:
15226 * gst-libs/gst/tag/gsttageditingprivate.h:
15227 * gst-libs/gst/tag/gstvorbistag.c:
15228 * gst/tags/Makefile.am:
15229 * gst/tags/gstid3tag.c:
15230 * gst/tags/gstvorbistag.c:
15232 Fix for core changes:
15233 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15234 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15235 (gst_sinesrc_getrange):
15237 2005-04-23 David Schleef <ds@schleef.org>
15239 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15240 in gst-plugins in a long time, and properly belongs in liboil.
15241 * gst-libs/gst/idct/Makefile.am:
15242 * gst-libs/gst/idct/README:
15243 * gst-libs/gst/idct/dct.h:
15244 * gst-libs/gst/idct/doieee:
15245 * gst-libs/gst/idct/fastintidct.c:
15246 * gst-libs/gst/idct/floatidct.c:
15247 * gst-libs/gst/idct/idct.c:
15248 * gst-libs/gst/idct/idct.h:
15249 * gst-libs/gst/idct/idtc.vcproj:
15250 * gst-libs/gst/idct/ieeetest.c:
15251 * gst-libs/gst/idct/intidct.c:
15253 2005-04-20 Wim Taymans <wim@fluendo.com>
15255 * docs/design-audiosinks.txt:
15256 * gst-libs/gst/audio/Makefile.am:
15257 * gst-libs/gst/audio/TODO:
15258 * gst-libs/gst/audio/gstaudiosink.c:
15259 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15260 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15261 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15262 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15263 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15264 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15265 (gst_audiosink_class_init), (gst_audiosink_init),
15266 (gst_audiosink_create_ringbuffer):
15267 * gst-libs/gst/audio/gstaudiosink.h:
15268 * gst-libs/gst/audio/gstbaseaudiosink.c:
15269 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15270 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15271 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15272 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15273 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15274 (gst_baseaudiosink_create_ringbuffer),
15275 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15276 * gst-libs/gst/audio/gstbaseaudiosink.h:
15277 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15278 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15279 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15280 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15281 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15282 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15283 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15284 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15285 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15286 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15287 * gst-libs/gst/audio/gstringbuffer.h:
15288 An attempt at a set of audio base classes together with some
15291 2005-04-20 Wim Taymans <wim@fluendo.com>
15293 * gst/audioconvert/Makefile.am:
15294 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15295 (gst_audio_convert_caps_remove_format_info),
15296 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15297 (gst_audio_convert_channels):
15298 Link against audio libs.
15299 Fix audio convert plugin.
15301 2005-04-20 Wim Taymans <wim@fluendo.com>
15303 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15304 (gst_ogg_demux_sink_activate):
15305 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15306 (theora_set_header_on_caps), (theora_enc_sink_event),
15307 (theora_enc_chain):
15308 Fix theora encoder.
15310 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15312 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15313 * gst/playback/gstdecodebin.c: (find_compatibles):
15314 Work with staticpadtemplates in elementfactories.
15316 2005-04-12 Wim Taymans <wim@fluendo.com>
15318 * gst/playback/README:
15319 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15320 (compare_ranks), (print_feature), (gst_decode_bin_init),
15321 (dynamic_create), (dynamic_free), (find_compatibles),
15322 (mimetype_is_raw), (close_pad_link), (got_redirect),
15323 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15324 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15325 (gst_decode_bin_change_state):
15326 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15327 (gst_play_base_bin_init), (group_destroy), (group_commit),
15328 (check_queue), (queue_overrun), (queue_threshold_reached),
15329 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15330 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15331 (got_redirect), (setup_source), (play_base_eos),
15332 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15333 (gst_play_base_bin_remove_element):
15334 * gst/playback/gstplaybasebin.h:
15335 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15336 (gst_play_bin_init), (gst_play_bin_dispose),
15337 (gst_play_bin_set_property), (gen_video_element),
15338 (gen_text_element), (gen_audio_element), (remove_sinks),
15339 (gst_play_bin_send_event):
15340 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15341 (stream_info_change_state), (gst_stream_info_set_mute):
15342 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15343 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15344 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15345 (gst_stream_selector_chain):
15346 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15348 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15349 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15350 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15351 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15352 Raw and crude port of decodebin.
15353 Make playbin compile.
15355 2005-04-06 Wim Taymans <wim@fluendo.com>
15357 * ext/gnomevfs/Makefile.am:
15358 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15359 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15360 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15361 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15362 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15363 (gst_gnomevfssrc_stop):
15364 * ext/ogg/Makefile.am:
15365 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15366 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15367 * ext/theora/Makefile.am:
15368 * ext/theora/theoradec.c: (_inc_granulepos),
15369 (theora_dec_sink_event), (theora_dec_chain):
15370 * ext/vorbis/Makefile.am:
15371 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15372 (vorbis_dec_sink_event), (vorbis_dec_chain):
15373 * gst-libs/gst/audio/Makefile.am:
15374 * sys/xvimage/Makefile.am:
15375 Make gnomevfssrc extend the source base class.
15376 Fix linking against libs in various plugins.
15378 2005-04-06 Andy Wingo <wingo@pobox.com>
15380 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15383 * configure.ac: Add check and AC_SUBST for libgstbase.
15385 2005-03-31 Wim Taymans <wim@fluendo.com>
15387 * examples/seeking/Makefile.am:
15388 * examples/seeking/cdparanoia.c: (main):
15389 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15390 (play_cb), (pause_cb), (stop_cb), (main):
15391 * examples/seeking/playbin.c:
15392 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15393 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15394 (make_sid_pipeline), (make_vorbis_pipeline),
15395 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15396 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15397 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15398 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15399 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15401 * examples/seeking/spider_seek.c:
15402 * examples/seeking/vorbisfile.c:
15403 * ext/gnomevfs/Makefile.am:
15404 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15405 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15406 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15407 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15408 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15409 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15410 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15411 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15413 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15414 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15415 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15416 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15417 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15418 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15419 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15420 (gst_ogg_demux_factory_filter), (compare_ranks),
15421 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15422 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15423 (gst_ogg_chain_new), (gst_ogg_chain_free),
15424 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15425 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15426 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15427 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15428 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15429 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15430 (gst_ogg_demux_get_prev_page),
15431 (gst_ogg_demux_deactivate_current_chain),
15432 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15433 (gst_ogg_demux_bisect_forward_serialno),
15434 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15435 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15436 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15437 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15438 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15439 (gst_ogg_demux_change_state), (gst_ogg_print):
15440 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15441 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15442 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15443 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15444 (gst_ogg_mux_loop):
15445 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15446 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15447 (theora_dec_src_convert), (theora_dec_sink_convert),
15448 (theora_dec_src_query), (theora_dec_src_event),
15449 (theora_dec_sink_event), (theora_dec_chain),
15450 (theora_dec_change_state):
15451 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15452 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15453 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15454 (theora_enc_change_state):
15455 * ext/vorbis/Makefile.am:
15456 * ext/vorbis/oggvorbisenc.c:
15457 * ext/vorbis/oggvorbisenc.h:
15458 * ext/vorbis/vorbis.c: (plugin_init):
15459 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15460 (vorbis_dec_src_query), (vorbis_dec_src_event),
15461 (vorbis_dec_sink_event), (vorbis_dec_chain),
15462 (vorbis_dec_change_state):
15463 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15464 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15465 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15466 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15467 (gst_vorbisenc_change_state):
15468 * ext/vorbis/vorbisenc.h:
15469 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15470 * gst-libs/gst/audio/audioclock.c:
15471 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15472 (gst_audiofilter_init), (gst_audiofilter_chain):
15473 * gst-libs/gst/audio/testchannels.c: (main):
15474 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15475 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15476 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15477 (gmip_find_track_streaminfo), (gmip_find_track_format):
15478 * gst-libs/gst/media-info/media-info.c:
15479 (gst_media_info_read_idler):
15480 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15481 (gst_play_get_all_by_interface):
15482 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15483 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15484 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15485 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15486 (gst_riff_parse_info):
15487 * gst-libs/gst/riff/riff-read.h:
15488 * gst-libs/gst/riff/riff.c: (plugin_init):
15489 * gst-libs/gst/video/Makefile.am:
15490 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15491 (gst_videosink_class_init), (gst_videosink_get_type):
15492 * gst-libs/gst/video/videosink.h:
15493 * gst/audioconvert/bufferframesconvert.c:
15494 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15495 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15496 * gst/audioconvert/channelmixtest.c: (main):
15497 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15498 (gst_audio_convert_chain),
15499 (gst_audio_convert_caps_remove_format_info),
15500 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15501 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15502 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15503 (gst_audio_convert_buffer_to_default_format),
15504 (gst_audio_convert_buffer_from_default_format),
15505 (gst_audio_convert_channels):
15506 * gst/audioconvert/gstchannelmix.h:
15507 * gst/ffmpegcolorspace/avcodec.h:
15508 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15509 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15510 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15511 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15512 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15513 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15514 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15515 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15516 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15518 * gst/videotestsrc/gstvideotestsrc.c:
15519 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15520 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15521 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15522 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15523 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15524 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15525 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15526 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15527 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15528 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15529 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15530 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15531 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15532 (gst_xvimagesink_navigation_send_event),
15533 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15534 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15535 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15536 * sys/xvimage/xvimagesink.h:
15537 Plugin port to 0.9, ogg/theora playback should work in the seek
15539 Removed old examples.
15540 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15541 explained in 0.9 TODO doc.
15544 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15566 * testsuite/Makefile.am:
15567 remove a whole bunch of plugins. This module now contains a set
15568 of free reference plugins/elements as agreed.
15570 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15573 hunting season on 0.9 is now OPEN
15575 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15577 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15578 Kick the hell out of gcc for not warning me about a symbol conflict.
15580 2005-02-22 Luca Ognibene <luogni@tin.it>
15582 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15584 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15585 Don't leak caps string (fixes #168134)
15587 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15588 (gst_jpegenc_init), (gst_jpegenc_finalize),
15589 (gst_jpegenc_change_state):
15590 Don't leak line buffers and context struct (fixes #168133).
15592 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15595 * ext/dirac/gstdiracdec.cc:
15596 (gst_diracdec_chain):
15597 Since dirac 0.5.0 the framerate in dirac is expressed as a
15598 rational number. Fix build and up requirement to 0.5.0, and
15599 also pass parameters to gst_diracdec_link in the right order
15602 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15604 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15605 * ext/faad/gstfaad.h:
15606 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15607 certain invalid muxed streams, where some packets will contain
15608 junk after decoder data. Partially fixes #149158.
15610 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15611 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15612 Make sure we only write to writable buffers
15614 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15616 * gst-libs/gst/riff/riff-media.c:
15617 (gst_riff_create_audio_caps_with_data):
15618 Do actually fix invalid RIFF fmt header values for alaw
15619 and mulaw audio instead of just saying so.
15621 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15622 Give gst_riff_create_audio_caps_with_data() a chance to
15623 fix up broken format header fields before extracting any
15624 parameters from the header. (fixes #167633)
15626 2005-02-19 Martin Holters <martin.holters@gmx.de>
15628 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15630 * gst/audioconvert/bufferframesconvert.c:
15631 (buffer_frames_convert_link):
15632 Don't leak othercaps. (fixes #167878)
15634 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
15637 * ext/libvisual/visual.c: (gst_visual_srclink),
15638 (gst_visual_change_state):
15639 Support libvisual 0.2.0.
15641 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
15643 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15644 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15645 Use same rowstrides for I420 as used everywhere else.
15647 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
15649 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15650 Declare variables at beginning of block and make gcc-2.95 happy
15651 (fixes # 167482, patch by Gergely Nagy).
15653 * gst/tcp/gsttcpclientsrc.c:
15654 * gst/tcp/gsttcpclientsrc.h:
15655 Move some includes into the header, so that struct sockaddr_in is
15656 defined when it should be defined on FreeBSD as well (fixes
15659 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15660 Don't pass uninitialised values to setsockopt() here either.
15662 2005-02-17 Luca Ognibene <luogni at tin dot it>
15664 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15666 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15667 Don't pass uninitialised values to setsockopt(). (fixes #167704)
15669 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15671 * gst/playback/gstplaybin.c: (add_sink):
15672 Invert bin_add/link order to workaround deadlock in opt.
15674 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15676 * gst/modplug/gstmodplug.cc:
15677 Add missing break causing position queries to fail.
15679 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15681 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15682 Granpos can apparently be -1, which screws up calculations...
15684 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
15686 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15687 (gst_ximagesink_send_pending_navigation),
15688 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15689 (gst_ximagesink_init):
15690 * sys/ximage/ximagesink.h:
15691 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15692 (gst_xvimagesink_send_pending_navigation),
15693 (gst_xvimagesink_navigation_send_event),
15694 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15695 * sys/xvimage/xvimagesink.h:
15696 Use a mutex protected list to marshal navigation
15697 events into the stream thread from whichever thread
15700 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
15702 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15703 Display current position and track length; misc. clean-ups.
15705 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15706 (speed_init), (speed_chain):
15707 Add query function, so that the stream length and current position
15708 get adjusted when queried (note that current position queries may
15709 still be wrong if the audio sink returns values based on buffer
15710 timestamps instead of passing on the query).
15712 2005-02-13 Benjamin Otte <otte@gnome.org>
15714 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15715 (gst_audio_convert_channels):
15716 create channel conversion matrix when linking
15717 * gst/audioconvert/.cvsignore:
15718 * gst/audioconvert/Makefile.am:
15719 * gst/audioconvert/channelmixtest.c: (main):
15720 add (ugly) test that ensures stereo <=> mono conversion works
15723 2005-02-13 Benjamin Otte <otte@gnome.org>
15725 * gst/audioconvert/gstchannelmix.h:
15726 include missing header file
15727 * gst/audioconvert/gstchannelmix.c:
15728 (gst_audio_convert_fill_compatible):
15729 use same sign for both channels when converting to/from compatible
15730 channel. Previously used different signs made the signals cancel
15731 each other out and appear like silence. (fixes #167269)
15733 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
15735 * gst/ffmpegcolorspace/avcodec.h:
15736 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15737 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15738 (gst_ffmpegcsp_avpicture_fill):
15739 * gst/ffmpegcolorspace/imgconvert.c:
15740 Convert to and from YV12 (fixes #156379).
15742 2005-02-12 Julien MOUTTE <julien@moutte.net>
15744 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15745 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15746 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15747 (gst_ximagesink_expose), (gst_ximagesink_set_property),
15748 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15749 methods from chain and negotiation and vice versa (Fixes #166142).
15750 * sys/ximage/ximagesink.h: Add stream_lock.
15751 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15752 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15753 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15754 (gst_xvimagesink_expose): Check for xcontext before trying to link.
15756 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
15758 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15759 Don't send "Hey! You gave me a NULL pointer you naughty person" as
15760 error message when we can't open the DVD device (when dvdnav_open()
15761 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15762 the above). Send something more useful instead (fixes #167117).
15764 2005-02-11 Julien MOUTTE <julien@moutte.net>
15766 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15767 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15768 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15769 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15770 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15771 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15772 methods from chain and negotiation and vice versa (Fixes #166142).
15773 Fix a possible bug of images in the buffer pool being discarded because
15774 we are looking at the wrong geometry.
15775 * sys/xvimage/xvimagesink.h: Add stream_lock.
15777 2005-02-11 David Schleef <ds@schleef.org>
15779 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15780 unsigned int. (fixes #167128)
15782 2005-02-11 David Schleef <ds@schleef.org>
15784 * gst/librfb/Makefile.am: Testing stuff before committing is
15785 for wimps... and people with fast machines. Fix stupid
15788 2005-02-11 David Schleef <ds@schleef.org>
15790 * configure.ac: Pull in librfb from my CVS tree, because it is
15791 too small and annoying to be separate. Move rfbsrc plugin
15794 * ext/librfb/Makefile.am:
15795 * ext/librfb/gstrfbsrc.c:
15796 * gst/librfb/Makefile.am:
15797 * gst/librfb/gstrfbsrc.c:
15798 * gst/librfb/rfb.c:
15799 * gst/librfb/rfb.h:
15800 * gst/librfb/rfbbuffer.c:
15801 * gst/librfb/rfbbuffer.h:
15802 * gst/librfb/rfbbytestream.c:
15803 * gst/librfb/rfbbytestream.h:
15804 * gst/librfb/rfbcontext.h:
15805 * gst/librfb/rfbdecoder.c:
15806 * gst/librfb/rfbdecoder.h:
15807 * gst/librfb/rfbutil.h:
15809 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
15811 * gst/speed/Makefile.am:
15812 * gst/speed/demo-mp3.c: (main):
15813 * gst/speed/filter.func:
15814 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15815 (speed_class_init), (speed_init), (speed_chain_int16),
15816 (speed_chain_float32), (speed_chain), (speed_set_property),
15817 (speed_get_property), (speed_change_state):
15818 * gst/speed/gstspeed.h:
15819 Fix speed element and make it chain-based (fixes #156467),
15820 and make it handle more than one channel.
15822 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
15824 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15825 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15826 (gst_dtsdec_chain), (gst_dtsdec_change_state):
15827 * ext/dts/gstdtsdec.h:
15828 Don't clobber the stack constructing the channels array.
15829 Make the element chain-based. DTS tracks can now be played.
15831 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
15833 * gst-libs/gst/audio/multichannel.h:
15834 * gst-libs/gst/gconf/gconf.h:
15835 * gst-libs/gst/idct/idct.h:
15836 * gst-libs/gst/media-info/media-info-priv.h:
15837 * gst-libs/gst/play/play.h:
15838 * gst-libs/gst/resample/private.h:
15839 * gst-libs/gst/resample/resample.h:
15840 * gst-libs/gst/riff/riff-ids.h:
15841 * gst-libs/gst/video/video.h:
15842 * gst-libs/gst/video/videosink.h:
15843 Add G_BEGIN_DECLS and G_END_DECLS around headers where
15844 missing, so that they work when included from C++ code.
15846 2005-02-09 David Schleef <ds@schleef.org>
15848 * testsuite/gst-lint: Check for non-statically scoped
15849 parent_class variables. This won't be a problem once
15850 plugins are loaded with RTLD_LOCAL.
15852 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15854 * ext/mplex/gstmplexibitstream.cc:
15857 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15859 * ext/ogg/gstogmparse.c:
15860 * gst/debug/gstnavigationtest.c:
15861 Die, thou faulty symbol pollutors (non-static parent_class).
15863 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15865 * ext/mplex/gstmplexibitstream.cc:
15866 Fix event handling (#165525).
15868 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15870 * ext/mikmod/gstmikmod.c:
15871 * gst/modplug/gstmodplug.cc:
15872 Add missing endianness to template (fixes #165509).
15874 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15876 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15877 Fix wrong order of reading of optional bytes (#165290).
15879 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15881 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15882 Implement FILLER event awareness.
15884 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15886 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15887 Fix track calculations (#166208).
15889 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
15891 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15893 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15894 * ext/libpng/gstpngenc.c:
15895 Fix byte-order, use proper fixed caps. Fixes #164197.
15897 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
15902 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15903 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15904 Don't push buffers if the src pad isn't negotiated yet.
15906 * gst/audioconvert/gstaudioconvert.c:
15907 (gst_audio_convert_buffer_to_default_format),
15908 (gst_audio_convert_buffer_from_default_format):
15909 Add support for 24-bit width.
15911 * gst/dvdlpcmdec/.cvsignore:
15912 * gst/dvdlpcmdec/Makefile.am:
15913 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15914 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15915 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15916 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15918 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15919 New decoder for rearranging DVD LPCM into our audio/x-raw-int
15920 format. Needs support for the channels maps if someone can find
15921 a DVD LPCM track with > 2 channels.
15923 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15924 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15925 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15926 * gst/mpegstream/gstdvddemux.h:
15927 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15928 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15929 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15930 * gst/mpegstream/gstmpegdemux.h:
15931 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15932 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15933 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15934 (gst_mpeg_parse_handle_src_query),
15935 (gst_mpeg_parse_handle_src_event):
15936 Use audio/x-dvd-lpcm for LPCM output.
15939 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
15941 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15943 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15944 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15945 Add BGRA handling (#165736).
15947 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
15949 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15951 * gst/law/alaw-decode.c: (alawdec_link):
15952 * gst/law/alaw-encode.c: (alawenc_link):
15953 * gst/law/mulaw-decode.c: (mulawdec_link):
15954 * gst/law/mulaw-encode.c: (mulawenc_link):
15955 Fix caps memleaks (#166600).
15957 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
15959 * ext/tarkin/mem.h:
15960 * ext/tarkin/wavelet.h:
15961 * ext/tarkin/yuv.h:
15962 * gst/ffmpegcolorspace/avcodec.h:
15963 Include "_stdint.h" instead of <stdint.h>. Fixes build on
15964 systems that don't have stdint.h, like Solaris9 (fixes #166631).
15966 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15968 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15969 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15970 (gst_xvimagesink_change_state):
15971 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15972 Xv video (and thereby regenerate Xv colourkey) in clear() so
15973 that PLAY -> READY -> PLAY works (fixes #162504).
15975 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15977 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15978 Switch to list instead of range, since MJPEG-devices really just
15979 support decimations, not any size.
15981 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
15982 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15983 (gst_mpeg2dec_reset), (free_all_buffers),
15984 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15985 * ext/mpeg2dec/gstmpeg2dec.h:
15986 The libmpeg2 user-allocated buffer management is awkward,
15987 to say the least. Hopefully this fixes things.
15989 2005-02-04 Andy Wingo <wingo@pobox.com>
15991 * gst/audioconvert/bufferframesconvert.c
15992 (buffer_frames_convert_fixate): New function, fixates to 256
15993 frames per buffer by default. (Much better than 1.)
15994 (buffer_frames_convert_init): Set the fixate function for both src
15996 (buffer_frames_convert_link): After success setting nonfixed caps,
15997 get the negotiated caps so we can know how many buffer-frames it
15998 will be. No idea how this worked at all before.
16000 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16002 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16003 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16004 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16005 (handle_sequence), (handle_picture):
16006 * ext/mpeg2dec/gstmpeg2dec.h:
16007 Rearrange buffer tracking and refcounting and refactor
16008 a little for readability.
16010 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16011 * sys/v4l/gstv4l.c: (plugin_init):
16012 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16013 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16014 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16015 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16016 * sys/v4l/gstv4ljpegsrc.h:
16017 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16018 * sys/v4l/v4l_calls.h:
16019 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16020 (gst_v4lsrc_get_fps):
16021 * sys/v4l/v4lsrc_calls.h:
16022 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16023 you jpeg inside rgb frames" driver.
16024 Don't error in the v4lsrc link function, just return
16027 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16029 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16030 (gst_qcamsrc_open):
16031 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16033 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16035 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16036 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16038 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16040 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16041 Reset negotiated state on PAUSED->READY.
16043 2005-02-02 David Schleef <ds@schleef.org>
16045 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16046 whereever possible. (Fixes #165997)
16047 * examples/capsfilter/capsfilter1.c: (main):
16048 * examples/dynparams/filter.c: (create_ui):
16049 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16050 * examples/seeking/chained.c: (main):
16051 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16052 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16053 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16054 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16055 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16056 * examples/switch/switcher.c: (main):
16057 * ext/dv/demo-play.c: (main):
16058 * ext/faad/gstfaad.c: (gst_faad_change_state):
16059 * ext/mad/gstmad.c: (gst_mad_chain):
16060 * ext/smoothwave/demo-osssrc.c: (main):
16061 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16062 (gst_gconf_render_bin_from_description),
16063 (gst_gconf_get_default_audio_sink),
16064 (gst_gconf_get_default_video_sink),
16065 (gst_gconf_get_default_audio_src),
16066 (gst_gconf_get_default_video_src),
16067 (gst_gconf_get_default_visualization_element):
16068 * gst/level/demo.c: (main):
16069 * gst/level/plot.c: (main):
16070 * gst/playback/gstplaybin.c: (gen_video_element),
16071 (gen_audio_element):
16072 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16073 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16074 * gst/sine/demo-dparams.c: (main):
16075 * gst/spectrum/demo-osssrc.c: (main):
16076 * gst/speed/demo-mp3.c: (main):
16077 * gst/volume/demo.c: (main):
16078 * testsuite/embed/embed.c: (main):
16080 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16082 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16083 (gst_tcpclientsink_finalize):
16084 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16085 (gst_tcpclientsrc_finalize):
16086 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16087 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16088 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16089 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16090 Don't leak the hostname when shutting down.
16091 In tcpserversrc, take a copy of the default hostname.
16093 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16095 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16096 Set caps to systemstream=TRUE.
16098 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16100 * testsuite/Makefile.am:
16101 Fix more OSX buildbots.
16103 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16105 * ext/mpeg2dec/gstmpeg2dec.c:
16106 Don't send things to NULL PAD_PEERs
16108 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16109 Copy-on-write the incoming buffer.
16111 * gst/mpegstream/gstdvddemux.h:
16112 * gst/mpegstream/gstmpegclock.h:
16113 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16114 (normal_seek), (gst_mpeg_demux_handle_src_event):
16115 * gst/mpegstream/gstmpegdemux.h:
16116 * gst/mpegstream/gstmpegpacketize.h:
16117 * gst/mpegstream/gstmpegparse.c:
16118 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16119 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16120 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16121 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16122 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16123 * gst/mpegstream/gstmpegparse.h:
16124 * gst/mpegstream/gstrfc2250enc.h:
16125 Various changes to the way time is computed that make seeking and
16126 total time estimation much better here.
16127 Use G_BEGIN/END_DECLS instead of __cplusplus
16129 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16130 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16132 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16134 * gst/subparse/gstsubparse.c:
16137 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16139 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16140 (theora_enc_chain), (theora_enc_change_state):
16141 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16142 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16143 (gst_vorbisenc_change_state):
16144 * ext/vorbis/vorbisenc.h:
16145 Set granulepos and timestamp correctly for streams not
16146 starting at 0, taking into account the initial delay.
16148 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16150 * gst/mpegstream/gstdvddemux.c:
16151 Add audio/x-dts to audio pad template caps
16153 2005-01-30 David Schleef <ds@schleef.org>
16155 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16156 (create_context), (gst_polypsink_link): Fix silly endianness
16157 bug. Add some debugging. Remove float from caps; it doesn't
16158 work. Attempt to get remote audio working.
16160 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16162 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16165 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16167 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16168 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16169 (gst_avi_demux_stream_data):
16170 * gst/avi/gstavidemux.h:
16171 Invert DIB images. Fixes #132341.
16173 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16175 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16176 (gst_ffmpegcsp_chain):
16177 D'oh, reference the palette data, not the palette structure.
16178 Fixes color distortion in #132341.
16180 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16182 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16183 PAR can be non-fixed when not provided as argument (#162626).
16185 2005-01-29 David Moore <dcm@acm.org>
16187 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16189 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16190 (gst_qtdemux_loop_header):
16191 Re-apply patch from #142272 that allows non-seekable sources,
16192 re-proposed by Daniel Drake <dsd@gentoo.org>.
16194 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16196 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16197 Use the src template for creating the src pad (#162330).
16199 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16202 * ext/musepack/Makefile.am:
16203 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16204 (gst_musepackdec_init), (gst_musepackdec_dispose),
16205 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16206 (gst_musepack_stream_init), (gst_musepackdec_loop),
16207 (gst_musepackdec_change_state):
16208 * ext/musepack/gstmusepackdec.cpp:
16209 * ext/musepack/gstmusepackdec.h:
16210 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16211 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16212 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16213 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16214 * ext/musepack/gstmusepackreader.cpp:
16215 * ext/musepack/gstmusepackreader.h:
16216 Update to 1.1 API (#165446).
16218 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16223 2005-01-28 Andy Wingo <wingo@pobox.com>
16225 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16226 to reflect a different dubious internet source. Add a reference
16227 and some commentary.
16229 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16231 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16232 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16233 * gst/playback/gststreamselector.h:
16234 Be more selective when we're redoing caps negotiation from
16235 within the chain function on a stream change.
16237 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16241 * ext/amrnb/Makefile.am:
16242 * ext/amrnb/amrnb.c: (plugin_init):
16243 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16244 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16245 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16246 (gst_amrnbdec_state_change):
16247 * ext/amrnb/amrnbdec.h:
16248 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16249 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16250 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16251 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16252 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16253 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16254 * ext/amrnb/amrnbparse.h:
16255 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16256 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16257 Add AMR-NB/-WB raw formats.
16258 * ext/alsa/gstalsa.c: (gst_alsa_link):
16259 Keep valid time when changing format.
16260 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16261 (qtdemux_parse_trak):
16262 Add some more format-specific options (#140141, #143555, #155163).
16264 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16266 * gst/matroska/matroska-demux.c:
16267 (gst_matroska_demux_parse_blockgroup):
16268 Fix logic error in timing of subtitle stream synchronization.
16269 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16270 Add skip-chunk, which is found in kodak-camera streams.
16272 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16276 Adding Vietnamese translation (submitted by Clytie Siddall)
16278 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16280 * gst/playback/gstdecodebin.c: (try_to_link_1):
16281 Use realpad for signal.
16283 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16285 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16286 Fix category so decodebin picks it up.
16288 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16290 * ext/mad/Makefile.am:
16291 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16292 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16293 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16294 (found_type), (gst_id3demux_bin_change_state):
16295 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16296 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16297 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16298 (gst_id3_tag_change_state), (plugin_init):
16299 * ext/mad/gstmad.h:
16300 Add id3demuxbin (which is a simple bin consisting of id3demux
16301 and typefind), take over rank from id3demux, remove typefind
16302 code from id3demux. Makes all broken mp3s that I know of work,
16303 and thereby fixes #152688.
16305 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16307 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16309 * ext/mad/gstmad.c: (gst_mad_src_event):
16310 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16311 Allow seeks on audio pad, make mad forward those (#164826).
16312 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16313 Set duration (#165335).
16315 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16317 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16318 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16319 (gst_asf_demux_process_ext_content_desc),
16320 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16321 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16322 * gst/asfdemux/gstasfdemux.h:
16323 Improve metadata display, e.g. if the metadata comes before the
16324 streams are loaded (which is perfectly valid).
16326 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16328 * tools/gst-launch-ext-m.m:
16329 Fix AVI/ASF pipelines (#165340).
16331 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16332 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16333 build failure on amd64
16335 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16337 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16338 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16339 Check environment variables GST_ID3V2_TAG_ENCODING,
16340 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16341 list of character encodings to force interpretation of non-unicode
16342 strings stored in an ID3v2 tag to a particular encoding. If none
16343 is specified, try to use current locale's encoding, then fall back
16344 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16345 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16346 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16347 Check environment variables GST_ID3V1_TAG_ENCODING,
16348 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16349 list of character encodings to use in case a string encountered
16350 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16351 specified, try to use the current locale's encoding, then fall
16352 back to ISO-8859-1 (which will always succeed).
16354 2005-01-25 Benjamin Otte <otte@gnome.org>
16356 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16357 - on half framerate, compute the rate in advance so the comparisons
16358 don't compare wrong values
16359 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16361 - don't use mad_header_decode anymore, mad_frame_decode does that
16363 - when getting rid of consumed bytes, reset the stream's skiplen
16366 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16368 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16369 Use 1/2 a second for default max_discont, as PES streams from DVB
16370 seem to have larger spacings in the SCR.
16373 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16375 * gst/playback/gstplaybasebin.c: (group_commit):
16376 Notify delayed stream-info availability.
16378 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16379 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16380 (gst_a52dec_handle_event), (gst_a52dec_chain):
16381 Add some debug output. Check that a discont has a valid
16383 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16384 (gst_alsa_sink_loop):
16385 Ignore TAG events. A little extra debug for broken timestamps.
16386 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16387 (dvdnavsrc_change_state):
16388 Ensure we send a discont to engage the link before we send any
16390 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16391 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16392 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16393 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16394 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16395 dvd://title works in totem because typefinding sends a seek that ends
16396 up going back to chapter 1 regardless.
16397 * ext/mpeg2dec/gstmpeg2dec.c:
16398 * ext/mpeg2dec/gstmpeg2dec.h:
16399 Output correct timestamps and handle disconts.
16400 * ext/ogg/gstoggdemux.c: (get_relative):
16401 Small guard against a null dereference.
16402 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16403 (gst_textoverlay_set_property):
16404 Free memory when done. Don't call gst_event_filler_get_duration on
16405 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16407 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16408 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16409 (gst_sw_srclink), (gst_smoothwave_chain):
16410 Draw solid lines, prettier colours.
16411 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16412 Add a default palette that'll work for some movies.
16413 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16414 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16415 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16416 * gst/mpegstream/gstdvddemux.h:
16417 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16418 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16419 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16420 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16421 * gst/mpegstream/gstmpegparse.h:
16422 Use PTM/NAV events when for timestamp adjustment when connected to
16423 dvdnavsrc. Don't use many discont events where one suffices.
16424 * gst/playback/gstplaybasebin.c: (group_destroy),
16425 (gen_preroll_element), (gst_play_base_bin_add_element):
16426 * gst/playback/gstplaybasebin.h:
16427 Make sure we remove subtitles from the same bin we put them in.
16428 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16429 (gst_subparse_buffer_format_autodetect),
16430 (gst_subparse_change_state):
16431 Fix some memleaks and invalid accesses.
16432 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16433 (oggskel_type_find), (cmml_type_find), (plugin_init):
16434 Some typefind functions for Annodex v3.0 files
16435 * gst/wavparse/gstwavparse.h:
16436 GstRiffReadClass is the correct parent class.
16438 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16440 * gst-libs/gst/riff/riff-media.c:
16441 (gst_riff_create_video_caps_with_data):
16442 Add extradata to huffyuv (fixes #165013).
16443 * gst-libs/gst/riff/riff-read.c:
16444 (gst_riff_read_strf_vids_with_data):
16445 Fix extradata extraction if it is in the chunk size.
16447 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16449 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16451 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16452 (gst_quarktv_change_state), (gst_quarktv_dispose):
16453 Memory free'ing location fix (#164708).
16455 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16457 * gst/playback/gstplaybasebin.c: (group_commit),
16458 (gen_preroll_element), (probe_triggered), (gen_source_element),
16459 (setup_source), (gst_play_base_bin_change_state),
16460 (gst_play_base_bin_add_element):
16461 Don't block for streams.
16462 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16463 (gst_stream_info_set_mute):
16464 Use gst_pad_set_active_recursive.
16466 2005-01-25 Andy Wingo <wingo@pobox.com>
16468 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16469 for #ifndef HAVE_XVIDEO.
16471 2005-01-24 Jeffrey C. Ollie
16473 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16475 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16476 * ext/gsm/gstgsmdec.h:
16477 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16478 * ext/gsm/gstgsmenc.h:
16479 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16480 was given by property. Add proper buffer timestamps and offsets.
16482 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16484 * gst-libs/gst/riff/riff-media.c:
16485 (gst_riff_create_audio_caps_with_data):
16486 Audio can be <8000Hz.
16488 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16490 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16491 Explicit state change to workaround refcount bugs.
16493 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16495 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16496 (gst_avimux_riff_get_avi_header):
16499 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16501 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16502 (gst_riff_read_element_data):
16503 * gst-libs/gst/riff/riff-read.h:
16504 Add _peek version (req'ed in CDXA).
16505 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16506 (gst_cdxaparse_loop):
16507 Fix parsing in playbin.
16508 * gst/playback/gstdecodebin.c: (close_pad_link):
16509 Ignore current_ pads, they cause major annoyance.
16511 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16513 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16516 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16518 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16521 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16523 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16524 Allow for 0-sized buffers. Fixes length query problems in
16525 starwars.mkv from the testsuite.
16527 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16529 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16530 (gst_video_box_i420), (gst_video_box_chain):
16531 Fix row strides for I420 (fixes #163159)
16533 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16535 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16536 MPEG2 has a useful rate property, so we can actually use that.
16537 For MPEG-1, continue using the bytes/time properties.
16539 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16541 * gst-libs/gst/riff/riff-media.c:
16542 (gst_riff_create_video_caps_with_data),
16543 (gst_riff_create_video_template_caps):
16546 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16548 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16549 Fail if caps negotiation fails. Should fix #162184, and should
16550 definately be in there regardless of it fixing the actual bug.
16551 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16552 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16553 (gst_avimux_riff_get_avix_header),
16554 (gst_avimux_riff_get_video_header),
16555 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16556 (gst_avimux_start_file), (gst_avimux_handle_event),
16557 (gst_avimux_change_state):
16558 * gst/avi/gstavimux.h:
16559 Refactor structure writing to use GST_WRITE_UINT macros, add
16560 metadata writing support.
16562 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16564 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16565 Elements may already be destroyed when this function is called.
16567 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16569 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16570 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16571 More memory leak fixes (#149162).
16573 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16575 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16576 (gst_qtdemux_add_stream):
16579 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16581 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16584 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16586 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16587 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16588 when fixating to six channels in Totem.
16590 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16592 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16593 Fix compile warnings on Solaris 10 buildbot
16595 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16597 * ext/dvdread/dvdreadsrc.c: (_read):
16598 Don't read beyond the last cell in a chapter (fixes
16599 invalid memory access)
16601 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16603 * ext/dvdread/stream_labels.c:
16604 (dvdreadsrc_get_audio_stream_labels):
16605 Use NULL for an empty GList instead of g_list_alloc(); fix
16606 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16607 of GString (easier to bulk free later)
16609 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16611 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16613 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16614 (gst_ffmpeg_pixfmt_to_caps):
16615 Fix BGRA32 caps (#164209).
16617 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16619 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16621 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16622 (gst_ffmpeg_caps_to_pixfmt):
16623 alpha_mask can be RGBA/ABGR. Fixes #164265.
16625 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
16627 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16629 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16630 (gst_mpeg2dec_alloc_buffer):
16631 * ext/mpeg2dec/gstmpeg2dec.h:
16632 Crop if decoding size is not the actual image size (#163676).
16634 2005-01-17 Steve Baker <steve@stevebaker.org>
16636 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16638 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16639 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16640 Add libsndfile typefind functions (#163309).
16642 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16644 * tools/gst-launch-ext-m.m:
16645 Add .aac, fix .m1v/.m2v (#163891).
16647 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16649 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16650 Sanity check, don't wait endlessly since the clock might not
16651 actually run at this point (which is a deadlock). Fixes #164069.
16653 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16655 * gst/playback/gstplaybasebin.c: (probe_triggered):
16656 Of course, only pause if group is done...
16658 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16660 * gst/playback/gstplaybasebin.c: (probe_triggered):
16663 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
16665 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16666 Don't return state change success when the parent
16669 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16671 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16672 Free events (fix memleak in #162905).
16674 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
16676 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16678 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16679 (gst_ffmpeg_caps_to_pixfmt):
16680 Fix for depth = 15. Fixes #161675.
16682 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16684 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16685 Set FPS correctly, even for webcams and the like.
16686 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16687 Don error on setting while capturing.
16689 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16691 * ext/dv/gstdvdec.c:
16692 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16693 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16694 I'm a bad boy. using /1001. to force C to do float division
16695 and not integer division (as it did in my last commit)
16696 Thanks to David I. Lehn for pointing this mistake.
16698 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16700 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16701 Revert Johan's 1.35->1.36 since it breaks compat.
16703 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16705 * ext/dv/gstdvdec.c:
16706 * ext/libfame/gstlibfame.c:
16707 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16708 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16709 replace framerate aproximations by their real value
16710 (24000/1001, 30000/1001, 60000/1001)
16711 Finish fixing bug #164049
16713 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
16715 * ext/ogg/gstoggmux.c:
16717 * gst/tcp/gstmultifdsink.c:
16718 * gst/tcp/gstmultifdsink.h:
16719 * gst/tcp/gsttcp.c:
16720 * gst/tcp/gsttcp.h:
16721 * gst/tcp/gsttcpclientsink.c:
16722 * gst/tcp/gsttcpclientsrc.c:
16723 * gst/tcp/gsttcpserversink.c:
16724 * gst/tcp/gsttcpserversrc.c:
16725 improve reusability of elements after state changes and errors
16726 make multifdsink throw away streamheaders when receiving new ones
16728 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16730 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16731 Fix for if items are already in list...
16733 2005-01-12 Benjamin Otte <otte@gnome.org>
16735 * gst/adder/gstadder.c: (gst_adder_loop):
16736 fix adder a bit so it doesn't screw up with events as much anymore
16738 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
16740 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16741 (pixbufscale_scale), (gst_pixbufscale_chain):
16742 * ext/gdk_pixbuf/pixbufscale.h:
16743 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16744 to ensure rowstrides are calculated the same way as
16746 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16747 that we pick up duration and offset also.
16749 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16751 * gst/avi/gstavimux.c: (gst_avimux_class_init),
16752 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16755 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16757 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16758 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16759 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16760 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16761 Update flags when requested.
16763 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16765 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16768 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16770 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16771 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16772 (probe_triggered), (new_decoded_pad), (gen_source_element),
16773 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16774 * gst/playback/gstplaybasebin.h:
16775 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16776 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16777 (gst_play_bin_change_state):
16778 Implement group-switch signal for use in apps to clear metadata
16779 cache, clean up subtitle, add suburi property instead of # hack,
16780 some error-out fixes.
16782 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16784 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16786 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16787 If we got a state change in the _get handler, don't return success.
16789 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16791 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16792 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16793 Make jpegdec quiet on MJPEG decoding
16794 * gst/asfdemux/README:
16795 Fix mimetypes for MJPEG and H263
16797 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16799 * ext/theora/theoradec.c: (theora_dec_chain):
16800 Fix broken code generation by gcc by swapping arguments.
16801 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16804 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16807 delete this file, it is by far outdated
16808 * ext/alsa/gstalsa.1: remove
16809 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16810 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16811 (gst_alsa_get_caps):
16812 Add HW probing for supported sample rates. Fixes #161704
16814 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16816 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16817 Don't crash, biatch! :).
16819 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16821 * ext/musepack/gstmusepackreader.cpp:
16822 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16823 Some work on tags - still doesn't work in playbin...
16824 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16827 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16829 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16830 Also shove tags on kid pads.
16832 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16834 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16835 Don't bail on unknown events.
16836 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16837 Don't crash on events before negotiation.
16838 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16839 Send tags on pads, too.
16840 * gst/playback/gststreamselector.c:
16841 (gst_stream_selector_request_new_pad):
16842 Forward events on first pad if no input was selected yet.
16844 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16846 * gst/playback/gstplaybasebin.c: (setup_substreams):
16847 Don't disable streamtype if the stream doesn't exist, since
16848 then playing a video after audio will disable both and nothing
16849 will happen. Fixes the testsuite.
16851 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16853 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16854 (gst_v4l_xoverlay_set_xwindow_id):
16855 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16856 (gst_v4l2_xoverlay_set_xwindow_id):
16857 Add debug categories, fix overlay disabling.
16859 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16861 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16862 * ext/alsa/gstalsa.h:
16863 Add HW probing for period_count/size and buffer_size MIX/MAX
16864 Adjust default/user defined value if out of bounds
16865 Should fix bug #162024
16867 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16869 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16870 Fix warning (#161191).
16872 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16874 * ext/dvdread/stream_labels.c:
16875 (dvdreadsrc_get_audio_stream_labels):
16876 Fix warning (init the good variable in switch default)
16878 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
16880 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16882 * gst/tta/gstttaparse.c: (gst_tta_src_event):
16883 Fix gcc-2.95 compile (#163485).
16885 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16888 * ext/flac/gstflacenc.c: (gst_flacenc_init),
16889 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16890 (gst_flacenc_tell_callback), (gst_flacenc_chain),
16891 (gst_flacenc_change_state):
16892 * ext/flac/gstflacenc.h:
16893 Update for API change in flac-1.1.1. Update requirement in
16894 configure.ac. Fixes #162974.
16896 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16898 * gst/playback/gstplaybasebin.c: (group_destroy):
16899 Remove hack to get rid of assert and get rid of unlinked
16902 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16904 * gst/playback/gstplaybasebin.c: (setup_source):
16905 Set source to NULL so that resources are free'ed. Fixes issues
16906 with playback of CDDA and similar device-accessing things.
16908 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16910 * testsuite/embed/Makefile.am:
16911 test->noinst, fix make test in buildbot.
16913 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
16915 * ext/dvdread/stream_labels.c: new file
16916 * ext/dvdread/stream_labels.h: new file
16917 * ext/dvdread/Makefile.am:
16918 * ext/dvdread/dvdreadsrc.c: (_seek_title):
16919 Extract audio stream label from DVD IFO files.
16920 It only dump them on the console for now, still have to
16921 make playbin aware of them.
16923 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16925 * gst/playback/gstplaybasebin.c: (setup_source):
16928 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16930 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16931 (gen_preroll_element), (remove_groups), (setup_subtitle),
16932 (gen_source_element), (setup_source):
16933 * gst/playback/gstplaybasebin.h:
16934 Multiple .sub files is just a stupid idea... Fix some threading
16935 mistakes. Interestingly, external .sub files cause playbin to
16936 hang, I don't know why... Parsing fixes contributed by Fran??ois
16937 Kooman <fkooman@tuxed.net>.
16939 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16941 * testsuite/embed/Makefile.am:
16944 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
16946 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16948 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16949 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16950 (gst_pngenc_set_property):
16951 * ext/libpng/gstpngenc.h:
16952 Add compression level property (#163323).
16954 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16957 * examples/capsfilter/capsfilter1.c: (main):
16958 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16959 * ext/dvdread/Makefile.am:
16960 * ext/dvdread/demo-play:
16961 * ext/dvdread/demo-play.c:
16962 * gconf/gstreamer.schemas.in:
16963 * gst-libs/gst/gconf/gconf.c:
16965 * testsuite/Makefile.am:
16966 * testsuite/embed/Makefile.am:
16967 * testsuite/embed/embed.c: (cb_expose), (main):
16968 Remove all references to xvideosink, fix examples (#140845).
16969 * gst/playback/gstplaybasebin.c: (group_destroy):
16970 Apparently, disposal does not unlink - so do explicitely.
16971 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16974 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
16976 * README: fix PKG_CONFIG_PATH instructions, what was there
16977 previously was breaking default search path, not nice.
16980 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16982 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16983 (gst_audioscale_chain):
16984 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16985 when resampling - how the ^@$^!@^! is this possible?!?
16987 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16989 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16990 Reset variables on READY.
16991 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16992 (gst_matroska_mux_loop):
16993 Require data before writing header.
16995 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
16997 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16999 * ext/mad/gstmad.c: (gst_mad_chain):
17000 Don't call mad_stream_sync() directly after recovering sync.
17003 2005-01-09 Martin Eikermann <meiker@upb.de>
17005 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17007 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17008 (snapshot_handler), (gst_snapshot_sinkconnect),
17009 (gst_snapshot_chain):
17010 Allocate resources when required, fix recursive signal emission
17011 and fix caps. Fixes #161667.
17013 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17015 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17017 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17018 (gst_pngdec_chain):
17019 Handle only 8-bppc (bits-per-pixel-component) images, better
17020 error handling and correct strides. Fixes #163177.
17021 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17022 (gst_pngenc_chain):
17023 Better error handling. Fixes #163348.
17025 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17027 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17028 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17029 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17030 (dvdnavsrc_uri_handler_init):
17031 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17032 * gst/playback/gstplaybasebin.c: (gen_source_element):
17033 Add MMS to streaming URIs.
17035 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17037 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17038 * sys/xvimage/xvimagesink.c:
17039 (gst_xvimagesink_navigation_send_event):
17040 Check for pad availability before sending event.
17042 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17044 * gst-plugins.spec.in:
17047 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17050 Since we use functions from CVS, up requirement.
17052 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17054 * gst/playback/Makefile.am:
17055 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17056 (group_destroy), (group_commit), (group_is_muted),
17057 (gen_preroll_element), (add_stream), (unknown_type),
17058 (probe_triggered), (preroll_unlinked), (mute_stream),
17059 (silence_stream), (new_decoded_pad), (setup_substreams),
17060 (setup_source), (get_active_source), (mute_group_type),
17061 (muted_group_change_state), (set_active_source),
17062 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17063 (play_base_eos), (gst_play_base_bin_change_state):
17064 * gst/playback/gstplaybasebin.h:
17065 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17066 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17067 (gst_stream_info_dispose), (stream_info_mute_pad),
17068 (stream_info_change_state), (gst_stream_info_set_mute):
17069 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17070 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17071 (gst_stream_selector_init), (gst_stream_selector_dispose),
17072 (gst_stream_selector_get_linked_pad),
17073 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17074 (gst_stream_selector_get_linked_pads),
17075 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17076 * gst/playback/gststreamselector.h:
17077 Adding stream selection support plus required properties for
17078 applications to use this. Fully fixes #100931.
17080 2005-01-08 Benjamin Otte <otte@gnome.org>
17082 * gst/games/gstpuzzle.c: (nav_event_handler):
17083 - handle nav events differently: forward every event no matter if it
17084 was handled or not.
17086 You can now cheat by using navigationtest ! puzzle and moving the
17087 mouse close to the edge of a tile. ;)
17089 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17092 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17093 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17094 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17095 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17096 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17097 (gst_ogm_parse_plugin_init):
17098 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17099 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17100 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17101 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17102 * ext/pango/gsttextoverlay.h:
17103 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17104 (gst_matroska_demux_handle_seek_event),
17105 (gst_matroska_demux_sync_streams),
17106 (gst_matroska_demux_parse_blockgroup),
17107 (gst_matroska_demux_subtitle_caps),
17108 (gst_matroska_demux_plugin_init):
17109 * gst/matroska/matroska-ids.h:
17110 * gst/playback/gstdecodebin.c: (close_pad_link):
17111 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17112 (gen_preroll_element), (remove_groups), (add_stream),
17113 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17115 * gst/playback/gstplaybasebin.h:
17116 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17117 * gst/subparse/Makefile.am:
17118 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17119 (gst_subparse_base_init), (gst_subparse_class_init),
17120 (gst_subparse_init), (gst_subparse_formats),
17121 (gst_subparse_eventmask), (gst_subparse_event),
17122 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17123 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17124 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17125 (parse_mpsub_deinit), (parse_mpsub_init),
17126 (gst_subparse_buffer_format_autodetect),
17127 (gst_subparse_format_autodetect), (gst_subparse_loop),
17128 (gst_subparse_change_state), (gst_subparse_type_find),
17130 * gst/subparse/gstsubparse.h:
17131 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17133 Add subtitle support, .sub parser (supports SRT and MPsub),
17134 OGM text support, Matroska UTF-8 text support, deadlock fixes
17135 all over the place, subtitle awareness in decodebin/playbin
17136 and some fixes to textoverlay to handle subtitles in a stream
17137 correctly. Fixes #100931.
17139 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17141 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17142 Check for pad availability before doing a query on it.
17144 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17146 * ext/dv/gstdvdec.c:
17147 really fix bpp24/32 dvdec caps (classic rgba indeed)
17148 * gst/asfdemux/gstasfdemux.c:
17149 (gst_asf_demux_process_ext_content_desc):
17150 don't send text tags if they are empty (bis repetita)
17152 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17154 * ext/dv/gstdvdec.c:
17155 remove unneeded comment from dvdec
17156 (related to DV 4CC codes in AVI files)
17157 moved them in gstreamer/docs/random/mimetypes
17158 * gst/asfdemux/gstasfdemux.c:
17159 (gst_asf_demux_process_ext_content_desc):
17160 don't send text tags if they are empty
17161 fix mem leak on error path
17162 * gst/ffmpegcolorspace/avcodec.h:
17163 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17164 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17165 (gst_ffmpegcsp_avpicture_fill):
17166 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17167 * gst/ffmpegcolorspace/imgconvert_template.h:
17168 adds BGR32 and BGRA32 to ffmpegcolorspace
17169 (still bad colors, fixing it on next commit)
17170 helps with dvdec outputing BGR32
17172 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17174 * ext/dv/gstdvdec.c:
17175 Fix audio caps i just broke (missing ',')
17176 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17177 (gst_matroska_mux_reset):
17178 Fix typo + add FIXME about old "x-gst-metadata" crap
17180 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17182 * ext/dv/demo-play.c: (main):
17183 xvideosink -> xvimagesink
17184 * ext/dv/gstdvdec.c:
17185 change rgb 32/32 caps to 24/32 (no alpha)
17186 change nb of channels to be a list (2 or 4, not 2)
17187 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17188 * gst/asfdemux/gstasfdemux.c:
17189 (gst_asf_demux_process_ext_content_desc):
17190 Add 'date/year' to extracted metadata list
17192 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17194 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17195 The return value of fixate_to does not imply that the requested
17196 value was set, so don't assume.
17198 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17200 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17202 * ext/libpng/gstpngdec.c:
17203 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17204 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17205 * ext/libpng/gstpngenc.h:
17206 Alpha support (encoder; #163161), mime fixage.
17208 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17210 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17212 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17213 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17214 (gst_faac_set_property), (gst_faac_get_property):
17215 * ext/faac/gstfaac.h:
17216 Allow for ADTS output (#153434).
17218 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17220 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17221 Fix against template (#150576).
17223 2005-01-06 Benjamin Otte <otte@gnome.org>
17225 * gst/games/gstpuzzle.c: (draw_puzzle):
17226 don't draw a puzzle if either width or height of tiles would be 0.
17228 2005-01-06 Benjamin Otte <otte@gnome.org>
17230 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17231 (gst_puzzle_class_init), (gst_puzzle_finalize):
17232 no memleaks, please
17233 (gst_puzzle_create), (gst_puzzle_init),
17234 (gst_puzzle_set_property), (gst_puzzle_setup):
17235 change initialization code around so we don't reshuffle on resize
17237 fix another stupid typo
17239 2005-01-06 Benjamin Otte <otte@gnome.org>
17241 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17242 fix stupid typo that borked copying on YUY2
17244 2005-01-06 Benjamin Otte <otte@gnome.org>
17246 * gst/games/gstpuzzle.c: (draw_puzzle):
17247 fix edges when image sizes aren't multiples of tile sizes
17249 2005-01-06 Benjamin Otte <otte@gnome.org>
17251 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17252 make RGB endianness work correctly
17253 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17254 refactor and fix race with initial shuffling
17255 (nav_event_handler):
17256 allow using the mouse to puzzle
17258 insist on tiles having width and height as multiples of 4 to get
17259 clean YUV image handling
17260 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17261 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17262 s/DEBUG/LOG/ for common messages
17263 (gst_xvimagesink_navigation_send_event):
17264 fix mouse event translation to not include screen PAR
17265 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17266 fix mouse event translation to actually work
17268 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17270 * gst/asfdemux/gstasfdemux.c:
17271 (gst_asf_demux_process_ext_content_desc):
17272 Extract TrackNumber metadata + clean up code
17273 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17274 Hope this is the good fix (var used unitialised)
17276 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17278 * ext/faad/gstfaad.c: (gst_faad_chain):
17279 Only increment timestamp if it's valid. Fixes raw AAC streams.
17281 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17284 * gst/games/Makefile.am:
17285 * gst/games/gstpuzzle.c:
17286 add a puzzle game with...
17287 * gst/games/gstvideoimage.c:
17288 * gst/games/gstvideoimage.h:
17289 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17290 from videotestsrc and made into something that would be a nice
17291 library for a lot of other plugins.
17293 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17296 don't compile faad plugin if a RC of 2.0 is found
17297 Fixes #155346 (and FC1 buildbot)
17298 * gst/asfdemux/gstasfdemux.c:
17299 (gst_asf_demux_process_ext_content_desc):
17300 try to make Solaris compiler happier
17302 2005-01-06 Paul Jack <pjack@sfaf.org>
17304 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17306 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17307 Fix segfault (#161667).
17309 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17311 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17312 Fix framerate reporting.
17314 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17316 * gst-libs/gst/riff/riff-ids.h:
17317 * gst/wavenc/riff.h:
17318 Add AMR (VBR and CBR) ids to riff.h audio codec list
17319 * gst/asfdemux/gstasfdemux.c:
17320 (gst_asf_demux_process_ext_content_desc),
17321 (gst_asf_demux_process_object):
17322 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17324 2005-01-05 Martin Eikermann <meiker@upb.de>
17326 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17328 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17329 (gst_dvd_demux_handle_discont):
17330 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17331 (gst_mpeg_demux_handle_discont):
17332 Recreate pads on new-media (#160730).
17333 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17334 Send discont even if manager changes timestamps (#161929).
17336 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17338 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17340 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17341 Fix invalid memory access (#159211).
17343 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17345 * examples/gstplay/player.c: (main):
17347 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17348 Add visualizations.
17349 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17350 (gst_a52dec_handle_frame):
17352 * ext/dvdnav/gst-dvd:
17353 Add audioconvert. Fixes #161325.
17354 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17355 Explicitely case to gint64. Possible valgrind error.
17356 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17357 (gst_play_tick_callback), (gst_play_change_state),
17358 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17359 (gst_play_set_location), (gst_play_get_location),
17360 (gst_play_seek_to_time), (gst_play_set_data_src),
17361 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17362 (gst_play_set_visualization), (gst_play_connect_visualization),
17363 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17365 Use playbin. Fixes #139749 and #147744.
17366 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17368 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17369 (audioscale_get_type), (gst_audioscale_base_init),
17370 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17371 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17372 (gst_audioscale_link), (gst_audioscale_get_buffer),
17373 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17374 (gst_audioscale_init), (gst_audioscale_dispose),
17375 (gst_audioscale_chain), (gst_audioscale_set_property),
17376 (gst_audioscale_get_property), (plugin_init):
17378 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17380 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17381 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17382 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17383 Add more metadata (fixes #162656).
17385 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17390 === release 0.8.7 ===
17392 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17397 releasing 0.8.7, "Hyperspace"
17399 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17401 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17403 * gst/playback/gstplaybasebin.c:
17404 Fix for #162924 - free caps after use, not before
17406 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17408 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17410 * gst/playback/gstplaybasebin.c:
17411 * gst/wavparse/gstwavparse.c:
17412 Fix for #154773 - fixes playback of small .wav files
17414 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17416 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17418 * gst/audioscale/gstaudioscale.c:
17419 Fix for #162819 - make audioscale reusable
17420 Fixes playback of more than one file with playbin/totem
17422 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17424 * gst/ffmpegcolorspace/avcodec.h:
17425 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17426 * gst/ffmpegcolorspace/imgconvert.c:
17427 clean up the mess that made me cry and avoid needless duplication
17429 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17431 * gst/ffmpegcolorspace/imgconvert.c:
17432 give some indication of why we're segfaulting
17434 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17437 Fix indentation, fix v4l2 plugin detection.
17439 Fix libmms location (Maciej, use diff -u!).
17440 * ext/alsa/gstalsa.c: (gst_alsa_init):
17441 Initialize caps cache to NULL.
17442 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17443 Only change state on audiosink if it exists.
17445 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17447 * gst/matroska/matroska-demux.c:
17448 * gst/matroska/matroska-ids.h:
17449 * gst/matroska/matroska-demux.h:
17450 Fix Vorbis streams failing to decode in some files, where cluster_time
17451 isn't 0, because then it doesn't send codec_priv before actual data.
17452 Remove time-based test and replace it with marker set on beginning of
17455 2004-12-28 David Schleef <ds@schleef.org>
17457 Merge patch from Ronald fixing problems with streaming
17459 * ext/cairo/gstcairo.c: (plugin_init):
17460 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17461 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17462 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17463 (gst_textoverlay_font_init), (gst_textoverlay_init),
17464 (gst_textoverlay_set_property):
17465 * ext/cairo/gsttextoverlay.h:
17467 2004-12-27 David Schleef <ds@schleef.org>
17469 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17470 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17471 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17472 (gst_textoverlay_font_init), (gst_textoverlay_init),
17473 (gst_textoverlay_set_property): Improvements to actually
17474 render text as white on black outline on video, including
17475 font selection and horizontal/vertical alignment. (Ronald's
17477 * ext/cairo/gsttextoverlay.h:
17479 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17481 * ext/ogg/gstogg.c:
17482 * ext/ogg/gstogmparse.c:
17483 fix ogm[audio/video]parse plugin registration
17484 (riff won't load if bytestream is already loaded)
17486 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17488 * gst/audioconvert/gstchannelmix.c:
17491 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17495 disable docs again until it actually passes make distcheck.
17497 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17499 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17500 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17502 Add 3GP (variables name Q3GP because they can't start with a
17503 number). Add samr audio fourcc (used in .3gp files), decoder
17504 is work in progress. Also do a GST_WARNING instead of ERROR
17505 in case of unknown nodes, to decrease output.
17507 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17512 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17515 * ext/speex/gstspeexdec.h:
17516 * ext/speex/gstspeexenc.h:
17517 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17518 Fix detection code in configure.ac
17520 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17522 * gst/matroska/matroska-demux.c:
17523 (gst_matroska_demux_parse_blockgroup):
17524 Save position, so that queries give proper return values. Don't
17525 know how this could ever have worked before...
17527 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17530 Put additional LAME check inside the conditional. Fixes #152339
17532 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17534 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17535 (gst_avi_demux_stream_scan):
17536 Add some more debug. Fix logic error when setting movi offset
17537 while reading index.
17539 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17541 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17542 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17543 (gst_avi_demux_process_next_entry):
17544 Add some debugging. Better detection of broken indexes and the
17545 accompanying index recovery. No infinite loops on state changes
17546 when we're still in our loopfunction.
17548 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17553 2004-12-22 Archana Shah <archana.shah@wipro.com>
17555 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17557 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17558 Normalizing the value before setting
17559 (gst_sunaudiomixer_get_volume):
17560 Normalizing the value after getting. Fixes bug# 161980
17562 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17564 * Makefile.am: Make sure docs gets disted
17565 * docs/Makefile.am: Make sure all needed files get disted
17566 * gst-plugins.spec.in: latest updates
17568 2004-12-22 Wim Taymans <wim@fluendo.com>
17570 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17571 Revert patch 1.38 as clock distribution over schedulers does
17572 not work correcly in the core yet.
17574 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17576 * sys/oss/README: remove this file, which predates my birth
17577 (and which content is by far outdated)
17579 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17583 * docs/Makefile.am:
17584 * docs/libs/Makefile.am:
17585 * docs/libs/gst-plugins-libs-docs.sgml:
17586 * docs/libs/gst-plugins-libs-sections.txt:
17587 * docs/libs/tmpl/gstgconf.sgml:
17589 * docs/version.entities.in:
17590 Added boilerplate gtk-doc files for plugin-libs documentation.
17592 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17594 * gst/auparse/gstauparse.c: fix int and float audio caps
17596 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17598 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17599 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17600 g_assert() can be a macro, don't use #ifdef inside it.
17602 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17604 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17606 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17607 (gst_videorate_init), (gst_videorate_chain),
17608 (gst_videorate_change_state):
17609 Event handling (fixes #159986).
17611 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17613 * gst-libs/gst/riff/riff-media.c:
17614 (gst_riff_create_video_caps_with_data):
17615 Add BLZ0 (Blizzard's version of DivX) fourcc.
17617 2004-12-18 David Schleef <ds@schleef.org>
17619 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17622 2004-12-18 David Schleef <ds@schleef.org>
17624 * gst/tta/ttadec.h: Disable some header code that isn't used
17625 and clearly isn't portable.
17627 2004-12-18 David Schleef <ds@schleef.org>
17629 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17630 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17631 (avcodec_get_pix_fmt), (avpicture_layout),
17632 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17633 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17634 Fix code to not use GCC extensions (and c99 extensions that
17635 Forte does not like.)
17637 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
17639 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17641 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17642 (gst_deinterlace_chain):
17643 Rowstride fixes. Fixes #161039.
17644 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17645 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17646 (gst_video_crop_getcaps), (gst_video_crop_link),
17647 (gst_video_crop_i420), (gst_video_crop_chain),
17648 (gst_video_crop_change_state):
17649 Rework of negotiation. Actually works now. Fixes #158650.
17651 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17653 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17654 That was very stupid.
17656 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17658 * gst/matroska/matroska-demux.c:
17659 (gst_matroska_demux_parse_blockgroup):
17660 Fix possible crasher.
17662 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17664 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17665 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17666 Lace sizes can be zero.
17668 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17670 * ext/musepack/gstmusepackdec.cpp:
17671 Fetch error return values. Fixes #161624.
17672 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17675 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17677 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17678 Work for truncated (unfinished download etc.) files. Fixes #160514.
17680 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17682 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17683 Fix for integer overflow. Makes #156001 not crash. Probably masks
17686 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17688 * gst/ac3parse/gstac3parse.c: (plugin_init):
17689 Parsers never have ranks. Fixes #159651.
17691 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
17693 * gst/playback/gstdecodebin.c: (compare_ranks):
17694 make sure the facotries are ordered the same every time even if they
17695 have the same rank by using the name
17696 * gst/playback/gstdecodebin.c: (find_compatibles):
17697 make sure we don't add factories to the list twice
17699 2004-12-16 David Schleef <ds@schleef.org>
17701 * configure.ac: look for musepack headers as musepack/*.h
17703 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17704 * ext/musepack/gstmusepackreader.h: same
17706 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17708 * gst-libs/gst/riff/riff-read.c:
17709 (gst_riff_read_strf_auds_with_data):
17710 Read extradata correctly (fixes #155879).
17712 2004-12-16 David Schleef <ds@schleef.org>
17714 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17715 audio. does _not_ attempt or allow conversion unless channels
17718 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17720 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17722 2004-12-16 David Schleef <ds@schleef.org>
17724 * gst/audioscale/gstaudioscale.c: the resample library only
17725 handles 1 or 2 channels. Change caps to compensate.
17727 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17729 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17730 (gst_matroska_demux_audio_caps):
17731 Some MPEG-AAC hacks, because else it doesn't work...
17733 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17735 * gst-libs/gst/riff/riff-media.c:
17736 (gst_riff_create_video_caps_with_data),
17737 (gst_riff_create_video_template_caps):
17740 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17742 * gst-libs/gst/audio/Makefile.am:
17743 Try to fix buildbot.
17745 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
17747 * gst/tcp/gstmultifdsink.c:
17748 Clean up and uniformize debugging.
17750 2004-12-16 Edward Hervey <bilboed@bilboed.com>
17752 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17754 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17755 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17756 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17757 (gst_mpeg_demux_change_state):
17758 Reset on ready. Fixes 160276.
17760 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
17762 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17764 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17765 (gst_ffmpegcsp_pad_link):
17766 Fix memleak (#154815).
17768 2004-12-16 James Bowes <bowes@cs.dal.ca>
17770 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17772 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17773 (gst_musicbrainz_init), (gst_musicbrainz_chain),
17774 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17775 * ext/musicbrainz/gsttrm.h:
17776 Add support for using a proxy server when getting a trm id from
17777 the MusicBrainz database (#149613).
17779 2004-12-16 Christophe Fergeau <teuf@gnome.org>
17781 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17783 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17784 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17785 Fix memleaks (#157233).
17787 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
17789 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17791 * gst-libs/gst/resample/resample.c: (gst_resample_close):
17792 * gst-libs/gst/resample/resample.h:
17793 * gst/audioscale/gstaudioscale.c:
17794 Fix memleak (#159215).
17796 2004-12-16 Toni Willberg <toniw@iki.fi>
17798 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17800 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17801 * sys/oss/oss_probe.c: (main):
17802 Check for mono/stereo support (similar to samplerate probing),
17803 fixes #159433. Also add missing copyright header to oss_probe.c.
17805 2004-12-15 David Schleef <ds@schleef.org>
17807 * configure.ac: add audioresample and cairo plugins. Remove
17808 HAVE_MMX stuff, because it's not used.
17809 * ext/Makefile.am: same
17810 * ext/audioresample/Makefile.am: You are not ready for an
17811 audio resampling element based on audioresample.
17812 * ext/audioresample/gstaudioresample.c:
17813 * ext/audioresample/gstaudioresample.h:
17814 * ext/cairo/Makefile.am: You are not ready for overlay elements
17815 based on cairo. Don't look too closely, these elements kinda
17817 * ext/cairo/gstcairo.c: new
17818 * ext/cairo/gsttextoverlay.c: new
17819 * ext/cairo/gsttextoverlay.h: new
17820 * ext/cairo/gsttimeoverlay.c: new
17821 * ext/cairo/gsttimeoverlay.h: new
17822 * gst-libs/gst/media-info/media-info-priv.h: fix compile
17823 problem with compilers that don't support variadic macros.
17825 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
17827 Reviewed by: David Schleef <ds@schleef.org>
17829 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
17830 Bala, registering sunaudiosrc (oops!), and cleaning up code a
17831 bit. Also ran indent-gst.
17832 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17833 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17834 (gst_sunaudiosrc_setparams):
17836 2004-12-14 David Schleef <ds@schleef.org>
17838 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17839 output rate to 16000. Should fix #160235.
17841 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17843 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17844 Add typefinding for mpeg2 pes streams
17846 2004-12-13 David Schleef <ds@schleef.org>
17848 * configure.ac: Applied patch from bug #143659, making default
17849 sources and sinks OS-dependent (for Solaris), and added code
17851 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17853 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17855 * gst-libs/gst/riff/riff-media.c:
17856 forgot to add h2.64 to avidemux template caps
17858 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17860 * gst/wavenc/riff.h:
17861 * gst-libs/gst/riff/riff-media.c:
17862 * gst-libs/gst/riff/riff-ids.h:
17863 * gst/avi/gstavimux.c
17864 add 4CC code for VideoSoft h264 in AVI (VSSH)
17866 remove s323 from riff, it's quicktime specific :(
17868 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17870 * gst/asfdemux/README
17871 * gst/wavenc/riff.h
17872 * gst-libs/gst/riff/riff-ids.h
17873 * gst-libs/gst/riff/riff-media.c
17874 * gst/qtdemux/qtdemux.c:
17875 add new 4CC codes for h263 related codecs
17876 fixes partially bug #155163
17878 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
17880 * configure.ac: Update polyaudio requirement to 0.7
17881 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17883 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17885 * gst/interleave/deinterleave.c:
17886 fix my name's spelling! :)
17888 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17890 * AUTHORS ChangeLog
17891 * gst/auparse/gstauparse.c
17892 * gst/interleave/deinterleave.c
17894 alaw-decode.c alaw-encode.c
17895 mulaw-decode.c mulaw-encode.c
17896 * gst/oneton/gstoneton.c
17898 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17900 cocoawindow.h cocoawindow.m
17901 osxvideosink.h osxvideosink.m
17903 put the same mail address for Zaheer Abbas Merali everywhere
17905 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17907 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17908 Align by packetsize, and assert that we a packet available before
17909 playing. The first makes webstreams work (they often include
17910 trailing padding data in a packet), the second allows pausing a
17911 ASF stream in totem without getting demux errors afterwards.
17913 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17915 * ext/ogg/gstoggdemux.c: (get_relative):
17916 Check for non-NULL before accessing member (end-of-chain).
17918 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17920 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17921 (cdparanoia_set_property), (cdparanoia_get_property):
17922 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17923 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17924 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17925 (dvdreadsrc_init), (dvdreadsrc_set_property),
17926 (dvdreadsrc_get_property):
17927 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17928 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17929 Synchronize property names where not yet the case. Devices are
17930 now device=X, other versions are deprecated (but still exist).
17931 Also use g_free() unconditionally.
17932 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17933 (setup_source), (gst_play_base_bin_get_property):
17936 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
17938 * configure.ac: move GCONF macro outside conditional for the am
17939 conditional. Fixes #160439
17941 2004-12-08 David Schleef <ds@schleef.org>
17943 * tools/gst-visualise-m.m: Switch to elements that currently
17946 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17948 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17949 We love wrong commas.
17951 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17953 * gst/matroska/matroska-demux.c:
17954 (gst_matroska_demux_handle_src_query):
17955 Don't set DEFAULT, unsupported - makes length display incorrectly
17958 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17960 * gst/monoscope/README: remove blurb about files being GPL
17961 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17962 * gst/monoscope/monoscope.c: Change license to BSD with explanation
17963 monoscope is now effectively LGPL licensed
17965 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17967 * gst/monoscope/README: Update information to be more correct
17968 * gst/monoscope/convolve.c: Relicense to LGPL
17969 * gst/monoscope/convolve.h: Relicense to LGPL
17971 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
17973 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17974 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17975 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17976 set default_duration for mpeg1 audio
17978 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17980 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17981 * ext/alsa/gstalsa.h:
17982 refactor big chunks of the core caps negotiation code to make it
17983 a lot faster, because people claim it's really slow
17984 (actually, just cache the getcaps when the device is opened)
17986 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17988 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17989 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17990 (gst_a52dec_handle_frame), (gst_a52dec_chain),
17991 (gst_a52dec_change_state), (plugin_init):
17992 * ext/a52dec/gsta52dec.h:
17993 Do something useful with timestamps. Make chain-based (since
17994 there's really no reason to be loopbased).
17995 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17996 Update current_byte/frame correctly.
17998 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18000 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18001 (gst_ape_demux_stream_init):
18004 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18006 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18007 Let's make sure we're done typefinding when detecting tags.
18009 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18011 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18012 (gst_ebml_read_init), (gst_ebml_read_use_event),
18013 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18014 (gst_ebml_read_seek), (gst_ebml_read_skip),
18015 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18016 (gst_ebml_read_master):
18017 * gst/matroska/ebml-read.h:
18018 * gst/matroska/matroska-demux.c:
18019 (gst_matroska_demux_parse_contents),
18020 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18021 Disgustingly evil hack for working around INTERRUPT events and
18022 their extremely annoying habit of being a pain in the ass. We
18023 simply peek a cluster before reading any of it.
18025 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18027 * ext/musepack/gstmusepackdec.cpp:
18028 There's also floating point libmusepacks.
18030 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18032 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18033 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18034 Set DURATION even if source buffer didn't. Also use increasing
18036 * gst-libs/gst/riff/riff-media.c:
18037 (gst_riff_create_audio_caps_with_data):
18038 Block_align can have larger values than 8192.
18040 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18042 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18043 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18044 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18045 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18048 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18050 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18053 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18055 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18058 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18060 * ext/esd/esdsink.c: (gst_esdsink_chain):
18061 Make error actually say something useful (fixes #156798).
18062 * gst-libs/gst/riff/riff-media.c:
18063 (gst_riff_create_video_caps_with_data),
18064 (gst_riff_create_video_template_caps):
18065 Add Intel Video 5.0 fourcc (IV50).
18067 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18069 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18070 detection on mono and stereo mp3 files.
18072 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18074 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18075 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18076 the contained stream).
18078 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18080 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18081 Oops, remove debug.
18083 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18085 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18087 * gst/law/alaw-decode.c: (alawdec_getcaps):
18088 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18089 Prevent warnings when negotiating caps (fixes #159338).
18091 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18093 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18094 (gst_ffmpegcsp_chain):
18095 Remove old leftover that shouldn't be there...
18097 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18099 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18101 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18102 Don't forward DISCONT events (fixes #159684).
18104 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18106 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18107 Unlink manually since sometimes bin disposal (and therefore
18108 pad unlinking) is delayed, which will cause a new media file
18109 to not be able to start playing instantly.
18111 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18113 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18114 On mute of an unlinked stream, check for pad availability so
18115 we don't crash on unlinked pad.
18117 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18119 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18120 (gst_avi_demux_massage_index):
18121 Fix quite humiliating bug in omitting 0-sized index chunks but
18122 forgetting to count them for timestamps.
18124 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18126 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18127 Actually leave the loop if we failed to sync. Don't crash.
18129 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18131 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18132 (gst_dvd_demux_process_private):
18133 * gst/mpegstream/gstdvddemux.h:
18134 Fix crash (#159759). Doesn't work, though. :-(.
18136 2004-11-28 Benjamin Otte <otte@gnome.org>
18138 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18139 more overwriting protection due to modifying channels one by one
18140 instead of all at once
18142 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18144 * gst/audioconvert/gstchannelmix.c:
18145 (gst_audio_convert_fill_normalize):
18146 Normalize using absolute values.
18148 2004-11-28 Julien MOUTTE <julien@moutte.net>
18152 * ext/directfb/Makefile.am:
18153 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18154 (gst_directfbvideosink_get_pixel_format),
18155 (gst_directfbvideosink_get_format_from_fourcc),
18156 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18157 (gst_directfbvideosink_sink_link),
18158 (gst_directfbvideosink_change_state),
18159 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18160 (gst_directfbvideosink_buffer_alloc),
18161 (gst_directfbvideosink_interface_supported),
18162 (gst_directfbvideosink_interface_init),
18163 (gst_directfbvideosink_navigation_send_event),
18164 (gst_directfbvideosink_navigation_init),
18165 (gst_directfbvideosink_set_property),
18166 (gst_directfbvideosink_get_property),
18167 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18168 (gst_directfbvideosink_base_init),
18169 (gst_directfbvideosink_class_init),
18170 (gst_directfbvideosink_get_type), (plugin_init):
18171 * ext/directfb/directfbvideosink.h: Adding a first version of
18173 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18176 2004-11-28 Benjamin Otte <otte@gnome.org>
18178 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18179 walk the samples backwards if out_channels > in_channels so we don't
18182 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18184 * gst/audioconvert/Makefile.am:
18185 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18186 (gst_audio_convert_link), (gst_audio_convert_change_state),
18187 (gst_audio_convert_channels):
18188 * gst/audioconvert/gstchannelmix.c:
18189 (gst_audio_convert_unset_matrix),
18190 (gst_audio_convert_fill_identical),
18191 (gst_audio_convert_fill_compatible),
18192 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18193 (gst_audio_convert_fill_others),
18194 (gst_audio_convert_fill_normalize),
18195 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18196 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18197 * gst/audioconvert/gstchannelmix.h:
18198 Implement a channel mixer.
18200 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18202 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18203 * ext/alsa/gstalsa.h:
18204 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18205 Make alsasink actually honor gst_element_set_clock and use that
18206 clock instead of its internal one.
18208 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18210 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18211 (gst_play_base_bin_change_state): nullify source and decoder when
18212 going from READY to NULL so that we don't try to do weird stuff with
18213 them when going from NULL to READY
18214 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18215 instead of g_object_unref
18216 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18217 it should be correct
18218 (gst_play_bin_change_state): don't call remove_sinks if we are
18219 currently disposing the object
18221 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18223 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18224 Don't forget bass if it's there. Else left channel is silent...
18226 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18228 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18229 (gst_a52dec_change_state):
18230 Don't do sample adjusting anymore, we use float audio now.
18231 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18232 Don't fixate to non-existing properties.
18234 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18236 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18237 (gst_a52dec_change_state):
18238 Advertise that we can do surround sound.
18240 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18242 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18243 Add buffer-frames=0.
18244 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18245 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18246 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18247 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18248 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18249 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18250 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18251 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18252 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18253 * ext/dvdread/dvdreadsrc.h:
18254 Add seeking, querying for bytes, sectors, title, angle and
18255 chapter. Handle multiple chapters. Relicense to LGPL because
18256 Billy agreed on that (thanks Billy!).
18258 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18260 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18261 call parent dispose method
18263 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18265 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18266 (gst_audio_clock_get_internal_time):
18267 Fix active <-> inactive transitions: ensure time value always
18268 grows and avoid abrupt value changes.
18270 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18273 * gst/tta/Makefile.am:
18275 * gst/tta/filters.h:
18276 * gst/tta/gsttta.c:
18277 * gst/tta/gstttadec.c:
18278 * gst/tta/gstttadec.h:
18279 * gst/tta/gstttaparse.c:
18280 * gst/tta/gstttaparse.h:
18281 * gst/tta/ttadec.h:
18282 added TTA parser and decoder
18284 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18286 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18287 (probe_triggered), (check_queue), (buffer_underrun),
18288 (buffer_running), (buffer_overrun), (gen_source_element),
18290 * gst/playback/gstplaybasebin.h:
18291 Implement buffering. Needs some more work.
18293 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18295 * ext/theora/theoradec.c: (theora_dec_chain):
18296 Fix ilog mask range overflow.
18298 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18300 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18301 Don't omit the last (which in case of dmix is the only :) )
18302 channel count. Don't set channels if <= 2.
18304 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18306 * gst/playback/gstplaybin.c: (gen_video_element),
18307 (gen_audio_element): Removed 2 obsolete comments
18309 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18311 * ext/vorbis/oggvorbisenc.c
18312 * ext/vorbis/vorbisenc.c :
18313 change description fields of those plugins to differentiate them
18314 (pitivi show Encoders by description, they had the same one)
18316 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18318 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18320 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18321 (gst_play_bin_set_property), (gen_video_element),
18322 (gen_audio_element):
18323 Refcounting fixes for provided audio-/videosinks.
18325 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18327 * gst/playback/gstplaybin.c: (gen_video_element),
18328 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18329 Don't reference all sinks, but only the video- and audiosinks.
18330 The vis. element should be disposed when we're done with it.
18331 We don't have any reason to keep it around. This fixes warnings
18332 when reusing playbin for playing multiple audio files with
18333 vis. enabled. Also release audio device on pause - idea stolen
18336 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18338 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18339 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18340 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18341 * ext/alsa/gstalsaplugin.c: (plugin_init):
18342 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18343 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18344 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18345 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18346 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18347 (gst_faad_change_state), (plugin_init):
18348 * ext/faad/gstfaad.h:
18349 * ext/vorbis/vorbis.c: (plugin_init):
18350 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18351 * gst-libs/gst/audio/Makefile.am:
18352 * gst-libs/gst/audio/audio.c: (plugin_init):
18353 * gst-libs/gst/audio/multichannel.c:
18354 (gst_audio_check_channel_positions),
18355 (gst_audio_get_channel_positions),
18356 (gst_audio_set_channel_positions),
18357 (gst_audio_set_structure_channel_positions_list),
18358 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18359 (gst_audio_fixate_channel_positions):
18360 * gst-libs/gst/audio/multichannel.h:
18361 * gst-libs/gst/audio/testchannels.c: (main):
18362 * gst/audioconvert/gstaudioconvert.c:
18363 (gst_audio_convert_class_init), (gst_audio_convert_init),
18364 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18365 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18366 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18367 * gst/audioconvert/plugin.c: (plugin_init):
18368 Surround sound support.
18370 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18372 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18373 Fix position for discont if we're close as well. Nitpicking, but
18374 saves a few milliseconds of extra waiting or skipping.
18376 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18378 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18379 We sometimes need parsers for playback, so add those too.
18381 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18384 * gst/apetag/Makefile.am:
18385 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18386 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18387 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18388 (gst_ape_demux_get_src_query_types),
18389 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18390 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18391 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18392 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18393 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18394 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18395 (gst_ape_demux_change_state):
18396 * gst/apetag/apedemux.h:
18397 * gst/apetag/apetag.c: (plugin_init):
18398 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18400 APE v1/2 tag reader plus typefind function.
18402 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18405 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18406 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18407 Remove hacks for older core. Require newer core version
18410 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18412 * gst/cdxaparse/Makefile.am:
18413 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18414 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18415 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18416 * gst/cdxaparse/gstcdxaparse.h:
18417 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18418 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18419 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18420 (gst_cdxastrip_get_src_query_types),
18421 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18422 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18423 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18424 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18425 * gst/cdxaparse/gstcdxastrip.h:
18426 SVCD/VCD header stripping separated from CDXA image parsing.
18427 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18429 Add VCD/SVCD header typefinding for VCD/SVCD.
18430 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18431 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18432 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18433 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18434 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18435 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18436 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18437 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18438 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18439 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18440 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18441 * sys/vcd/vcdsrc.h:
18442 Fix up, add seeking, querying, URI interface. Works in totem now.
18444 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18449 === release 0.8.6 ===
18451 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18469 releasing 0.8.6, "IOU Love"
18471 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18473 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18475 * gst/playback/gstplaybasebin.c:
18476 Fix unplayable files error handling. Fixes #158365
18478 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18480 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18482 * gst/typefind/gsttypefindfunctions.c:
18483 Fix broken mp3 typefinding. Fixes #158375
18485 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18487 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18489 * ext/ogg/gstoggdemux.c:
18490 Fix sync on broken files. Fixes #158976
18492 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18494 patch by: Edward Hervey <bilboed@bilboed.com>
18496 * ext/libpng/gstpngenc.c:
18497 Copy over buffer properties. Fixes #158832
18499 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18501 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18503 * ext/dvdread/dvdreadsrc.c:
18504 Fixes invalid reads (#158462)
18506 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18508 * sys/v4l/gstv4lsrc.c:
18509 * sys/v4l/gstv4lsrc.h:
18510 * sys/v4l/v4lsrc_calls.c:
18511 Probe less and cache it. Fixes #159187.
18513 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18515 * gst/videorate/gstvideorate.c:
18516 Handle all video formats. Fixes #159186.
18518 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18519 * gst/synaesthesia/gstsynaesthesia.c:
18520 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18521 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18522 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18523 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18524 (gst_synaesthesia_change_state), (plugin_init):
18525 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18526 Force 320x200 output, as that's the only thing the underlying
18527 synaesthesia implementation supports. Still needs to be made
18530 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18533 Fix mpeg2enc configure check (similar to mplex check below).
18535 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18537 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18539 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18540 Fix for gcc-2.95 (fixes #158221).
18542 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18544 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18545 Re-add clock distribution hack (until new core is released).
18548 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18550 fix mplex configure check segfaulting on some systems (bug #140994)
18552 2004-11-13 Benjamin Otte <otte@gnome.org>
18554 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18556 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18557 do a wait when we enter the loop func with no data available to
18558 write instead of getting into an 100% CPU loop by just returning and
18559 being called again by the scheduler
18561 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18564 * ext/libvisual/visual.c: (gst_visual_get_type),
18565 (libvisual_log_handler), (gst_visual_getcaps),
18566 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18568 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18569 * ext/smoothwave/Makefile.am:
18570 * ext/smoothwave/demo-osssrc.c: (main):
18571 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18572 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18573 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18575 * ext/smoothwave/gstsmoothwave.h:
18576 Make gstsmoothwave a working element in the 20th century.
18578 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18579 Fix incorrect link function
18581 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18583 * gst/volume/gstvolume.c:
18584 Allow buffer-frames=0.
18586 2004-11-12 Iain <iaingnome@gmail.com>
18588 * configure.ac: Check for polypaudio
18590 * ext/Makefile.am: Build the polyp dir
18592 * ext/polyp: The polypsink sources.
18594 2004-10-30 Iain <iaingnome@gmail.com>
18596 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18597 caps to reflect the new number of channels.
18599 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18602 Fix for negotiation order problem. This would show when the
18603 ALSA loopfuction was called before any other function. ALSA
18604 wouldn't do anything because we're not negotiated yet, leading
18605 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18607 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18609 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18611 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18612 No warnings (#157986).
18614 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18616 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18617 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18619 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18621 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18622 Signal no-more-pads (so it works in playbin).
18624 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18626 * ext/musepack/gstmusepackreader.cpp:
18627 Workaround for older core.
18629 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18631 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18632 Actually test for odd width/height rather than testing whether
18633 a temporary variable that was 0 before we subtracted 1 is now
18634 not equal to zero (which it always is).
18636 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18638 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18639 Fix compilation if HAVE_XVIDEO is not defined
18641 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18643 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18644 Fix compilation if HAVE_XVIDEO is not defined
18646 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
18648 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18649 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18650 (gst_goom_change_state), (plugin_init):
18651 Use the bytestream adapter so goom doesn't depend on the input
18653 Add a debug category
18655 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18657 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18658 Only set hardware parameters *after* negotiation. Before
18659 negotiation, it will set ANY and that seems to cause crashes
18660 (see e.g. #151288, #153227).
18662 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18664 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18665 This seems to be antique leftover. It needs to pass error
18667 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18668 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18669 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18670 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18671 Fix GstXOverlay implementation (#151059).
18673 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18675 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18676 Don't assert (#157853).
18678 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18680 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18681 Fix bytes/samples confustion.
18682 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18683 Fix for underrun (#144389).
18685 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18687 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18688 Disable halfway-seek for pending release (since it needs a new
18691 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
18693 * sys/v4l/gstv4lsrc.c:
18694 * sys/v4l/gstv4lsrc.h:
18695 * sys/v4l/v4lsrc_calls.c:
18696 add autoprobe-fps property so we can separate autoprobing parts
18698 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
18700 * sys/v4l/gstv4lsrc.c:
18701 * sys/v4l/v4lsrc_calls.c:
18702 initialise fourcc to catch unset fourcc's, and debug
18704 2004-11-09 Wim Taymans <wim@fluendo.com>
18706 * gst/playback/README:
18707 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18708 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18709 (gst_play_bin_dispose), (gst_play_bin_set_property),
18710 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18711 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18712 (gst_play_bin_get_formats), (gst_play_bin_convert),
18713 (gst_play_bin_get_query_types), (gst_play_bin_query):
18714 Cleanups and some more documentation.
18716 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
18718 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18719 (gst_cacasink_init), (gst_cacasink_chain):
18720 * ext/libcaca/gstcacasink.h:
18721 Cacasink inherits from VideoSink, so let that store the clock.
18723 2004-11-09 Wim Taymans <wim@fluendo.com>
18725 * gst/playback/README:
18726 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18727 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18728 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18729 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18730 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18732 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18733 (gst_stream_info_is_mute), (gst_stream_info_set_property):
18734 * gst/playback/gststreaminfo.h:
18736 Only switch groups if all streams have muted (EOSed).
18737 Send Tags in sync with the stream playback instead of in
18738 the playback/preroll phase.
18739 Some cleanups, free the fakesrc elements.
18741 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
18743 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18744 buffer-frames property was missing
18745 * ext/arts/gst_arts.c:
18746 rate missing from sinkcaps
18747 * ext/audiofile/gstafparse.c:
18748 * ext/audiofile/gstafsink.c:
18749 * ext/audiofile/gstafsrc.c:
18750 * ext/swfdec/gstswfdec.c:
18751 int audio doesn't know buffer-frames
18752 * ext/cdparanoia/gstcdparanoia.c:
18753 int audio doesn't know chunksize either
18754 * ext/nas/nassink.c:
18755 it's endianness, not endianess
18756 * gst-libs/gst/audio/audio.h:
18757 make float standard pad template caps really describe float
18758 * gst/law/mulaw.c: (linear_factory):
18759 signed only, please
18760 * gst/mpegstream/gstdvddemux.c:
18761 widths of 20 are not valid
18763 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
18765 Submitted by: Luca Ferretti <elle.uca@infinito.it>
18771 2004-11-08 Wim Taymans <wim@fluendo.com>
18773 * gst/playback/README:
18774 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18775 * gst/playback/gstplaybasebin.c: (probe_triggered),
18776 (gst_play_base_bin_change_state):
18777 Updated README, added more comments for fixmes etc..
18779 2004-11-08 Wim Taymans <wim@fluendo.com>
18781 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18782 We can remove this hack now.
18784 2004-11-08 Wim Taymans <wim@fluendo.com>
18786 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18787 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18788 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18789 Only mix AYUV for maximum quality.
18791 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18793 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18794 (gst_ogg_demux_push), (gst_ogg_pad_push):
18795 Let's act as if we're synchronized now! :).
18796 * ext/theora/theoradec.c: (theora_dec_chain):
18799 2004-11-08 Wim Taymans <wim@fluendo.com>
18801 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18802 (gst_alpha_set_property), (gst_alpha_sink_link),
18803 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18804 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18805 (gst_alpha_init_params), (gst_alpha_chain):
18806 Implement alpha functions for AYUV too, this increases
18807 accuracy quite a bit.
18809 2004-11-08 Wim Taymans <wim@fluendo.com>
18811 * gst/ffmpegcolorspace/avcodec.h:
18812 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18813 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18814 (gst_ffmpegcsp_avpicture_fill):
18815 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18816 (gst_ffmpegcsp_caps_remove_format_info):
18817 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18818 (shrink12), (img_get_alpha_info), (deinterlace_line),
18819 (deinterlace_line_inplace):
18820 * gst/ffmpegcolorspace/imgconvert_template.h:
18821 Added AYUV colorspace and handle RGBA a bit more respectful.
18823 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18825 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18826 Actually always send a discont (cornercase when resending the
18827 same serial-tagged chain twice).
18829 2004-11-08 Julien MOUTTE <julien@moutte.net>
18831 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18832 (gst_ximagesink_finalize):
18833 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18834 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18836 2004-11-08 Wim Taymans <wim@fluendo.com>
18838 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18839 Don't segfault on NULL data.
18841 2004-11-08 Wim Taymans <wim@fluendo.com>
18843 * gst/playback/gstdecodebin.c: (unlinked):
18844 * gst/playback/gstplay-marshal.list:
18845 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18846 (gst_play_base_bin_init), (group_create), (get_active_group),
18847 (get_building_group), (group_destroy), (group_commit),
18848 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18849 (add_element_stream), (no_more_pads), (probe_triggered),
18850 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18851 (state_change), (setup_source), (gst_play_base_bin_get_property),
18852 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18853 (gst_play_base_bin_link_stream),
18854 (gst_play_base_bin_get_streaminfo):
18855 * gst/playback/gstplaybasebin.h:
18856 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18857 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18858 Add support for chained ogg files. Prepare for playlist
18859 support. This patch introduces the concept of pad groups, which
18860 together compose one playable media file.
18862 2004-11-07 David Schleef <ds@schleef.org>
18864 * testsuite/gst-lint: Check for pad templates that aren't statically
18867 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18871 * ext/musepack/Makefile.am:
18872 * ext/musepack/gstmusepackdec.cpp:
18873 * ext/musepack/gstmusepackdec.h:
18874 * ext/musepack/gstmusepackreader.cpp:
18875 * ext/musepack/gstmusepackreader.h:
18876 Add musepack decoder.
18877 * ext/faad/gstfaad.c: (gst_faad_base_init):
18878 Make pad templates static.
18879 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18881 Add musepack typefinder, make mp3 typefinding work halfway stream,
18882 which doesn't actually work yet because id3demux doesn't implement
18885 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18887 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18888 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18889 Fix interrupt event handling (#144436).
18891 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18893 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18896 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
18898 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18900 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18901 Fix weird caps (#157548).
18903 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
18905 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18907 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18908 Add missing NULL terminator (#157543).
18910 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
18912 * gst/tcp/gsttcp.h:
18913 * gst/tcp/gsttcpclientsink.c:
18914 * gst/tcp/gsttcpclientsrc.c:
18915 * gst/tcp/gsttcpserversink.c:
18916 * gst/tcp/gsttcpserversrc.c:
18917 ports can go up to 65535. Move common defines to gsttcp.h
18919 2004-11-05 Wim Taymans <wim@fluendo.com>
18921 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18922 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18923 Added two more colorspaces.
18925 2004-11-05 Wim Taymans <wim@fluendo.com>
18927 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18928 (gst_ffmpegcsp_avpicture_fill):
18929 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18930 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18931 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18934 2004-11-05 Wim Taymans <wim@fluendo.com>
18936 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18937 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18938 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18939 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18940 (gst_videomixer_loop):
18943 2004-11-05 Benjamin Otte <otte@gnome.org>
18945 * ext/mad/gstmad.c: (gst_mad_chain):
18946 don't overflow data buffer. Flush not needed sync data when syncing
18949 2004-11-04 Wim Taymans <wim@fluendo.com>
18951 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18952 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18953 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18954 (gst_alpha_init_params), (gst_alpha_chain),
18955 (gst_alpha_change_state):
18956 Updated the chroma keying algorithm with something more
18959 2004-11-03 Wim Taymans <wim@fluendo.com>
18961 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18962 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18963 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18964 Fix stride issues. Does not completely work for odd
18967 2004-11-03 Wim Taymans <wim@fluendo.com>
18969 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18970 (gst_alpha_chroma_key), (gst_alpha_chain):
18971 Fix stride issues. Does not completely work for odd
18974 2004-11-03 Christophe Fergeau <teuf@gnome.org>
18976 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18977 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18980 2004-11-03 Wim Taymans <wim@fluendo.com>
18982 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18983 (gst_ffmpegcsp_avpicture_fill):
18984 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18986 * gst/ffmpegcolorspace/imgconvert_template.h:
18987 Use correct _fill function to get correct strides.
18989 2004-11-02 David Schleef <ds@schleef.org>
18991 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18992 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18993 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18994 Change all g_print()s to debugging. Add a bunch of consistency
18997 2004-11-02 Wim Taymans <wim@fluendo.com>
18999 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19000 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19001 (unlinked), (no_more_pads), (close_link):
19002 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19003 (unknown_type), (add_element_stream), (new_decoded_pad),
19004 (removed_decoded_pad), (setup_source):
19005 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19006 (gst_stream_info_class_init), (gst_stream_info_init),
19007 (gst_stream_info_new), (gst_stream_info_dispose),
19008 (stream_info_mute_pad), (gst_stream_info_set_property),
19009 (gst_stream_info_get_property):
19010 * gst/playback/gststreaminfo.h:
19011 Fix playback of multiple files.
19012 a slightly different approach to handling dynamic pad removals.
19013 This one only looks at pads that we have linked.
19015 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19017 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19018 free" warning from libc.
19020 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19022 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19023 (get_unconnected_element), (remove_starting_from), (pad_removed),
19025 Implement support for dynamic pad changing. We listen to "live"
19026 pad removals (i.e. while playing) and re-setup autoplugging
19027 after that. Playbasebin/playbin need some more work for this
19028 to finally work, but decodebin supports (and replugs) chained
19031 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19033 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19034 (gst_alsa_finalize):
19035 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19036 (gst_cdaudio_finalize):
19037 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19038 (cdparanoia_finalize):
19039 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19040 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19041 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19042 (dvdreadsrc_finalize):
19043 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19044 (gst_flacdec_finalize):
19045 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19046 (gst_flacenc_finalize):
19047 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19048 (gst_gnomevfssink_finalize):
19049 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19050 (gst_gnomevfssrc_finalize):
19051 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19052 (gst_fameenc_finalize):
19053 * ext/nas/nassink.c: (gst_nassink_class_init),
19054 (gst_nassink_finalize):
19055 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19056 (gst_sdlvideosink_class_init):
19057 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19058 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19059 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19060 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19061 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19062 (gst_x_window_listener_dispose):
19063 * gst/audioscale/gstaudioscale.c:
19064 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19065 (play_on_demand_finalize):
19066 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19067 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19068 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19069 (cdplayer_finalize):
19070 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19071 (gst_glimagesink_class_init):
19072 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19073 (gst_osselement_finalize):
19074 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19075 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19076 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19077 Fixes a bunch of problems with finalize and dispose functions,
19078 either assumptions that dispose is only called once, or not calling
19079 the parent class dispose/finalize function
19081 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19083 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19084 added two api precondition guards
19085 use g_strdup with getenv to fix crash when using ENVVAR
19087 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19088 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19089 (gst_esdsink_finalize):
19090 Use a finalize function, not dispose, and more importantly,
19091 call the parent class finalize function too
19093 2004-11-01 Johan Dahlin <johan@gnome.org>
19095 * ext/ogg/gstoggdemux.c:
19096 * gst/tags/gstvorbistag.c:
19099 2004-10-31 Benjamin Otte <otte@gnome.org>
19101 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19102 lotsa memleaks today. But they're all small...
19104 2004-10-31 Benjamin Otte <otte@gnome.org>
19106 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19107 another memleak crushed
19109 2004-10-31 Benjamin Otte <otte@gnome.org>
19111 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19114 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19116 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19117 Hack to prevent crash when going to READY inside signal handler
19118 while this function is active.
19120 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19122 * gst/ffmpegcolorspace/Makefile.am:
19123 * gst/ffmpegcolorspace/avcodec.h:
19124 * gst/ffmpegcolorspace/common.h:
19125 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19126 * gst/ffmpegcolorspace/dsputil.h:
19127 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19128 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19129 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19130 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19131 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19132 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19133 (gst_ffmpegcsp_avpicture_fill):
19134 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19135 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19136 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19137 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19138 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19139 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19140 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19141 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19142 * gst/ffmpegcolorspace/imgconvert.c:
19143 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19144 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19145 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19146 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19147 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19148 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19149 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19150 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19151 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19152 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19153 (grow21), (grow22), (grow41), (grow44), (conv411),
19154 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19155 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19156 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19157 (avpicture_free), (is_yuv_planar), (img_convert),
19158 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19159 (deinterlace_line_inplace), (deinterlace_bottom_field),
19160 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19161 * gst/ffmpegcolorspace/imgconvert_template.h:
19162 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19163 * gst/ffmpegcolorspace/mmx.h:
19164 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19165 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19166 (av_freep), (avcodec_get_context_defaults),
19167 (avcodec_alloc_context), (avcodec_init):
19168 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19169 handling plus update from ffmpeg CVS. Large clean-up.
19171 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19173 * gst/playback/Makefile.am:
19174 We need the marshallers for decodebin, too.
19176 2004-10-30 David Schleef <ds@schleef.org>
19178 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19179 quicktime typefinding work with 64-bit offsets.
19181 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19183 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19184 Set EOS on the element when processing an EOS event.
19185 * ext/speex/gstspeexdec.h:
19186 * ext/speex/gstspeexenc.h:
19187 Only keep a const ptr to the mode
19188 * gst-libs/gst/riff/riff-media.c:
19189 (gst_riff_create_audio_caps_with_data),
19190 (gst_riff_create_audio_template_caps):
19191 Allow WMAV3, with up to 6 channels.
19192 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19193 Don't call gst_pad_set_event_function on a sink pad.
19194 * gst/mpegstream/gstdvddemux.c:
19195 (gst_dvd_demux_get_subpicture_stream),
19196 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19197 Copy the explicit caps that were set across to the cur_* pads,
19198 instead of trying to use a possibly non-existent negotiated caps.
19199 Reset the type of subpicture pads to UNKNOWN after calling
19200 init_stream, so that the caps get set.
19202 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19204 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19206 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19207 Don't touch buffer if it is of size 0 (fixes #151064).
19209 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19211 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19212 Synchronized discont handling.
19214 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19216 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19217 (gst_ogg_demux_push):
19218 Make seeking sort-of exact again (fixes #156387).
19220 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19222 * gst/playback/gstplaybasebin.c: (unknown_type),
19223 (add_element_stream), (new_decoded_pad),
19224 (gst_play_base_bin_change_state):
19225 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19226 (gst_stream_info_init), (gst_stream_info_new),
19227 (gst_stream_info_dispose), (gst_stream_info_get_property):
19228 * gst/playback/gststreaminfo.h:
19229 Make caps explicitely available. Makes testing for unsupported
19230 types possible. Improves error reporting.
19232 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19234 * gst/audioconvert/gstaudioconvert.c:
19235 (gst_audio_convert_buffer_to_default_format):
19236 Really don't touch read-only buffers (#156563).
19238 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19240 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19242 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19243 Fix memleak (#155223).
19245 2004-10-29 Wim Taymans <wim@fluendo.com>
19247 * gst/tcp/.cvsignore:
19248 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19249 (gst_multifdsink_class_init), (gst_multifdsink_init),
19250 (gst_multifdsink_add), (gst_multifdsink_remove),
19251 (gst_multifdsink_remove_client_link), (is_sync_frame),
19252 (gst_multifdsink_new_client),
19253 (gst_multifdsink_handle_client_write),
19254 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19255 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19256 (gst_multifdsink_get_property):
19257 * gst/tcp/gstmultifdsink.h:
19258 Added burst on connect sync_method, deprecated sync_clients,
19259 streamlined the sync code some more.
19261 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19263 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19264 (gst_play_base_bin_change_state):
19265 Improve error reporting.
19267 2004-10-28 Wim Taymans <wim@fluendo.com>
19269 * gst/tcp/Makefile.am:
19270 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19271 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19272 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19273 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19274 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19275 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19277 Added more locks around fdset structures. Fixed/reworked
19278 the poll array resizing code.
19279 Added stress test for fdset.
19281 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19283 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19286 2004-10-28 Benjamin Otte <otte@gnome.org>
19288 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19289 fix link function to always query channels and query width for
19293 * gst/equalizer/Makefile.am:
19294 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19295 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19296 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19297 (arg_to_scale), (setup_filter),
19298 (gst_iir_equalizer_compute_frequencies),
19299 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19300 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19304 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19306 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19310 Added Norwegian Bokmaal translation
19312 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19314 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19315 Don't break on options (fixes #156488).
19317 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19320 * ext/cdaudio/Makefile.am:
19322 fix build on older automake
19324 2004-10-26 Wim Taymans <wim@fluendo.com>
19326 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19327 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19328 Allow a little margin when negotiating the framerate.
19330 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19332 * gst/level/gstlevel.c:
19333 synchonised naming of pads and pad-templates
19335 2004-10-26 Wim Taymans <wim@fluendo.com>
19337 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19338 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19339 (_find_streams_check), (gst_ogg_demux_push):
19340 Fix EOS again. Needs to be done in a better way. We should not
19341 remove the pad if there is no new chained stream.
19343 2004-10-26 Iain <iaingnome@gmail.com>
19345 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19346 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19348 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19350 (interleave_release_pad): Remove the pad.
19351 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19352 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19354 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19356 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19357 (gst_xvimagesink_finalize): Free the par.
19359 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19361 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19362 (gst_avimux_stop_file):
19363 First calculate the rate, and only then use it. Hdr.rate is a
19364 multiple and not a derivative of hdr.scale. Scale is not the
19365 same as blockalign but is solely related to rate.
19367 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19369 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19370 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19373 2004-10-25 James Henstridge <james@jamesh.id.au>
19375 Reviewed by: David Schleef <ds@schleef.org>
19377 * examples/gstplay/player.c: (got_stream_length), (main):
19378 * examples/seeking/cdplayer.c: (update_scale):
19379 * examples/seeking/seek.c: (format_value), (update_scale):
19380 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19382 Build fixes on AMD64.
19384 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19386 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19388 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19389 Fix for some v4l cards which hang in v4lsrc
19391 2004-10-25 Wim Taymans <wim@fluendo.com>
19393 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19394 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19395 Make sure to remove the pad when a new chain is
19396 encountered. Set some vars to NULL so we don't try
19397 to reference freed memory.
19399 2004-10-25 Wim Taymans <wim@fluendo.com>
19401 * examples/seeking/Makefile.am:
19402 * examples/seeking/cdplayer.c: (update_scale):
19403 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19404 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19405 (format_value), (update_scale), (iterate), (start_seek),
19406 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19407 (print_usage), (main):
19408 Added some more examples, update others.
19410 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19412 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19413 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19414 * ext/theora/theoradec.c: (theora_dec_chain):
19415 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19416 Add codec-name metadata.
19418 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19420 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19422 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19423 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19424 * ext/alsa/gstalsamixertrack.h:
19426 ALSA mixer track label internationalization (#154054).
19428 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19430 * ext/theora/theoradec.c: (theora_dec_chain):
19431 Export bitrate as metadata.
19433 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19435 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19436 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19437 * ext/alsa/gstalsamixertrack.h:
19438 Fix names, fix loop.
19440 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19442 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19443 (speex_dec_convert):
19444 sinkconvert function so oggdemux can get the file length (totem).
19446 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19448 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19450 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19451 Don't push incomplete packets.
19452 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19453 Fix MPEG-4 audio typefinding.
19455 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19457 * sys/v4l/Makefile.am:
19458 * sys/v4l/gstv4l.c: (plugin_init):
19459 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19460 (gst_v4lelement_init), (gst_v4lelement_dispose),
19461 (gst_v4lelement_change_state):
19462 * sys/v4l/gstv4lelement.h:
19463 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19464 (gst_v4l_xoverlay_close), (idle_refresh),
19465 (gst_v4l_xoverlay_set_xwindow_id):
19466 * sys/v4l/gstv4lxoverlay.h:
19467 * sys/v4l/v4l-overlay_calls.c:
19468 * sys/v4l/v4l_calls.h:
19469 * sys/v4l2/Makefile.am:
19470 * sys/v4l2/gstv4l2.c: (plugin_init):
19471 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19472 (gst_v4l2element_init), (gst_v4l2element_dispose),
19473 (gst_v4l2element_change_state):
19474 * sys/v4l2/gstv4l2element.h:
19475 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19476 (gst_v4l2_xoverlay_close), (idle_refresh),
19477 (gst_v4l2_xoverlay_set_xwindow_id):
19478 * sys/v4l2/gstv4l2xoverlay.h:
19479 * sys/v4l2/v4l2-overlay_calls.c:
19480 * sys/v4l2/v4l2_calls.h:
19481 Remove client-side overlay handling, use the X-server v4l plugin
19482 for that. Nicer overlay, less code. Also make the plugin
19483 compileable without X (but then without overlay, obviously).
19484 Makes xwindowlistener obsolete, should we remove that?
19486 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19488 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19489 (gst_osssrc_src_query):
19490 * sys/oss/gstosssrc.h:
19491 OK, so people want offset in DEFAULT. This time, actually fix all
19493 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19496 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19498 * gst/asfdemux/gstasfmux.c:
19499 * gst/avi/gstavimux.c:
19502 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19504 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19505 Fix properties (channel, norm, frequency).
19507 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19509 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19511 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19514 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19516 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19519 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19521 * sys/v4l2/gstv4l2element.h:
19522 Yet Another Hack (tm) for kernel header borkedness.
19523 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19524 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19525 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19526 (gst_v4l2src_change_state):
19527 * sys/v4l2/gstv4l2src.h:
19528 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19529 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19530 Fix caps, keep track of state, work.
19532 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19534 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19537 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19539 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19540 Don't mix bytes and samples.
19542 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19544 * ext/ogg/gstoggmux.c:
19545 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19546 and theora. Any is incorrect.
19547 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19549 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19550 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19551 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19552 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19553 * sys/v4l/gstv4lmjpegsrc.h:
19554 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19555 (gst_v4lsrc_change_state):
19556 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19557 (gst_v4lmjpegsrc_capture_stop):
19558 Fix caps. Keep track of internal state. Work.
19560 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19563 Fix the build fixes.
19565 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19567 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19568 (gst_ogg_demux_src_event), (_find_chain_seek),
19569 (gst_ogg_pad_push):
19570 Check for pad availability before using it.
19571 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19572 Fix parsing of chained ogg. Needs more work on the decoder side.
19574 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19576 * gst/spectrum/Makefile.am:
19577 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19579 Fix demo and reenable it. Yes, I'm currently playing with audio
19582 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19584 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19585 We love it if files that start at zero work too...
19587 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19589 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19590 Handle files with missing EOS headers.
19592 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19594 * gst/tcp/gsttcpserversink.c:
19595 (gst_tcpserversink_handle_server_read),
19596 (gst_tcpserversink_init_send):
19597 Zero some variables first (need for accept not to return EINVAL)
19599 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19601 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19602 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19603 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19604 (theora_dec_chain):
19605 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19606 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19607 Seeking and querying finetune.
19609 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19613 * ext/raw1394/Makefile.am:
19616 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19618 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19620 * gst/playback/Makefile.am:
19621 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19622 * gst/playback/gstplay-marshal.list:
19623 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19626 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19628 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19631 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19633 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19634 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19635 (gst_ogg_pad_push):
19636 Yay for non-lineair granulepos in theora.
19638 2004-10-18 Wim Taymans <wim@fluendo.com>
19640 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19641 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19642 * ext/dv/gstdvdec.h:
19643 Make sure we renegotiate aspect ratio when the camera switches.
19645 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19647 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19648 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19650 * ext/theora/theoradec.c: (theora_dec_chain):
19651 Skip headers. Bad idea for chained ogg, but fixes seeking.
19653 2004-10-18 Wim Taymans <wim@fluendo.com>
19656 I swear, this is the last time I touch this.
19658 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19660 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19661 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19662 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19664 * ext/theora/theoradec.c: (theora_dec_sink_convert):
19665 Time-to-default conversion.
19666 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19667 Don't error on unknown packets, just skip. We should probably
19668 read them if we want to support chained ogg.
19670 2004-10-18 Wim Taymans <wim@fluendo.com>
19673 Added cdaudio to wrong list.
19675 2004-10-18 Wim Taymans <wim@fluendo.com>
19680 2004-10-18 Wim Taymans <wim@fluendo.com>
19682 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19683 (gst_dvdec_video_link), (gst_dvdec_push):
19684 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19685 (gst_smokeenc_resync), (gst_smokeenc_chain):
19686 Fix mimetype on smoke encoder.
19687 Add aspect ratio to dvdec. Not sure if these
19688 values are correct though....
19690 2004-10-18 Wim Taymans <wim@fluendo.com>
19692 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19693 Fix vorbis property descriptions and ranges.
19695 2004-10-18 Wim Taymans <wim@fluendo.com>
19697 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19698 Really do nothing when no data is available.
19699 Go to the playing state when the stream is not seekable
19700 instead of failing.
19702 2004-10-18 Wim Taymans <wim@fluendo.com>
19704 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19705 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19706 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19707 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19708 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19709 Added uri handler for cd://
19712 2004-10-18 Wim Taymans <wim@fluendo.com>
19714 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19715 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19716 (try_to_link_1), (no_more_pads), (close_link), (type_found):
19717 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19718 (remove_prerolls), (unknown_type), (add_element_stream),
19719 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19720 (gst_play_base_bin_remove_element),
19721 (gst_play_base_bin_link_stream):
19722 * gst/playback/gstplaybin.c: (gen_video_element),
19723 (gen_vis_element), (remove_sinks), (setup_sinks):
19724 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19725 (gst_stream_info_get_type), (gst_stream_info_class_init),
19726 (gst_stream_info_init), (gst_stream_info_new),
19727 (gst_stream_info_dispose), (stream_info_mute_pad),
19728 (gst_stream_info_set_property), (gst_stream_info_get_property):
19729 * gst/playback/gststreaminfo.h:
19730 Add sink padtemplate to decodebin.
19731 Added some more comments.
19732 Make queue size configurable in playbasebin.
19733 Added possibility to use elements as sinks (ex cdaudio).
19735 2004-10-15 Wim Taymans <wim@fluendo.com>
19737 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19738 (gst_speexenc_chain):
19739 Fix speex timestamps so that it gets muxed properly.
19741 2004-10-15 Wim Taymans <wim@fluendo.com>
19743 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19744 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19745 (gst_dv1394src_init), (gst_dv1394src_dispose),
19746 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19747 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19748 (gst_dv1394src_event), (gst_dv1394src_get_formats),
19749 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19750 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19751 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19752 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19753 * ext/raw1394/gstdv1394src.h:
19754 Added conversion/query functions.
19755 Update buffer timestamps,
19757 Added uri dv:// so it might play from the firewire in playbin.
19758 Fix a possible leak.
19761 2004-10-15 Wim Taymans <wim@fluendo.com>
19763 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19764 (gst_dv1394src_init), (gst_dv1394src_set_property),
19765 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19766 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19767 * ext/raw1394/gstdv1394src.h:
19768 Added AV/C VTR control support needed for some cameras.
19769 Added automatic port detection.
19770 Added properties for selecting the channel.
19771 The configure.ac script is not yet updated to reflect the
19772 new libavc1394 and librom1394 dependencies.
19774 2004-10-15 Wim Taymans <wim@fluendo.com>
19776 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19777 (qtdemux_parse), (gst_qtdemux_handle_esds):
19778 An esds box is not a container.
19779 Fix parsing of mp4v boxes.
19780 Do not try to renegotiate fps for each frame. Need to
19781 find a better method. This should fix mp4 playback.
19783 2004-10-14 David Schleef <ds@schleef.org>
19785 * configure.ac: update for swfdec-0.3 and liboil-0.2
19786 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19787 * ext/swfdec/gstswfdec.h: same
19788 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19789 * gst/videotestsrc/videotestsrc.c: same
19791 2004-10-14 Wim Taymans <wim@fluendo.com>
19793 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19794 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19795 (is_sync_frame), (gst_multifdsink_new_client),
19796 (gst_multifdsink_handle_client_write),
19797 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19798 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19799 Turn warnings into info.
19800 Don't allow a state change in the streaming thread.
19802 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
19804 * ext/vorbis/oggvorbisenc.c:
19805 * ext/vorbis/vorbisdec.c:
19806 fix template sample rate
19808 2004-10-13 Wim Taymans <wim@fluendo.com>
19810 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19811 Decoding the header first fixes some problems in resyncing
19814 2004-10-12 Wim Taymans <wim@fluendo.com>
19816 * gst/playback/gstplaybin.c: (gen_video_element),
19817 (gen_vis_element), (remove_sinks), (setup_sinks):
19818 Added vis plugin support, need to configure the vis
19819 element to activate it.
19821 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19823 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19824 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19826 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19827 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19828 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19829 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19830 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19831 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19832 * gst/avi/gstavidemux.h:
19833 Support for openDML-2.0 indx/ix## chunks. Support for broken index
19834 recovery (where, if part of the index is broken, we will still read
19835 the rest of the index and recover the broken part by stream
19836 scanning). More broken media support. EOS workarounds. General AVI
19837 braindamage headache recovery. Aspirin included.
19839 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19841 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19842 (cdparanoia_event), (cdparanoia_query):
19843 Get rid of hideous lead-in.
19845 2004-10-11 Wim Taymans <wim@fluendo.com>
19847 * gst/playback/gstplaybasebin.c: (setup_source):
19848 Wrong var used to get g_list_next.
19850 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19852 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19853 (cdparanoia_get), (cdparanoia_open):
19854 Report discid as metadata, add duration.
19856 2004-10-11 Wim Taymans <wim@fluendo.com>
19858 * gst/playback/gstplaybasebin.c: (setup_source):
19859 Cleanup the previous pipeline a little earlier for the
19860 case that a source element provides raw data.
19862 2004-10-11 Benjamin Otte <otte@gnome.org>
19864 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19865 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19866 consuming the last 128 bytes, even though it was valid mp3 data.
19868 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19870 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19871 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19872 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19873 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19875 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19877 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19878 Fix for webcams that support only specific width or height
19880 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
19882 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19884 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19885 Fix wrong discont event setup (fixes #154967).
19887 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
19889 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19891 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19892 Error out on invalid data (fixes #154807).
19894 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
19896 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19898 * ext/dvdread/dvdreadsrc.c: (_read):
19899 Make titles > 0 work again (fixes #154834).
19901 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19903 * gst-libs/gst/riff/riff-media.c:
19904 (gst_riff_create_video_template_caps):
19905 WMV3 missing in template caps.
19907 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19909 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19910 OK, so the original code was too strict. It makes random AVI files
19911 hang for seconds upon opening, which is unacceptable and is far
19912 beyond the original goal of getting multiple chunks for one-chunk
19913 sounc stream files. So now do just that.
19915 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19917 * gst/playback/gstplaybasebin.c: (setup_source),
19918 (gst_play_base_bin_change_state):
19919 Actually clean up streaminfo if output fails. This would trigger
19920 if, for example, there was no CD in the drive. No preroll, so
19921 a streaminfo structure is created, but the subsequent state change
19922 of the thread fails.
19923 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19924 Don't change state if parent failed.
19926 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19928 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19929 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19930 (gen_video_element), (remove_sinks):
19931 Add small bits of code for screenshot handling.
19933 2004-10-08 Wim Taymans <wim@fluendo.com>
19935 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19936 (gen_video_element), (gen_audio_element), (setup_sinks):
19937 Don't assume the user provided sinks are named "sink"...
19939 2004-10-08 Wim Taymans <wim@fluendo.com>
19941 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19942 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19943 (gst_play_base_bin_link_stream):
19944 Do not try to autoplug sources that generate raw streams like
19946 disconnect the preroll overrun signal when we don't need it anymore.
19948 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
19950 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19951 Added reworked patch from #154903 from milosz derezynski (deadchip).
19953 2004-10-08 Wim Taymans <wim@fluendo.com>
19955 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19956 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19957 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19958 (cdparanoia_convert), (cdparanoia_uri_get_type),
19959 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19960 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19961 * ext/cdparanoia/gstcdparanoia.h:
19962 This adds the cdda://<tracknum> uri.
19964 2004-10-08 Wim Taymans <wim@fluendo.com>
19966 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19967 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19968 (try_to_link_1), (no_more_pads), (close_link), (type_found):
19969 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19970 (unknown_type), (gst_play_base_bin_remove_element),
19971 (gst_play_base_bin_link_stream):
19972 * gst/playback/gstplaybasebin.h:
19973 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19974 (gst_play_bin_set_property), (gen_video_element),
19975 (gen_audio_element), (setup_sinks):
19976 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19977 (gst_stream_info_get_type), (gst_stream_info_class_init),
19978 (gst_stream_info_init), (gst_stream_info_new),
19979 (gst_stream_info_dispose), (stream_info_mute_pad),
19980 (gst_stream_info_set_property), (gst_stream_info_get_property):
19981 * gst/playback/gststreaminfo.h:
19982 Reuse the audio and video bins.
19983 Some internal cleanups in the stream selection code.
19985 2004-10-08 Julien MOUTTE <julien@moutte.net>
19987 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19988 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19989 * sys/ximage/ximagesink.h:
19990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19991 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19992 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19993 not coming from those elements. Moreover these elements should not keep
19994 the xid they have been given when in NULL state.
19996 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19998 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19999 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20000 * sys/ximage/ximagesink.h:
20001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20002 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20003 * sys/xvimage/xvimagesink.h:
20004 Actually only create a new toplevel window if we're not gonna
20005 embed it right after.
20007 2004-10-07 Wim Taymans <wim@fluendo.com>
20009 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20010 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20011 * gst/playback/gstplaybin.c: (setup_sinks):
20012 Implement muting/unmuting of streams, mute streams that are not
20015 2004-10-07 Wim Taymans <wim@fluendo.com>
20017 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20019 Added lame audio/x-ac3 typefind function.
20021 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20026 === release 0.8.5 ===
20028 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20033 releasing 0.8.5, "Take You On"
20035 2004-10-06 Wim Taymans <wim@fluendo.com>
20037 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20038 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20039 (no_more_pads), (close_link), (type_found):
20040 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20041 * gst/playback/gstplaybin.c: (gen_video_element):
20042 Do not signal the no_more_pads after the first pad when
20043 we are plugging a non dynamic element with multiple
20044 output pads (like swfdec, dvdec, ...).
20046 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20049 bump for prerelease
20051 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20053 * gst/wavparse/gstwavparse.c:
20054 add ATRAC3 to STATIC CAPS to fix a warning
20056 * gst/matroska/ebml-read.c:
20057 * gst-libs/gst/riff/riff-read.c:
20060 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20062 * gst-libs/gst/riff/riff-media.c:
20063 generate caps for ATRAC3 audio streams
20065 * gst/realmedia/rmdemux.c:
20066 generate caps for ATRAC3 audio streams
20068 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20070 * gst/wavparse/Makefile.am
20071 * gst/wavparse/riff.h
20072 * gst/wavparse/wavparse.vcproj
20073 riff.h removal (unused and duplication with riff-ids.h)
20075 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20077 * gst/wavparse/gstwavparse.h
20078 remove duplicated defines for audio codec codes
20080 * gst-libs/gst/riff/riff-ids.h
20081 * gst/wavenc/riff.h:
20082 add "4CC" code for ATRAC3 audio streams
20083 add "4CC" code for ITU_G721_ADPCM (unused for now)
20085 2004-10-06 Wim Taymans <wim@fluendo.com>
20087 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20088 Actually _do_ negotiation. Pass gdouble as arg instead
20089 of guint64 for the framerate.
20091 2004-10-06 Wim Taymans <wim@fluendo.com>
20093 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20094 (find_compatibles), (close_pad_link), (try_to_link_1),
20095 (no_more_pads), (close_link), (type_found):
20096 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20097 * gst/playback/gstplaybin.c: (gen_video_element),
20098 (gen_audio_element):
20099 Set state on newly added element to READY so that negotiation
20101 Addes some more debug info.
20102 Do not try to plug pads with multiple caps structures or ANY
20103 because it is too dangerous since we do not do dynamic
20106 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20108 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20112 add Oriya translation
20114 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20116 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20117 Prevent overwrite of size member. Makes audio sound crappy.
20119 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20121 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20122 Add rmvb to the list of known RealMedia extensions
20124 2004-10-05 Wim Taymans <wim@fluendo.com>
20126 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20127 (mngdec_openstream), (mngdec_closestream),
20128 (mngdec_handle_sink_event), (mngdec_readdata),
20129 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20130 (mngdec_getcanvasline), (mngdec_refresh),
20131 (gst_mngdec_change_state):
20132 Set the framerate correctly.
20134 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20136 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20137 There was something wrong with the index massaging.
20139 2004-10-04 Wim Taymans <wim@fluendo.com>
20141 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20142 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20143 (gst_smokedec_chain):
20144 * ext/jpeg/gstsmokedec.h:
20145 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20146 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20147 * ext/jpeg/gstsmokeenc.h:
20148 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20149 (smokecodec_decode_new), (smokecodec_info_free),
20150 (smokecodec_set_quality), (smokecodec_get_quality),
20151 (smokecodec_set_threshold), (smokecodec_get_threshold),
20152 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20153 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20154 (smokecodec_encode), (smokecodec_parse_id),
20155 (smokecodec_parse_header), (smokecodec_decode):
20156 * ext/jpeg/smokecodec.h:
20157 * ext/jpeg/smokeformat.h:
20158 Updated smoke, new bitstream, allows embedding in ogg.
20160 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20162 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20163 Fix seeking in some files. All this code is no longer needed (and
20164 actually breaks stuff) because we now synchronize the full index
20165 right when reading the header.
20167 2004-10-04 Wim Taymans <wim@fluendo.com>
20170 configure update for libmng.
20172 2004-10-04 Wim Taymans <wim@fluendo.com>
20174 * ext/libmng/Makefile.am:
20175 * ext/libmng/gstmng.c: (plugin_init):
20176 * ext/libmng/gstmng.h:
20177 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20178 (gst_mngdec_base_init), (gst_mngdec_class_init),
20179 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20180 (gst_mngdec_loop), (gst_mngdec_get_property),
20181 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20182 (mngdec_closestream), (mngdec_handle_sink_event),
20183 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20184 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20185 (gst_mngdec_change_state):
20186 * ext/libmng/gstmngdec.h:
20187 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20188 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20189 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20190 (gst_mngenc_chain), (gst_mngenc_get_property),
20191 (gst_mngenc_set_property):
20192 * ext/libmng/gstmngenc.h:
20193 Added basic MNG decoder. Needs more work. The encoder does
20196 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20198 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20199 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20200 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20201 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20204 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20207 you need at least 1.0.4 of speex
20209 2004-10-04 Iain <iaingnome@gmail.com>
20211 * ext/speex/gstspeexdec.h: Revert the includes changes.
20213 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20215 2004-09-30 Iain <iaingnome@gmail.com>
20217 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20218 found during init or set as a property instead of hardcoding /dev/audio
20220 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20222 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20223 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20224 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20225 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20226 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20227 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20228 (gst_rmdemux_dump_data):
20229 Use debug category, fix EOS handling. filesrc ! rmdemux now
20232 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20234 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20235 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20236 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20237 Improve allocation, cutting and sorting of the index. How takes a
20238 few seconds instead of minutes.
20240 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20242 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20245 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20247 * gst-libs/gst/riff/riff-media.c:
20248 (gst_riff_create_video_caps_with_data),
20249 (gst_riff_create_video_template_caps):
20250 Add wing commander format mimetype/fourccs.
20251 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20252 Don't crash if some value is 0.
20254 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20256 * gst-libs/gst/riff/riff-media.c:
20257 (gst_riff_create_video_caps_with_data),
20258 (gst_riff_create_video_template_caps):
20259 Add DIB fourcc (raw, palettized 8-bit RGB).
20260 * gst-libs/gst/riff/riff-read.c:
20261 (gst_riff_read_strf_vids_with_data):
20262 Oops, fix strf_data reading bug.
20263 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20264 Use a non-NULL tag.
20265 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20266 Time for hacks. Sorry Dave. At least one quicktime movie (a
20267 trailer) that I've encountered contains multiple video tracks.
20268 One of those is the actual video track, the other are one-frame
20269 tracks (images). Unfortunately, the number of frames according
20270 to the trak header is 1 for each, so that doesn't help. So
20271 instead, I look at the duration and discard tracks with a
20272 duration shorter than 20% of the length of the stream. Better
20275 2004-10-01 Christian Schaller <christian@fluendo.com>
20277 * ext/ivorbis/vorbis.c:
20278 Patch from Phil Blundell (Bug 152341)
20280 2004-10-01 Wim Taymans <wim@fluendo.com>
20282 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20283 (speex_dec_get_formats), (speex_dec_convert),
20284 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20285 (speex_dec_chain), (gst_speexdec_get_property),
20286 (gst_speexdec_set_property):
20289 2004-10-01 Wim Taymans <wim@fluendo.com>
20291 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20292 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20293 (gst_wavparse_other), (gst_wavparse_loop),
20294 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20295 (gst_wavparse_srcpad_event):
20296 * gst/wavparse/gstwavparse.h:
20297 Added some more debugging info.
20298 Fix the case where the length of the file is 0.
20299 Make sure we seek to sample borders.
20301 2004-10-01 Wim Taymans <wim@fluendo.com>
20303 * gst/playback/README:
20304 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20305 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20306 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20307 Add some debug info to decodebin, update README
20309 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20311 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20312 Don't use g_print(); use GST_DEBUG().
20314 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20316 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20317 (gst_ogg_mux_queue_pads):
20318 Handle EOS properly.
20320 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20322 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20324 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20325 (gst_faad_chain), (gst_faad_change_state):
20326 * ext/faad/gstfaad.h:
20327 Allow playback of raw (unframed) MPEG AAC files (#148993).
20329 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20331 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20333 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20334 Throw error if we didn't recognize the stream. Fixes #152289.
20336 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20338 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20341 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20343 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20345 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20348 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20350 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20352 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20354 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20357 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20359 * gst-libs/gst/riff/riff-media.c:
20360 (gst_riff_create_video_caps_with_data),
20361 (gst_riff_create_audio_caps_with_data):
20362 Add codec_data handling (like asfdemux used to do).
20363 * gst/asfdemux/gstasf.c: (plugin_init):
20364 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20365 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20366 Use riff-media for caps creation instead of our own (mostly
20367 broken) copy of its functions.
20369 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20371 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20372 Don't actually error out if we get another return value than
20373 -EINVAL. Opposite to what I first thought, drivers have random
20374 return values for this, although -EINVAL is the expected return
20375 value. Since this is not fatal, we shouldn't use
20376 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20378 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20380 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20381 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20382 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20383 (dvdreadsrc_get), (dvdreadsrc_open_file),
20384 (dvdreadsrc_change_state):
20385 Fix. Don't do one big huge loop around the whole DVD, that will
20386 cache all data and thus eat sizeof(dvd) (several GB) before we
20388 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20389 Actually NULL'ify event after using it.
20390 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20391 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20392 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20393 (gst_ebml_read_seek), (gst_ebml_read_skip):
20395 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20396 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20397 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20398 Fix timing (this will probably break if I seek using menus, but
20399 I didn't get there yet). VOBs and normal DVDs should now work.
20400 Add a mpeg2-only pad with high rank so this get autoplugged for
20402 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20403 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20404 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20405 (gst_mpeg_demux_get_audio_stream),
20406 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20407 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20408 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20409 MPEG-1 but use dvddemux for MPEG-2.
20410 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20411 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20412 (gst_mpeg_parse_parse_packhead):
20413 Timing. Only add pad template if it exists. Add sink template from
20414 class and not from ourselves. This means we will always use the
20415 correct sink template even if it is not the one defined in this
20418 2004-09-29 Wim Taymans <wim@fluendo.com>
20420 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20421 (gst_mpeg_demux_parse_pes):
20422 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20423 Fix playback of mpeg again, timestamps where screwed up by
20426 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20428 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20429 Only return true if we actually filled something in. Prevents
20430 player applications from showing a random length for flac files.
20431 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20432 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20433 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20434 (gst_riff_read_strf_vids_with_data),
20435 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20436 OK, ok, so I implemented event handling. Apparently it's normal
20437 that we receive random events at random points without asking
20439 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20440 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20441 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20442 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20443 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20444 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20445 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20446 * gst/avi/gstavidemux.h:
20447 Implement non-lineair chunk handling and subchunk processing.
20448 The first solves playback of AVI files where the audio and video
20449 data of individual buffers that we read are not synchronized.
20450 This should not happen according to the wonderful AVI specs, but
20451 of course it does happen in reality. It is also a prerequisite for
20452 the second. Subchunk processing allows us to cut chunks in small
20453 pieces and process each of these pieces separately. This is
20454 required because I've seen several AVI files with incredibly large
20455 audio chunks, even some files with only one audio chunk for the
20456 whole file. This allows for proper playback including seeking.
20457 This patch is supposed to fix all AVI A/V sync issues.
20458 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20459 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20461 * gst/modplug/gstmodplug.cc:
20462 Proper return value setting for the query() function.
20463 * gst/playback/gstplaybasebin.c: (setup_source):
20464 Being in non-playing state (after, e.g., EOS) is not necessarily
20465 a bad thing. Allow for that. This fixes playback of short files.
20466 They don't actually playback fully now, because the clock already
20467 runs. This means that small files (<500kB) with a small length
20468 (<2sec) will still not or barely play. Other files, such as mod
20469 or flx, will work correctly, however.
20471 2004-09-28 Wim Taymans <wim@fluendo.com>
20473 * ext/speex/gstspeex.c: (plugin_init):
20474 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20475 (gst_speex_dec_class_init), (speex_dec_get_formats),
20476 (speex_get_event_masks), (speex_get_query_types),
20477 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20478 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20479 (gst_speexdec_get_property), (gst_speexdec_set_property),
20480 (speex_dec_change_state):
20481 * ext/speex/gstspeexdec.h:
20482 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20483 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20484 (gst_speexenc_base_init), (gst_speexenc_class_init),
20485 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20486 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20487 (gst_speexenc_src_query), (gst_speexenc_init),
20488 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20489 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20490 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20491 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20492 (gst_speexenc_chain), (gst_speexenc_get_property),
20493 (gst_speexenc_set_property), (gst_speexenc_change_state):
20494 * ext/speex/gstspeexenc.h:
20495 Rewrote speex encoder, make sure it can be embedded in ogg.
20496 Implemented speex decoder.
20498 2004-09-28 Christian Schaller <christian@fluendo.com>
20501 Remove kioslave plugin. Markey is brewing a new working one
20502 * ext/Makefile.am: Remove kioslave plugin
20504 * gst-plugins.spec.in: remove kio plugin from spec
20506 2004-09-27 Wim Taymans <wim@fluendo.com>
20508 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20509 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20510 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20511 (gst_multifdsink_new_client),
20512 (gst_multifdsink_handle_client_write),
20513 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20514 (gst_multifdsink_handle_clients):
20515 * gst/tcp/gstmultifdsink.h:
20516 Make syncing to keyframes actually work for new clients and lagging
20519 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20521 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20522 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20523 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20524 * gst/debug/gstnavigationtest.h:
20525 make navigationtest display button-press and button-release events
20527 2004-09-26 Iain <iaingnome@gmail.com>
20529 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20530 the channels have received a new media event.
20531 (interleave_buffered_loop): Compresses a new media event on all
20534 2004-09-26 Iain <iaingnome@gmail.com>
20536 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20537 call the sinkpad's default event handler and not the srcpads. He also
20538 says this is confusing :)
20539 (gst_wavenc_stop_file): Company says that seek events only go upstream
20540 we should send a discontinuous downstream instead.
20542 2004-09-25 Christian Schaller <christian@fluendo.com>
20544 * Update SPEC file to be usable in conjunction with Fedora Core,
20545 Fedora.us and freshrpms packages
20546 * Fix typo in multifilesrc test Makefile
20548 2004-09-24 Wim Taymans <wim@fluendo.com>
20550 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20551 Only signal the no_more_pads signal when we have
20552 added the stream to our list.
20554 2004-09-24 Wim Taymans <wim@fluendo.com>
20556 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20558 * gst/playback/gstplaybasebin.h:
20559 * gst/playback/gstplaybin.c: (setup_sinks):
20560 Don't try to preroll or decode more than one audio/video
20563 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20565 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20566 Throw error if we failed to find a suitable output. This should
20567 throw an error if we successfully set up a pipeline (e.g. because
20568 we recognized a media file) but found no decodable streams in it
20569 (e.g. because it contains only media stream types for which we
20570 have no decoders, or because it's not a media type).
20572 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20574 * ext/dirac/Makefile.am:
20575 * ext/dirac/gstdirac.cc:
20576 * ext/dirac/gstdiracdec.cc:
20577 * ext/dirac/gstdiracdec.h:
20578 Do something. Don't actually know if this works because I don't
20579 have a demuxer yet.
20580 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20581 Add channels=1 to caps returned from _getcaps().
20582 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20583 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20584 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20585 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20586 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20587 (gst_ogm_parse_change_state):
20588 Separate between audio/video so ogmaudioparse actually uses the
20589 audio pad templates. Both audio and video work now, including
20590 autoplugging. Also use sometimes-srcpad hack.
20591 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20592 Handle events better. Don't hang on infinite loops.
20593 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20594 (gst_avi_demux_init), (gst_avi_demux_reset),
20595 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20596 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20597 (gst_avi_demux_change_state):
20598 * gst/avi/gstavidemux.h:
20599 Improve A/V sync. Still not perfect.
20600 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20601 (gst_ebml_read_skip):
20602 Handle events better.
20603 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20604 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20605 (qtdemux_audio_caps):
20606 Add IMA4. Improve event handling. Save offset after a seek when
20607 the headers are at the end of the file so that we don't end up in
20609 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20610 Add low-priority typefind support for files with no length.
20612 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20614 * testsuite/multifilesink/Makefile.am:
20617 2004-09-22 Julien MOUTTE <julien@moutte.net>
20619 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20620 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20621 mistakes from thaytan's patches.
20623 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20625 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20626 For completeness, XSync in the destroy function as xvimage does.
20628 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20630 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20631 Correct caps negotiation
20632 * gst/volume/gstvolume.c: (volume_chain_float),
20633 (volume_chain_int16):
20634 Modify debug output to be little more informative
20635 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20636 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20637 (gst_xvimagesink_xvimage_destroy):
20638 Add XSync calls after detaching from the shared memory segment to
20641 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20643 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20644 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20645 * ext/vorbis/vorbis.c: (plugin_init):
20646 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20647 (gst_vorbisenc_chain):
20648 * ext/vorbis/vorbisenc.h:
20649 remove explicit newmedia support from oggmux and vorbisenc
20650 add debug category to vorbisenc
20651 * gst/multifilesink/gstmultifilesink.c:
20652 (gst_multifilesink_class_init), (gst_multifilesink_init),
20653 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20654 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20655 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20657 * gst/multifilesink/gstmultifilesink.h:
20658 add support for streamheader in multifilesink
20660 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20662 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20663 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20664 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20665 Prevent infinite loops. More correct error reporting.
20666 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20667 Error out if negotiation fails.
20668 * gst/playback/gstplaybasebin.c: (setup_source),
20669 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20670 (gst_play_base_bin_found_tag):
20671 Error/tag forwarding. Pre-roll fixes for source errors on state
20672 changes (e.g. "file does not exist") to prevent hangs.
20674 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20676 * testsuite/multifilesink/Makefile.am:
20677 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20678 (gst_newmedia_class_init), (gst_newmedia_init),
20679 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20680 (newfile_signal), (test_signal), (main):
20681 * testsuite/multifilesink/multifilesrc_test.c: (main):
20682 * testsuite/multifilesink/oggtheora_test.c:
20683 (gst_newmedia_base_init), (gst_newmedia_class_init),
20684 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20685 (test_format), (newfile_signal), (test_signal), (main):
20686 * testsuite/multifilesink/oggvorbis_test.c:
20687 (gst_newmedia_base_init), (gst_newmedia_class_init),
20688 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20689 (test_format), (newfile_signal), (test_signal), (main):
20690 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20691 (gst_newmedia_class_init), (gst_newmedia_init),
20692 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20693 (newfile_signal), (test_signal), (main):
20696 2004-09-20 Christian Schaller <christian@fluendo.com>
20698 * Fix mikmod license to LGPL as they have relicensed
20699 * Move Dirac and Effectv into LGPL section of README_license
20701 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20703 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20704 (gst_mad_change_state):
20705 Allow for mp3 rate/channels changes. However, only very
20706 conservatively. Reason that we *have* to enable this is smiply
20707 because the mad find_sync() function is not good enough, it will
20708 regularly sync on random data as valid frames and therefore make
20709 us provide random caps as *final* caps of the stream. The best fix
20710 I could think of is to simply require several of the same stream
20711 changes in a row before we change caps.
20712 The actual testcase that works now is #
20713 * ext/ogg/Makefile.am:
20714 * ext/ogg/gstogg.c: (plugin_init):
20715 * ext/ogg/gstogmparse.c:
20716 OGM support (video only for now; I need an audio sample file).
20717 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20718 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20719 (gst_asf_demux_add_video_stream):
20721 * gst/playback/gstplaybasebin.c: (unknown_type):
20722 Don't error out on single unknown-types after all. It's wrong.
20723 If we found type of video and audio but not of a subtitle stream,
20724 it will still error out (which is unwanted). Will find a better fix
20726 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20727 (ogmaudio_type_find), (plugin_init):
20730 2004-09-20 Johan Dahlin <johan@gnome.org>
20732 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20733 after setting caps.
20735 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20737 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20738 * gst/wavenc/gstwavenc.h:
20739 Added newmedia support to wavenc
20741 2004-09-17 Wim Taymans <wim@fluendo.com>
20743 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20744 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20745 (gst_fdset_fd_can_write), (gst_fdset_wait):
20746 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20747 (gst_multifdsink_init), (gst_multifdsink_add),
20748 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20749 (gst_multifdsink_remove_client_link),
20750 (gst_multifdsink_client_queue_buffer),
20751 (gst_multifdsink_handle_client_write),
20752 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20753 (gst_multifdsink_close), (gst_multifdsink_change_state):
20754 * gst/tcp/gstmultifdsink.h:
20755 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20756 (gst_tcpserversink_removed):
20757 Small cleanups in fdset.c
20758 Use a hastable to map fd to the client structure for faster
20759 lookup in _remove and get_stats.
20760 Added virtual function to close the fds.
20761 Handle clients even when the select/poll call was unblocked because
20763 Implement syncing to keyframe in the recovery procedure.
20765 2004-09-16 Iain <iaingnome@gmail.com>
20767 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20770 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20772 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20773 Caps are only set if the type of the stream is unknown, but this
20774 is initialized in ->init_stream(), so set to UNKNOWN after calling
20775 ->init_stream() so that capsnego starts.
20777 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20779 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20780 (gst_avi_demux_stream_data):
20781 Just hardcode for raw audio then. AVI audio sucks.
20783 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
20785 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20786 * gst/matroska/matroska-mux.c: (audiosink_templ),
20787 (gst_matroska_mux_audio_pad_link):
20788 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20789 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20791 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20793 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20794 (gst_avi_demux_stream_data):
20795 Try to fix a/v sync issues.
20797 2004-09-15 David Schleef <ds@schleef.org>
20799 * configure.ac: remove NASM check, since we don't use it. Update
20801 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20802 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20803 Initialized variables.
20804 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20805 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20806 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20809 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20811 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20812 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20813 * gst/avi/gstavidemux.h:
20814 Fix for compressed audio (mp3) timestamp generation. How did this
20817 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20819 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20820 Volume is a double not a float.
20822 2004-09-15 Wim Taymans <wim@fluendo.com>
20824 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20825 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20826 Don't close the fd in multifdsink as we didn't open it in the
20827 first place. Some cleanups.
20829 2004-09-15 Wim Taymans <wim@fluendo.com>
20831 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20832 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20833 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20834 Fix the case where the muxer would mark pages as delta
20835 frames when they are not (vorbis only ogg).
20837 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20839 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20840 (gst_play_base_bin_change_state):
20841 Handle the case where we failed to setup a clear pipeline. This
20842 will throw an error (or EOS, another nice case) and if you don't
20843 catch that, the app will wait for the signal forever (and thus
20846 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20848 * ext/gnomevfs/gstgnomevfssink.c:
20849 (gst_gnomevfssink_uri_get_protocols):
20850 * ext/gnomevfs/gstgnomevfssrc.c:
20851 (gst_gnomevfssrc_uri_get_protocols):
20852 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20853 * ext/gnomevfs/gstgnomevfsuri.h:
20854 Use _uri_new() instead of _open(), so it doesn't take as long and
20855 Christophe's computer won't hang.
20856 * gst/playback/gstplaybasebin.c: (unknown_type):
20857 Throw error on unknown media type, so apps actually display it.
20859 2004-09-14 Brian Cameron <brian.cameron@sun.com
20861 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
20862 this script to work on Solaris since bash shell handles echo
20863 differenly than bash.
20865 2004-09-17 Wim Taymans <wim@fluendo.com>
20867 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20868 (setup_source), (gst_play_base_bin_set_property),
20869 (gst_play_base_bin_add_element):
20870 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20871 Some more work on making sure seeking pauses the pipeline and
20872 that changing the uri actually does something.
20874 2004-09-17 Wim Taymans <wim@fluendo.com>
20876 * gst/tcp/gstfdset.c: (gst_fdset_wait):
20877 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20878 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20879 (gst_tcpserversink_close):
20880 Be a bit more paranoid when freeing memory.
20882 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20884 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20885 (qtdemux_parse_trak):
20886 Don't crash by dividing by zero (see sample movie in #126922).
20888 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20890 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20891 Don't touch non-existing data (fixes crash on file in #140147).
20893 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20895 * gst/playback/gstplaybasebin.c:
20896 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20897 Handle double disposals, and proper change of URIs.
20899 2004-09-13 Martin Eikermann <meiker@upb.de>
20901 * gst/mpegstream/gstmpegparse.c:
20902 fix synchronistation for streams recorded from digital PCR
20905 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20907 * ext/gnomevfs/Makefile.am:
20908 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20909 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20910 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20911 (gst_gnomevfssink_uri_get_type),
20912 (gst_gnomevfssink_uri_get_protocols),
20913 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20914 (gst_gnomevfssink_uri_handler_init),
20915 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20916 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20917 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20918 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20919 (gst_gnomevfssrc_uri_get_type),
20920 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20921 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20922 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20923 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20924 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20925 * ext/gnomevfs/gstgnomevfsuri.h:
20926 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20927 of fake URIs to see which this version of Gnome-VFS likes, and
20928 uses that for the Gst-URI interface. Makes playbin support http://
20929 streams. Also fix up some stupid behaviour in gnomevfssrc.
20931 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20933 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20934 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20935 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20936 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20937 Update mixer (to sync with other sessions) if we try to obtain
20938 a new value. This makes alsamixer work accross applications.
20939 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20940 Only call sync functions if we're running, else alsalib asserts.
20941 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20942 Sometimes fails to compile. Possibly a gcc bug.
20943 * gst/playback/gstplaybin.c: (gen_video_element),
20944 (gen_audio_element):
20945 Add a reference to an application-provided object, because we lose
20946 this same reference if we add it to the bin. If we don't do this,
20947 we can only use this object once and thus crash if we go from
20948 ready to playing, back to ready and back to playing again.
20949 Also add an audioscale element because several cheap soundcards -
20950 like mine - don't support all samplerates.
20951 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20952 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20953 Fix wrong order or PAR calls. Makes automatically obtained PAR
20954 from the X server atually being used.
20956 2004-09-12 David Schleef <ds@schleef.org>
20958 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20959 #151887, #152102, #152247.
20960 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20961 * examples/seeking/cdparanoia.c: same
20962 * examples/seeking/cdplayer.c: same
20963 * examples/seeking/seek.c: same
20964 * examples/seeking/spider_seek.c: same
20965 * examples/seeking/vorbisfile.c: same
20966 * examples/stats/mp2ogg.c: same
20967 * ext/esd/esdsink.c: (gst_esdsink_class_init),
20968 (gst_esdsink_dispose): Dispose of element properly.
20969 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20971 * ext/nas/nassink.c: (gst_nassink_class_init),
20972 (gst_nassink_dispose): Dispose of element correctly.
20973 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20974 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20975 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20976 Fix 64-bit warning.
20977 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20978 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20979 Fix 64-bit warning.
20981 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20983 * configure.ac : change speex detection as 1.1.6 now uses
20984 .pc/pkg-config and they changed their headers location.
20986 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
20988 * gst/matroska/matroska-mux.h:
20989 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20990 (gst_matroska_mux_start), (gst_matroska_mux_finish),
20991 (gst_matroska_mux_write_data):
20992 Write multiple blocks/frames per cluster.
20993 Write meta-seek information (seek heads).
20995 2004-09-09 Scott Wheeler <wheeler@kde.org>
20997 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20998 (gst_play_bin_set_property), (gst_play_bin_get_property),
20999 (gen_audio_element), (gen_audio_element):
21000 Add a volume element / property to the pipeline.
21002 2004-09-07 Wim Taymans <wim@fluendo.com>
21004 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21005 Copy timestamps from the master pad to the output buffers.
21007 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21009 * ext/raw1394/gstdv1394src.c:
21010 throw errors when applicable
21012 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21014 * gst/matroska/ebml-ids.h:
21015 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21016 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21017 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21018 automatically convert unix time <-> ebml time when reading/writing
21019 a date, use gst_ebml_write_uint to write CUETIME,
21020 not gst_ebml_write_date.
21021 * gst/matroska/matroska-ids.h:
21022 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21023 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21024 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21025 (gst_matroska_mux_write_data):
21026 Write track and segment UIDs, write muxing date, write
21027 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21028 Create cues for audio only files.
21030 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21032 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21033 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21034 Re-commit ALSA switches.
21035 * gst/adder/gstadder.c: (gst_adder_loop):
21036 64-bit fix (#151416).
21037 * gst/debug/progressreport.c: (gst_progressreport_report):
21038 64-bit fix (#151419).
21039 * gst/matroska/matroska-demux.c:
21040 (gst_matroska_demux_parse_contents):
21041 64-bit fix (#151420).
21042 * gst/playback/test3.c: (update_scale):
21043 64-bit fix (#151421).
21045 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21050 === release 0.8.4 ===
21052 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21054 * configure.ac: releasing 0.8.4, "Alias"
21056 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21058 * ext/theora/Makefile.am:
21059 fix makefile. Fixes #151462.
21061 2004-08-30 Wim Taymans <wim@fluendo.com>
21063 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21064 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21065 (gst_multifdsink_remove_client_link),
21066 (gst_multifdsink_client_queue_buffer),
21067 (gst_multifdsink_handle_client_write):
21068 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21069 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21070 Fix some memory leaks.
21072 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21074 Patch by: David Schleef
21078 rename our detection macro for V4L2. Fixes #151236.
21080 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21082 Patch by: David Schleef
21085 check to define LAMEPRESET. Fixes #151232.
21087 2004-08-27 David Schleef <ds@schleef.org>
21089 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21090 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21091 (gst_glimagesink_fixate): Move local variable declarations to
21092 make gcc-2.95 happy.
21094 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21097 bump nano for prerelease
21099 2004-08-27 David Schleef <ds@schleef.org>
21101 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21102 * sys/sunaudio/gstsunaudiosrc.c:
21103 * sys/sunaudio/gstsunaudiosrc.h:
21105 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21107 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21108 handle EOS correctly
21109 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21110 * gst/matroska/matroska-mux.h:
21111 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21112 VFW compatibility mode
21114 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21116 patch by: Zaheer Abbas Merali
21118 * ext/ogg/gstoggmux.c:
21119 * ext/vorbis/vorbisenc.c:
21120 * ext/vorbis/vorbisenc.h:
21123 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21125 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21126 fix byte order reversion on little endian machines.
21127 * gst/matroska/matroska-mux.c: (audiosink_templ),
21128 (gst_matroska_mux_audio_pad_link):
21129 add TTA codec to the list of supported codecs.
21130 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21131 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21132 (gst_matroska_mux_write_data):
21133 * gst/matroska/matroska-mux.h:
21134 write segment duration correctly, write muxing app string, fixes bugs
21135 #140897 and #140898.
21136 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21137 wait for all pads to be negotiated before starting to mux.
21139 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21141 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21142 * ext/lame/gstlame.h:
21143 Added new media support to lame
21145 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21147 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21148 send vorbis headers at the beginning of a stream, fixes bug #141554.
21149 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21151 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21152 (gst_matroska_demux_plugin_init):
21153 * gst/matroska/matroska-ids.h:
21154 enable demuxing of TTA audio streams, fixes bug #148951.
21155 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21156 enable typefinding for TTA audio files, fixes bug #148711.
21157 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21158 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21159 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21161 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21163 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21164 (gst_riff_read_element_data), (gst_riff_read_seek),
21165 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21166 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21169 2004-08-23 Iain <iaingnome@gmail.com>
21171 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21172 tags. They appear to be handled differently to normal.
21173 (tag_list_to_id3_tag_foreach): Ditto.
21175 2004-08-22 Wim Taymans <wim@fluendo.com>
21177 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21178 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21179 Make sure we never send -1 granulepos.
21181 2004-08-20 Wim Taymans <wim@fluendo.com>
21183 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21184 (gst_ogg_mux_loop):
21185 I will accept bitchslappings with non sharp objects.
21187 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21190 Clean up the test for lame presets
21192 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21195 * ext/lame/Makefile.am:
21196 * ext/lame/gstlame.c: (gst_lame_class_init),
21197 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21198 Only enable lame presets if version of lame has presets in API
21200 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21201 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21202 * gst/udp/gstudpsrc.h:
21203 Don't call gst_pad_push in a get function. Fixes #150449
21205 2004-08-18 Wim Taymans <wim@fluendo.com>
21207 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21208 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21209 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21210 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21211 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21213 * gst/tcp/gstfdset.h:
21214 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21215 (gst_multifdsink_client_queue_buffer),
21216 (gst_multifdsink_handle_client_write):
21217 * gst/tcp/gstmultifdsink.h:
21218 Some extra checks in gstfdset.
21219 Only use send() when the fd is a socket. Don't try to
21220 read from write only fds.
21222 2004-08-18 Wim Taymans <wim@fluendo.com>
21224 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21225 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21226 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21227 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21229 Add more locking and bounds checking.
21231 2004-08-18 Wim Taymans <wim@fluendo.com>
21233 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21234 Realloc test fdset in the lock and right before starting
21235 the poll call. Bump the limit to 4096.
21237 2004-08-17 David Schleef <ds@schleef.org>
21239 * sys/sunaudio/Makefile.am:
21240 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21241 of rates and channels. Make debugging less obnoxious.
21243 Patch from Balamurali Viswanathan implementing a mixer for
21244 Sun audio. (bug #144091):
21245 * sys/sunaudio/gstsunelement.c:
21246 * sys/sunaudio/gstsunelement.h:
21247 * sys/sunaudio/gstsunmixer.c:
21248 * sys/sunaudio/gstsunmixer.h:
21250 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21252 * gst/audioscale/gstaudioscale.c:
21253 * gst/audioscale/gstaudioscale.h:
21254 made audioscale resample from any sample rate to any sample rate
21256 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21258 * ext/libpng/gstpngdec.c:
21259 error out on unsupported types
21261 2004-08-17 Iain <iaingnome@gmail.com>
21263 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21264 mid_side and loose_mid_side properties if its a stereo stream.
21266 2004-08-17 Wim Taymans <wim@fluendo.com>
21268 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21269 (theora_get_formats), (theora_dec_src_convert),
21270 (theora_dec_sink_convert), (theora_dec_src_query),
21271 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21274 2004-08-17 Wim Taymans <wim@fluendo.com>
21276 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21277 (gst_ogg_pad_push):
21278 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21279 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21280 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21281 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21282 Mark delta units in the muxer.
21283 Try to decode the packet after an out-of-sync error from
21286 2004-08-17 Wim Taymans <wim@fluendo.com>
21288 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21289 (gst_multifdsink_init), (gst_multifdsink_add),
21290 (gst_multifdsink_client_queue_buffer),
21291 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21292 * gst/tcp/gstmultifdsink.h:
21293 Added option to send a keyframe to clients as the first buffer.
21294 Make timeout property writable.
21296 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21298 patch by: Wim Taymans
21300 * gst/tcp/gstfdset.c:
21301 * gst/tcp/gstmultifdsink.c:
21302 fix index comparison, should include 0
21304 2004-08-16 Wim Taymans <wim@fluendo.com>
21306 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21307 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21308 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21309 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21311 copy when reallocing for poll so the select arguments don't get
21312 changed during the call
21314 2004-08-16 Wim Taymans <wim@fluendo.com>
21316 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21317 (gst_theora_enc_class_init), (theora_enc_sink_link),
21318 (theora_buffer_from_packet), (theora_enc_chain):
21319 Fix bug where buffers were not marked as keyframes
21322 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21324 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21325 (gst_lame_preset_get_type), (gst_lame_class_init):
21326 describe the enum values for vbr mode and presets more verbosely
21328 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21330 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21331 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21332 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21333 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21334 * ext/lame/gstlame.h:
21335 add preset property to lame so it can use lame presets
21337 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21339 * ext/lame/gstlame.c: (gst_lame_get_property):
21340 whoops forgot break, thanks teuf
21342 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21344 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21345 (gst_lame_class_init), (gst_lame_src_getcaps),
21346 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21347 (gst_lame_get_property), (gst_lame_setup):
21348 * ext/lame/gstlame.h:
21349 fix lame's broken vbr stuff, allow it to resample if need be, and also
21350 make xing header optional
21352 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21354 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21355 added getcaps function so samplerate doesnt get fixated to silly values
21357 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21359 * ext/lame/gstlame.c: (gst_lame_src_link):
21360 revert previous fix
21362 2004-08-12 Johan Dahlin <johan@gnome.org>
21364 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21365 checks. Doesn't matter what state we are in. Interfaces are a
21366 compile time thing, not runtime. It also broke the python bindings.
21368 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21370 * ext/lame/gstlame.c: (gst_lame_src_link):
21371 made source pad link function check if sinkpad is ok..fixes the problem
21372 where core fixates the output rate of lame stupidly
21374 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21376 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21377 * sys/v4l/v4l_calls.c:
21378 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21379 fix fixate function to handle nonsimple caps.
21380 remove bogus check in _link
21383 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21385 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21386 set default compression ratio parameter to 0.0 so bitrate parameter
21389 2004-08-11 David Schleef <ds@schleef.org>
21391 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21393 2004-08-11 David Schleef <ds@schleef.org>
21395 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21398 2004-08-11 David Schleef <ds@schleef.org>
21400 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21402 2004-08-11 David Schleef <ds@schleef.org>
21404 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21406 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21407 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21409 * gst/auparse/gstauparse.c: Fix plugin license field.
21410 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21411 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21412 * gst/rtp/gstrtp.c: Fix plugin license field.
21414 2004-08-11 Wim Taymans <wim@fluendo.com>
21416 * gst/tcp/Makefile.am:
21417 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21418 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21419 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21420 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21421 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21422 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21423 (gst_fdset_fd_can_write), (gst_fdset_wait):
21424 * gst/tcp/gstfdset.h:
21425 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21426 (gst_multifdsink_class_init), (gst_multifdsink_init),
21427 (gst_multifdsink_add), (gst_multifdsink_remove),
21428 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21429 (gst_multifdsink_remove_client_link),
21430 (gst_multifdsink_handle_client_read),
21431 (gst_multifdsink_client_queue_data),
21432 (gst_multifdsink_client_queue_caps),
21433 (gst_multifdsink_client_queue_buffer),
21434 (gst_multifdsink_handle_client_write),
21435 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21436 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21437 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21438 (gst_multifdsink_close):
21439 * gst/tcp/gstmultifdsink.h:
21440 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21441 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21442 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21443 (gst_tcpserversink_close):
21444 * gst/tcp/gsttcpserversink.h:
21445 Abstracted away the select call, implemented poll (yes we ran into
21446 the 1024 limit in production).
21448 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21450 * gst/tcp/gsttcp.c:
21451 * gst/tcp/gsttcpplugin.c:
21452 improve debuggging, remove assert
21454 2004-08-10 Wim Taymans <wim@fluendo.com>
21456 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21457 (gst_client_status_get_type), (gst_multifdsink_class_init),
21458 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21459 (gst_multifdsink_handle_client_read),
21460 (gst_multifdsink_handle_client_write),
21461 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21462 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21463 (gst_multifdsink_get_property):
21464 * gst/tcp/gstmultifdsink.h:
21465 * gst/tcp/gsttcp-marshal.list:
21466 Starting to prepare for specifying buffer time in other units
21467 than buffers. Expose remove reason in signal.
21469 2004-08-10 Wim Taymans <wim@fluendo.com>
21471 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21472 (gst_multifdsink_remove), (gst_multifdsink_clear),
21473 (gst_multifdsink_remove_client_link),
21474 (gst_multifdsink_handle_client_read),
21475 (gst_multifdsink_client_queue_data),
21476 (gst_multifdsink_client_queue_buffer),
21477 (gst_multifdsink_handle_client_write),
21478 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21479 (gst_multifdsink_chain), (gst_multifdsink_close):
21480 * gst/tcp/gstmultifdsink.h:
21481 Added more debugging info. Changed the way clients are
21482 removed from the lists. Fixed a bug where a bad file descriptor
21483 could cause many clients to be removed.
21485 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21487 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21488 allow all pixel-aspect-ratios, not just 1:1
21490 2004-08-09 David Schleef <ds@schleef.org>
21492 * sys/glsink/ARB_multitexture.h: Remove old files.
21493 * sys/glsink/EXT_paletted_texture.h:
21494 * sys/glsink/NV_register_combiners.h:
21495 * sys/glsink/gstgl_nvimage.c:
21496 * sys/glsink/gstgl_pdrimage.c:
21497 * sys/glsink/gstgl_rgbimage.c:
21498 * sys/glsink/gstglsink.c:
21499 * sys/glsink/gstglsink.h:
21500 * sys/glsink/gstglxwindow.c:
21501 * sys/glsink/regcomb_yuvrgb.c:
21503 2004-08-09 David Schleef <ds@schleef.org>
21505 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21506 GL sink plugin. (Bug #147302)
21508 * configure.ac: Test for OpenGL
21509 * sys/Makefile.am: Use test for OpenGL
21510 * sys/glsink/Makefile.am:
21511 * sys/glsink/glimagesink.c: rewrite
21512 * sys/glsink/glimagesink.h: rewrite
21514 2004-08-09 David Schleef <ds@schleef.org>
21516 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21518 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21519 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21520 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21522 2004-08-09 Wim Taymans <wim@fluendo.com>
21524 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21525 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21526 (gst_multifdsink_client_remove),
21527 (gst_multifdsink_handle_client_read),
21528 (gst_multifdsink_handle_client_write),
21529 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21530 Do a bit more logging, make the client_read code more robust.
21532 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21534 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21535 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21536 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21537 (gst_jpegdec_init), (gst_jpegdec_chain):
21538 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21539 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21540 cleanups, debugging fixes and memleak plugging
21542 2004-08-09 Wim Taymans <wim@fluendo.com>
21544 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21545 (theora_get_formats), (theora_dec_src_convert),
21546 (theora_dec_sink_convert), (theora_dec_src_query),
21547 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21548 (theora_dec_change_state):
21549 Don't crash on missing header packets.
21551 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21555 Added Albanian translation (Laurent Dhima)
21559 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21561 * ext/lame/gstlame.c:
21564 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21566 * sys/ximage/ximagesink.c:
21567 * sys/xvimage/xvimagesink.c:
21568 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21570 2004-08-06 Wim Taymans <wim@fluendo.com>
21572 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21573 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21574 (gst_multifdsink_client_remove),
21575 (gst_multifdsink_handle_client_read),
21576 (gst_multifdsink_handle_client_write),
21577 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21578 Make sure we don't try to read more from a client that what
21579 ioctl says us or we deadlock.
21581 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21583 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21584 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21585 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21586 decouple running_time and n_frames so it can handle changing
21587 framerate while running
21589 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21593 updated translations
21595 2004-08-04 Benjamin Otte <otte@gnome.org>
21597 * gst/videotestsrc/gstvideotestsrc.c:
21598 (gst_videotestsrc_get_capslist), (generate_capslist),
21600 generate the list of supported caps at startup and reuse it instead
21601 of always generating it
21603 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21605 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21606 whoops, last checkin broke normal build
21608 2004-08-03 Benjamin Otte <otte@gnome.org>
21610 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21611 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21612 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21613 (gst_alsa_mixer_get_option):
21614 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21615 (dvdnavsrc_print_event):
21616 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21617 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21618 (gst_ogg_mux_pad_unlink):
21619 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21620 (gst_multipart_mux_pad_unlink):
21621 * gst/videofilter/gstvideobalance.c:
21622 (gst_videobalance_colorbalance_set_value):
21623 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21624 (gst_videomixer_pad_unlink):
21626 * sys/oss/gstossmixer.c:
21627 * sys/v4l/gstv4lcolorbalance.c:
21628 * sys/v4l/gstv4ltuner.c:
21629 * sys/v4l/v4lsrc_calls.c:
21630 * sys/v4l2/gstv4l2colorbalance.c:
21631 * sys/v4l2/gstv4l2tuner.c:
21632 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21634 2004-08-03 Benjamin Otte <otte@gnome.org>
21636 * examples/dynparams/filter.c: (ui_control_create):
21637 * examples/gstplay/player.c: (print_tag):
21638 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21639 * ext/gdk_pixbuf/gstgdkanimation.c:
21640 (gst_gdk_animation_iter_may_advance):
21641 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21642 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21643 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21644 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21645 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21646 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21647 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21648 * gst/sine/demo-dparams.c: (main):
21649 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21650 * testsuite/alsa/formats.c: (create_pipeline):
21651 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21652 fixes for G_DISABLE_ASSERT and friends
21653 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21654 (mp3_type_frame_length_from_header), (mp3_type_find),
21656 require mp3 typefinding to have at least MIN_HEADERS valid headers
21657 add typefinding for AAC adts files
21659 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
21661 * sys/ximage/ximagesink.c:
21662 (gst_ximagesink_calculate_pixel_aspect_ratio):
21663 * sys/xvimage/xvimagesink.c:
21664 (gst_xvimagesink_calculate_pixel_aspect_ratio):
21665 Make sure we calculate pixel-aspect-ratio using floating point maths
21667 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21670 updated translation
21672 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21674 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21676 add debugging for display PAR calculation
21678 2004-08-02 David Schleef <ds@schleef.org>
21680 * configure.ac: Fix mikmod CFLAGS.
21682 2004-07-27 Benjamin Otte <otte@gnome.org>
21684 * gst/audioscale/gstaudioscale.c:
21685 - fix templates to only support S16, it's the only format that works
21686 - make caps nego code use try_set_caps_nonfixed and fixation instead
21687 of try_set_caps twice, which is not nice for autopluggers
21688 - change rank to secondary, so autopluggers can pick it up after
21691 2004-08-02 Iain <iain@prettypeople.org>
21693 * gst/interleave/interleave.c (interleave_init),
21694 (interleave_request_new_pad),
21695 (interleave_pad_removed),
21696 (interleave_buffered_loop): Use the real pad count, not the artificial
21699 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21701 * configure.ac: bump nano back to development
21703 === release 0.8.3 ===
21705 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21707 * configure.ac: releasing 0.8.3, "Water"
21709 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21711 * sys/xvimage/xvimagesink.c:
21712 (gst_xvimagesink_calculate_pixel_aspect_ratio),
21713 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21714 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21715 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21716 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21717 * sys/xvimage/xvimagesink.h:
21718 apply similar PAR fixes as to ximagesink
21720 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21722 patch from: Benjamin Otte
21724 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21725 add link function to lame. Fixes #148986.
21727 2004-08-02 Johan Dahlin <johan@gnome.org>
21729 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21732 2004-07-30 David Schleef <ds@schleef.org>
21734 * gst/videomixer/Makefile.am: Fix things that should have been
21735 fixed in the last checkin.
21737 2004-07-30 David Schleef <ds@schleef.org>
21739 * gst/multipart/Makefile.am: Fix things that should have been
21740 fixed in the last checkin.
21742 2004-07-30 David Schleef <ds@schleef.org>
21744 * testsuite/multifilesink/Makefile.am: Fix unused variable.
21746 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
21749 bump nano for prerelease
21761 2004-07-30 Wim Taymans <wim@fluendo.com>
21763 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21764 (gst_multifdsink_add), (gst_multifdsink_remove),
21765 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21766 (gst_multifdsink_client_remove),
21767 (gst_multifdsink_handle_client_write),
21768 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21769 * gst/tcp/gstmultifdsink.h:
21770 Recover from a select with a bad file descriptor by removing
21773 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
21776 fix requirement of core
21777 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21778 (gst_play_pipeline_setup):
21779 don't use colorspace element. do use hermescolorspace element.
21780 make macro to get a colorspace element.
21781 mark strings for translation.
21793 update translations
21795 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21797 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21798 fix default for newmedia flag
21800 2004-07-30 Wim Taymans <wim@fluendo.com>
21802 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21803 (gst_theora_dec_init), (theora_get_formats),
21804 (theora_dec_src_convert), (theora_dec_sink_convert),
21805 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21806 (theora_dec_chain), (theora_dec_set_property),
21807 (theora_dec_get_property):
21808 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21809 (gst_theora_enc_class_init), (gst_theora_enc_init),
21810 (theora_enc_sink_link), (theora_enc_chain),
21811 (theora_enc_set_property), (theora_enc_get_property):
21812 Added cropping option to theora decoder.
21813 Added border option to theora encoder.
21815 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21817 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21818 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21819 (gst_pngenc_set_property):
21820 * ext/libpng/gstpngenc.h:
21821 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
21823 2004-07-30 Wim Taymans <wim@fluendo.com>
21825 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21826 (theora_enc_sink_link), (theora_enc_chain),
21827 (theora_enc_set_property), (theora_enc_get_property):
21828 Fix encoding of non-multiple-of-16 video.
21830 2004-07-29 David Schleef <ds@schleef.org>
21832 * configure.ac: make test for audiofile more strict
21834 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
21836 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21837 give different names to typefind functions
21839 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
21841 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21842 (gst_ximagesink_calculate_pixel_aspect_ratio),
21843 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21844 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21845 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21846 (gst_ximagesink_get_property), (gst_ximagesink_init):
21847 * sys/ximage/ximagesink.h:
21848 allocate PAR's dynamically.
21849 use autodetected PAR if no object-set PAR is given.
21850 add workaround for directfb's X not setting physical size.
21851 fix to xvimagesink will follow tomorrow.
21853 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21855 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21856 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21857 (gst_shout2send_get_type), (gst_shout2send_set_clock),
21858 (gst_shout2send_class_init), (gst_shout2send_init),
21859 (set_shout_metadata), (gst_shout2send_set_metadata),
21860 (gst_shout2send_chain), (gst_shout2send_set_property),
21861 (gst_shout2send_get_property), (gst_shout2send_connect),
21862 (gst_shout2send_change_state):
21863 * ext/shout2/gstshout2.h:
21864 - fix for sending mp3 audio to icecast2 server, if pad link function not
21865 called before PAUSED state
21866 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21867 - added tagging support for mp3 audio broadcasted
21868 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21871 2004-07-28 Wim Taymans <wim@fluendo.com>
21873 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21874 (gst_ogg_demux_push):
21875 Return query failure when we don't know the length of
21876 an ogg stream insteda of returning TRUE with a bogus value.
21878 2004-07-28 Wim Taymans <wim@fluendo.com>
21880 * ext/theora/theoradec.c: (theora_get_formats),
21881 (theora_dec_src_convert), (theora_dec_sink_convert),
21882 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21883 (theora_dec_chain):
21884 Don't screw up the 1 Chroma for 1 luma sample situation when we
21885 have an odd offset/width by adding a black border in those cases.
21887 2004-07-28 Wim Taymans <wim@fluendo.com>
21889 * ext/theora/theoradec.c: (theora_get_formats),
21890 (theora_dec_src_convert), (theora_dec_sink_convert),
21891 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21892 (theora_dec_chain):
21893 * ext/theora/theoraenc.c: (theora_enc_sink_link):
21894 Added first attempt at cropping of the image as required by the
21895 theora spec. We need more properties in the caps (offset_x,
21896 offset_y,stride) to implement this correctly.
21898 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
21900 * ext/dvdnav/README:
21901 Update the README to use dvddemux
21902 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21903 Ensure getcaps returns a subset of the template caps
21904 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21905 (gst_mpeg2subt_init):
21906 Ensure getcaps returns a subset of the template caps
21907 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21908 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21909 (gst_dvd_demux_get_subpicture_stream),
21910 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21911 * gst/mpegstream/gstdvddemux.h:
21912 Set the explicit caps on the current_video pad before pushing
21914 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21915 (gst_mpeg_demux_get_audio_stream):
21916 Free caps used to gst_pad_set_explicit_caps, which takes a const
21919 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
21921 * configure.ac: update GStreamer requirement to 0.8.4 because of
21924 2004-07-28 Wim Taymans <wim@fluendo.com>
21926 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21927 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21928 Add the pad to the element after setting up the caps. This
21929 makes it a lot easier to autoplug.
21931 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
21933 * gst/median/gstmedian.c:
21934 * gst/mpeg2subt/gstmpeg2subt.c:
21935 * gst/mpegaudioparse/gstmpegaudioparse.c:
21936 * gst/mpegstream/gstdvddemux.c:
21937 * gst/mpegstream/gstmpegdemux.c:
21938 * gst/mpegstream/gstmpegpacketize.c:
21939 * gst/rtjpeg/gstrtjpeg.c:
21940 * gst/rtjpeg/gstrtjpegdec.c:
21941 * gst/rtjpeg/gstrtjpegenc.c:
21942 * gst/sine/gstsinesrc.c:
21943 * gst/smooth/gstsmooth.c:
21944 * gst/smpte/gstsmpte.c:
21945 * gst/smpte/gstsmpte.h:
21946 * gst/stereo/gststereo.c:
21947 * gst/videofilter/gstgamma.c:
21948 * gst/videofilter/gstvideobalance.c:
21949 * gst/videofilter/gstvideofilter.c:
21950 * gst/videofilter/gstvideoflip.c:
21951 * gst/videoscale/gstvideoscale.c:
21952 * gst/videoscale/videoscale.c:
21953 * gst/videotestsrc/gstvideotestsrc.c:
21954 * gst/videotestsrc/videotestsrc.c:
21955 * gst/wavenc/gstwavenc.c:
21956 * gst/wavparse/gstwavparse.c:
21957 fix local includes and 64 bits constants
21959 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
21962 * gst-libs/gst/*/*.vcproj:
21964 more working plugins
21966 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21968 * testsuite/alsa/Makefile.am:
21969 * testsuite/alsa/srcstate.c:
21970 add test for alsasrc changing state
21972 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21974 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21976 * gst/silence/gstsilence.h:
21977 fix silence generation for 16bit raw audio
21979 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
21981 * gst/matroska/matroska-demux.c:
21982 (gst_matroska_demux_parse_metadata),
21983 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21984 * gst/mpegaudio/common.c:
21985 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21986 (gst_videoscale_getcaps), (gst_videoscale_link),
21987 (gst_videoscale_src_fixate), (gst_videoscale_init),
21988 (gst_videoscale_finalize):
21989 * gst/videoscale/gstvideoscale.h:
21990 * gst/videotestsrc/gstvideotestsrc.c:
21991 (gst_videotestsrc_get_capslist):
21992 * gst/wavenc/gstwavenc.c:
21993 * sys/oss/gstossmixer.c: (fill_labels):
21994 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21995 (gst_ximagesink_handle_xevents),
21996 (gst_ximagesink_calculate_pixel_aspect_ratio),
21997 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21998 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21999 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22000 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22001 (gst_ximagesink_init), (gst_ximagesink_class_init):
22002 * sys/ximage/ximagesink.h:
22003 * sys/xvimage/xvimagesink.c:
22004 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22005 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22006 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22007 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22008 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22009 * sys/xvimage/xvimagesink.h:
22010 first batch of pixel aspect ratio commits.
22012 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22014 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22015 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22016 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22017 handle stride, needs work if we want to move stride handling
22018 upstream, but works correctly for our purposes.
22020 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22022 * gst/videoscale/README:
22023 add testing examples
22024 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22025 (gst_videoscale_chain):
22026 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22027 (gst_videoscale_get_size):
22028 add get_size function that handles stride like videotestsrc.
22029 fixes conversion for YUV formats for as much as I can test them.
22031 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22033 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22034 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22035 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22036 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22037 (gst_xvimagesink_xvimage_put):
22038 further cleanups, logging, error handling and synchronizing
22040 2004-07-27 Wim Taymans <wim@fluendo.com>
22042 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22043 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22044 (gst_videomixer_pad_set_property),
22045 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22046 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22047 (gst_videomixer_class_init), (gst_videomixer_init),
22048 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22049 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22050 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22051 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22052 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22053 (gst_videomixer_loop), (plugin_init):
22054 Be a nicer negotiation citizen and provide a getcaps function on
22055 the srcpad. This also fixes a crash when resizing.
22057 2004-07-27 Julien MOUTTE <julien@moutte.net>
22059 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22060 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22062 2004-07-27 Wim Taymans <wim@fluendo.com>
22064 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22065 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22066 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22067 (gst_pngenc_set_property):
22068 * ext/libpng/gstpngenc.h:
22069 Added snapshot property to pngenc.
22070 removed g_print from pngdec
22072 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22074 * gst/ac3parse/ac3parse.vcproj
22075 * gst/adder/adder.vcproj
22076 * gst/alpha/alpha.vcproj
22077 * gst/alpha/alphacolor.vcproj
22078 * gst/asfdemux/asf.vcproj
22079 * gst/audioconvert/audioconvert.vcproj
22080 * gst/audiorate/audiorate.vcproj
22081 * gst/audioscale/audioscale.vcproj
22082 * gst/auparse/auparse.vcproj
22083 * gst/avi/avi.vcproj
22084 * gst/cdxaparse/cdxaparse.vcproj
22085 * gst/chart/chart.vcproj
22086 * gst/colorspace/colorspace.vcproj
22087 * gst/cutter/cutter.vcproj
22088 * gst/debug/debug.vcproj
22089 * gst/debug/efence.vcproj
22090 * gst/debug/navigationtest.vcproj
22091 * gst/deinterlace/deinterlace.vcproj
22092 * gst/effectv/effectv.vcproj
22093 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22094 * gst/filter/filter.vcproj
22095 * gst/flx/flxdec.vcproj
22096 * gst/goom/goom.vcproj
22097 * gst/interleave/interleave.vcproj
22098 * gst/law/alaw.vcproj
22099 * gst/law/mulaw.vcproj
22100 * gst/matroska/matroska.vcproj
22101 * gst/median/median.vcproj
22102 * gst/mixmatrix/mixmatrix.vcproj
22103 * gst/mpeg1sys/mpeg1systemencode.vcproj
22104 * gst/mpeg1videoparse/mp1videoparse.vcproj
22105 * gst/mpeg2sub/mpeg2subt.vcproj
22106 * gst/mpegaudio/mpegaudio.vcproj
22107 * gst/mpegaudioparse/mpegaudioparse.vcproj
22108 * gst/mpegstream/mpegstream.vcproj
22109 * gst/multifilesink/multifilesink.vcproj
22110 * gst/multipart/multipart.vcproj
22111 * gst/oneton/oneton.vcproj
22112 * gst/overlay/overlay.vcproj
22113 * gst/passthrough/passthrough.vcproj
22114 * gst/qtdemux/qtdemux.vcproj
22115 * gst/realmedia/rmdemux.vcproj
22116 * gst/rtjpeg/rtjpeg.vcproj
22117 * gst/rtp/rtp.vcproj
22118 * gst/silence/silence.vcproj
22119 * gst/sine/sinesrc.vcproj
22120 * gst/smooth/smooth.vcproj
22121 * gst/smpte/smpte.vcproj
22122 * gst/spectrum/spectrum.vcproj
22123 * gst/speed/speed.vcproj
22124 * gst/stereo/stereo.vcproj
22125 * gst/switch/switch.vcproj
22126 * gst/tags/tagedit.vcproj
22127 * gst/tcp/tcp.vcproj
22128 * gst/typefind/typefindfunctions.vcproj
22129 * gst/udp/udp.vcproj
22130 * gst/videobox/videobox.vcproj
22131 * gst/videocrop/videocrop.vcproj
22132 * gst/videodrop/videodrop.vcproj
22133 * gst/videofilter/gamma.vcproj
22134 * gst/videofilter/videobalance.vcproj
22135 * gst/videofilter/videofilter.vcproj
22136 * gst/videofilter/videoflip.vcproj
22137 * gst/videoflip/videoflip.vcproj
22138 * gst/videomixer/videomixer.vcproj
22139 * gst/videorate/videorate.vcproj
22140 * gst/videoscale/videoscale.vcproj
22141 * gst/videotestsrc/videotestsrc.vcproj
22142 * gst/virtualdub/virtualdub.vcproj
22143 * gst/volenv/volenv.vcproj
22144 * gst/volume/volume.vcproj
22145 * gst/wavenc/wavenc.vcproj
22146 * gst/wavparse/wavparse.vcproj
22147 * gst/y4m/y4menc.vcproj
22148 * gst-libs/gst/audio/audio.vcproj
22149 * gst-libs/gst/audio/audiofilter.vcproj
22150 * gst-libs/gst/colorbalance/colorbalance.vcproj
22151 * gst-libs/gst/idct/idtc.vcproj
22152 * gst-libs/gst/media-info/media-info.vcproj
22153 * gst-libs/gst/mixer/mixer.vcproj
22154 * gst-libs/gst/navigation/navigation.vcproj
22155 * gst-libs/gst/play/play.vcproj
22156 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22157 * gst-libs/gst/resample/resample.vcproj
22158 * gst-libs/gst/riff/riff.vcproj
22159 * gst-libs/gst/tuner/tuner.vcproj
22160 * gst-libs/gst/video/video.vcproj
22161 * gst-libs/gst/xoverlay/xoverlay.vcproj
22162 avoid problems with math.h, fix release dependancy
22163 rename GStreamer-0.8.lib to libgstreamer.lib
22165 2004-07-27 Julien MOUTTE <julien@moutte.net>
22167 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22169 the atom is not available we have to unlock the mutex. Fixes #148023
22171 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22173 * gst-libs/gst/media-info/media-info.h:
22174 issue for a vararg macro with MSVC
22176 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22178 * gst/effectv/effectv.vcproj
22179 * gst-libs/gst/idct/idct.vcproj:
22180 * gst-libs/gst/media-info/media-info.vcproj:
22181 * gst-libs/gst/navigation/navigation.vcproj:
22182 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22183 * gst-libs/gst/video/video.vcproj:
22184 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22185 fixes for build problems
22187 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22189 * gst-libs/gst/audio/audio.def:
22190 * gst-libs/gst/audio/riff.def:
22191 add some definitions needed by plugins
22193 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22195 * gst/asfdemux/gstasfmux.c
22196 Fix some 64 bits constants to be glib friendly
22198 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22200 * gst/ac3parse/gstac3parse.c
22201 * gst/audioscale/gstaudioscale.c
22202 * gst/auparse/gstauparse.c
22203 * gst/colorspace/gstcolorspace.c
22204 * gst/colorspace/yuv2rgb.h
22205 local include fixes
22207 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22210 add more plugins to the build
22212 2004-07-26 Julien MOUTTE <julien@moutte.net>
22214 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22215 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22217 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22219 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22220 (gst_level_set_property), (gst_level_get_property),
22221 (gst_level_base_init), (gst_level_class_init):
22222 add debugging categories. cleanups.
22224 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22226 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22227 (gst_videoscale_planar411), (gst_videoscale_planar400),
22228 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22229 (gst_videoscale_scale_nearest_str1),
22230 (gst_videoscale_scale_nearest_str2),
22231 (gst_videoscale_scale_nearest_str4),
22232 (gst_videoscale_scale_nearest_16bit),
22233 (gst_videoscale_scale_nearest_24bit):
22234 fixed stride issues
22235 tested with 320x240 -> 321, 322, 324 x240
22236 tested with YV12, I420, YUY2, UYVY
22237 fixed packed422rev (don't think it could have worked before)
22238 by testing with UYVY
22240 2004-07-26 Benjamin Otte <otte@gnome.org>
22242 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22243 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22245 add debugging category, add error checks like checking return values
22246 of setup calls, make sure it still works after
22247 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22249 2004-07-26 Wim Taymans <wim@fluendo.com>
22251 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22252 (gst_mpeg_demux_get_audio_stream),
22253 (gst_mpeg_demux_process_private):
22254 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22255 Check for error codes from the negotiation functions. Make sure
22256 we really set the pad caps when a new pad is created.
22258 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22260 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22261 (gst_ffmpeg_caps_to_pix_fmt):
22262 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22263 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22264 (gst_ffmpegcolorspace_pad_link):
22265 don't make function do two things at the same time without reason.
22267 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22269 * gst/ac3parse/ac3parse.vcproj
22270 * gst/adder/adder.vcproj
22271 * gst/alpha/alpha.vcproj
22272 * gst/alpha/alphacolor.vcproj
22273 * gst/asfdemux/asf.vcproj
22274 * gst/audioconvert/audioconvert.vcproj
22275 * gst/audiorate/audiorate.vcproj
22276 * gst/audioscale/audioscale.vcproj
22277 * gst/auparse/auparse.vcproj
22278 * gst/avi/avi.vcproj
22279 * gst/cdxaparse/cdxaparse.vcproj
22280 * gst/chart/chart.vcproj
22281 * gst/colorspace/colorspace.vcproj
22282 * gst/cutter/cutter.vcproj
22283 * gst/debug/debug.vcproj
22284 * gst/debug/efence.vcproj
22285 * gst/debug/navigationtest.vcproj
22286 * gst/deinterlace/deinterlace.vcproj
22287 * gst/effectv/effectv.vcproj
22288 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22289 * gst/filter/filter.vcproj
22290 * gst/flx/flxdec.vcproj
22291 * gst/goom/goom.vcproj
22292 * gst/interleave/interleave.vcproj
22293 * gst/law/alaw.vcproj
22294 * gst/law/mulaw.vcproj
22295 * gst/matroska/matroska.vcproj
22296 * gst/median/median.vcproj
22297 * gst/mixmatrix/mixmatrix.vcproj
22298 * gst/mpeg1sys/mpeg1systemencode.vcproj
22299 * gst/mpeg1videoparse/mp1videoparse.vcproj
22300 * gst/mpeg2sub/mpeg2subt.vcproj
22301 * gst/mpegaudio/mpegaudio.vcproj
22302 * gst/mpegaudioparse/mpegaudioparse.vcproj
22303 * gst/mpegstream/mpegstream.vcproj
22304 * gst/multifilesink/multifilesink.vcproj
22305 * gst/multipart/multipart.vcproj
22306 * gst/oneton/oneton.vcproj
22307 * gst/overlay/overlay.vcproj
22308 * gst/passthrough/passthrough.vcproj
22309 * gst/qtdemux/qtdemux.vcproj
22310 * gst/realmedia/rmdemux.vcproj
22311 * gst/rtjpeg/rtjpeg.vcproj
22312 * gst/rtp/rtp.vcproj
22313 * gst/silence/silence.vcproj
22314 * gst/sine/sinesrc.vcproj
22315 * gst/smooth/smooth.vcproj
22316 * gst/smpte/smpte.vcproj
22317 * gst/spectrum/spectrum.vcproj
22318 * gst/speed/speed.vcproj
22319 * gst/stereo/stereo.vcproj
22320 * gst/switch/switch.vcproj
22321 * gst/tags/tagedit.vcproj
22322 * gst/tcp/tcp.vcproj
22323 * gst/typefind/typefindfunctions.vcproj
22324 * gst/udp/udp.vcproj
22325 * gst/videobox/videobox.vcproj
22326 * gst/videocrop/videocrop.vcproj
22327 * gst/videodrop/videodrop.vcproj
22328 * gst/videofilter/gamma.vcproj
22329 * gst/videofilter/videobalance.vcproj
22330 * gst/videofilter/videofilter.vcproj
22331 * gst/videofilter/videoflip.vcproj
22332 * gst/videoflip/videoflip.vcproj
22333 * gst/videomixer/videomixer.vcproj
22334 * gst/videorate/videorate.vcproj
22335 * gst/videoscale/videoscale.vcproj
22336 * gst/videotestsrc/videotestsrc.vcproj
22337 * gst/virtualdub/virtualdub.vcproj
22338 * gst/volenv/volenv.vcproj
22339 * gst/volume/volume.vcproj
22340 * gst/wavenc/wavenc.vcproj
22341 * gst/wavparse/wavparse.vcproj
22342 * gst/y4m/y4menc.vcproj
22343 more plugins supported under windows
22345 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22347 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22348 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22349 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22351 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22352 Add debugging statements. Use the sizes as returned by the
22353 *CreateImage calls.
22355 2004-07-26 Johan Dahlin <johan@gnome.org>
22357 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22358 the pad is negotiated.
22360 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22362 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22364 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22365 * gst-libs/gst/idct/idct.vcproj:
22366 * gst-libs/gst/media-info/media-info.vcproj:
22367 * gst-libs/gst/mixer/mixer.vcproj:
22368 * gst-libs/gst/navigation/navigation.vcproj:
22369 * gst-libs/gst/play/play.vcproj:
22370 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22371 * gst-libs/gst/resample/resample.vcproj:
22372 * gst-libs/gst/tuner/tuner.vcproj:
22373 * gst-libs/gst/video/video.vcproj:
22374 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22375 more plugins supported under windows
22377 2004-07-25 Iain <iain@prettypeople.org>
22379 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22380 pad now rather than when the pad is created because state changes wipe
22381 explicit caps (fixes #148043).
22383 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22385 reviewed by Benjamin Otte <otte@gnome.org>
22387 * ext/mad/gstmad.c:
22388 fix mad plugin crashing on Sun (fixes #148289)
22390 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22393 * gst/avi/avi.vcproj:
22394 * gst/matroska/matroska.def:
22395 * gst/matroska/matroska.vcproj:
22396 remove unused .def files
22398 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22400 * gst-libs/gst/audio/gstaudiofilter.c:
22401 Clean the local include
22403 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22406 * gst-libs/gst/audio/audio.def:
22407 * gst-libs/gst/audio/audio.vcproj:
22408 * gst-libs/gst/audio/audiofilter.vcproj:
22409 * gst-libs/gst/audio/riff.def:
22410 * gst-libs/gst/audio/riff.vcproj:
22411 * gst-libs/gst/gst-libs.def:
22412 * gst-libs/gst/gst-libs.vcproj:
22413 * gst/avi/avi.vcproj:
22414 * gst/avi/avi.vcproj:
22415 Copy the files where needed after building, cleaner projects
22417 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22419 * gst/matroska/ebml-write.c:
22420 Fix some 64 bits constants to be glib friendly
22422 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22425 * gst-libs/gst/gst-libs.def:
22426 * gst-libs/gst/gst-libs.vcproj:
22427 * gst/matroska/matroska.def:
22428 * gst/matroska/matroska.vcproj:
22429 Add the preliminary canvas to build plugins on Win32
22431 2004-07-23 Benjamin Otte <otte@gnome.org>
22433 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22434 don't enfore negotiation from source side, it breaks
22435 sinesrc ! audioconvert ! osssink
22437 2004-07-22 David Schleef <ds@schleef.org>
22439 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22440 for ELF files, since they can easily be recognized as audio/mpeg.
22443 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22445 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22446 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22447 (gst_videoscale_scale_nearest_24bit),
22448 (gst_videoscale_scale_nearest_16bit):
22449 fix 16bit and 24bit for stride (24bit might need testing)
22450 don't pretend we do more than one algorithm
22452 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22456 * gst/multifilesink/Makefile.am:
22457 * gst/multifilesink/gstmultifilesink.c:
22458 (gst_multifilesink_get_formats),
22459 (gst_multifilesink_get_query_types), (_do_init),
22460 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22461 (gst_multifilesink_init), (gst_multifilesink_dispose),
22462 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22463 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22464 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22465 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22466 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22467 (gst_multifilesink_uri_get_type),
22468 (gst_multifilesink_uri_get_protocols),
22469 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22470 (gst_multifilesink_uri_handler_init), (plugin_init):
22471 * gst/multifilesink/gstmultifilesink.h:
22472 * testsuite/Makefile.am:
22473 * testsuite/multifilesink/Makefile.am:
22474 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22475 (gst_newmedia_class_init), (gst_newmedia_init),
22476 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22477 (newfile_signal), (test_signal), (main):
22478 multifilesink plugin for creating new files every time a new media
22479 discontinuity event occurs
22481 2004-07-22 Wim Taymans <wim@fluendo.com>
22483 * gst/alpha/Makefile.am:
22484 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22485 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22486 (gst_alpha_color_init), (gst_alpha_color_set_property),
22487 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22488 (transform), (gst_alpha_color_chain),
22489 (gst_alpha_color_change_state), (plugin_init):
22490 Stupid plugin to to RGBA to AYUV conversion because none of
22491 the colorspace plugins can handle that yet.
22493 2004-07-22 Wim Taymans <wim@fluendo.com>
22495 * examples/seeking/seek.c: (update_scale), (main):
22496 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22497 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22498 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22499 (gst_decode_bin_init), (gst_decode_bin_dispose),
22500 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22501 (no_more_pads), (close_link), (type_found),
22502 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22504 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22505 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22506 (gst_play_base_bin_dispose), (queue_overrun),
22507 (gen_preroll_element), (remove_prerolls), (unknown_type),
22508 (no_more_pads), (new_stream), (setup_source),
22509 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22510 (play_base_eos), (gst_play_base_bin_change_state),
22511 (gst_play_base_bin_add_element),
22512 (gst_play_base_bin_remove_element),
22513 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22514 (gst_play_base_bin_unlink_stream),
22515 (gst_play_base_bin_get_streaminfo):
22516 * gst/playback/gstplaybin.c: (gen_video_element),
22517 (gen_audio_element):
22518 * gst/playback/gststreaminfo.h:
22519 More playback updates, attempt to fix things after the state change
22522 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22524 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22525 (gst_videoscale_scale_nearest_16bit):
22528 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22530 * gst/videotestsrc/gstvideotestsrc.c:
22531 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22532 (gst_videotestsrc_init), (gst_videotestsrc_get),
22533 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22534 (gst_videotestsrc_get_property):
22535 * gst/videotestsrc/gstvideotestsrc.h:
22536 * gst/videotestsrc/videotestsrc.c:
22537 * gst/videotestsrc/videotestsrc.h:
22538 cleanup and commenting
22540 2004-07-21 Wim Taymans <wim@fluendo.com>
22542 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22543 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22544 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22545 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22546 (_find_chain_get_unknown_part), (_find_streams_check),
22547 (gst_ogg_demux_push), (gst_ogg_pad_push):
22548 * ext/theora/theoradec.c: (theora_get_formats),
22549 (theora_dec_src_convert), (theora_dec_sink_convert),
22550 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22551 (theora_dec_chain):
22552 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22553 (vorbis_dec_convert), (vorbis_dec_src_query),
22554 (vorbis_dec_src_event), (vorbis_dec_event):
22555 More seeking fixes, oggdemux now supports seeking to time and
22556 uses the downstream element to convert granulepos to time.
22557 Seeking in theora-only ogg files now works.
22559 2004-07-21 Wim Taymans <wim@fluendo.com>
22561 * ext/theora/theoradec.c: (gst_theora_dec_init),
22562 (theora_get_formats), (theora_get_event_masks),
22563 (theora_get_query_types), (theora_dec_src_convert),
22564 (theora_dec_sink_convert), (theora_dec_src_query),
22565 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22566 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22567 (vorbis_get_event_masks), (vorbis_get_query_types),
22568 (gst_vorbis_dec_init), (vorbis_dec_convert),
22569 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22570 Added query/convert/formats functions to vorbis and theora decoders
22571 so that the outside world can use them too. Fixed seeking on an
22572 ogg/theora/vorbis file by disabling the seeking seeking on the
22575 2004-07-21 Julien MOUTTE <julien@moutte.net>
22577 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22578 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22579 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22580 images creation for both elements. We don't create the image on caps
22581 nego or renego, we just destroy the internal one if present if it does
22582 not match the needs. The chain function takes care of creating a new
22584 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22585 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22586 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22587 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22588 the image format information. The buffer pool checks for the context
22589 image format and discard images with different formats.
22590 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22592 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22594 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22595 (gst_ffmpegcolorspace_chain):
22596 no point in doing any chaining if the pad we want to push from
22599 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22601 * gst-libs/gst/riff/riff-media.c:
22602 (gst_riff_create_audio_caps_with_data):
22603 Fix double end-to-native symbol conversion (#148021).
22605 2004-07-20 David Schleef <ds@schleef.org>
22607 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22608 Don't use an Atom that doesn't exist.
22610 2004-07-20 Wim Taymans <wim@fluendo.com>
22612 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22613 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22614 (gst_multifdsink_client_remove),
22615 (gst_multifdsink_handle_client_write),
22616 (gst_multifdsink_queue_buffer):
22617 * gst/tcp/gstmultifdsink.h:
22618 More multifdsink stats. Avoid deadlock by releasing locks
22619 before sending out a signal.
22621 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
22625 added Hungarian translation (Laszlo Dvornik)
22627 2004-07-20 Wim Taymans <wim@fluendo.com>
22629 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22630 (gst_multifdsink_add), (gst_multifdsink_client_remove),
22631 (gst_multifdsink_handle_client_write),
22632 (gst_multifdsink_queue_buffer):
22633 * gst/tcp/gsttcp-marshal.list:
22634 Fixed the stupid marshal definition.
22636 2004-07-20 Wim Taymans <wim@fluendo.com>
22638 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22639 (gst_multifdsink_init), (gst_multifdsink_add),
22640 (gst_multifdsink_client_remove),
22641 (gst_multifdsink_handle_client_write),
22642 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22643 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22644 (gst_multifdsink_init_send):
22645 * gst/tcp/gstmultifdsink.h:
22646 Added more stats, added timeout for a client, fixed some typos
22647 and added some comments.
22649 2004-07-20 Wim Taymans <wim@fluendo.com>
22651 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22652 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22653 (gst_multifdsink_client_remove),
22654 (gst_multifdsink_handle_client_write):
22655 * gst/tcp/gstmultifdsink.h:
22656 * gst/tcp/gsttcp-marshal.list:
22657 Added get_stats method that returns a GValueArray of
22660 2004-07-19 Benjamin Otte <otte@gnome.org>
22662 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22663 make sure longname, description and author are valid UTF-8
22665 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
22667 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22668 (gst_ximagesink_set_property):
22669 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22670 (gst_xvimagesink_set_property):
22671 make sure SYNCHRONOUS is respected after getting the X context
22673 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22675 * gst/matroska/matroska-demux.c:
22676 (gst_matroska_demux_handle_src_event),
22677 (gst_matroska_demux_parse_blockgroup):
22678 * gst/matroska/matroska-ids.h:
22679 add BlockReference tag and ignore it to clear out log.
22680 ignore NAVIGATION events to clear out log.
22682 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22684 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22685 (gst_matroska_demux_add_stream):
22686 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22687 add debug categories
22689 2004-07-16 Wim Taymans <wim@fluendo.com>
22691 * ext/libpng/Makefile.am:
22692 * ext/libpng/gstpng.c: (plugin_init):
22693 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22694 (gst_pngdec_get_type), (gst_pngdec_base_init),
22695 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22696 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22697 * ext/libpng/gstpngdec.h:
22700 2004-07-16 Julien MOUTTE <julien@moutte.net>
22702 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22703 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22704 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22705 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22706 (gst_ximagesink_buffer_alloc):
22707 * sys/ximage/ximagesink.h:
22708 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22709 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22710 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22711 (gst_xvimagesink_buffer_alloc):
22712 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22713 again. Using internal data pointer of the x(v)image to store image's
22714 data to be coherent with the buffer alloc mechanism. Investigated the
22715 image destruction code to be sure that everything gets freed correctly.
22717 2004-07-16 Wim Taymans <wim@fluendo.com>
22719 * gst-libs/gst/riff/riff-read.c:
22720 (gst_riff_read_strf_vids_with_data),
22721 (gst_riff_read_strf_auds_with_data):
22722 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22723 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22724 Make sure we don't create 0 sized subbuffers in riff-read.
22725 Signal the no more pads signal after reading the avi header.
22727 2004-07-16 Wim Taymans <wim@fluendo.com>
22729 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22730 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22731 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22732 (gst_decode_bin_init), (gst_decode_bin_dispose),
22733 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22734 (no_more_pads), (close_link), (type_found),
22735 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22736 (gst_decode_bin_change_state), (plugin_init):
22737 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22738 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22739 (gst_play_base_bin_dispose), (queue_overrun),
22740 (gen_preroll_element), (remove_prerolls), (unknown_type),
22741 (no_more_pads), (new_stream), (setup_source),
22742 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22743 (play_base_eos), (gst_play_base_bin_change_state),
22744 (gst_play_base_bin_add_element),
22745 (gst_play_base_bin_remove_element),
22746 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22747 (gst_play_base_bin_unlink_stream),
22748 (gst_play_base_bin_get_streaminfo):
22749 * gst/playback/gstplaybasebin.h:
22750 Better error recovery. Added configurable preroll queue size. Faster
22751 detection of no-more-pads.
22753 2004-07-16 Wim Taymans <wim@fluendo.com>
22755 * gst-libs/gst/video/video.h:
22756 Added 32 bits RGBA. Not sure if we should use another mime-type
22757 for alpha rgb. Currently the presence of the alpha_mask property
22758 signals an alpha channel.
22760 2004-07-16 Wim Taymans <wim@fluendo.com>
22762 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22763 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22764 FPS seems to be 0.0 to MAX everywhere else.
22766 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
22768 * gst-libs/gst/riff/riff-media.c:
22769 (gst_riff_create_video_caps_with_data):
22770 mp42/mp43 (no caps) exist too.
22771 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22772 Set pixel_width/height; we've got them in-caps.
22773 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22774 * gst/wavparse/gstwavparse.c: (plugin_init):
22775 Both are valid primary.
22776 * sys/oss/gstossmixer.c:
22777 Remove i18n hack and enable translations.
22779 2004-07-15 Benjamin Otte <otte@gnome.org>
22781 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22782 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22783 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22785 2004-07-15 Benjamin Otte <otte@gnome.org>
22787 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22788 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22789 (gst_alsa_close_audio):
22790 disable some of the debugging code for now. Writing debugging to a
22791 buffer is broken in current alsalib releases.
22793 2004-07-12 Benjamin Otte <otte@gnome.org>
22795 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22798 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
22800 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22801 (theora_dec_src_query), (theora_dec_event):
22802 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22803 add debugging categories. Remove \n's.
22805 2004-07-13 Johan Dahlin <johan@gnome.org>
22807 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22808 (gst_play_bin_get_property): Impl.
22810 2004-07-13 Wim Taymans <wim@fluendo.com>
22812 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22813 When trying to find the stream length, seek back N pages
22814 instead of just one, where N is the number of streams in
22817 2004-07-13 Wim Taymans <wim@fluendo.com>
22819 * gst-libs/gst/riff/riff-media.c:
22820 (gst_riff_create_audio_caps_with_data),
22821 (gst_riff_create_audio_caps),
22822 (gst_riff_create_audio_template_caps):
22823 * gst-libs/gst/riff/riff-media.h:
22824 * gst-libs/gst/riff/riff-read.c:
22825 (gst_riff_read_strf_vids_with_data),
22826 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22827 * gst-libs/gst/riff/riff-read.h:
22828 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22829 (gst_avi_demux_add_stream):
22830 Set codec_data on caps for avidemuxer.
22832 2004-07-12 David Schleef <ds@schleef.org>
22834 * configure.ac: Fix test for Objective C
22836 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
22837 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22838 (gst_gdk_pixbuf_chain):
22839 Add svg and pcx to template caps, and ensure that getcaps returns a
22840 subset of the template caps.
22841 Copy each row manually for output, as gdkpixbuf may pad the
22842 rowstride to a 32-bit word boundary.
22844 2004-07-12 Wim Taymans <wim@fluendo.com>
22846 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22847 (gst_riff_create_video_template_caps):
22848 Fix the template caps to include some more media types.
22850 2004-07-12 Wim Taymans <wim@fluendo.com>
22852 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22853 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22854 (compare_ranks), (print_feature), (gst_decode_bin_init),
22855 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22856 (try_to_link_1), (new_pad), (close_link), (type_found),
22857 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22858 (gst_decode_bin_change_state), (plugin_init):
22859 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22860 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22861 (gst_play_base_bin_dispose), (queue_overrun),
22862 (gen_preroll_element), (remove_prerolls), (no_more_pads),
22863 (new_stream), (setup_source), (gst_play_base_bin_set_property),
22864 (gst_play_base_bin_get_property), (play_base_eos),
22865 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22866 (gst_play_base_bin_remove_element),
22867 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22868 (gst_play_base_bin_unlink_stream),
22869 (gst_play_base_bin_get_streaminfo):
22870 * gst/playback/gstplaybasebin.h:
22871 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22872 (gst_play_bin_class_init), (gst_play_bin_init),
22873 (gst_play_bin_dispose), (gst_play_bin_set_property),
22874 (gst_play_bin_get_property), (gen_video_element),
22875 (gen_audio_element), (remove_sinks), (setup_sinks),
22876 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22877 (gst_play_bin_send_event), (gst_play_bin_get_formats),
22878 (gst_play_bin_convert), (gst_play_bin_get_query_types),
22879 (gst_play_bin_query), (plugin_init):
22880 * gst/playback/test4.c: (main):
22881 More fixes on reusing of the element.
22883 2004-07-11 Benjamin Otte <otte@gnome.org>
22885 * ext/mad/gstmad.c: (normal_seek):
22886 allow seeking for other methods than just SET
22888 2004-07-11 Andy Wingo <wingo@pobox.com>
22890 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22891 float, "any" caps -> buffer_frames=[0,MAX].
22893 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22894 doesn't intersect our caps with the template any more. Do it
22896 (interleave_buffered_loop): Use g_newa instead of malloc/free.
22898 2004-07-09 Wim Taymans <wim@fluendo.com>
22900 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22901 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22902 (compare_ranks), (print_feature), (gst_decode_bin_init),
22903 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22904 (try_to_link_1), (new_pad), (close_link), (type_found),
22905 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22906 (gst_decode_bin_change_state), (plugin_init):
22907 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22908 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22909 (gst_play_base_bin_dispose), (queue_overrun),
22910 (gen_preroll_element), (remove_prerolls), (no_more_pads),
22911 (new_stream), (setup_source), (gst_play_base_bin_set_property),
22912 (gst_play_base_bin_get_property), (play_base_eos),
22913 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22914 (gst_play_base_bin_remove_element),
22915 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22916 (gst_play_base_bin_unlink_stream),
22917 (gst_play_base_bin_get_streaminfo):
22918 * gst/playback/gstplaybasebin.h:
22919 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22920 (gst_play_bin_class_init), (gst_play_bin_init),
22921 (gst_play_bin_dispose), (gst_play_bin_set_property),
22922 (gst_play_bin_get_property), (gen_video_element),
22923 (gen_audio_element), (remove_sinks), (setup_sinks),
22924 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22925 (gst_play_bin_send_event), (gst_play_bin_get_formats),
22926 (gst_play_bin_convert), (gst_play_bin_get_query_types),
22927 (gst_play_bin_query), (plugin_init):
22928 * gst/playback/test4.c: (main):
22929 Work on object reuse and seeking.
22931 2004-07-09 Wim Taymans <wim@fluendo.com>
22933 * examples/seeking/seek.c: (iterate):
22934 Don't consume all CPU in the idle loop.
22936 2004-07-09 Wim Taymans <wim@fluendo.com>
22938 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22939 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22940 Add pad to element *after* setting the pad functions so that
22941 the scheduler can use the correct ones.
22943 2004-07-09 Wim Taymans <wim@fluendo.com>
22945 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22946 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22947 Sync to keyframe after seek
22949 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22951 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22952 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22953 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22954 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22955 * ext/libvisual/visual.c: (gst_visual_change_state):
22956 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22957 * ext/theora/theoradec.c: (theora_dec_change_state):
22958 * ext/theora/theoraenc.c: (theora_enc_change_state):
22959 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22960 * gst-libs/gst/navigation/navigation.c:
22961 * gst/adder/gstadder.c: (gst_adder_change_state):
22962 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22963 (gst_audio_convert_get_buffer):
22964 * gst/multipart/multipartdemux.c:
22965 (gst_multipart_demux_change_state):
22966 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22967 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22968 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22969 * gst/videoscale/gstvideoscale.c:
22970 (gst_videoscale_handle_src_event):
22971 * gst/volume/gstvolume.c: (volume_chain_int16):
22972 don't assert in state change, this should be done by the base
22974 various debugging fixes.
22976 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22979 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22980 (gst_play_dispose), (gst_play_set_location),
22981 (gst_play_set_data_src), (gst_play_set_video_sink),
22982 (gst_play_set_audio_sink), (gst_play_set_visualization),
22983 (gst_play_connect_visualization), (gst_play_get_sink_element),
22984 (gst_play_get_all_by_interface):
22985 * gst-libs/gst/play/play.h:
22986 add new method to get elements implementing an interface.
22987 add various error logging
22989 2004-07-08 Wim Taymans <wim@fluendo.com>
22991 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22992 (make_mpeg_pipeline), (make_mpegnt_pipeline),
22993 (make_playerbin_pipeline), (query_durations_elems),
22994 (query_durations_pads), (query_positions_elems),
22995 (query_positions_pads), (update_scale), (iterate), (stop_seek),
22997 Added playbin seeking example.
22999 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23001 * gst-libs/gst/play/play.c: (gst_play_set_location),
23002 (gst_play_set_data_src), (gst_play_set_video_sink),
23003 (gst_play_set_audio_sink), (gst_play_set_visualization),
23004 (gst_play_connect_visualization), (gst_play_get_framerate):
23005 use a macro to look up elements from hash table
23007 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23009 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23010 (gst_play_get_length_callback), (gst_play_set_location),
23011 (gst_play_seek_to_time), (gst_play_set_data_src),
23012 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23013 (gst_play_set_visualization), (gst_play_connect_visualization),
23014 (gst_play_get_sink_element):
23015 - add debugging info
23016 - fix looking up sink elements by iterating over complete caps
23017 - put everything except for source and autoplugger in a complete bin
23019 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23021 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23022 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23023 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23024 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23025 * ext/alsa/gstalsasink.h:
23026 - add debugging info
23027 - clean up schizophrenia of data/buffer/event
23028 - fix double event unref error
23030 2004-07-08 Wim Taymans <wim@fluendo.com>
23032 * gst/playback/Makefile.am:
23033 Add headers to noinst
23035 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23037 * tools/gst-launch-ext-m.m:
23038 * tools/gst-launch-ext.1.in:
23039 convert to the third millenium
23041 2004-07-07 David Schleef <ds@schleef.org>
23043 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23045 2004-07-07 Wim Taymans <wim@fluendo.com>
23047 * gst/playback/Makefile.am:
23048 * gst/playback/README:
23049 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23050 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23051 (compare_ranks), (print_feature), (gst_decode_bin_init),
23052 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23053 (try_to_link_1), (new_pad), (close_link), (type_found),
23054 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23056 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23057 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23058 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23059 (gen_preroll_element), (no_more_pads), (new_stream),
23060 (setup_source), (gst_play_base_bin_set_property),
23061 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23062 (gst_play_base_bin_add_element),
23063 (gst_play_base_bin_remove_element),
23064 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23065 (gst_play_base_bin_unlink_stream),
23066 (gst_play_base_bin_get_streaminfo):
23067 * gst/playback/gstplaybasebin.h:
23068 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23069 (gst_play_bin_class_init), (gst_play_bin_init),
23070 (gst_play_bin_dispose), (gst_play_bin_set_property),
23071 (gst_play_bin_get_property), (gen_video_element),
23072 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23073 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23074 (gst_play_bin_get_formats), (gst_play_bin_convert),
23075 (gst_play_bin_get_query_types), (gst_play_bin_query),
23077 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23078 (gst_stream_info_get_type), (gst_stream_info_class_init),
23079 (gst_stream_info_init), (gst_stream_info_new),
23080 (gst_stream_info_dispose), (gst_stream_info_set_property),
23081 (gst_stream_info_get_property):
23082 * gst/playback/gststreaminfo.h:
23083 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23085 * gst/playback/test2.c: (main):
23086 * gst/playback/test3.c: (update_scale), (main):
23087 More playbin fixes. Added README. Do better element filtering.
23088 Added base class to preroll media. Added test apps.
23090 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23092 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23093 * ext/mpeg2dec/gstmpeg2dec.h:
23094 various debugging improvements. Reset stream to next picture
23095 instead of sequence header, otherwise seeks cannot work.
23097 2004-07-07 Wim Taymans <wim@fluendo.com>
23099 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23100 (gst_video_box_class_init), (gst_video_box_set_property),
23101 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23102 Use pad_alloc where possible.
23104 2004-07-07 Wim Taymans <wim@fluendo.com>
23106 * sys/oss/gstosselement.c: (gst_osselement_reset),
23107 (gst_osselement_parse_caps):
23108 * sys/oss/gstosselement.h:
23109 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23110 Fix offset on osssrc.
23112 2004-07-07 Wim Taymans <wim@fluendo.com>
23114 * ext/theora/theora.c: (plugin_init):
23115 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23116 (theora_dec_src_query), (theora_dec_chain):
23117 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23118 (theora_enc_sink_link), (theora_buffer_from_packet),
23119 (theora_push_packet), (theora_enc_chain):
23120 Fix theora granulepos calculation.
23121 Fix overflow in duration/position calculation.
23122 Bump rank to PRIMARY for theoradec.
23123 Use granulepos of last packet to calculate position.
23124 Set keyframe flag on buffers when needed.
23126 2004-07-06 David Schleef <ds@schleef.org>
23128 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23129 serious? (Fixed, obviously.)
23131 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23135 added Czech translation (Miloslav Trmac)
23137 2004-07-05 Wim Taymans <wim@fluendo.com>
23139 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23140 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23141 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23142 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23143 (close_link), (type_found), (gst_decode_bin_set_property),
23144 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23145 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23146 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23147 (gst_decode_bin_query), (plugin_init):
23148 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23149 (gst_play_bin_class_init), (gst_play_bin_init),
23150 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23151 (get_video_element), (new_pad), (setup_source),
23152 (gst_play_bin_set_property), (gst_play_bin_get_property),
23153 (gst_play_bin_change_state), (gst_play_bin_add_element),
23154 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23155 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23156 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23157 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23158 * gst/playback/test.c: (main):
23159 More fixes, cleaned up playbin, make it use decodebin. Added
23160 threaded property to playbin.
23162 2004-07-05 Wim Taymans <wim@fluendo.com>
23165 * gst/playback/Makefile.am:
23166 * gst/playback/decodetest.c: (main):
23167 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23168 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23169 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23170 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23171 (close_link), (type_found), (gst_decode_bin_set_property),
23172 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23173 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23174 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23175 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23177 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23178 (gst_play_bin_class_init), (gst_play_bin_init),
23179 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23180 (collect_sink_pads), (find_compatibles), (close_pad_link),
23181 (try_to_link_1), (new_pad), (close_link), (type_found),
23182 (setup_source), (gst_play_bin_set_property),
23183 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23184 (compare_ranks), (gst_play_bin_collect_factories),
23185 (gst_play_bin_change_state), (gst_play_bin_add_element),
23186 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23187 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23188 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23189 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23190 * gst/playback/test.c: (main):
23191 Added some playback helper elements and some test apps, very alpha
23194 2004-07-04 Benjamin Otte <otte@gnome.org>
23196 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23197 only restart audio when we indeed have an xrun to fix repeated
23198 xruns. Fix suggested by Giuliano Pochini.
23200 2004-07-03 David Schleef <ds@schleef.org>
23202 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23203 call to gst_debug_log() if debugging is disabled (bug #145118)
23205 2004-07-03 Benjamin Otte <otte@gnome.org>
23207 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23208 use our own functions for restarting the alsa device.
23209 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23210 I should apply patches myself - use MIN for the third argument, not
23211 the second, this fixes seeking
23213 2004-07-02 David Schleef <ds@schleef.org>
23215 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23216 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23219 2004-07-02 David Schleef <ds@schleef.org>
23221 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23222 output buffers. Fix logic mistake. (bug #144866)
23224 2004-07-02 David Schleef <ds@schleef.org>
23226 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23227 on X. (bug #144753)
23229 2004-07-02 David Schleef <ds@schleef.org>
23231 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23232 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23234 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23235 (gst_osselement_rate_probe_check): Add another workaround for
23236 buggy drivers (bug #145336)
23238 2004-07-02 David Schleef <ds@schleef.org>
23240 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23241 Most systems don't have MSG_NOSIGNAL.
23243 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23246 * gst-libs/gst/colorbalance/Makefile.am:
23247 * gst-libs/gst/mixer/Makefile.am:
23248 * gst-libs/gst/play/Makefile.am:
23249 * gst-libs/gst/tuner/Makefile.am:
23250 (hopefully) fix both install and dist and make error message useful.
23251 needs testing across automakes.
23253 2004-07-02 Benjamin Otte <otte@gnome.org>
23255 * ext/ogg/gstogg.c: (plugin_init):
23256 we require bytestream now
23257 * ext/ogg/gstoggdemux.c:
23258 huge diff to implement chain setup in a fast and generic way. This
23259 improves tag reading and startup of huge files (read: Theora videos)
23260 quite a bit. It probably contains bugs, too, so please test.
23261 Seeking is not improved to the fast method.
23263 2004-06-29 Wim Taymans <wim@fluendo.com>
23265 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23266 * ext/ogg/gstoggmux.c:
23267 Fix memleak in oggdemux when running unconnected pads.
23268 doc update in mux, start working on keyframe mode.
23270 2004-06-29 Benjamin Otte <otte@gnome.org>
23272 * sys/oss/gstosssink.c:
23273 * sys/oss/gstosssrc.c:
23274 advertise correct template caps - we indeed do non-native endianness
23275 and 8bit audio has no endianness
23276 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23278 avoid (wrong) duplications in getcaps function and return
23281 2004-06-29 Wim Taymans <wim@fluendo.com>
23283 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23284 (gst_multifdsink_class_init), (gst_multifdsink_add),
23285 (gst_multifdsink_remove), (gst_multifdsink_clear),
23286 (gst_multifdsink_client_remove),
23287 (gst_multifdsink_handle_client_read),
23288 (gst_multifdsink_client_queue_data),
23289 (gst_multifdsink_client_queue_caps),
23290 (gst_multifdsink_client_queue_buffer),
23291 (gst_multifdsink_handle_client_write),
23292 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23293 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23294 (gst_multifdsink_init_send), (gst_multifdsink_close):
23295 Fix wrong GList iteration that could crash the server when
23296 more then 2 clients disconnect at the same time. Read all the
23297 pending commands in one batch to recover from command storms under
23300 2004-06-28 Wim Taymans <wim@fluendo.com>
23302 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23303 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23304 (gst_videomixer_pad_set_property),
23305 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23306 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23307 (gst_videomixer_class_init), (gst_videomixer_init),
23308 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23309 (pad_zorder_compare), (gst_videomixer_sort_pads),
23310 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23311 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23312 (gst_videomixer_update_queues), (gst_videomixer_loop),
23314 Avoid divide by zero, choose masterpad as the pad with the highest
23317 2004-06-27 Julien Moutte <julien@moutte.net>
23319 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23320 (gst_ximagesink_xwindow_new):
23321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23322 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23323 function directly. We might want to call it from somewhere else one day.
23325 2004-06-27 Julien Moutte <julien@moutte.net>
23327 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23328 (gst_ximagesink_xwindow_new):
23329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23330 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23331 window decorations.
23333 2004-06-27 Wim Taymans <wim@fluendo.com>
23335 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23336 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23337 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23338 (gst_dvdec_set_property), (gst_dvdec_get_property):
23339 * ext/dv/gstdvdec.h:
23340 Implement drop_factor property to lower the framerate with
23343 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23345 * gst-libs/gst/colorbalance/Makefile.am:
23346 * gst-libs/gst/mixer/Makefile.am:
23347 * gst-libs/gst/play/Makefile.am:
23348 * gst-libs/gst/tuner/Makefile.am:
23349 unbreak Company's fix that didn't install the -enum.h files
23351 2004-06-27 Wim Taymans <wim@fluendo.com>
23353 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23354 (gst_dvdec_change_state):
23355 * ext/dv/gstdvdec.h:
23356 Fix timestamp, duration and offset of the buffers.
23358 2004-06-27 Wim Taymans <wim@fluendo.com>
23360 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23361 (gst_multifdsink_class_init), (gst_multifdsink_add),
23362 (gst_multifdsink_remove), (gst_multifdsink_clear),
23363 (gst_multifdsink_client_remove),
23364 (gst_multifdsink_handle_client_read),
23365 (gst_multifdsink_client_queue_data),
23366 (gst_multifdsink_client_queue_caps),
23367 (gst_multifdsink_client_queue_buffer),
23368 (gst_multifdsink_handle_client_write),
23369 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23370 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23371 (gst_multifdsink_init_send), (gst_multifdsink_close):
23372 * gst/tcp/gstmultifdsink.h:
23373 * gst/tcp/gsttcpserversink.c:
23374 (gst_tcpserversink_handle_server_read),
23375 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23376 More multifdsink fixes, more recovery policy fixes.
23377 Removed stupid g_print
23379 2004-06-26 Wim Taymans <wim@fluendo.com>
23381 * gst/tcp/Makefile.am:
23382 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23383 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23384 (gst_multifdsink_class_init), (gst_multifdsink_init),
23385 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23386 (gst_multifdsink_handle_client_read),
23387 (gst_multifdsink_client_queue_data),
23388 (gst_multifdsink_client_queue_caps),
23389 (gst_multifdsink_client_queue_buffer),
23390 (gst_multifdsink_handle_client_write),
23391 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23392 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23393 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23394 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23395 (gst_multifdsink_close), (gst_multifdsink_change_state):
23396 * gst/tcp/gstmultifdsink.h:
23397 * gst/tcp/gsttcpplugin.c: (plugin_init):
23398 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23399 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23400 (gst_tcpserversink_handle_server_read),
23401 (gst_tcpserversink_handle_select),
23402 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23403 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23404 * gst/tcp/gsttcpserversink.h:
23405 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23406 one of the locks, added recovery policy to multifdsink.
23408 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23410 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23411 fix decision for when getting frames with same timestamp
23412 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23413 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23414 (gst_v4lsrc_get_property):
23415 * sys/v4l/gstv4lsrc.h:
23416 add latency offset property
23418 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23420 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23422 fix debugging. add category.
23424 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23426 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23429 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23431 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23432 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23433 (gst_alsa_src_change_state):
23434 return a time that is in sync with the element's processing
23436 2004-06-25 Wim Taymans <wim@fluendo.com>
23438 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23439 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23440 (gst_tcpserversink_client_remove),
23441 (gst_tcpserversink_handle_client_read),
23442 (gst_tcpserversink_client_queue_data),
23443 (gst_tcpserversink_client_queue_caps),
23444 (gst_tcpserversink_client_queue_buffer),
23445 (gst_tcpserversink_handle_client_write),
23446 (gst_tcpserversink_queue_buffer),
23447 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23448 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23449 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23450 (gst_tcpserversink_close):
23451 * gst/tcp/gsttcpserversink.h:
23452 Serversink rewrite. Really do non blocking writes to clients and
23453 maintain an internal queue to handle slower clients while not
23454 disturbing fast clients.
23456 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23458 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23459 better debug, don't override OFFSET and OFFSET_END
23461 2004-06-25 Iain <iain@prettypeople.org>
23463 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23464 name=source for the wavparse pipeline.
23466 2004-06-24 Johan Dahlin <johan@gnome.org>
23468 * ext/theora/theoraenc.c (theora_enc_chain): Call
23469 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23470 streamheader caps are set correctly.
23472 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23474 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23475 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23476 respect minimum bitrate; same could be done for max bitrate
23478 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23480 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23481 (gst_vorbisenc_setup):
23482 fix sample rate range
23484 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23486 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23487 (gst_oggvorbisenc_setup):
23488 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23489 (gst_vorbisenc_setup):
23490 resolve ambiguities in code and description
23492 2004-06-24 Wim Taymans <wim@fluendo.com>
23494 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23495 * ext/alsa/gstalsa.h:
23496 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23497 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23498 Use alsa trigger_tstamp to get the timestamp of the first
23499 sample in the buffer for more precise sync. Some cleanups.
23501 2004-06-24 Wim Taymans <wim@fluendo.com>
23503 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23504 (gst_audiorate_init), (gst_audiorate_chain),
23505 (gst_audiorate_set_property), (gst_audiorate_get_property):
23506 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23507 (gst_videorate_chain):
23508 Added some logging, fixed an overflow bug in videorate.
23510 2004-06-24 Benjamin Otte <otte@gnome.org>
23512 * ext/kio/Makefile.am:
23513 fix for builddir != srcdir and distcheck
23515 2004-06-24 Benjamin Otte <otte@gnome.org>
23517 * gst-libs/gst/colorbalance/Makefile.am:
23518 * gst-libs/gst/mixer/Makefile.am:
23519 * gst-libs/gst/play/Makefile.am:
23520 * gst-libs/gst/tuner/Makefile.am:
23521 * gst/tcp/Makefile.am:
23522 * sys/dxr3/Makefile.am:
23523 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23525 Also add all *.list files that were missing.
23527 add a distcheck hook to ensure the above doesn't happen again.
23529 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23531 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23533 2004-06-23 Colin Walters <walters@redhat.com>
23535 * m4/Makefile.am: Distribute gst-fionread.m4.
23537 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23539 * configure.ac: back to dev
23541 2004-06-23 Wim Taymans <wim@fluendo.com>
23543 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23544 (gst_alsa_xrun_recovery):
23545 * ext/alsa/gstalsa.h:
23546 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23547 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23548 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23549 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23550 (gst_alsa_src_loop):
23551 Add clock to alsasrc. Take new capture timestamp when
23552 restarting after an overrun. Split up some functions between
23553 alsasrc and alsasink.
23555 === release 0.8.2 ===
23557 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23559 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23560 (gst_alsa_change_state), (gst_alsa_update_avail),
23561 (gst_alsa_xrun_recovery):
23562 * ext/alsa/gstalsa.h:
23563 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23564 merge back changes from release
23566 2004-06-23 Wim Taymans <wim@fluendo.com>
23568 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23569 (gst_audiorate_init), (gst_audiorate_chain),
23570 (gst_audiorate_set_property), (gst_audiorate_get_property):
23571 Implement sample dropping and notify
23573 2004-06-22 Wim Taymans <wim@fluendo.com>
23575 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23576 (theora_enc_sink_link), (theora_buffer_from_packet),
23577 (theora_push_packet), (theora_enc_chain):
23578 Some cleanups, make sure the timestamps are correct.
23580 2004-06-22 Wim Taymans <wim@fluendo.com>
23582 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23583 (gst_alsa_change_state), (gst_alsa_update_avail),
23584 (gst_alsa_xrun_recovery):
23585 * ext/alsa/gstalsa.h:
23586 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23587 Cleanups, take queued samples into account when reporting
23590 2004-06-22 Wim Taymans <wim@fluendo.com>
23592 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23593 (gst_videorate_init):
23594 Initialize the property as well.
23596 2004-06-22 Wim Taymans <wim@fluendo.com>
23598 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23599 (gst_videorate_init), (gst_videorate_chain),
23600 (gst_videorate_set_property), (gst_videorate_get_property):
23601 Add property to make videorate silent.
23602 Add property to prefer new frames over old ones.
23604 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23606 * sys/osxvideo/Makefile.am:
23607 Workaround so that the osxvideo .so file gets linked with the
23608 Cocoa, OpenGL and QuickTime frameworks
23610 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23612 * sys/osxaudio/Makefile.am:
23613 Workaround so that the osxaudio .so file gets linked with the
23614 CoreAudio framework
23616 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23619 Whoops, my fault...fixed build issues
23621 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23624 Add objective-c support if running in Darwin/Mac OS X
23627 * sys/osxvideo/Makefile.am:
23628 * sys/osxvideo/osxvideosink.h:
23629 * sys/osxvideo/osxvideosink.m:
23630 * sys/osxvideo/cocoawindow.h:
23631 * sys/osxvideo/cocoawindow.m:
23632 Add osxvideosink, a cocoa-based osx video sink
23635 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
23636 * ext/dvdnav/gst-dvd:
23637 Grab the gconf key from the right spot
23638 * gst/debug/gstnavseek.c: (gst_navseek_init),
23639 (gst_navseek_segseek), (gst_navseek_handle_src_event),
23640 (gst_navseek_chain):
23641 * gst/debug/gstnavseek.h:
23642 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23643 and loop parameters of a segment seek.
23644 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23645 (gst_videotestsrc_get_event_masks),
23646 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23647 * gst/videotestsrc/gstvideotestsrc.h:
23648 Add seeking support to videotestsrc
23649 Initialise the timestamp_offset variable.
23651 2004-06-18 Wim Taymans <wim@fluendo.com>
23653 * ext/sidplay/gstsiddec.cc:
23654 Fix negotiation and set correct end offset.
23656 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
23658 * configure.ac: branch and prerelease
23660 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23662 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23663 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23664 (gst_tcpclientsrc_init_receive):
23665 * gst/tcp/gsttcpclientsrc.h:
23666 read caps when connecting to server for GDP so we set them correctly
23668 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23670 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23671 notify drops and duplicates
23672 * gst/videoscale/videoscale.c: (videoscale_get_structure):
23673 no good reason to limit ourselves to 100x100
23675 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23677 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23678 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23679 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23680 (gst_v4lsrc_get_property):
23681 * sys/v4l/gstv4lsrc.h:
23682 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23683 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23684 (gst_v4l_set_audio):
23685 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23686 (gst_v4lsrc_try_capture):
23687 * sys/v4l/v4lsrc_calls.h:
23688 change try_palette to more general try_capture
23689 add autoprobe option so we can turn off autoprobing
23692 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23696 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23697 (gst_ximagesink_class_init):
23698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23699 (gst_xvimagesink_class_init):
23700 run them as finalize, not dispose, since dispose can be invoked
23703 2004-06-17 Wim Taymans <wim@fluendo.com>
23705 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23706 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23707 * ext/alsa/gstalsa.h:
23708 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23709 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23710 (gst_alsa_src_change_state):
23711 * ext/alsa/gstalsasrc.h:
23712 Make the xrun code timestamp and offset the buffers correctly.
23713 moved the clock to the base class, use alsa methods to get time.
23714 Do correct timestamping on outgoing buffers.
23716 2004-06-17 Wim Taymans <wim@fluendo.com>
23718 * gst/audiorate/Makefile.am:
23719 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23720 (gst_audiorate_base_init), (gst_audiorate_class_init),
23721 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23722 (gst_audiorate_set_property), (gst_audiorate_get_property),
23723 (gst_audiorate_change_state), (plugin_init):
23724 Added an audiorate converter that fills in gaps.
23726 2004-06-17 Johan Dahlin <johan@gnome.org>
23728 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23730 2004-06-16 Wim Taymans <wim@fluendo.com>
23732 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23733 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23734 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23735 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23736 (gst_v4lsrc_get_property):
23737 * sys/v4l/gstv4lsrc.h:
23738 Added a copy mode to v4lsrc where it will output a copied version
23739 of its internal hardware buffer.
23740 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23743 2004-06-16 Wim Taymans <wim@fluendo.com>
23745 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23748 2004-06-16 Wim Taymans <wim@fluendo.com>
23750 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23751 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23752 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23753 (gst_v4lsrc_get_property):
23754 * sys/v4l/gstv4lsrc.h:
23755 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23756 Added a sync mode enum property to control v4lsrc timestamp method
23757 Removed the use-fixed-fps property and moved functionality in
23759 Don't error on an error value from v4l-conf, it might not always
23762 2004-06-16 Wim Taymans <wim@fluendo.com>
23764 * gst/videorate/Makefile.am:
23765 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23766 (gst_videorate_base_init), (gst_videorate_class_init),
23767 (gst_videorate_getcaps), (gst_videorate_link),
23768 (gst_videorate_init), (gst_videorate_chain),
23769 (gst_videorate_set_property), (gst_videorate_get_property),
23770 (gst_videorate_change_state), (plugin_init):
23771 Added a video timestamp corrector.
23773 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23775 fixed a potential leak with previous commit
23777 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23779 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23781 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23782 Added missing refcount, fixes bug #144425
23783 Cheers Tim for finding the bug
23785 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
23787 * sys/v4l/gstv4l.c: (plugin_init):
23788 * sys/v4l/gstv4lcolorbalance.c:
23789 * sys/v4l/gstv4lcolorbalance.h:
23790 * sys/v4l/gstv4lelement.c:
23791 * sys/v4l/gstv4lelement.h:
23792 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23793 * sys/v4l/gstv4lmjpegsink.h:
23794 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23795 * sys/v4l/gstv4lmjpegsrc.h:
23796 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23797 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23798 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23799 * sys/v4l/gstv4lsrc.h:
23800 * sys/v4l/gstv4ltuner.c:
23801 * sys/v4l/gstv4ltuner.h:
23802 * sys/v4l/gstv4lxoverlay.c:
23803 * sys/v4l/gstv4lxoverlay.h:
23804 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23805 (gst_v4l_set_window), (gst_v4l_enable_overlay):
23806 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23807 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23808 (gst_v4l_set_audio):
23809 * sys/v4l/v4l_calls.h:
23810 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23811 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23812 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23813 (gst_v4lmjpegsink_playback_init),
23814 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23815 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23816 (gst_v4lmjpegsink_playback_stop),
23817 (gst_v4lmjpegsink_playback_deinit):
23818 * sys/v4l/v4lmjpegsink_calls.h:
23819 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23820 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23821 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23822 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23823 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23824 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23825 * sys/v4l/v4lmjpegsrc_calls.h:
23826 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23827 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23828 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23829 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23830 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23831 (gst_v4lsrc_try_palette):
23832 * sys/v4l/v4lsrc_calls.h:
23833 bunch of paranoia cleanups
23835 2004-06-14 David Schleef <ds@schleef.org>
23837 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23838 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23839 Send discont events and change timestamps appropriately when
23840 we get a seek event. (bug #144240)
23841 * ext/cdparanoia/gstcdparanoia.h:
23843 2004-06-14 Benjamin Otte <otte@gnome.org>
23845 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23846 snd_pcm_hw_params_set_rate since the latter fails for no good
23847 reason on some setups.
23849 2004-06-14 David Schleef <ds@schleef.org>
23851 * gst/volume/demo.c: (value_changed_callback): exp10() is not
23852 standard. Thank you for playing.
23854 2004-06-14 Wim Taymans <wim@fluendo.com>
23856 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23857 Patch 1.3 broke the ordering of the colorspace info and
23858 made the plugin basically work by coincidence, reordered
23861 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
23863 * ext/lame/gstlame.c:
23864 * ext/mad/gstmad.c:
23865 sync caps. Make sure mad can only output a list of rates, not
23866 a full range. In the future, have three caps lists for each of the
23867 mpeg versions. Change mpegversion to a double as well.
23869 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
23871 * gst/volume/.cvsignore:
23872 * gst/volume/Makefile.am:
23873 * gst/volume/demo.c: (value_changed_callback), (idler),
23874 (setup_gui), (main):
23875 added small demo app
23877 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
23878 * ext/esd/esdsink.c: (gst_esdsink_change_state):
23879 * ext/esd/esdsink.h:
23880 Close the esd connection on pause, because esd will just wait -
23881 blocking all other esd clients indefinitely.
23883 2004-06-12 Christophe Fergeau <teuf@gnome.org>
23885 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23886 previous commit with GST_DEBUG
23888 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
23891 add a header check for a dvdread header in dvdnav. Fixes #133002
23893 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23895 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23896 * gst/tcp/gsttcpclientsink.h:
23897 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23898 * gst/tcp/gsttcpclientsrc.h:
23899 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23900 (gst_tcpserversink_handle_server_read),
23901 (gst_tcpserversink_init_send):
23902 * gst/tcp/gsttcpserversink.h:
23903 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23904 * gst/tcp/gsttcpserversrc.h:
23905 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23908 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23911 Added ogg library so that OSX detects libtheora properly
23913 2004-06-11 Wim Taymans <wim@fluendo.com>
23915 * ext/theora/theoradec.c: (theora_dec_chain),
23916 (theora_dec_change_state):
23917 Don't try to decode frames before we received a keyframe.
23919 2004-06-11 Wim Taymans <wim@fluendo.com>
23921 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23922 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23923 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23924 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23925 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23926 Added property to set the maximum delay of a page.
23928 2004-06-10 Wim Taymans <wim@fluendo.com>
23930 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23931 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23932 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23933 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23934 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23935 Added max-delay property to control the maximum amount
23936 of data to put in one page.
23938 2004-06-10 Wim Taymans <wim@fluendo.com>
23940 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23941 (gst_theora_enc_init), (theora_enc_sink_link),
23942 (theora_buffer_from_packet), (theora_enc_set_property),
23943 (theora_enc_get_property):
23944 Set duration on encoded buffer, added some more properties
23946 2004-06-10 Wim Taymans <wim@fluendo.com>
23948 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23949 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23950 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23951 * ext/theora/theoraenc.c: (theora_enc_chain):
23952 Fix refcounting bugs
23954 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
23956 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23957 (gst_asf_demux_loop), (gst_asf_demux_process_file),
23958 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23959 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23960 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23961 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23962 (gst_asf_demux_change_state):
23963 * gst/asfdemux/gstasfdemux.h:
23964 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23965 feels like. I think we should set a new requirement for demuxers
23966 from now on to implement sane loop functions, data loops, query
23967 and seek functions before first commit into CVS. And this commit
23968 fixes all of the above.
23970 2004-06-10 Christophe Fergeau <teuf@gnome.org>
23972 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23973 vorbis comments are properly encoded in UTF-8 before adding them
23976 2004-06-09 Benjamin Otte <otte@gnome.org>
23978 * ext/alsa/gstalsa.c: (add_channels):
23979 handle min <= max correctly
23980 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23981 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23982 add fixation functions so we fixate correctly. No preferring of alaw
23983 anymore because it's the first structure.
23984 * ext/alsa/gstalsa.h:
23985 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23986 (gst_alsa_hw_params_dump):
23987 add functions to ease debugging in alsalib
23988 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23989 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23990 (gst_alsa_start_audio):
23991 only specify hw params if we really setup a format (fixes #134007 -
23992 or at least works around it)
23994 2004-06-09 Wim Taymans <wim@fluendo.com>
23996 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23997 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23998 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23999 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24000 (gst_ogg_mux_loop):
24001 Use stream caps to setup the initial pages in the ogg stream.
24002 Correctly set the streamheader caps on the srcpad.
24004 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24006 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24007 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24008 (gst_v4lsrc_getcaps):
24009 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24010 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24011 add querying of fps lists for webcams. Negotiating to a framerate
24014 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24016 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24017 (theora_push_buffer), (theora_push_packet),
24018 (theora_set_header_on_caps), (theora_enc_chain):
24019 mark buffers and put on streamheader, raw theora streaming
24020 now works too, whee
24022 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24024 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24025 (gst_tcp_gdp_read_caps):
24026 do a looping read for caps and GDP headers too
24028 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24030 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24031 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24032 return EOS instead of NULL in _get
24034 2004-06-08 Wim Taymans <wim@fluendo.com>
24036 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24037 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24038 (gst_tcp_gdp_write_caps):
24039 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24040 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24041 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24044 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24046 * ext/vorbis/Makefile.am:
24047 * ext/vorbis/vorbis.c: (plugin_init):
24048 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24049 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24050 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24051 (vorbis_parse_change_state):
24052 * ext/vorbis/vorbisparse.h:
24053 adding a vorbisparse element that marks the buffers, streaming
24054 raw vorbis using GDP now works, whee
24056 2004-06-08 Wim Taymans <wim@fluendo.com>
24058 * ext/jpeg/Makefile.am:
24060 * ext/jpeg/gstjpeg.c: (plugin_init):
24061 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24062 (gst_smokedec_base_init), (gst_smokedec_class_init),
24063 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24064 * ext/jpeg/gstsmokedec.h:
24065 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24066 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24067 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24068 (gst_smokeenc_resync), (gst_smokeenc_chain),
24069 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24070 * ext/jpeg/gstsmokeenc.h:
24071 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24072 (smokecodec_flush_destination), (smokecodec_term_destination),
24073 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24074 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24075 (smokecodec_term_source), (smokecodec_encode_new),
24076 (smokecodec_decode_new), (smokecodec_info_free),
24077 (smokecodec_set_quality), (smokecodec_get_quality),
24078 (smokecodec_set_threshold), (smokecodec_get_threshold),
24079 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24080 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24081 (smokecodec_parse_header), (smokecodec_decode):
24082 * ext/jpeg/smokecodec.h:
24083 Added a new simple jpeg based codec
24085 2004-06-08 Wim Taymans <wim@fluendo.com>
24087 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24088 (gst_multipart_mux_loop):
24091 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24093 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24094 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24095 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24096 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24097 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24098 * gst/tcp/gsttcpserversink.h:
24099 take streamheader into account
24101 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24103 * gst/level/Makefile.am:
24104 * gst/level/gstlevel.c: (gst_level_class_init):
24105 clean up marshal generation
24107 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24109 * gst/tcp/Makefile.am:
24110 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24111 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24112 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24113 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24114 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24115 (gst_tcpclientsrc_get_property):
24116 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24117 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24118 (gst_tcpserversink_handle_client_read),
24119 (gst_tcpserversink_handle_client_write),
24120 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24121 * gst/tcp/gsttcpserversink.h:
24122 add signals client-added and client-removed
24123 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24124 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24125 (gst_tcpserversrc_get_property):
24126 uniformized, change default protocol to NONE
24127 * gst/tcp/gsttcp-marshal.list: added
24128 2004-06-07 Benjamin Otte <otte@gnome.org>
24130 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24131 handle discont events if they happen before caps nego
24133 2004-06-07 Wim Taymans <wim@fluendo.com>
24135 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24136 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24137 (gst_multipart_demux_plugin_init):
24138 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24139 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24140 (gst_multipart_mux_change_state):
24141 Small updates, fix a memleak
24143 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24145 * configure.ac: OSS portability
24146 * ext/arts/gst_arts.c: idem
24147 * sys/oss/gstosselement.c: idem
24148 * sys/oss/gstossmixer.c: idem
24149 * sys/oss/gstosssink.c: idem
24150 * sys/oss/gstosssrc.c: idem
24151 * sys/oss/oss_probe.c: idem
24152 - check for soundcard.h in different places for some BSD
24154 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24157 Add me to the authors file
24159 Increase the libdv requirement to >= version 0.100
24160 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24161 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24162 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24163 * ext/dv/gstdvdec.h:
24164 Add support for the new_media flag when sending DISCONT events
24165 Make the querying work when video pad is not linked
24167 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24169 reviewed by Benjamin Otte <otte@gnome.org>
24171 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24172 create a NULL-initialized array of pads, so we don't think they
24173 exist already. (fixes #143130)
24175 2004-06-07 Benjamin Otte <otte@gnome.org>
24177 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24178 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24179 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24180 don't use // coments
24182 2004-06-07 Benjamin Otte <otte@gnome.org>
24184 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24185 cast to GstClockTime to get higher granularity
24186 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24187 use gst_element_set_time_delay to get the exact time
24188 * ext/mad/gstmad.c: (gst_mad_chain):
24189 use the negotiated rate instead of the current frame's rate which
24190 might be wrong because of bit errors. This avoids emitting totally
24191 bogus timestamps and screwing sync.
24194 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24196 reviewed by Benjamin Otte <otte@gnome.org>
24198 * gst/adder/gstadder.c: (gst_adder_loop):
24199 properly error out when no negotiation has happened yet. (fixes
24202 2004-06-06 Benjamin Otte <otte@gnome.org>
24204 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24205 forward correctly transformed offset in discont events. Based on
24206 patch by Arwed v. Merkatz. (fixes #142851)
24208 2004-06-06 David Schleef <ds@schleef.org>
24210 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24211 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24212 problems on several systems.
24214 2004-06-06 Benjamin Otte <otte@gnome.org>
24216 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24217 use explicit caps on the srcpad
24218 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24219 properly error out if caps couldn't be set (fixes #142764)
24221 2004-06-06 Benjamin Otte <otte@gnome.org>
24223 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24224 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24225 (gst_alsa_start_audio):
24226 - don't call set_periods_integer anymore, it breaks the
24227 configuration randomly
24228 - call snd_pcm_hw_params_set_access directly instead of using masks
24229 - don't fail if the sw_params can't be set, just use the default
24230 params and hope it works. Alsalib has weird issues when you touch
24231 sw_params and does no proper error reporting about what failed.
24232 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24233 (gst_alsa_close_audio):
24234 make our alsa debugging go via gst debugging and not conditionally
24236 * ext/alsa/gstalsa.h:
24237 add ALSA_DEBUG_FLUSH macro
24238 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24240 wrap alsa errors to be printed via the gst debugging system and not
24243 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24245 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24246 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24247 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24248 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24249 (qtdemux_parse_trak):
24250 * gst/qtdemux/qtdemux.h:
24251 Bitch. Also known as seeking, querying & co.
24252 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24253 (gst_osssink_change_state):
24254 * sys/oss/gstosssink.h:
24255 Resyncing is for weenies, this hack is no longer needed and was
24256 broken anyway (since it - unintendedly - always leaves resync to
24259 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24261 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24262 * gst/tcp/gsttcpclientsrc.h: idem
24263 - define MSG_NOSIGNAL if not done
24264 - include unistd.h for off_t
24267 2004-06-05 Benjamin Otte <otte@gnome.org>
24270 * ext/kio/Makefile.am:
24271 check for qt's moc preprocessor explicitly and use it
24273 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24275 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24276 don't get a signal for EPIPE on socket writes
24277 (somebody check if this works on other platforms)
24279 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24281 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24282 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24283 check error condition on available samples correctly
24285 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24287 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24289 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24290 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24291 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24292 (gst_tcpserversrc_gdp_read_header):
24293 use ssize_t over size_t since the former is signed and thus the
24294 check for error codes can work
24296 2004-06-02 Wim Taymans <wim@fluendo.com>
24300 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24301 (gst_multipart_mux_loop):
24304 2004-06-02 Wim Taymans <wim@fluendo.com>
24306 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24307 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24308 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24309 (gst_multipart_mux_change_state):
24310 Added configurable boundary specifier, added the value as a
24311 caps field as well.
24313 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24315 * gst/tcp/gsttcp.c:
24316 * gst/tcp/gsttcpclientsrc.c:
24317 * gst/tcp/gsttcpclientsrc.h:
24318 * gst/tcp/gsttcpserversrc.c:
24319 - portability fix, to compile on OSX
24322 * sys/osxaudio/gstosxaudioelement.c:
24323 * sys/osxaudio/gstosxaudiosink.c:
24324 * sys/osxaudio/gstosxaudiosrc.c:
24325 - compilation warnings on OSX
24328 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24330 * ext/vorbis/vorbisdec.c : sign warning fixes
24332 * gst-libs/gst/mixer/mixertrack.c :
24333 do no use defines which are glib 2.4 specific
24335 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24337 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24338 buffer since libflac doesn't expect it (reports a sync error when
24339 it encounters that)
24342 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24344 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24345 * gst-libs/gst/mixer/mixertrack.c:
24346 (gst_mixer_track_get_property), (get_mixer_track_init),
24347 (get_mixer_track_get_property): Added property accessors
24348 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24349 * gst-libs/gst/mixer/mixeroptions.c:
24350 (gst_mixer_options_get_values): Added
24351 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24352 * gst-libs/gst/mixer/mixer.c: Fixed comment
24355 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24357 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24358 improve error messages on open
24361 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24363 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24364 check if v4l-conf is in path
24366 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24368 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24369 change assert to a more readable error message
24371 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24373 * gst-libs/gst/tuner/tunerchannel.h:
24374 - add a freq_multiplicator field to make the conversion
24375 between internal frequency unit and Hz
24376 * sys/v4l/gstv4lelement.c:
24377 * sys/v4l2/gstv4l2element.c:
24378 - change default video device to /dev/video0
24379 * sys/v4l/v4l_calls.c:
24380 * sys/v4l2/v4l2_calls.c:
24381 - we only expose frequency to the user in Hz instead of
24382 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24384 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24385 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24386 Initialise b_o_s and e_o_s variables
24387 * gst-libs/gst/riff/riff-media.c:
24388 (gst_riff_create_video_caps_with_data):
24389 Add some unusual fourcc's from mplayer avi's
24390 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24391 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24394 2004-05-28 Wim Taymans <wim@fluendo.com>
24397 * gst/alpha/Makefile.am:
24398 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24399 (gst_alpha_get_type), (gst_alpha_base_init),
24400 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24401 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24402 (gst_alpha_chroma_key), (gst_alpha_chain),
24403 (gst_alpha_change_state), (plugin_init):
24404 A plugin to add an alpha channel to I420 video. Can optionally do
24406 * gst/multipart/Makefile.am:
24407 * gst/multipart/multipart.c: (plugin_init):
24408 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24409 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24410 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24411 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24412 (gst_multipart_demux_change_state),
24413 (gst_multipart_demux_plugin_init):
24414 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24415 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24416 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24417 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24418 (gst_multipart_mux_pad_unlink),
24419 (gst_multipart_mux_request_new_pad),
24420 (gst_multipart_mux_handle_src_event),
24421 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24422 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24423 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24424 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24425 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24426 send multipart jpeg images to a browser.
24427 * gst/videobox/Makefile.am:
24428 * gst/videobox/README:
24429 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24430 (gst_video_box_get_type), (gst_video_box_base_init),
24431 (gst_video_box_class_init), (gst_video_box_init),
24432 (gst_video_box_set_property), (gst_video_box_get_property),
24433 (gst_video_box_sink_link), (gst_video_box_i420),
24434 (gst_video_box_ayuv), (gst_video_box_chain),
24435 (gst_video_box_change_state), (plugin_init):
24436 Crops or adds borders around an image. can do alpha channel
24438 * gst/videomixer/Makefile.am:
24439 * gst/videomixer/README:
24440 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24441 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24442 (gst_videomixer_pad_get_sink_event_masks),
24443 (gst_videomixer_pad_get_property),
24444 (gst_videomixer_pad_set_property),
24445 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24446 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24447 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24448 (gst_videomixer_base_init), (gst_videomixer_class_init),
24449 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24450 (gst_videomixer_handle_src_event),
24451 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24452 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24453 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24454 (gst_videomixer_loop), (gst_videomixer_get_property),
24455 (gst_videomixer_set_property), (gst_videomixer_change_state),
24457 Generic video mixer plugin, can handle multiple inputs all with
24458 different framerates and video sizes. Is fully alpha channel
24461 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24463 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24464 Select first track as master track. Not sure how else to handle
24466 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24467 Discard discont events. Should fix #142962.
24469 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24471 * ext/alsa/Makefile.am:
24472 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24473 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24474 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24475 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24476 (gst_alsa_mixer_get_option):
24477 * ext/alsa/gstalsamixer.h:
24478 * ext/alsa/gstalsamixeroptions.c:
24479 (gst_alsa_mixer_options_get_type),
24480 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24481 (gst_alsa_mixer_options_new):
24482 * ext/alsa/gstalsamixeroptions.h:
24483 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24484 * ext/alsa/gstalsamixertrack.h:
24485 Add enumerations (as GstMixerOptions). Make correct distinction
24486 between input/output tracks. Add capture/playback private flag.
24487 Use flag to decide on whether to set capture or playback volumes
24488 or switches. Use playback and record switches.
24489 * gst-libs/gst/mixer/Makefile.am:
24490 * gst-libs/gst/mixer/mixer-marshal.list:
24491 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24492 (gst_mixer_set_option), (gst_mixer_get_option),
24493 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24494 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24495 * gst-libs/gst/mixer/mixer.h:
24496 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24497 (gst_mixer_options_class_init), (gst_mixer_options_init),
24498 (gst_mixer_options_dispose):
24499 * gst-libs/gst/mixer/mixeroptions.h:
24500 Add GstMixerOptions.
24501 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24502 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24503 broken device detection on computers with multiple OSS sound
24506 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24508 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24509 fixate nicely even when the peer is not negotiating
24511 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24513 * gst/audioconvert/gstaudioconvert.c:
24514 (gst_audio_convert_parse_caps):
24515 make sure we don't allow depth > width
24516 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24517 fixate endianness to G_BYTE_ORDER as default
24518 * gst/audioscale/gstaudioscale.c:
24519 we don't handle another endianness as host-endianness
24521 2004-05-25 David Schleef <ds@schleef.org>
24523 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24525 2004-05-24 Benjamin Otte <otte@gnome.org>
24527 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24528 (gst_oggvorbisenc_setup):
24529 properly fail when we can't setup the vorbis encoder due to
24530 unsupported settings
24531 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24532 (gst_vorbisenc_setup):
24534 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24535 fix case where warnings occured when one pad was unlinked while the
24536 other's link function was called
24538 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24540 * gst/tcp/Makefile.am:
24543 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24545 * gst-libs/gst/resample/private.h:
24546 don't use optimizations that are #if 0'ed
24548 2004-05-24 Wim Taymans <wim@fluendo.com>
24550 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24551 Fix potential division by zero error and hopefully get
24552 the position query right to get correct timestamps on avi
24555 2004-05-24 Wim Taymans <wim@fluendo.com>
24557 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24558 (gst_videoscale_scale_nearest_str2),
24559 (gst_videoscale_scale_nearest_str4),
24560 (gst_videoscale_scale_nearest_32bit),
24561 (gst_videoscale_scale_nearest_24bit),
24562 (gst_videoscale_scale_nearest_16bit):
24563 Fix the scaling algorithm and avoid a buffer overflow.
24564 removed the while loop in the scaling function as it
24565 was used for point sampling only.
24567 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24569 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24570 (gst_id3_tag_class_init), (gst_id3_tag_init),
24571 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24572 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24573 (gst_id3_tag_send_tag_event):
24574 lots of fixes to make id3mux work and id3demux work correctly
24576 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24579 add rules to build shout2send (was removed by accident
24580 when this module was no more marked experimental/broken)
24582 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24584 * ext/shout2/gstshout2.c:
24585 * ext/shout2/gstshout2.h:
24586 adding a "connection problem" signal to shout2send
24589 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24591 * ext/kio/kioreceiver.cpp:
24592 * ext/kio/kioreceiver.h:
24593 fix sign comparison issues
24595 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24597 * gst/cdxaparse/gstcdxaparse.c:
24598 * gst/cdxaparse/gstcdxaparse.h:
24600 add some checks/sanity
24601 prepare for seek addition
24603 * sys/sunaudio/gstsunaudio.c:
24604 remove exported dupe init function
24606 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24608 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24609 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24610 Fix format conversion and position querying.
24611 * gst/debug/progressreport.c: (gst_progressreport_report):
24612 Don't output a bogus total value that we didn't query.
24613 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24614 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24615 only a blank window after xine has been used.
24617 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24620 sync with upstream version to fix test on FC2
24621 readd with -ko to preserve Id header
24623 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24626 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24627 * gst/tcp/gsttcpclientsrc.c: idem
24628 * gst/tcp/gsttcpserversink.c: idem
24629 * gst/tcp/gsttcpserversrc.c: idem
24630 * m4/gst-fionread.m4: idem
24632 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24634 * configure.ac: enable speex plugin for speex 1.1.5+
24635 * ext/speex/gstspeexenc.c: fix cast warning
24637 * ext/esd/README: fix typo
24639 2004-05-20 David Schleef <ds@schleef.org>
24641 * configure.ac: Minor cosmetic change to convince the buildbot to
24643 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24644 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24645 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24646 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24647 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24648 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24649 More hacking. Plays audio now.
24651 2004-05-20 David Schleef <ds@schleef.org>
24656 2004-05-20 David Schleef <ds@schleef.org>
24658 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
24659 * sys/osxaudio/gstosxaudio.c:
24660 * sys/osxaudio/gstosxaudioelement.c:
24661 * sys/osxaudio/gstosxaudioelement.h:
24662 * sys/osxaudio/gstosxaudiosink.c:
24663 * sys/osxaudio/gstosxaudiosink.h:
24664 * sys/osxaudio/gstosxaudiosrc.c:
24665 * sys/osxaudio/gstosxaudiosrc.h:
24667 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24669 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24670 (gst_vorbisenc_chain):
24671 put the codec headers on the caps as streamheader as well as
24674 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24676 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24677 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24678 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24679 split up push_packet into two functions
24681 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24683 * gst/tcp/.cvsignore:
24685 * gst/tcp/Makefile.am:
24687 * gst/tcp/gsttcp.c:
24688 * gst/tcp/gsttcp.h:
24689 * gst/tcp/gsttcpclientsink.c:
24690 * gst/tcp/gsttcpclientsink.h:
24691 * gst/tcp/gsttcpclientsrc.c:
24692 * gst/tcp/gsttcpclientsrc.h:
24693 * gst/tcp/gsttcpplugin.c:
24694 * gst/tcp/gsttcpserversink.c:
24695 * gst/tcp/gsttcpserversink.h:
24696 * gst/tcp/gsttcpserversrc.c:
24697 * gst/tcp/gsttcpserversrc.h:
24698 add new tcp elements
24700 2004-05-19 Wim Taymans <wim@fluendo.com>
24702 * gst/law/mulaw-conversion.c: (mulaw_encode):
24703 Fix overflow bug in ulaw encoding.
24705 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24707 * ext/mad/gstmad.c: (gst_mad_handle_event):
24708 don't unref the event twice
24710 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24713 remove -Wno-sign-compare
24715 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24718 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24719 if you want to work against glib 2.2 and 2.4
24721 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
24723 * gst/tcp/Makefile.am:
24724 * gst/tcp/gsttcp.c:
24725 * gst/tcp/gsttcp.h:
24726 * gst/tcp/gsttcpsink.h:
24727 * gst/tcp/gsttcpsrc.h:
24728 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24730 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24732 * gst/debug/tests.c: (md5_get_value):
24733 fix segfault on gst-inspect
24735 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24737 * gst/debug/testplugin.c:
24738 * gst/debug/tests.c:
24739 * gst/debug/tests.h:
24740 add new extensible and configurable testing element. Current tests
24741 include buffer count, stream length, timestamp/duration matching and
24743 * gst/debug/Makefile.am:
24744 * gst/debug/gstdebug.c: (plugin_init):
24745 add infrastructure for new element
24747 2004-05-19 Johan Dahlin <johan@gnome.org>
24749 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24750 ending of the array. Fixes gst-inspect segfault on ppc.
24752 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24754 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24756 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24758 2004-05-18 David Schleef <ds@schleef.org>
24760 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24761 warnings (bugs, actually) noticed by gcc but not forte.
24763 2004-05-18 David Schleef <ds@schleef.org>
24765 * sys/sunaudio/Makefile.am:
24766 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24768 2004-05-18 David Schleef <ds@schleef.org>
24770 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24771 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
24772 to allow qtdemux to use non-seekable streams. (bug #142272)
24774 2004-05-18 David Schleef <ds@schleef.org>
24776 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24777 (gst_resample_sinc_ft_float): Remove use of static temporary
24778 buffer. This code was obviously not supposed to last long, but
24779 it's stuck in our ABI, so it required a little hack to make it
24780 ABI-compatible. Fixes #142585.
24781 * gst-libs/gst/resample/resample.h: same.
24783 2004-05-18 David Schleef <ds@schleef.org>
24785 * configure.ac: Add sunaudio
24786 * examples/Makefile.am: make gstplay depend on gconf
24787 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24788 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24789 (convert_table_lookup), (img_convert): remove c99-isms
24790 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24791 unsigned, to fix a warning on Solaris
24792 * gst/mpeg1sys/systems.c: bcopy->memcpy
24793 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24794 * sys/Makefile.am: Add sunaudio
24796 2004-05-18 Wim Taymans <wim@fluendo.com>
24798 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24799 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24800 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24801 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24802 (gst_ogg_mux_loop):
24803 Fix an ugly memleak where the muxer didn't flush enough ogg
24804 pages. This also resulted in badly muxed ogg files.
24806 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24808 * gst/asfdemux/asfheaders.c :
24809 * gst/asfdemux/asfheaders.h :
24810 * gst/asfdemux/gstasfdemux.c :
24811 - fix ASF_OBJ_PADDING guid
24812 - add 3 new object guids (language list, metadata,
24813 extended stream properties)
24814 - add a function to parse extended header objects
24816 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
24818 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24819 remove leftover debugging g_print
24821 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
24823 * ext/mad/gstmad.c: (gst_mad_handle_event):
24824 Fix for when the first format in a discont event is not a
24825 byte-based one. Should fix #137710.
24827 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24829 * m4/a52.m4 : fix compilation with -Wall -Werror
24830 * m4/libfame.m4 : idem
24831 * m4/libmikmod.m4 : idem
24833 2004-05-17 Benjamin Otte <otte@gnome.org>
24835 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24836 signal the new tags before giving up the reference
24838 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
24840 * ext/shout2/gstshout2.c:
24841 use application/ogg instead of application/x-ogg (patch by Patrick
24842 Guimond, fixes #142432)
24843 * sys/oss/gstosselement.c: (gst_osselement_reset),
24844 (gst_osselement_sync_parms):
24845 don't set fragment size unless specified (fixes #142493)
24847 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24849 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24852 2004-05-17 Benjamin Otte <otte@gnome.org>
24854 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24855 compute offsets correctly for internal buffers so timestamps are set
24856 correctly when we can't seek. Also handle cases where there are no
24857 offsets. (based on a patch by David Moore, fixes #142507)
24859 2004-05-17 Benjamin Otte <otte@gnome.org>
24861 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24862 use correct variable when determining amount of data to skip so we
24863 don't skip into the void and segfault
24865 2004-05-16 Benjamin Otte <otte@gnome.org>
24867 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24870 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24872 * gst/asfdemux/gstasfdemux.c:
24873 - fix a mem leak and always propagate tags
24874 - add WMV3 to known video codecs (but no decoder yet)
24875 - replace "surplus data" at end of audio header for what
24876 it is : codec specific data
24879 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
24881 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24883 * gst-libs/gst/audio/audioclock.c:
24884 Fix wrong return type (#142205).
24886 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24888 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24889 Ignore CRCs by default (fixes #142566).
24891 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24893 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24894 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24895 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24896 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24897 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24898 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24899 Fix for cases where we fail to attach to a mixer.
24901 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24903 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24904 Don't touch events after not owning them anymore.
24905 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24906 (gst_wavparse_fmt), (gst_wavparse_other),
24907 (gst_wavparse_handle_seek), (gst_wavparse_loop),
24908 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24909 (gst_wavparse_srcpad_event):
24910 * gst/wavparse/gstwavparse.h:
24911 Add seeking, fix querying.
24913 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24915 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24916 - process comments even if they don't end with \0\0
24917 g_convert would ignore them if present and works well without them
24919 2004-05-16 Benjamin Otte <otte@gnome.org>
24921 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24924 2004-05-16 Benjamin Otte <otte@gnome.org>
24926 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24927 don't write to memory we might not write to - g_convert does that
24928 for us anyway (fixes #142613)
24929 (gst_asf_demux_audio_caps):
24930 comment out gst_util_dump_mem
24932 2004-05-16 Benjamin Otte <otte@gnome.org>
24934 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24935 compute correct expected timestamps after seek (broken since
24937 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24938 rename element and debugging category to gdkpixbufscale
24940 2004-05-16 Benjamin Otte <otte@gnome.org>
24942 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24943 add error checking to snd_pcm_delay and remove duplicate call to
24944 snd_pcm_delay that caused issues (see inline code comments)
24945 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24946 make more readable and fix return value when snd_pcm_delay fails
24949 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
24950 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24951 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24952 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24953 (gst_pixbufscale_link), (gst_pixbufscale_init),
24954 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24955 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24956 (gst_pixbufscale_get_property), (pixbufscale_init):
24957 * ext/gdk_pixbuf/pixbufscale.h:
24958 Add these files I forgot earlier
24960 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
24961 * ext/gdk_pixbuf/Makefile.am:
24962 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24963 * ext/gdk_pixbuf/gstgdkpixbuf.h:
24964 Add new pixbufscale element to scale RGB video
24965 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24966 and HYPER interpolation correctly.
24967 * ext/theora/theoraenc.c: (theora_enc_chain),
24968 Discard buffer and return if explicit caps could not be set
24969 (theora_enc_get_property):
24970 Make _get return kbps for the bitrate consistent with
24974 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
24976 * ext/libvisual/visual.c: (gst_visual_chain):
24977 add missing visual_audio_analyze
24979 2004-05-14 David Schleef <ds@schleef.org>
24981 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24982 is killed while we're playing.
24983 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24984 gst_element_no_more_pads().
24986 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24988 * gst-libs/gst/riff/riff-read.c :
24989 - fix INFO tag extraction in RIFF/AVI files
24990 because gst_event_unref (event) also freed taglist
24993 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24995 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24996 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24998 * gst/auparse/gstauparse.c :
24999 - add code (commented for now) to support audio/x-adpcm on src pad
25000 (we have no decoder for those layout yet)
25002 * gst/cdxaparse/gstcdxaparse.c :
25003 * gst/cdxaparse/gstcdxaparse.h :
25004 - partial rewrite using RiffRead (ripped iain's wavparse code)
25006 * gst/rtp/gstrtpL16enc.c : typo
25007 * gst/rtp/gstrtpgsmenc.c : typo
25009 2004-05-13 Benjamin Otte <otte@gnome.org>
25012 check for exact version of libvisual, it's not supposed to be
25015 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25017 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25018 signal no-more-pads
25020 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25022 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25023 Report which format was used for GST_FORMAT_DEFAULT
25024 * gst/debug/Makefile.am:
25025 * gst/debug/gstdebug.c: (plugin_init):
25026 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25027 (gst_progressreport_class_init), (gst_progressreport_init),
25028 (gst_progressreport_report), (gst_progressreport_set_property),
25029 (gst_progressreport_get_property), (gst_progressreport_chain),
25030 (gst_progressreport_plugin_init):
25031 Add progressreport element for testing.
25033 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25035 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25036 * sys/v4l/gstv4lsrc.h:
25037 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25038 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25039 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25040 (gst_v4lsrc_grab_frame):
25042 send a discont at start
25044 2004-05-12 Colin Walters <walters@redhat.com>
25046 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25047 inflooping if we can't find a chunk. Or in other words, don't blow
25048 chunks if we don't have a chunk to blow.
25050 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25051 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25052 Remove old debug output
25053 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25054 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25055 (gst_dvdec_set_property), (gst_dvdec_get_property):
25056 Change the quality setting to an enum, so it works from gst-launch
25057 Don't renegotiate a non-linked pad. Allows audio only decoding.
25058 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25059 (gst_deinterlace_link), (gst_deinterlace_init):
25060 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25061 (gst_videodrop_link):
25062 Some caps negotiation fixes
25064 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25066 * ext/tarkin/gsttarkin.c :
25067 - Change RANK from NONE to PRIMARY
25068 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25069 - Change RANK from NONE to MARGINAL
25070 * ext/divx/gstdivxenc.c :
25071 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25073 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25075 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25076 (gst_vorbisenc_push_packet):
25077 copy a function that was added between 1.0 and 1.0.1 until we
25078 depend on worthwhile features of post-1.0
25080 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25083 enable shout2 by default
25084 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25085 (gst_shout2send_base_init), (gst_shout2send_init),
25086 (gst_shout2send_connect), (gst_shout2send_change_state):
25087 * ext/shout2/gstshout2.h:
25088 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25090 * ext/theora/theora.c: (plugin_init):
25091 don't set rank on encoders
25093 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25095 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25096 Use codec_data property instead of flag1 and flag2 for wma
25098 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25100 * gst/cdxaparse/gstcdxaparse.c :
25101 - Add mpegversion to CAPS to make it link
25102 - Rank is as GST_RANK_SECONDARY instead of NONE
25103 * gst/auparse/gstauparse.c :
25104 - Document all audio encoding we can encounter from Solaris 9
25105 headers and libsndfile information.
25106 - Increase max. rate from 48000 to 192000 (to match other elements)
25107 - Don't try to play junk data between header and samples
25109 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25111 * ext/libvisual/visual.c: (gst_visual_getcaps):
25112 use the right caps depending on endianness (I hope)
25113 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25114 use GST_RANK_NONE for all non-decoding elements or spider gets
25117 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25119 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25120 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25122 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25124 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25125 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25126 (gst_switch_loop), (gst_switch_get_type):
25127 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25128 HEADERS. Had to be said.
25130 2004-05-10 David Schleef <ds@schleef.org>
25132 * configure.ac: Add prototype Dirac support.
25134 * ext/dirac/Makefile.am:
25135 * ext/dirac/gstdirac.cc:
25136 * ext/dirac/gstdiracdec.cc:
25138 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25140 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25141 (gst_auparse_init), (gst_auparse_chain),
25142 (gst_auparse_change_state):
25143 Hack around spider. Remove me some day please.
25145 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25147 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25148 Fix for some uninitialized variables in previous patch, also
25149 makes it work. Fixes #142286 while we're at it.
25151 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25153 * gst/auparse/gstauparse.c:
25154 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25155 only unsupported formats are ADPCM/CCITT G.72x
25157 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25159 2004-05-10 Wim Taymans <wim@fluendo.com>
25161 * ext/vorbis/Makefile.am:
25162 * ext/vorbis/README:
25163 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25164 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25165 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25166 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25167 (gst_oggvorbisenc_convert_sink),
25168 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25169 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25170 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25171 (get_constraints_string), (update_start_message),
25172 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25173 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25174 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25175 * ext/vorbis/oggvorbisenc.h:
25176 * ext/vorbis/vorbis.c: (plugin_init):
25177 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25178 (raw_caps_factory), (gst_vorbisenc_class_init),
25179 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25180 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25181 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25182 * ext/vorbis/vorbisenc.h:
25183 Added a raw vorbis encoder to be used with the oggmuxer.
25184 We still need the old encoder for some gnome applications,
25185 read the README to find out how that works.
25186 The raw encoder is called "rawvorbisenc" until 0.9.
25188 2004-05-10 Wim Taymans <wim@fluendo.com>
25190 * ext/ogg/gstogg.c: (plugin_init):
25191 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25193 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25194 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25195 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25196 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25197 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25198 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25199 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25200 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25201 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25202 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25203 Added an ogg muxer.
25204 Small typo fixes in the demuxer.
25206 2004-05-10 Wim Taymans <wim@fluendo.com>
25208 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25209 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25210 (theora_enc_change_state), (theora_enc_set_property),
25211 (theora_enc_get_property):
25212 Mark the last packet with an EOS flag which is not really needed
25214 Do some better video framerate initialisation.
25215 Update the buffer timestamp.
25217 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25219 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25220 Return the result of the parent state change call
25222 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25224 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25225 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25226 * gst/law/alaw-encode.c : (idem)
25227 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25228 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25229 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25231 2004-05-09 Benjamin Otte <otte@gnome.org>
25233 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25234 don't use a fixed buffer size when writing variable length data to
25235 it. Fixes memory corruption and makes alsasrc work
25237 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25239 * ext/gnomevfs/gstgnomevfssink.c:
25240 (_gst_boolean_allow_overwrite_accumulator),
25241 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25242 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25243 RUN_LAST, and don't use that to set the accumulator value because
25244 then it's always FALSE.
25246 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25248 * gst-libs/gst/riff/riff-media.c:
25249 (gst_riff_create_video_caps_with_data),
25250 (gst_riff_create_audio_caps),
25251 (gst_riff_create_audio_template_caps):
25252 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25253 Fix for unaligned RIFF files (i.e. where all the chunks together
25254 in a LIST chunk are not of the same size as the size given in
25255 the LIST chunk header). Fixes several odd WAVE files. Also fix
25256 ADPCM (block_align property) in audio, so that wavparse based
25257 on this works now as it used to stand-alone.
25259 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25261 reviewed by Benjamin Otte <otte@gnome.org>
25263 * ext/a52dec/gsta52dec.c:
25264 * ext/divx/gstdivxdec.c:
25265 * ext/divx/gstdivxenc.c:
25266 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25267 * ext/faac/gstfaac.c: (gst_faac_base_init):
25268 * ext/faad/gstfaad.c: (gst_faad_base_init):
25269 * ext/ivorbis/vorbisfile.c:
25270 * ext/lame/gstlame.c:
25271 * ext/libfame/gstlibfame.c:
25272 * ext/mpeg2enc/gstmpeg2enc.cc:
25273 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25274 * ext/sidplay/gstsiddec.cc:
25275 * ext/speex/gstspeexdec.c:
25276 * ext/speex/gstspeexenc.c:
25277 * ext/xvid/gstxviddec.c:
25278 * ext/xvid/gstxvidenc.c:
25279 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25282 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25284 * ext/alsa/gstalsa.c: (device_list),
25285 (gst_alsa_class_probe_devices):
25286 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25287 Fix alsa oddness in mixer after the combination of using mixer
25288 in source/sink elements and using hw:x,y instead of just hw:x.
25290 2004-05-09 Benjamin Otte <otte@gnome.org>
25292 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25293 (gst_wavparse_create_sourcepad):
25294 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25297 2004-05-09 Benjamin Otte <otte@gnome.org>
25299 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25300 allow discont events before caps nego
25302 2004-05-08 Benjamin Otte <otte@gnome.org>
25304 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25307 2004-05-08 Benjamin Otte <otte@gnome.org>
25309 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25310 (gst_level_change_state), (gst_level_init):
25311 * gst/level/gstlevel.h:
25312 figure out if we're initialized directly instead of keeping a
25313 variable that's wrong in 90% of cases
25314 don't initialize pads and then leak them and use a new unitialized
25315 pad. (fixes #142084)
25316 these were bugs so n00bish I didn't find them for an hour :/
25318 2004-05-08 Iain <iain@prettypeople.org>
25320 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25321 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25322 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25323 return the length that was read.
25324 (gst_riff_read_strf_auds): Allow fmt tags as well.
25326 2004-05-07 David Schleef <ds@schleef.org>
25328 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25329 signed char assumption in faad.h.
25331 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25333 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25334 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25336 2004-05-07 Colin Walters <walters@redhat.com>
25338 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25339 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25341 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25342 Add dispose function.
25344 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25345 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25346 Fix caps nego and pad templates. RGB mode caps should
25348 * ext/dvdnav/gst-dvd:
25349 Move mpeg2dec inside the thread because otherwise the
25350 queue rejects cap changes mid-stream
25351 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25352 (gst_mpeg2dec_flush_decoder):
25353 For mpeg2dec > 0.4.0, call the flush function instead of
25354 manually extracting all in-flight frames.
25355 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25356 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25357 Change mime type video/dv go video/x-dv to match the
25358 rest of gst-plugins
25360 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25362 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25363 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25364 (gst_alsa_sink_class_init):
25365 * ext/alsa/gstalsasink.h:
25366 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25367 (gst_alsa_src_class_init):
25368 * ext/alsa/gstalsasrc.h:
25369 Make alsasink/src a subclass of alsamixer so that mixer stuff
25370 shows up in gst-rec. Needs some finetuning.
25372 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25374 * ext/lame/gstlame.c: (gst_lame_chain):
25376 * ext/mad/gstmad.c: (gst_mad_handle_event):
25378 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25379 be able to detect mp3 files < 4096 bytes
25381 2004-05-06 Wim Taymans <wim@fluendo.com>
25383 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25384 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25385 (theora_enc_set_property), (theora_enc_get_property):
25386 Also encode the first frame, cleanup some code.
25388 2004-05-06 Wim Taymans <wim@fluendo.com>
25390 * ext/mpeg2enc/gstmpeg2enc.cc:
25391 Forward events first before deciding that negotiation was
25394 2004-05-06 Wim Taymans <wim@fluendo.com>
25396 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25397 First process the events before deciding that negotiation
25400 2004-05-06 Wim Taymans <wim@fluendo.com>
25402 * ext/theora/Makefile.am:
25403 * ext/theora/theora.c: (plugin_init):
25404 * ext/theora/theoradec.c: (theora_dec_change_state):
25405 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25406 (gst_theora_enc_class_init), (gst_theora_enc_init),
25407 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25408 (theora_enc_chain), (theora_enc_change_state),
25409 (theora_enc_set_property), (theora_enc_get_property):
25410 Added a theora encoder, grouped the encoder and decoder into the
25413 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25415 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25416 (gst_jpegenc_chain):
25417 fix DURATION on outgoing buffers
25418 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25419 debug using time formats
25420 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25421 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25422 (gst_xvimagesink_sink_link):
25423 windows with width/height 0 generate X errors, so don't allow them
25425 2004-05-05 Wim Taymans <wim@fluendo.com>
25427 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25428 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25429 (gst_mpeg2dec_negotiate_format):
25430 * ext/mpeg2dec/gstmpeg2dec.h:
25431 removed the static pad template so that we can add the
25432 more accurate framerate value to the caps.
25435 2004-05-04 Benjamin Otte <otte@gnome.org>
25438 check for kdemacros.h, too (should fix #141821)
25439 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25440 don't crash if no header was sent, but nicely error out (fixes part
25443 2004-05-04 Wim Taymans <wim@fluendo.com>
25445 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25446 parent dispose function to avoid segfault on destroy.
25448 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25450 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25452 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25453 (gst_xvimagesink_sink_link):
25454 clean up debugging caps
25455 also recreate xvimage when format has changed
25457 2004-05-04 Benjamin Otte <otte@gnome.org>
25459 * ext/libvisual/Makefile.am:
25460 * ext/libvisual/visual.c: (gst_visual_class_init),
25461 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25462 (gst_visual_srclink), (gst_visual_chain),
25463 (gst_visual_change_state), (plugin_init):
25464 use a GstAdapter to correctly adapt buffer sizes - allows using a
25467 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25469 * sys/v4l/gstv4lelement.h:
25470 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25471 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25472 (gst_v4lsrc_buffer_free):
25473 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25474 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25475 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25476 (gst_v4lsrc_requeue_frame):
25477 move some debugging categories around
25478 query for fps index and set accordingly if found
25480 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25482 * ext/lame/gstlame.c:
25483 correct defaults that lame_init puts out of range
25485 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25487 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25488 (gst_divxenc_class_init):
25489 fix range since -1 is the default
25490 * gst/mpeg1sys/gstmpeg1systemencode.c:
25491 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25492 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25493 (gst_rtjpegdec_chain):
25494 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25495 (gst_rtjpegenc_chain):
25496 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25497 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25498 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25499 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25500 * sys/v4l/gstv4lsrc.c:
25501 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25502 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25503 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25504 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25505 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25506 remove gst_info calls
25508 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25517 Updated translations
25519 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25521 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25522 refactor/comment code
25524 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25526 * gst/asfdemux/Makefile.am:
25527 * gst/asfdemux/asfheaders.c:
25528 * gst/asfdemux/asfheaders.h:
25529 * gst/asfdemux/gstasf.c: (plugin_init):
25530 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25531 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25532 (gst_asf_demux_setup_pad):
25533 * gst/asfdemux/gstasfdemux.h:
25534 * gst/asfdemux/gstasfmux.c:
25535 * gst/asfdemux/gstasfmux.h:
25536 Add tagging support to demuxer, split out registration in its own
25537 file instead of in demux (hacky), and prevent having some tables
25538 in our memory multiple times (in asfheaders.h).
25540 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25542 * gst/matroska/matroska-demux.c:
25543 (gst_matroska_demux_parse_metadata):
25544 * gst/matroska/matroska-ids.h:
25545 Basic tag reading support.
25547 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25549 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25550 Really detect ac-3 audio.
25551 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25552 really detect matroska files (off-by-1).
25554 2004-04-30 David Schleef <ds@schleef.org>
25556 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25557 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25558 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25559 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25560 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25561 hackage -- parse a lot more atoms, extract a few tags. One might even
25562 mistake this for tag support. Maybe it is.
25563 * gst/qtdemux/qtdemux.h:
25565 2004-04-30 Colin Walters <walters@verbum.org>
25567 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25569 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25571 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25572 (gst_ffmpegcolorspace_getcaps):
25573 remove broken nego fix
25575 2004-04-30 Benjamin Otte <otte@gnome.org>
25579 * ext/libvisual/Makefile.am:
25580 * ext/libvisual/visual.c:
25581 add initial support for libvisual (http://libvisual.sourceforge.net)
25582 libvisual is still quite alpha, so expect crashes in there :)
25584 2004-04-29 David Schleef <ds@schleef.org>
25586 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25587 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25588 up qtdemux to make it spit out codec_data. Do _not_ look at this
25589 code; you will no longer respect me.
25591 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25593 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25594 * ext/alsa/gstalsa.h :
25595 change alsa pcm device discovery to find more than 1 device
25596 per card. code review by Ronald.
25598 2004-04-29 David Schleef <ds@schleef.org>
25600 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25601 Add a check for a driver bug on FreeBSD. (bug #140565)
25603 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25605 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25606 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25607 (gst_jpegenc_getcaps):
25608 move format setting to inner loop
25609 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25610 (gst_ffmpegcolorspace_getcaps):
25611 use GST_PAD_CAPS if available so that we use already negotiated
25613 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25614 (qtdemux_parse_moov), (qtdemux_parse):
25616 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25617 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25618 move hardcoded path to DEFINE
25620 2004-04-28 David Schleef <ds@schleef.org>
25622 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
25625 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25627 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25628 Don't probe for playback device if we're a source element. Fixes
25631 2004-04-29 Benjamin Otte <otte@gnome.org>
25633 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25634 (gst_id3_tag_chain):
25635 rewrite buffer offset
25637 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25641 * ext/dts/Makefile.am:
25642 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25643 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25644 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25645 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25646 (gst_dtsdec_loop), (gst_dtsdec_change_state),
25647 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25649 * ext/dts/gstdtsdec.h:
25651 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25652 (gst_faad_srcconnect):
25653 Add ESDS atom handling (.m4a).
25655 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25657 * ext/divx/gstdivxdec.c: (plugin_init):
25658 Remove comment that makes no sense.
25659 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25660 Fix for obvious typo that resulted in warnings during gst-register.
25661 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25662 (gst_xviddec_sink_link):
25663 Fix caps negotiation a bit better.
25664 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25665 We call this 'codec_data', not 'esds'.
25667 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
25669 * gst/monoscope/gstmonoscope.c:
25670 make sure we only provide 256x128
25671 * gst/monoscope/monoscope.c: (monoscope_init):
25672 assert size of 256x128
25674 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25677 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25678 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25679 fixate to max width and height of device
25681 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25684 * sys/v4l/gstv4l.c:
25685 * sys/v4l/gstv4lsrc.c:
25686 * sys/v4l/v4l_calls.c:
25687 * sys/v4l/v4lsrc_calls.c:
25688 fix for qc-usb driver which fakes having more than one buffer
25689 by handing the same buffer twice, which confused GStreamer's/v4lsrc
25690 buffer_free override
25693 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25696 * gst/videotestsrc/gstvideotestsrc.c:
25697 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25698 (gst_videotestsrc_init), (gst_videotestsrc_get),
25699 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25700 * gst/videotestsrc/gstvideotestsrc.h:
25701 add num-buffers property
25703 2004-04-26 Benjamin Otte <otte@gnome.org>
25705 * ext/mad/gstid3tag.c: (plugin_init):
25706 set id3mux rank to NONE so it doesn't confuse spider
25707 require audio/mpeg,mpegversion=1 in id3mux
25709 2004-04-26 Benjamin Otte <otte@gnome.org>
25712 detect faad correctly as non-working if it's indeed non-working
25714 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
25717 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25718 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25719 fix _getcaps so it only negotiates to its supported format
25721 2004-04-25 Benjamin Otte <otte@gnome.org>
25723 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25726 2004-04-23 Benjamin Otte <otte@gnome.org>
25728 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25729 audio/x-raw-int with height rules! not. Now it's depth.
25731 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
25733 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25734 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25735 (gst_wavparse_loop):
25736 Missing variable initialization. Add handling of DVI ADPCM. Fix
25737 mis-parsing of LIST chunks. This works around a bug where we mis-
25738 parse non-aligning LIST chunks (so LIST chunks where the contents
25739 don't align with the actual LIST size). The correct fix is to use
25740 rifflib, I'm not going to fix wavparse - too much work. All this
25743 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25745 reviewed by Benjamin Otte <otte@gnome.org>
25747 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25748 fix shoutcast not working (fixes #140844)
25750 2004-04-22 Benjamin Otte <otte@gnome.org>
25752 * ext/hermes/gsthermescolorspace.c:
25753 (gst_hermes_colorspace_caps_remove_format_info):
25754 * gst/colorspace/gstcolorspace.c:
25755 (gst_colorspace_caps_remove_format_info):
25756 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25757 (gst_ffmpegcolorspace_caps_remove_format_info):
25758 s/gst_caps_simplify/gst_caps_do_simplify/
25760 2004-04-22 Benjamin Otte <otte@gnome.org>
25762 * gst-libs/gst/riff/riff-media.c:
25763 (gst_riff_create_video_caps_with_data):
25764 mpegversion is an int
25765 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25766 don't try to create pad templates with NULL caps, use any caps
25769 2004-04-20 David Schleef <ds@schleef.org>
25771 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25772 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
25775 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
25777 reviewed by David Schleef
25779 * ext/mad/gstid3tag.c: Add stdlib.h
25780 * gst/rtp/gstrtpgsmenc.c: same
25781 * gst/tags/gstid3tag.c: same
25782 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25783 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25784 GST_DISABLE_LOADSAVE use.
25785 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25786 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25787 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25789 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25790 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25792 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25793 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25795 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25798 2004-04-20 David Schleef <ds@schleef.org>
25800 * gst/realmedia/rmdemux.c: This was supposed to part of the
25801 last checkin. Same idea.
25803 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
25805 reviewed by David Schleef
25807 * configure.ac: bump required gstreamer version to 0.8.1.1
25808 because of following changes [--ds]
25810 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
25811 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25812 (gst_riff_read_header): Use GST_READ_UINT*
25813 macros to access possibly unaligned memory.
25815 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25816 (mp3_type_find): Use GST_READ_UINT*
25817 macros to access possibly unaligned memory.
25818 (mp3_type_find, mpeg1_parse_header, qt_type_find)
25819 (speex_type_find): Likewise
25821 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25823 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25824 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25825 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25826 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25827 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25828 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
25829 macros to access possibly unaligned memory.
25831 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25834 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25835 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25837 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25840 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25841 (gst_mpeg2subt_chain_subtitle): Likewise.
25843 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25844 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25847 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25850 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25853 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25856 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25859 update required version of GStreamer because of GST_TIME_FORMAT
25861 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
25863 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25864 remove leftover g_print
25865 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25866 don't try setting only a subset of the caps. We don't want to kill
25867 autoplugging on purpose
25869 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25871 * sys/ximage/ximagesink.c: (plugin_init):
25872 * sys/xvimage/xvimagesink.c: (plugin_init):
25873 add debugging categories
25875 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
25879 Adding en_GB translation (Gareth Owen)
25881 2004-04-20 David Schleef <ds@schleef.org>
25883 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25884 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25885 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25886 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25887 A number of new features and hacks to extract the esds atom and
25888 put it into the caps. (bug #137724)
25890 2004-04-19 David Schleef <ds@schleef.org>
25892 * gconf/Makefile.am: Fix for non-GNU make
25893 * gst-libs/gst/Makefile.am: Change directory order to handle
25894 GstPlay linking with gstinterfaces
25895 * gst-libs/gst/audio/make_filter: make use of tr portable
25896 * gst-libs/gst/play/Makefile.am: Add intended \
25897 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25898 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25899 function prototype instead of void *.
25900 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25902 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25903 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25904 * gst/videofilter/make_filter: make use of tr portable
25905 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25907 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
25911 Added Ukrainian translation (Maxim V. Dziumanenko)
25913 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
25915 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25916 (gst_gsmdec_link), (gst_gsmdec_chain):
25917 Fix capsnego, simplify chain function slightly.
25918 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25921 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
25923 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25924 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25925 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25926 Hack to make wavparse work with spider (always -> sometimes pad).
25927 Fixes #135862 && #140411.
25929 2004-04-18 Benjamin Otte <otte@gnome.org>
25931 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25932 (gst_osselement_rate_probe_check),
25933 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25934 get rid of \n in debug output
25936 2004-04-17 Iain <iain@prettypeople.org>
25938 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25941 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25943 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25944 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25945 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25946 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25947 (gst_id3_tag_src_link), (gst_id3_tag_chain),
25948 (gst_id3_tag_change_state), (plugin_init):
25949 deprecate id3tag element and replace with id3demux/id3mux.
25950 great side effect: this ugly file is now even uglier, yay!
25951 * ext/mad/gstmad.h:
25952 remove non-available function
25953 update for new get_type
25955 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25958 require mpeg2dec >= 0.4.0
25960 2004-04-17 Benjamin Otte <otte@gnome.org>
25962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25963 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25964 (gst_xvimagesink_set_xwindow_id):
25965 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25966 assorted cleanup fixes.
25968 2004-04-16 David Schleef <ds@schleef.org>
25970 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25971 * sys/xvimage/xvimagesink.h: same
25973 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
25975 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25976 Fix GST_ELEMENT_ERROR with (NULL)
25978 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25980 * gst-libs/gst/riff/riff-media.c:
25981 (gst_riff_create_video_caps_with_data):
25982 Add div[3456] as fourccs for DivX 3 (fixes #140137).
25984 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25986 * gst-libs/gst/riff/riff-media.c:
25987 (gst_riff_create_video_caps_with_data),
25988 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25989 (gst_riff_create_video_template_caps),
25990 (gst_riff_create_audio_template_caps):
25991 * gst-libs/gst/riff/riff-media.h:
25992 * gst-libs/gst/riff/riff-read.c:
25993 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25994 * gst-libs/gst/riff/riff-read.h:
25995 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25996 Add MS RLE support. I added some functions to read out strf chunks
25997 into strf chunks and the data behind it. This is usually color
25998 palettes (as in RLE, but also in 8-bit RGB). Also use those during
25999 caps creation. Lastly, add ADPCM (similar to wavparse - which
26000 should eventually be rifflib based).
26001 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26002 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26003 * gst/matroska/matroska-demux.h:
26004 Remove placeholders for some prehistoric tagging system. Didn't add
26005 support for any tag system really anyway.
26006 * gst/qtdemux/qtdemux.c:
26007 Add support for audio/x-m4a (MPEG-4) through spider.
26008 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26009 (gst_wavparse_loop):
26010 ADPCM support (#135862). Increase max. buffer size because we
26011 cannot split buffers for ADPCM (screws references) and I've seen
26012 files with 2048 byte chunks. 4096 seems safe for now.
26014 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26016 * configure.ac: bump nano to 1
26018 === release 0.8.1 ===
26020 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26022 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26024 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26026 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26027 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26030 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26032 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26033 lower rank of dvddemux so that it's not used for mpeg playback.
26035 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26038 save libs correctly when checking mad
26040 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26042 * ext/mad/gstid3tag.c: (plugin_init):
26043 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26045 2004-04-13 David Schleef <ds@schleef.org>
26047 * common/m4/gst-feature.m4: Call -config scripts with
26048 --plugin-libs if it is supported.
26049 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26050 JPEG images are image/jpeg.
26051 * gst/debug/Makefile.am:
26052 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26053 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26054 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26055 (gst_negotiation_plugin_init): Add a property that acts like
26057 * testsuite/gst-lint: Move license checking to be a standard
26060 2004-04-13 David Schleef <ds@schleef.org>
26062 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26063 patch from Sebastien Cote (bug #139958)
26065 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26067 * examples/gstplay/Makefile.am:
26068 * examples/gstplay/player.c: (main):
26069 make the commandline player example use gconf settings
26071 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26073 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26074 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26075 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26076 init/end library during state transition, not object
26077 creation/disposal. get rid of custom dispose handler.
26080 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26082 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26085 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26087 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26088 Handle JUNK chunks inside data section. Prevents warnings.
26090 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26092 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26093 (gst_riff_create_video_template_caps):
26095 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26096 (gst_avi_demux_stream_data):
26097 Add support for "rec-list" chunks.
26099 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26101 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26102 Fix another codecname mismatch.
26104 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26106 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26107 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26108 so that MJPEG plays back.
26110 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26112 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26113 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26114 * gst/mpeg1videoparse/gstmp1videoparse.h:
26115 Fix for some slight mis-cuts in buffer parsing, and for some
26116 potential overflows or faults-causers. Adds disconts. Also fixes
26117 #139105 while we're at it.
26119 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26122 * sys/v4l2/gstv4l2element.h:
26123 Workaround for missing struct v4l2_buffer declaration in Suse 9
26124 and Mandrake 10 linux/videodev2.h header file (#135919).
26126 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26128 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26129 Bail out if no filename was given.
26131 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26133 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26134 (gst_v4l2_fourcc_from_structure):
26135 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26138 2004-04-09 Benjamin Otte <otte@gnome.org>
26140 * ext/gnomevfs/gstgnomevfssink.c:
26141 (_gst_boolean_allow_overwrite_accumulator),
26142 (gst_gnomevfssink_class_init):
26143 fix erase signal - if any handler returns false the file will not be
26144 overwritten. If no handler is connected, the file will not be
26145 overwritten either.
26146 renamed signal to "allow-overwrite"
26147 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26148 free string when adding it to ID3 failed
26149 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26150 unref event when done
26151 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26153 * gst/typefind/gsttypefindfunctions.c:
26154 (mpeg_video_stream_type_find):
26157 2004-04-08 David Schleef <ds@schleef.org>
26159 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26160 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26162 2004-04-08 David Schleef <ds@schleef.org>
26164 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26165 we don't support (bug #139532)
26167 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26169 * ext/mad/gstmad.c: (gst_mad_handle_event),
26170 (gst_mad_check_caps_reset), (gst_mad_chain),
26171 (gst_mad_change_state):
26172 only set explicit caps if they haven't been set before for
26173 this stream. MPEG-audio sample rate/channels aren't allowed
26174 to change in-stream.
26177 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26179 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26180 (_gst_boolean_did_something_accumulator),
26181 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26182 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26183 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26184 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26185 (gst_gnomevfssink_change_state):
26186 Fix erase signal. Don't erase by default. Remove handoff signal.
26187 Remove erase property. Don't segfault. General cleanup.
26189 2004-04-07 Benjamin Otte <otte@gnome.org>
26191 * gst-libs/gst/gconf/test-gconf.c: (main):
26192 add missing gst_init
26194 2004-04-07 Benjamin Otte <otte@gnome.org>
26196 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26197 free the mutexes, too
26199 2004-04-07 Benjamin Otte <otte@gnome.org>
26201 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26202 actually free the URI string
26203 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26204 compute offset correctly when passing discont events
26205 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26206 don't leak discont events
26207 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26208 add some missing breaks so caps aren't copied randomly
26209 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26210 if we realloc memory, we better use it
26212 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26214 * ext/mad/gstmad.c: (normal_seek):
26215 fix GST_FORMAT_TIME usage
26217 2004-04-05 David Schleef <ds@schleef.org>
26219 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26220 a deprecated function (hack!)
26222 2004-04-05 Benjamin Otte <otte@gnome.org>
26224 * ext/esd/esdmon.c: (gst_esdmon_get):
26225 fix nonterminated vararg and memleak
26227 2004-04-05 Benjamin Otte <otte@gnome.org>
26229 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26230 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26231 (gst_ladspa_set_property), (gst_ladspa_get_property),
26232 (gst_ladspa_instantiate), (gst_ladspa_activate),
26233 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26236 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26238 reviewed by Benjamin Otte <otte@gnome.org>
26240 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26241 check for broken LADSPA parameters (fixes #138635)
26243 2004-04-05 Benjamin Otte <otte@gnome.org>
26245 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26246 advertise buffer-frames correctly on sinkpads
26248 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26250 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26251 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26252 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26253 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26254 (gst_mad_check_caps_reset), (gst_mad_chain):
26255 add more debugging, only reset caps when we're not in error state
26257 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26259 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26261 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26263 reviewed by Benjamin Otte <otte@gnome.org>
26266 fix == in test(1) operator
26268 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26270 reviewed by Benjamin Otte <otte@gnome.org>
26273 fix --export-symblos-regex to a working regex.
26275 2004-04-04 Benjamin Otte <otte@gnome.org>
26277 * sys/oss/.cvsignore:
26280 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26282 reviewed by Benjamin Otte <otte@gnome.org>
26284 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26285 add missing 'new_media' argument (fixes #138168)
26286 * gst/matroska/matroska-demux.c:
26287 (gst_matroska_demux_handle_seek_event):
26288 add vararg terminator (fixes #138169)
26290 2004-04-02 David Schleef <ds@schleef.org>
26292 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26293 disted (bug #138914)
26295 2004-04-01 Benjamin Otte <otte@gnome.org>
26297 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26298 (gst_alsa_close_audio):
26299 handle case better where a soundcard can't pause
26300 * ext/ogg/gstoggdemux.c:
26301 don't crash when we get events but don't have pads yet
26303 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26305 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26306 throw an error if we couldn't probe any caps.
26308 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26310 * ext/dvdnav/gst-dvd:
26311 Add a really simple sample DVD player
26313 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26315 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26316 (gst_a52dec_push), (gst_a52dec_handle_event),
26317 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26318 (gst_a52dec_change_state):
26319 * ext/a52dec/gsta52dec.h:
26320 Use a debug category, Output timestamps correctly
26321 Emit tag info, Handle events, tell liba52dec about cpu
26322 capabilities so it can use MMX etc.
26323 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26324 Fix a crasher accessing invalid memory
26325 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26326 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26327 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26328 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26330 Some support for byte-format seeking.
26331 Small fixes for still frames and menu button overlays
26332 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26333 (gst_mpeg2dec_alloc_buffer):
26334 Use a debug category. Adjust the report level of several items to
26335 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26336 so it doesn't lose the GstBuffer pointer
26337 * gst/debug/Makefile.am:
26338 * gst/debug/gstdebug.c: (plugin_init):
26339 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26340 (gst_navseek_base_init), (gst_navseek_class_init),
26341 (gst_navseek_init), (gst_navseek_seek),
26342 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26343 (gst_navseek_get_property), (gst_navseek_chain),
26344 (gst_navseek_plugin_init):
26345 * gst/debug/gstnavseek.h:
26346 Add the navseek debug element for seeking back and forth in a
26347 video stream using arrow keys.
26348 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26349 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26350 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26351 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26352 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26353 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26354 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26355 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26356 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26357 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26358 * gst/mpeg2sub/gstmpeg2subt.h:
26359 Pretty much a complete rewrite. Now a loopbased element. May still
26360 require work to properly synchronise subtitle buffers.
26361 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26362 (gst_dvd_demux_send_subbuffer):
26363 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26364 Don't attempt to create subbuffers of size 0
26365 Reduce a couple of error outputs to warnings.
26366 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26367 (gst_y4mencode_chain):
26368 Output the y4m frame header correctly.
26370 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26372 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26373 throw errors instead of allowing SIGFPE
26375 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26377 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26378 (gst_gconf_render_bin_from_key):
26379 leak plugging and style fixing
26381 2004-03-31 David Schleef <ds@schleef.org>
26383 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26384 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26386 * gst/debug/Makefile.am:
26387 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26388 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26390 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26391 (gst_negotiation_base_init), (gst_negotiation_class_init),
26392 (gst_negotiation_init), (gst_negotiation_getcaps),
26393 (gst_negotiation_pad_link), (gst_negotiation_chain),
26394 (gst_negotiation_set_property), (gst_negotiation_get_property),
26395 (gst_negotiation_plugin_init): New element to talk about random
26396 negotiation things happening in a pipeline.
26398 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26400 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26401 fix integer addition with help of Stefan Kost
26403 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26405 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26407 2004-03-30 David Schleef <ds@schleef.org>
26409 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26410 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26411 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26413 * ext/mpeg2dec/gstmpeg2dec.h:
26415 2004-03-30 David Schleef <ds@schleef.org>
26417 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26419 2004-03-30 David Schleef <ds@schleef.org>
26421 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26422 Michael Petullo) to handle .mov
26424 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26426 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26427 (gst_osselement_rate_check_rate):
26428 probe caps correctly for sound cards that only support one format
26430 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26432 * ext/kio/kiosrc.cpp: (process_events):
26433 update handling event processing if inside KDE - untested
26435 2004-03-29 David Schleef <ds@schleef.org>
26437 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26438 by 2 to not interfere with other colorspaces.
26439 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26440 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26441 one to not interfere with ffmpeg_colorspace.
26443 2004-03-29 David Schleef <ds@schleef.org>
26445 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26446 aren't in the caps.
26447 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26448 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26450 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26452 * gst-libs/gst/riff/riff-media.c:
26453 fail on error, don't try to set stuff on NULL caps
26455 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26459 * ext/kio/Makefile.am:
26460 * ext/kio/kioreceiver.cpp:
26461 * ext/kio/kioreceiver.h:
26462 * ext/kio/kiosrc.cpp:
26463 * ext/kio/kiosrc.h:
26464 add experimental kiosrc plugin
26465 * ext/alsa/gstalsaplugin.c: (plugin_init):
26466 initialize debugging category only when we're sure registering the
26469 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26471 * examples/gstplay/player.c: (main):
26472 * gst-libs/gst/play/play.c: (gst_play_class_init),
26473 (gst_play_set_location), (gst_play_set_data_src),
26474 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26475 (gst_play_set_visualization), (gst_play_connect_visualization):
26476 check return values of element_set_state and return FALSE where
26479 2004-03-29 Benjamin Otte <otte@gnome.org>
26481 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26482 try harder to check if an event is really a discont
26484 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26486 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26489 2004-03-28 Benjamin Otte <otte@gnome.org>
26491 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26492 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26493 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26494 get rid of non-standard "..." ranges in case statements.
26496 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26498 * gst/mpegstream/gstmpegdemux.c:
26499 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26500 specific functionality split to the new dvddemux element.
26501 * gst/mpegstream/gstdvddemux.c:
26502 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26503 streams, derived from mpegdemux.
26504 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26505 up. SCR based timestamp rewriting can be turned off (will probably
26506 completely disappear soon).
26507 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26508 hacking. General cleanup. All printf statements replaced by
26509 debugging messages. Almost complete libdvdnav support.
26510 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26511 by events. New properties for audio and subpicture languages.
26512 (dvdnavsrc_update_highlight): Now uses events.
26513 (dvdnavsrc_user_op): Cleaned up.
26514 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26515 based). Lots of cleanup, and propper support for most libdvdnav
26517 (dvdnavsrc_make_dvd_event): New function.
26518 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26519 (dvdnavsrc_make_clut_change_event): New function.
26521 2004-03-26 Benjamin Otte <otte@gnome.org>
26523 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26524 fix bug where typefinding would claim it's theora whenever less then
26525 7 bytes of data were available
26527 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26529 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26530 (gst_alawdec_base_init), (gst_alawdec_class_init),
26531 (gst_alawdec_init), (gst_alawdec_chain):
26532 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26533 (gst_alawenc_base_init), (gst_alawenc_class_init),
26534 (gst_alawenc_init), (gst_alawenc_chain):
26535 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26536 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26537 (gst_mulawdec_init), (gst_mulawdec_chain):
26538 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26539 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26540 (gst_mulawenc_init), (gst_mulawenc_chain):
26541 Fix capsnego in all four, remove the unused property functions and
26542 simplify the chain functions slightly. I guess we could use macros
26543 or something similar for those, since the code is so similar, but
26544 I'm currently too lazy...
26546 2004-03-24 David Schleef <ds@schleef.org>
26548 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26549 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26550 (gst_osselement_get_format_structure),
26551 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26552 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26553 (gst_osselement_rate_int_compare): Add code to handle rate probing
26555 * sys/oss/gstosselement.h: same
26556 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26557 Use rate probing provided by osselement.
26558 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26560 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26562 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26563 (gst_xvidenc_get_property):
26566 2004-03-24 David Schleef <ds@schleef.org>
26568 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26569 (gst_speexdec_init):
26570 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26571 (gst_speexenc_init): Create the pad template correctly (from
26572 the static pad template, not a NULL pointer.)
26574 2004-03-25 Benjamin Otte <otte@gnome.org>
26576 * gst/debug/Makefile.am:
26577 * gst/debug/breakmydata.c:
26578 add element that quasi-randomly changes bytes in the stream.
26579 Intended use is robustness checking of demuxers and decoders in
26582 2004-03-24 Benjamin Otte <otte@gnome.org>
26584 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26585 (gst_alsa_probe_hw_params):
26586 * ext/alsa/gstalsa.h:
26587 debugging output fixes
26589 2004-03-24 Benjamin Otte <otte@gnome.org>
26591 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26592 don't g_return_if_fail if element is PLAYING, fail silently as every
26594 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26595 only fix needed for cast lvalue issues in gst-plugins
26596 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26599 2004-03-24 Benjamin Otte <otte@gnome.org>
26601 * gst/level/gstlevel.c: (gst_level_init):
26602 add proxying getcaps function, so level doesn't advertise impossible
26605 2004-03-24 David Schleef <ds@schleef.org>
26607 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26608 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26609 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26610 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26611 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26612 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26613 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26614 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26615 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26616 messages. Divide the chunk size by the compression ratio
26617 (needed for MACE audio)
26619 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26621 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26622 Fix buffer overflow read error.
26624 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26626 * ext/alsa/gstalsa.h:
26627 Remove unused entry.
26628 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26630 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26631 (gst_videodrop_link), (gst_videodrop_chain):
26632 Fix, sort of. Was horribly broken with new capsnego. Bah...
26634 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
26636 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26638 Add a monkeysaudio typefind function
26640 2004-03-23 Johan Dahlin <johan@gnome.org>
26642 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26643 (gst_play_video_fixate): Check so the structure has the field
26644 before trying to fixate them, this makes it possible to have
26645 fakesinks for video and audio output without printing errors on
26646 the output console.
26648 2004-03-22 David Schleef <ds@schleef.org>
26650 * sys/oss/Makefile.am:
26651 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26652 (check_rate), (add_rate): Rate probing test app.
26654 2004-03-21 Benjamin Otte <otte@gnome.org>
26656 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26657 (_fixate_caps_to_int), (gst_audio_convert_fixate):
26658 add a fixation function that pretty much does the right thing (fixes
26661 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
26663 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26665 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
26667 reviewed by: Benjamin Otte <otte@gnome.org>
26669 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26670 terminate gst_event_new_discontinuous correctly (fixes parts of
26673 2004-03-19 David Schleef <ds@schleef.org>
26675 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
26676 since it doesn't depend on X, and it's part of our ABI.
26678 2004-03-19 Iain <iain@prettypeople.org>
26680 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26681 is_int in the structure, not the local variable.
26683 2004-03-19 David Schleef <ds@schleef.org>
26685 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26686 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26687 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26688 Improvements in caps negotiation.
26690 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26694 adding Afrikaans (Petri Jooste)
26696 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26698 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26699 (gst_ffmpegcolorspace_chain):
26700 throw error instead of g_critical (#137588)
26702 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
26706 dist common and m4 correctly
26709 2004-03-17 David Schleef <ds@schleef.org>
26711 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
26714 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
26718 adding Swedish translation (Christian Rose)
26720 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
26722 * Makefile.am: use release.mak
26724 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26726 * common/ChangeLog:
26727 * common/gst-autogen.sh:
26728 add some explanation about the version detection
26732 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26734 * configure.ac: bump nano to 1
26736 === release 0.8.0 ===
26738 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26740 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26742 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
26745 update libtool version
26746 * gst-libs/gst/media-info/Makefile.am:
26747 actually use libtool version
26749 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26751 * configure.ac: fix speex detection to work with 1.0 but not 1.1
26753 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26756 * gst-plugins.spec.in:
26757 * pkgconfig/Makefile.am:
26758 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26759 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26760 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26761 * pkgconfig/gstreamer-libs.pc.in:
26762 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26763 * pkgconfig/gstreamer-play-uninstalled.pc.in:
26764 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26765 * pkgconfig/gstreamer-plugins.pc.in:
26766 remove @VERSION@ from some of the pc files since core and plugins
26768 created gstreamer-plugins.pc as it's a better name, but keeping
26769 -libs around for now to get fixes upstream done first.
26771 2004-03-15 Julien MOUTTE <julien@moutte.net>
26773 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26774 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26775 * gst-libs/gst/play/play.h:
26777 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26779 * *.c, *.cc: don't mix tabs and spaces
26781 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26783 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26784 use the new ffmpegcolorspace
26785 * gst-plugins.spec.in:
26786 package new colorspace and media-info
26788 * pkgconfig/Makefile.am:
26789 fix some more disting issues
26790 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26791 * pkgconfig/gstreamer-media-info.pc.in:
26792 generate media-info pc files
26794 2004-03-15 Johan Dahlin <johan@gnome.org>
26796 * *.h: Revert indenting
26798 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26801 adding ffmpegcolorspace element
26802 * gst/ffmpegcolorspace/Makefile.am:
26803 * gst/ffmpegcolorspace/avcodec.h:
26804 * gst/ffmpegcolorspace/common.h:
26805 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26806 * gst/ffmpegcolorspace/dsputil.h:
26807 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26808 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26809 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26810 (gst_ffmpeg_caps_to_pix_fmt):
26811 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26812 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26813 (gst_ffmpegcolorspace_caps_remove_format_info),
26814 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26815 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26816 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26817 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26818 (gst_ffmpegcolorspace_set_property),
26819 (gst_ffmpegcolorspace_get_property),
26820 (gst_ffmpegcolorspace_register):
26821 * gst/ffmpegcolorspace/imgconvert.c:
26822 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26823 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26824 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26825 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26826 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26827 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26828 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26829 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26830 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26831 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26832 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26833 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26834 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26835 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26836 (img_get_alpha_info), (deinterlace_line),
26837 (deinterlace_line_inplace), (deinterlace_bottom_field),
26838 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26839 * gst/ffmpegcolorspace/imgconvert_template.h:
26840 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26841 * gst/ffmpegcolorspace/mmx.h:
26842 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26843 adding ffmpegcolorspace element supplied by Ronald after cleaning
26844 up and pulling in the right bits of upstream source.
26845 I'm sure a better C/compiler wizard could do some cleaning up (for
26846 example use GLIB's malloc stuff), but as a first pass this
26849 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
26851 * ext/alsa/gstalsa.h:
26852 I assume Ronald forgot to commit the change to have cardname
26853 as a struct member. Expect some public spanking at the next
26856 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26858 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26859 (gst_alsa_open_audio), (gst_alsa_close_audio):
26860 * ext/alsa/gstalsa.c:
26861 Don't open the device if we're a mixer (= padless).
26862 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26863 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26864 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26865 Open mixer during state change rather than during object
26866 initialization. Also, get a device name. Currently in a somewhat
26867 hackish fashion, but I didn't really find something better.
26869 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
26871 * *.c, *.h: run gst-indent
26873 2004-03-14 Benjamin Otte <otte@gnome.org>
26875 * gst/modplug/gstmodplug.cc:
26876 * gst/modplug/gstmodplug.h:
26877 set correct timestamps on outgoing buffers
26879 2004-03-14 Benjamin Otte <otte@gnome.org>
26881 * gst/modplug/gstmodplug.cc:
26882 handle events - don't do crap when a discont arrives that's not
26884 This allows correct loading and playback of mods in Rhythmbox
26886 2004-03-14 Benjamin Otte <otte@gnome.org>
26889 * gst-libs/gst/gconf/Makefile.am:
26890 * pkgconfig/Makefile.am:
26891 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26892 they get rebuilt properly
26894 when checking for vorbis, try pkgconfig first.
26895 * gst/modplug/gstmodplug.cc:
26896 add fixate function
26898 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26900 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26901 Fix for obvious mistake, where we first shift the offset and then
26902 read a samplesize element assuming the old offset. Note that this
26903 part still has something weird, i.e. my movies containing those
26904 don't actually play well, but at least there's something that looks
26907 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
26908 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26910 Add a typefind function for speex format
26912 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
26914 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26915 (gst_asf_demux_setup_pad):
26916 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26917 instead of 0. Reason is simple: some elements have a fps range
26918 of 1-max instead of 0-max. So now ASF video actually works.
26920 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
26924 adding serbian as a language
26926 2004-03-13 Benjamin Otte <otte@gnome.org>
26928 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26929 return taglist correctly from _get function, don't gst_pad_push it.
26932 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
26933 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26935 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
26937 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26938 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26939 (gst_alsa_mixer_track_new):
26940 * ext/alsa/gstalsamixertrack.h:
26941 Fix ancient leftovers... MixerTrack is a GObject.
26943 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
26945 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26946 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26947 Don't block during probing...
26949 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
26951 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26952 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26953 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26954 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26955 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26956 (gst_alsa_open_audio), (gst_alsa_close_audio):
26957 * ext/alsa/gstalsa.h:
26958 Add propertyprobe interface implementation, add some device-name
26959 property, all this so that it looks good in gnome-volume-control.
26961 2004-03-12 David Schleef <ds@schleef.org>
26963 * configure.ac: the Hermes library controls hermescolorspace, not
26965 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26966 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26968 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26969 * ext/sdl/sdlvideosink.h: ditto.
26970 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26972 2004-03-12 Benjamin Otte <otte@gnome.org>
26974 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26975 (gst_x_overlay_got_xwindow_id):
26976 * gst-libs/gst/xoverlay/xoverlay.h:
26977 replace XID with unsigned long to get rid of the xlibs dependency in
26978 XOverlay (fixes #137004)
26980 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
26981 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26982 (gst_agingtv_setup):
26983 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26984 (gst_dicetv_base_init), (gst_dicetv_class_init),
26985 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26986 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26987 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26988 (gst_edgetv_setup), (gst_edgetv_rgb32):
26989 * gst/effectv/gsteffectv.c:
26990 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26991 (gst_quarktv_set_property):
26992 * gst/effectv/gstrev.c: (gst_revtv_get_type),
26993 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26994 (gst_revtv_setup), (gst_revtv_rgb32):
26995 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26996 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26997 (gst_shagadelictv_init), (gst_shagadelictv_setup),
26998 (gst_shagadelictv_rgb32):
26999 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27000 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27001 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27002 * gst/effectv/gstwarp.c:
27003 Port everything that can be ported to videofilter and fix up the caps.
27004 Can someone with a big-endian machine please check these?
27006 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27008 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27009 (gst_osssink_chain), (gst_osssink_change_state):
27010 Latest fixes for A/V sync, audio playback and such. This is about
27011 all... MPEG playback issues are mostly related to the async build-
27012 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27014 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27016 patch from: Stephane Loeuillet
27019 use pkg-config for some libraries, falling back to the old .m4 way
27024 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27027 * tools/Makefile.am:
27028 * tools/Makefile.in:
27029 * tools/gst-launch-ext-m.m:
27030 * tools/gst-launch-ext.1.in:
27031 * tools/gst-visualise-m.m:
27032 * tools/gst-visualise.1:
27033 * tools/gst-visualise.1.in:
27034 reorganizing generation of script tools
27036 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27038 * ext/divx/gstdivxdec.c:
27039 Downgrade priority. We prefer ffdec_mpeg4.
27040 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27041 (gst_faad_chain), (gst_faad_change_state):
27042 Fix capsnego. Doesn't work for some sounds because we don't have
27043 a 5:1 to stereo element.
27044 * ext/xvid/gstxvid.c: (plugin_init):
27046 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27047 (gst_osssink_change_state):
27048 Add discont handling.
27050 2004-03-09 Colin Walters <walters@verbum.org>
27052 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27055 2004-03-09 Benjamin Otte <otte@gnome.org>
27057 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27058 the signals take 2 arguments
27060 2004-03-09 David Schleef <ds@schleef.org>
27062 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27063 (gst_alsa_fixate): Add fixate function. (bug #136686)
27064 * ext/alsa/gstalsa.h:
27065 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27067 2004-03-09 Benjamin Otte <otte@gnome.org>
27069 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27070 (gst_mikmod_change_state):
27071 * ext/mikmod/gstmikmod.h:
27072 make mikmod's loop function not loop infinitely and call
27073 gst_element_yield anymore
27074 * gst/modplug/gstmodplug.cc:
27075 fix pad negotiation (fixes #136590)
27077 2004-03-09 David Schleef <ds@schleef.org>
27079 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27080 doesn't conflict with the internal colorspace plugin.
27081 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27082 satisfy the crappy-ass shell shipped by a certain vendor.
27083 * gst/videofilter/make_filter: same (bug #135299)
27085 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27087 * configure.ac: bump nano to 1
27089 === release 0.7.6 ===
27091 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27093 * configure.in: releasing 0.7.6, "There"
27095 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27097 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27098 * pkgconfig/gstreamer-play.pc.in:
27099 synchronize the two
27101 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27103 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27104 (cdparanoia_open), (cdparanoia_event):
27105 fix/add error handling
27107 add cdparanoia source
27108 * tools/Makefile.am:
27109 make scripts executable
27111 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27114 * ext/vorbis/Makefile.am:
27116 remove id3types, vorbisfile and xvideosink from the build (#133783)
27118 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27120 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27121 Fix metadata read crash (#136537).
27123 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27125 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27126 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27127 adding mime types, fixing the one-stop function
27129 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27131 * ext/nas/nassink.c and /ext/nas/nassink.h:
27132 More NAS love from Arwed von Merkatz
27133 So lets all sing 'Can you feel the NAS tonight'
27135 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27137 * tools/gst-launch-ext.in:
27138 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27140 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27142 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27143 (gst_mpeg2dec_init):
27144 remove the user_data pad for now, because it is being used in
27145 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27146 If someone knows how to fix this properly, please do.
27148 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27150 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27151 (gst_osssink_get_time):
27152 add a warning, IMO this won't get triggered anymore, remove later
27154 2004-03-07 David Schleef <ds@schleef.org>
27156 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27157 format (bug #136470)
27159 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27161 * gst-libs/Makefile.am:
27162 * gst-libs/gst/media-info/Makefile.am:
27163 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27164 (error_callback), (gst_media_info_error_create),
27165 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27166 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27167 * gst-libs/gst/media-info/media-info-priv.h:
27168 * gst-libs/gst/media-info/media-info-test.c: (main):
27169 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27170 (gst_media_info_class_init), (gst_media_info_instance_init),
27171 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27172 (gst_media_info_read_idler), (gst_media_info_read):
27173 * gst-libs/gst/media-info/media-info.h:
27174 fixed, should work now
27176 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27178 * ext/nas/nassink.c:
27179 A bunch of NAS fixes from Arwed von Merkatz
27181 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27183 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27184 (qtdemux_parse_trak):
27185 Fix crash (j might be greater than n_samples, in which case we're
27186 writing outside the allocated space for the array) and memleak.
27188 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27190 * sys/oss/gstosssink.c: (gst_osssink_chain):
27191 And another caller that couldn't handle delay < 0 (unsigned
27192 integer overflow). Video now continues playing on an audio
27193 buffer underrun, and the clock continues working. Audio still
27196 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27198 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27199 (gst_osssink_get_time):
27200 get_delay() may return values lower than 0. In those cases, we
27201 should not actually cast to *unsigned* int64, that will break
27202 stuff horribly. In my case, it screwed up A/V sync in movies
27203 in totem rather badly.
27205 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27207 * ext/faac/gstfaac.c: (gst_faac_chain):
27208 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27209 * ext/libpng/gstpngenc.c: (user_write_data):
27210 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27211 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27212 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27213 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27214 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27215 of any buffer), should fix some leaks. I hope I didn't unref buffers
27216 that shouldn't be...
27218 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27220 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27221 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27222 (error_callback), (gmi_reset), (gmi_seek_to_track),
27223 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27224 (gmip_find_type_post), (gmip_find_stream_post),
27225 (gmip_find_track_streaminfo_post):
27226 * gst-libs/gst/media-info/media-info-priv.h:
27227 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27228 (info_print), (main):
27229 * gst-libs/gst/media-info/media-info.c:
27230 (gst_media_info_error_create), (gst_media_info_error_element),
27231 (gst_media_info_instance_init), (gst_media_info_get_property),
27232 (gst_media_info_new), (gst_media_info_set_source),
27233 (gst_media_info_read_idler), (gst_media_info_read):
27234 * gst-libs/gst/media-info/media-info.h:
27235 first pass at making this work again. This seems to work on
27236 tagged ogg/vorbis and mp3 files.
27238 2004-03-06 Benjamin Otte <otte@gnome.org>
27240 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27241 fix huge leak: gst_buffer_merge doesn't unref the first argument
27244 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27246 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27247 report layer/mode/emphasis
27249 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27251 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27253 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27255 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27258 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27260 * ext/vorbis/vorbis.c: (plugin_init):
27261 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27262 (gst_vorbis_dec_init), (vorbis_dec_event):
27264 make vorbisdec handle _BYTE and _TIME queries
27266 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27268 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27269 from the xing header
27271 2004-03-06 Benjamin Otte <otte@gnome.org>
27273 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27274 (gst_audio_convert_link), (gst_audio_convert_change_state),
27275 (gst_audio_convert_buffer_from_default_format):
27276 do conversions from/to float correctly, fix some caps nego errors,
27277 export correct supported caps in template and getcaps, use correct
27278 caps in try_set_caps functions
27280 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27282 For some reason, I only committed a ChangeLog entry yesterday and
27283 not the corresponding code...
27284 * ext/mad/gstmad.c: Fix detection of Xing headers
27285 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27287 2004-03-06 Benjamin Otte <otte@gnome.org>
27289 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27290 (gst_ogg_demux_src_query):
27291 make sure to handle the case where there's no current chain
27294 2004-03-05 David Schleef <ds@schleef.org>
27296 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27297 Add fixate function. (bug #131128)
27298 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27299 (gst_sdlvideosink_fixate): Add fixate function.
27300 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27301 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27302 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27303 Fix missing break that was causing ulaw to be interpreted as
27306 2004-03-05 David Schleef <ds@schleef.org>
27308 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27309 Fix code that ignores return value of gst_buffer_merge().
27311 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27312 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27313 * testsuite/gst-lint: Check for above.
27315 2004-03-05 David Schleef <ds@schleef.org>
27317 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27318 caps and throw an element error. (bug #136334)
27320 2004-03-05 David Schleef <ds@schleef.org>
27322 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27323 (gst_faad_chain): Fix negotiation.
27324 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27325 key and button events.
27326 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27328 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27330 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27331 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27332 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27333 function to encourage better negotiation, particularly between
27334 audioconvert and osssink.
27335 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27336 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27338 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27340 * gst/vbidec/vbiscreen.c: Add glib header
27341 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27343 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27345 * ext/mad/gstmad.c: Fix detection of Xing headers
27346 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27348 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27350 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27351 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27354 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27356 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27357 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27358 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27359 files, and report the parsed length as a GST_TAG_DURATION tag.
27360 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27362 2004-03-05 Benjamin Otte <otte@gnome.org>
27364 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27365 convert channels correctly. convert correctly to unsigned.
27367 2004-03-05 Julien MOUTTE <julien@moutte.net>
27369 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27370 we have a window before clearing it.
27372 2004-03-05 Julien MOUTTE <julien@moutte.net>
27374 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27375 have a window before clearing it.
27377 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27379 * gconf/gstreamer.schemas.in:
27380 * gst-libs/gst/gconf/Makefile.am:
27381 version installation path the same way as for 0.6
27382 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27383 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27384 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27385 remove comment that was fixed
27387 2004-03-05 David Schleef <ds@schleef.org>
27389 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27390 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27391 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27392 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27393 Add prototype code for handling seeking and querying.
27395 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27397 * examples/gstplay/player.c: (main):
27398 Initialize variables to NULL. Prevents a segfault because the
27399 (uninitialized) variable is not NULL, resulting in a crash on
27400 trying to reach error->message.
27402 2004-03-05 Benjamin Otte <otte@gnome.org>
27404 * gst/audioconvert/gstaudioconvert.c:
27405 (gst_audio_convert_buffer_to_default_format):
27406 make float=>int conversion work correctly even in cornercases.
27408 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27410 * debian/README.Debian:
27411 * debian/build-deps:
27412 * debian/changelog:
27414 * debian/control.in:
27415 * debian/copyright:
27416 * debian/gstreamer-a52dec.files:
27417 * debian/gstreamer-aa.files:
27418 * debian/gstreamer-alsa.files:
27419 * debian/gstreamer-alsa.manpages:
27420 * debian/gstreamer-arts.files:
27421 * debian/gstreamer-artsd.files:
27422 * debian/gstreamer-audiofile.files:
27423 * debian/gstreamer-avifile.files:
27424 * debian/gstreamer-cdparanoia.files:
27425 * debian/gstreamer-colorspace.files:
27426 * debian/gstreamer-doc.files:
27427 * debian/gstreamer-dv.files:
27428 * debian/gstreamer-dvd.files:
27429 * debian/gstreamer-esd.files:
27430 * debian/gstreamer-festival.files:
27431 * debian/gstreamer-flac.files:
27432 * debian/gstreamer-gconf.conffiles:
27433 * debian/gstreamer-gconf.files:
27434 * debian/gstreamer-gconf.postinst:
27435 * debian/gstreamer-gnomevfs.files:
27436 * debian/gstreamer-gsm.files:
27437 * debian/gstreamer-http.files:
27438 * debian/gstreamer-jack.files:
27439 * debian/gstreamer-jpeg.files:
27440 * debian/gstreamer-mad.files:
27441 * debian/gstreamer-mikmod.files:
27442 * debian/gstreamer-misc.files:
27443 * debian/gstreamer-mpeg2dec.files:
27444 * debian/gstreamer-oss.files:
27445 * debian/gstreamer-plugin-apps.files:
27446 * debian/gstreamer-plugin-apps.manpages:
27447 * debian/gstreamer-plugin-libs-dev.files:
27448 * debian/gstreamer-plugin-libs.files:
27449 * debian/gstreamer-plugin-template.postinst:
27450 * debian/gstreamer-plugin-template.postrm:
27451 * debian/gstreamer-sdl.files:
27452 * debian/gstreamer-sid.files:
27453 * debian/gstreamer-vorbis.files:
27454 * debian/gstreamer-x.files:
27455 * debian/mk.control:
27457 Debian package info not maintained here.
27459 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27461 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27462 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27463 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27464 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27465 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27466 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27467 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27468 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27469 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27470 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27471 * gst-libs/gst/colorbalance/colorbalance.c:
27472 (gst_color_balance_class_init):
27473 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27474 (gst_color_balance_channel_class_init):
27475 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27476 * gst-libs/gst/play/play.c: (gst_play_class_init):
27477 * gst-libs/gst/propertyprobe/propertyprobe.c:
27478 (gst_property_probe_iface_init):
27479 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27480 * gst-libs/gst/tuner/tunerchannel.c:
27481 (gst_tuner_channel_class_init):
27482 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27483 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27484 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27485 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27486 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27487 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27488 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27489 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27490 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27491 fix signals to use - instead of _
27492 * ext/libcaca/gstcacasink.h:
27493 * ext/sdl/sdlvideosink.h:
27496 2004-03-04 David Schleef <ds@schleef.org>
27498 * testsuite/gst-lint: Add a check for bad signal names.
27500 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27502 reviewed by David Schleef
27504 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27505 modified the alpha channel and caused a warning. (bug #136192)
27507 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27509 * gst-plugins.spec.in:
27510 Change names of plugins to actually be correct. Try to keep things
27511 alphabetical to avoid getting beat up by Thomas
27513 2004-03-03 Julien MOUTTE <julien@moutte.net>
27515 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27516 Using ximagesink as a default if no gconf key found. We should
27517 probably consider using alsasink instead of osssink for the audio
27520 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27523 fix --with-plugins, don't think it ever worked before
27524 * gst-plugins.spec.in:
27527 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27529 * ext/sdl/sdlvideosink.h:
27530 * sys/ximage/ximagesink.h:
27531 * sys/xvideo/xvideosink.h:
27532 * sys/xvimage/xvimagesink.h:
27533 Fix for move of gstvideosink.h -> videosink.h.
27535 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27537 * gst-libs/gst/xwindowlistener/Makefile.am:
27538 this is a plugin library, not a library
27540 2004-03-01 David Schleef <ds@schleef.org>
27542 * AUTHORS: Added some names. Add yourself if you're still
27545 2004-03-01 David Schleef <ds@schleef.org>
27549 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27551 * gst-plugins.spec.in: clean up spec file
27553 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27555 * gst-libs/gst/video/Makefile.am:
27556 * gst-libs/gst/video/gstvideosink.c:
27557 * gst-libs/gst/video/gstvideosink.h:
27558 rename gstvideosink.h to videosink.h to match other headers
27559 * gst/mixmatrix/Makefile.am:
27560 fix plugin filename
27561 * gst/tags/Makefile.am: fix plugin filename
27563 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27565 * gst/tags/Makefile.am: fix plugin filename
27567 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27569 * examples/gstplay/player.c: (got_time_tick), (main):
27571 display time_tick more readably
27572 * gst/mixmatrix/Makefile.am:
27573 fix plugin file name
27575 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27577 * sys/oss/gstosselement.c: (gst_osselement_probe),
27578 (device_combination_append), (gst_osselement_class_probe_devices):
27579 * sys/oss/gstosselement.h:
27580 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27581 on my system using alsa oss emulation, fixes bug #135597
27583 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27585 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27586 (gst_videodrop_chain), (gst_videodrop_change_state):
27587 * gst/videodrop/gstvideodrop.h:
27588 Work based on timestamp of input data, not based on the expected
27589 framerate from the input. The consequence is that this element now
27590 not only scales framerates, but also functions as a framerate
27591 corrector or framerate stabilizer/constantizer.
27593 2004-02-27 David Schleef <ds@schleef.org>
27595 patches from jmmv@menta.net (Julio M. Merino Vidal)
27597 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27598 GST_ELEMENT_ERROR call (bug #135634)
27599 * gst/interleave/interleave.c: (interleave_buffered_loop),
27600 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27601 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27602 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27603 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27604 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27605 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27606 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27607 Fix GST_ELEMENT_ERROR call.
27608 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27609 GST_ELEMENT_ERROR call.
27611 2004-02-27 Benjamin Otte <otte@gnome.org>
27613 * gst-libs/gst/audio/audio.h:
27614 add macro to make sure header isn't included twice
27615 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27616 don't use gst_buffer_free
27617 * gst/playondemand/filter.func:
27618 don't use gst_data_free. Free data only once.
27620 2004-02-26 David Schleef <ds@schleef.org>
27622 * gst-libs/gst/colorbalance/Makefile.am:
27623 * gst-libs/gst/mixer/Makefile.am:
27624 * gst-libs/gst/tuner/Makefile.am:
27625 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27626 should not be disted, -marshal.h files should not be installed,
27627 and -enum.h files _should_ be installed. Fix to make this the
27630 === release 0.7.5 ===
27632 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
27634 * configure.ac: release 0.7.5, "Under The Sea"
27636 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27638 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27639 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27640 * gst/videoscale/gstvideoscale.c:
27641 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27642 assorted debug/warning fixes
27644 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27646 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27647 (gst_videoscale_init), (gst_videoscale_chain),
27648 (gst_videoscale_set_property), (plugin_init):
27649 * gst/videoscale/gstvideoscale.h:
27650 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27651 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27652 (gst_videoscale_planar400), (gst_videoscale_packed422),
27653 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27654 (gst_videoscale_24bit), (gst_videoscale_16bit),
27655 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27656 (gst_videoscale_scale_plane_slow),
27657 (gst_videoscale_scale_point_sample),
27658 (gst_videoscale_scale_nearest),
27659 (gst_videoscale_scale_nearest_str2),
27660 (gst_videoscale_scale_nearest_str4),
27661 (gst_videoscale_scale_nearest_32bit),
27662 (gst_videoscale_scale_nearest_24bit),
27663 (gst_videoscale_scale_nearest_16bit):
27664 add debugging category and use it properly
27665 fix use of GST_PTR_FORMAT
27667 2004-02-25 Andy Wingo <wingo@pobox.com>
27669 * gst/interleave/interleave.c (interleave_buffered_loop): Always
27670 push only when channel->buffer is NULL. Prevents segfaults doing
27671 the state change after a nonlocal exit, like a scheme exception.
27673 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27674 Handle the case where the intersected caps is empty.
27676 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27678 * gst/law/mulaw-decode.c: (mulawdec_link):
27679 * gst/law/mulaw.c: (plugin_init):
27680 fix mulawdec so it actually works again
27682 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
27684 reviewed by: David Schleef <ds@schleef.org>
27686 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27687 (gst_gamma_init), (gst_gamma_set_property),
27688 (gst_gamma_get_property), (gst_gamma_calculate_tables),
27689 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
27690 for RGB, with separate r g and b correction factors. (#131167)
27692 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
27694 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27695 only signal tags for bitrate if they're > 0 (#134894)
27697 2004-02-24 David Schleef <ds@schleef.org>
27699 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27700 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27701 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27702 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27703 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27704 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27705 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27706 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27707 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
27708 category. Attempt to fix timestamp calculation.
27710 2004-02-24 Johan Dahlin <johan@gnome.org>
27712 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27714 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
27717 * gconf/Makefile.am:
27718 * gconf/gstreamer.schemas:
27719 * gst-libs/gst/gconf/Makefile.am:
27720 * gst-libs/gst/gconf/gconf.c:
27721 version gconf schemas and install locations
27723 2004-02-23 Benjamin Otte <otte@gnome.org>
27725 * ext/xine/xineinput.c: (gst_xine_input_dispose):
27726 (gst_xine_input_subclass_init):
27727 call parent dispose.
27728 change pad template for CD reader correctly
27729 * ext/xine/Makefile.am:
27730 * ext/xine/gstxine.h:
27731 * ext/xine/xine.c: (plugin_init):
27732 * ext/xine/xineaudiosink.c:
27733 wrap audio sinks, too
27734 * gst-libs/gst/resample/private.h:
27735 * gst-libs/gst/resample/resample.c: (gst_resample_init),
27736 (gst_resample_reinit), (gst_resample_scale),
27737 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27738 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27739 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27740 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27741 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27742 * gst-libs/gst/resample/resample.h:
27743 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27744 (gst_audioscale_class_init), (gst_audioscale_link),
27745 (gst_audioscale_get_buffer), (gst_audioscale_init),
27746 (gst_audioscale_chain), (gst_audioscale_set_property),
27747 (gst_audioscale_get_property):
27748 * gst/audioscale/gstaudioscale.h:
27749 s/resample_*/gst_resample_*/i to not clobber namespaces
27751 2004-02-23 Julien MOUTTE <julien@moutte.net>
27753 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27754 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27755 (gst_riff_create_video_template_caps),
27756 (gst_riff_create_audio_template_caps),
27757 (gst_riff_create_iavs_template_caps):
27758 * gst-libs/gst/riff/riff-media.h:
27759 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27760 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27761 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27762 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27763 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27764 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27765 (gst_matroska_demux_plugin_init): First batch implementing audio and
27766 video codec tags in demuxers.
27768 2004-02-22 Benjamin Otte <otte@gnome.org>
27770 * ext/xine/Makefile.am:
27771 * ext/xine/gstxine.h:
27772 * ext/xine/xine.c: (plugin_init):
27773 * ext/xine/xineinput.c:
27774 add input plugin wrapper. Playback from files, http, mms and cdda
27776 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27777 remove leftover G_GNUC_UNUSED
27778 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27779 (gst_asf_demux_identify_guid):
27780 improve debugging output
27782 2004-02-22 Benjamin Otte <otte@gnome.org>
27784 reported by: Padraig O'Briain <padraig.obriain@sun.com>
27787 replace test -e with test -x for mkinstalldirs to be more portable.
27790 2004-02-22 Benjamin Otte <otte@gnome.org>
27792 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27794 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27795 set rank to PRIMARY
27796 * gst/volume/gstvolume.c: (plugin_init):
27800 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
27802 reviewed by Benjamin Otte <otte@gnome.org>
27804 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27805 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27807 2004-02-22 Benjamin Otte <otte@gnome.org>
27810 export [_]*{gst,Gst,GST}.* symbols from plugins
27812 2004-02-22 Christophe Fergeau <teuf@gnome.org>
27814 reviewed by: Benjamin Otte <otte@gnome.org>
27816 * ext/lame/gstlame.c: (add_one_tag):
27817 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27818 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27819 (gst_vorbisenc_metadata_set1):
27820 * gst/tags/gstid3tag.c:
27821 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27822 apply fixes from bugs #135042 (lame can't write tags) and #133817
27823 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27825 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27827 * configure.ac: Export only gst_plugin_desc from plugins.
27828 Note that this change only makes any effect with Linux using libtool
27829 1.5.2 or higher. Otherwise it is silently ignored, but it would build
27830 fine. And don't try to have several versions of libtool in different
27833 2004-02-20 Andy Wingo <wingo@pobox.com>
27835 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27836 interleave respectively.
27838 * gst/interleave/deinterleave.c: New plugin: deinterleave
27839 (replaces on oneton).
27840 * gst/interleave/interleave.c: New plugin: interleave.
27841 * gst/interleave/plugin.h: Support file.
27842 * gst/interleave/plugin.c: Support file.
27844 * configure.ac: Remove intfloat and oneton, add interleave.
27846 * ext/sndfile/gstsf.c: Handle events better.
27848 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27849 and float2int operation. int2float has scheduling problems as
27850 noted in in2float_chain.
27852 2004-02-20 Benjamin Otte <otte@gnome.org>
27854 * ext/xine/Makefile.am:
27855 * ext/xine/gstxine.h:
27857 * ext/xine/xineaudiodec.c:
27858 * ext/xine/xinecaps.c:
27859 add first version of xine plugin wrapper. Currently only wraps the
27860 QDM2 win32 DLL, and even that only in proof-of-concept quality.
27863 add xine plugin wrapper, disabled by default. Use --enable-xine to
27864 build. Note that it'll segfault on gst-register if you don't remove
27865 the goom and tvtime post plugins from xine.
27866 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27867 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27868 add extradata parsing for QDM2.
27869 change around debugging prints.
27871 2004-02-19 Benjamin Otte <otte@gnome.org>
27873 * ext/lame/gstlame.c: (gst_lame_chain):
27874 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27875 use gst_tag_list_insert when you want to insert tags
27877 2004-02-18 David Schleef <ds@schleef.org>
27879 * configure.ac: Move massink to gst-rotten
27881 * ext/mas/Makefile.am:
27882 * ext/mas/massink.c:
27883 * ext/mas/massink.h:
27885 2004-02-18 David Schleef <ds@schleef.org>
27887 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27888 typefinding, since it seems to be worse than nothing.
27889 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
27890 atom to recognize .mp4 and .m4a files as video/quicktime.
27892 2004-02-18 David Schleef <ds@schleef.org>
27894 * gst/sine/demo-dparams.c: (quit_live),
27895 (dynparm_log_value_changed), (dynparm_value_changed), (main):
27896 Use double dparams, not float.
27897 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27898 (gst_sinesrc_init): Change sync default to FALSE, since multiple
27899 sync'd elements don't really work correctly.
27900 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27901 (volume_update_volume), (volume_get_property): Change dparam
27904 2004-02-18 Julien MOUTTE <julien@moutte.net>
27906 * sys/ximage/ximagesink.c:
27907 (gst_ximagesink_xwindow_update_geometry),
27908 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27909 (gst_ximagesink_change_state), (gst_ximagesink_expose),
27910 (gst_ximagesink_init): Rework the way software video scaling works. So
27911 now we check on each chain call if the video frames are feeling the
27912 window. If not we try to renegotiate caps. On failure we memorize that
27913 and we won't try again for that PLAYING sessions.
27914 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27916 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27919 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
27921 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27922 break up _link so we can give a better debug message for errors
27924 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
27926 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27927 set up debug category
27929 2004-02-18 Julien MOUTTE <julien@moutte.net>
27931 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27932 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27933 the way renegotiation work. The event handling function is not taking
27934 care of external windows and renegotiate method check for pad flags
27935 NEGOTIATING. Should fix : #133209
27937 2004-02-17 Julien MOUTTE <julien@moutte.net>
27939 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27940 pad is negotiating before trying renegotiation.
27942 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
27944 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27945 pass on all possible mime types as typefind hints
27947 2004-02-17 Julien MOUTTE <julien@moutte.net>
27949 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27950 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27951 possible SHM leak if we crash. All other apps using XShm are doing
27954 2004-02-17 Julien MOUTTE <julien@moutte.net>
27956 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27957 (gst_ximagesink_expose): Renegotiate size on expose.
27958 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27961 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
27963 * testsuite/alsa/sinesrc.c:
27964 cosmetic fix to fix compile issue with gcc 2.95.4
27966 2004-02-16 Julien MOUTTE <julien@moutte.net>
27968 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27969 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27970 failed opening the audio device.
27971 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27972 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27973 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27974 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27975 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27976 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27977 (gst_ximagesink_change_state), (gst_ximagesink_chain),
27978 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27979 Removing some useless g_return_if_fail like wingo suggested.
27980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27981 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27982 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27983 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27984 (gst_xvimagesink_update_colorbalance),
27985 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27986 (gst_xvimagesink_xcontext_clear),
27987 (gst_xvimagesink_get_fourcc_from_caps),
27988 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27989 (gst_xvimagesink_set_xwindow_id),
27990 (gst_xvimagesink_colorbalance_list_channels),
27991 (gst_xvimagesink_colorbalance_set_value),
27992 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27993 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27995 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
27997 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27998 throw error when not negotiated instead of asserting
28000 2004-02-15 Julien MOUTTE <julien@moutte.net>
28002 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28003 correct data refcounting.
28005 2004-02-15 Julien MOUTTE <julien@moutte.net>
28007 * gst/switch/gstswitch.c: (gst_switch_change_state),
28008 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28009 change, mostly the EOS flag.
28011 2004-02-15 Julien MOUTTE <julien@moutte.net>
28013 * examples/gstplay/player.c: (got_eos), (main): Adding some
28014 output for debugging.
28015 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28016 timeouts if we go to any state different from PLAYING.
28017 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28018 more EOS bugs in riff lib.
28020 2004-02-14 Julien MOUTTE <julien@moutte.net>
28022 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28023 visualization until i find a way to fix switch correctly.
28024 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28026 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28027 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28028 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28029 Reworked switch to get a more correct behaviour with events and refing
28030 of data stored in sinkpads.
28031 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28032 we don't pull from a pad in EOS.
28034 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28036 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28037 remove v1 tag even if we can't read it (makes sure we don't detect
28040 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28042 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28043 (gst_alsa_xrun_recovery):
28044 * ext/alsa/gstalsa.h:
28045 try xrun recovery when wait failed. Make xrun recovery function
28046 return TRUE/FALSE to indicate success. (might fix #134354)
28048 2004-02-13 David Schleef <ds@schleef.org>
28050 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28051 (dynparm_value_changed), (main): Convert from float to double.
28052 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28054 2004-02-13 David Schleef <ds@schleef.org>
28056 * gst/silence/gstsilence.c: (gst_silence_class_init),
28057 (gst_silence_set_clock), (gst_silence_get),
28058 (gst_silence_set_property), (gst_silence_get_property):
28059 * gst/silence/gstsilence.h: Add sync property.
28060 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28061 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28062 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28063 * gst/sine/gstsinesrc.h: Add sync property.
28065 2004-02-13 David Schleef <ds@schleef.org>
28067 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28068 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28070 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28074 * gst-libs/ext/Makefile.am:
28075 move ffmpeg plugin to gst-ffmpeg module
28077 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28079 * configure.ac: use GST_ARCH to detect architecture
28081 2004-02-12 Julien MOUTTE <julien@moutte.net>
28083 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28085 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28087 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28088 classify LADSPA plugins based on number of src/sink pads
28089 (#133663, Stefan Kost)
28090 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28091 fix dparams registration
28092 (#133528, Stefan Kost)
28093 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28094 fix use of isprint and use g_ascii_isprint instead
28095 (#133316, Stefan Kost)
28097 2004-02-11 David Schleef <ds@schleef.org>
28099 Convert a few inner loops to use liboil. This is currently
28100 optional, and is only enabled if liboil is present (duh!).
28101 * configure.ac: Check for liboil-0.1
28102 * gst/intfloat/Makefile.am:
28103 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28104 (gst_int2float_chain_gint16):
28105 * gst/videofilter/Makefile.am:
28106 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28107 (tablelookup_u8), (gst_videobalance_planar411):
28108 * gst/videotestsrc/Makefile.am:
28109 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28110 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28111 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28112 (paint_hline_RGB565), (paint_hline_xRGB1555):
28114 2004-02-11 David Schleef <ds@schleef.org>
28116 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28117 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28118 (gst_colorspace_getcaps), (gst_colorspace_link),
28119 (gst_colorspace_base_init), (gst_colorspace_init),
28120 (gst_colorspace_chain), (gst_colorspace_change_state),
28121 (plugin_init): Merge Ronald's patch (bug #117897) and update
28122 for new caps and negotiation. Seems to work, although it
28123 shows off bugs in lcs.
28125 2004-02-11 David Schleef <ds@schleef.org>
28127 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28128 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28130 2004-02-11 David Schleef <ds@schleef.org>
28132 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28133 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28134 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28135 Add server and port properties
28137 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28142 * m4/as-liblame.m4:
28143 * m4/as-slurp-ffmpeg.m4:
28144 * m4/check-libheader.m4:
28151 * m4/gst-ivorbis.m4:
28152 * m4/gst-matroska.m4:
28154 * m4/gst-shout2.m4:
28162 fix underquotedness of macros (#133800)
28163 * m4/as-avifile.m4:
28165 removed because no longer used
28167 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28170 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28171 by autopoint (fixes #132996)
28173 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28175 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28176 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28177 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28178 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28181 2004-02-11 David Schleef <ds@schleef.org>
28183 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28184 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28185 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28186 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28187 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28188 (gst_jpegenc_class_init), (gst_jpegenc_init),
28189 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28190 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28191 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28192 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28194 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28196 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28197 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28198 * ext/mikmod/gstmikmod.h:
28199 fix caps negotiation in mikmod
28200 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28201 output debug information
28203 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28205 * gst-libs/gst/colorbalance/Makefile.am:
28206 * gst-libs/gst/navigation/Makefile.am:
28207 * gst-libs/gst/xoverlay/Makefile.am:
28208 remove unused GST_OPT_CFLAGS from Makefiles
28209 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28211 2004-02-07 David Schleef <ds@schleef.org>
28213 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28214 push events to pads that haven't been created (#133508)
28216 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28218 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28219 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28220 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28221 (gst_dvdec_loop), (gst_dvdec_change_state):
28222 Second attempt at committing a working dvdec element.
28224 2004-02-06 David Schleef <ds@schleef.org>
28226 Build fixes for OS X: (see #129600)
28227 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28228 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28229 (gst_riff_read_strf_iavs):
28230 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28231 (gst_avi_demux_stream_odml):
28232 * gst/playondemand/Makefile.am:
28233 * gst/rtp/rtp-packet.c:
28235 2004-02-05 David Schleef <ds@schleef.org>
28237 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28238 last change, because it Just Doesn't Compile.
28240 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28242 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28243 skip undecodable id3v2 tag instead of keeping it
28245 2004-02-05 David Schleef <ds@schleef.org>
28247 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28248 Unref leaked buffer. (Noticed by Ronald)
28250 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28252 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28253 Sync requires with other checks. >= vs =.
28255 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28257 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28258 (gst_dvdec_video_link), (gst_dvdec_loop):
28259 * ext/dv/gstdvdec.h:
28260 rework the caps negotiation so that dvdec works again instead
28261 of just segfaulting.
28263 === release 0.7.4 ===
28265 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28267 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28268 * configure.ac: changed for release
28270 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28272 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28273 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28274 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28275 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28276 reworked patch by David Lehn to fix libdir and includedir for
28277 uninstalled libraries
28278 removed play and gconf from gstreamer-libs since they have their
28279 own pkgconfig files
28281 2004-02-04 David Schleef <ds@schleef.org>
28283 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28286 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28288 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28289 use correct GST_TAG_ENCODER tag
28291 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28293 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28294 be sure to stop the clock when going to paused
28295 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28296 reset number of transmitted when going to ready.
28299 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28301 reviewed by Benjamin Otte
28303 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28304 extract track count (fixes #133410)
28306 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28308 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28309 that should be !=, not == (fixes #132519)
28311 2004-02-04 David Schleef <ds@schleef.org>
28313 Make sure set_explicit_caps() is called before adding pad.
28314 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28315 * gst/id3/gstid3types.c: (gst_id3types_loop):
28316 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28317 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28319 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28322 bump nano to 2, first prerelease
28323 put back AM_PROG_LIBTOOL
28325 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28327 * testsuite/alsa/Makefile.am:
28328 these are user test apps, not automatic testsuite tests
28330 2004-02-04 David Schleef <ds@schleef.org>
28332 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28333 * gst/mpeg1videoparse/gstmp1videoparse.c:
28334 (mp1videoparse_parse_seq):
28335 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28336 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28337 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28338 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28339 (gst_xvideosink_getcaps):
28340 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28341 * testsuite/gst-lint: more tests
28343 2004-02-04 David Schleef <ds@schleef.org>
28345 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28346 with the code that they would expand to.
28347 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28348 (gst_flacdec_get_src_query_types),
28349 (gst_flacdec_get_src_event_masks):
28350 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28351 (gst_gnomevfssrc_get_query_types),
28352 (gst_gnomevfssrc_get_event_mask):
28354 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28356 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28357 (gst_sinesrc_dispose):
28358 fix memleak by properly disposing sinesrc
28360 2004-02-04 Julien MOUTTE <julien@moutte.net>
28362 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28363 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28364 an overlay to redraw the image because it has been exposed.
28365 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28366 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28367 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28368 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28370 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28371 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28372 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28373 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28376 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28378 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28379 more memleak fixage
28381 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28383 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28384 * gst/typefind/gsttypefindfunctions.c:
28385 fix memleaks shown by gst-typefind
28387 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28389 * common/glib-gen.mak:
28390 add hack rule to touch .Plo files
28391 * gst-libs/gst/colorbalance/Makefile.am:
28392 * gst-libs/gst/mixer/Makefile.am:
28393 * gst-libs/gst/play/Makefile.am:
28394 * gst-libs/gst/tuner/Makefile.am:
28395 remove glib_root variable
28397 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28399 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28400 set explicit caps before adding the element, so the autopluggers can
28402 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28403 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28404 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28406 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28409 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28411 * gst-libs/gst/colorbalance/Makefile.am:
28412 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28413 * gst-libs/gst/colorbalance/colorbalance.c:
28414 * gst-libs/gst/colorbalance/colorbalance.h:
28415 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28416 * gst-libs/gst/mixer/Makefile.am:
28417 * gst-libs/gst/mixer/mixer-marshal.list:
28418 * gst-libs/gst/mixer/mixer.c:
28419 * gst-libs/gst/mixer/mixer.h:
28420 * gst-libs/gst/mixer/mixermarshal.list:
28421 * gst-libs/gst/play/Makefile.am:
28422 * gst-libs/gst/play/play.h:
28423 * gst-libs/gst/tuner/Makefile.am:
28424 * gst-libs/gst/tuner/tuner-marshal.list:
28425 * gst-libs/gst/tuner/tuner.c:
28426 * gst-libs/gst/tuner/tuner.h:
28427 * gst-libs/gst/tuner/tunermarshal.list:
28428 use new glib-gen.mak snippet to clean up Makefile.am
28429 fix various bugs in Makefile.am's
28431 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28433 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28434 handle chain parsing correctly in the multichain case
28435 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28436 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28437 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28438 (theora_dec_chain):
28439 handle events and queries correctly
28441 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28444 Ignore generated file _stdint.h.
28446 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28448 * gst-libs/gst/colorbalance/Makefile.am:
28449 * gst-libs/gst/colorbalance/colorbalance.h:
28450 * gst-libs/gst/mixer/Makefile.am:
28451 * gst-libs/gst/mixer/mixer.h:
28452 * gst-libs/gst/play/Makefile.am:
28453 * gst-libs/gst/play/play.h:
28454 * gst-libs/gst/tuner/Makefile.am:
28455 * gst-libs/gst/tuner/tuner.h:
28456 Generate enum type code with glib-mkenums.
28457 * gst-libs/gst/colorbalance/.cvsignore:
28458 * gst-libs/gst/mixer/.cvsignore:
28459 * gst-libs/gst/play/.cvsignore:
28460 * gst-libs/gst/tuner/.cvsignore:
28461 Ignore generated files.
28463 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28465 * gst-libs/gst/audio/.cvsignore:
28466 Ignore generated file.
28467 * gst-libs/gst/audio/Makefile.am:
28468 Do not install example filter.
28470 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28472 * examples/switch/.cvsignore:
28473 Ignore generated file.
28475 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28477 * common/m4/ax_create_stdint_h.m4:
28479 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28482 remove generated _stdint.h in DISTCLEANFILES
28483 * ext/a52dec/gsta52dec.c:
28484 include _stdint.h for a52dec. (should fix #133064)
28486 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28488 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28489 (gst_tag_to_vorbis_comments):
28490 Add replaygain support to vorbistag
28492 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28493 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28494 (gst_ffmpeg_caps_to_extradata):
28495 Fix SVQ3 caps flag properties
28496 Use glib macro for bytes swap
28498 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28500 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28501 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28502 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28503 * ext/sndfile/gstsf.c: (plugin_init):
28504 * gst/avi/gstavi.c: (plugin_init):
28505 * sys/dxr3/dxr3init.c: (plugin_init):
28506 * sys/oss/gstossaudio.c: (plugin_init):
28507 * sys/v4l/gstv4l.c: (plugin_init):
28508 * sys/v4l2/gstv4l2.c: (plugin_init):
28509 remove textdomain calls
28511 update Dutch translation
28513 2004-02-02 Julien MOUTTE <julien@moutte.net>
28515 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28516 (gst_play_set_audio_sink): Moving volume in the audio thread for
28517 instantaneous volume change. Maybe i will add another volume in front
28518 of visualization later, not sure yet though.
28520 2004-02-02 Julien MOUTTE <julien@moutte.net>
28522 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28523 (gst_ximagesink_handle_xevents): Better X events handling, only take
28524 the latest events for configure and motion.
28525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28527 2004-02-02 Jon Trowbridge <trow@gnu.org>
28529 reviewed by: David Schleef <ds@schleef.org>
28532 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28533 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28535 2004-02-02 David Schleef <ds@schleef.org>
28537 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28539 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28540 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28541 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28542 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28543 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28544 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28545 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28546 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28547 (gst_float2_2_int_link):
28548 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28549 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28550 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28551 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28552 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28553 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28554 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28555 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28556 * testsuite/gst-lint: Add tests for bzero and ;;
28558 2004-02-02 David Schleef <ds@schleef.org>
28560 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28562 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28564 * ext/aalib/gstaasink.c: (gst_aasink_open):
28565 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28566 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28567 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28568 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28569 (gst_afsink_close_file):
28570 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28571 (gst_afsrc_close_file):
28572 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28573 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28574 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28575 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28576 * ext/esd/esdmon.c: (gst_esdmon_get):
28577 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28578 * ext/faac/gstfaac.c: (gst_faac_chain):
28579 * ext/faad/gstfaad.c: (gst_faad_chain):
28580 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28581 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28582 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28583 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28584 (gst_flacdec_loop):
28585 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28586 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28587 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28588 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28589 (gst_gnomevfssink_close_file):
28590 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28591 (gst_gnomevfssrc_open_file):
28592 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28593 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28594 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28595 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28596 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28597 * ext/mad/gstmad.c: (gst_mad_chain):
28598 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28599 * ext/mpeg2dec/gstmpeg2dec.c:
28600 * ext/mpeg2enc/gstmpeg2enc.cc:
28601 * ext/mplex/gstmplex.cc:
28602 * ext/mplex/gstmplexibitstream.cc:
28603 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28604 (gst_ogg_demux_push):
28605 * ext/raw1394/gstdv1394src.c:
28606 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28607 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28608 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28610 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28611 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28612 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28613 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28614 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28615 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28616 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28617 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28618 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28619 (gst_riff_read_element_data), (gst_riff_read_seek),
28620 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28621 * gst/adder/gstadder.c: (gst_adder_loop):
28622 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28623 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28624 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28625 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28626 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28627 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28628 * gst/goom/gstgoom.c: (gst_goom_chain):
28629 * gst/id3/gstid3types.c: (gst_id3types_loop):
28630 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28631 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28632 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28633 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28634 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28635 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28636 (gst_ebml_read_float), (gst_ebml_read_header):
28637 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28638 (gst_matroska_demux_parse_blockgroup):
28639 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28640 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28641 * gst/oneton/gstoneton.c: (gst_oneton_chain):
28642 * gst/silence/gstsilence.c: (gst_silence_get):
28643 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28644 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28645 * gst/speed/gstspeed.c: (speed_loop):
28646 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28647 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28648 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28649 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28650 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28651 (gst_wavparse_loop):
28652 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28653 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28654 (dxr3audiosink_close):
28655 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28656 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28657 (dxr3videosink_close), (dxr3videosink_write_data):
28658 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28659 * sys/oss/gstosssink.c: (gst_osssink_chain):
28660 * sys/oss/gstosssrc.c: (gst_osssrc_get):
28661 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28662 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28663 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28664 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28665 (gst_v4l_set_window), (gst_v4l_enable_overlay):
28666 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28667 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28668 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28669 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28670 (gst_v4l_set_audio):
28671 * sys/v4l/v4l_calls.h:
28672 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28673 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28674 (gst_v4lmjpegsink_playback_init),
28675 (gst_v4lmjpegsink_playback_start):
28676 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28677 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28678 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28679 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28680 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28681 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28682 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28683 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28684 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28685 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28686 (gst_v4l2_get_output), (gst_v4l2_set_output),
28687 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28688 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28689 (gst_v4l2_set_attribute):
28690 * sys/v4l2/v4l2_calls.h:
28691 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28692 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28693 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28694 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28695 (gst_v4l2src_capture_stop):
28696 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28697 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28698 (gst_ximagesink_chain):
28699 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28700 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28701 (gst_xvideosink_xwindow_new):
28702 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28703 (gst_xvimagesink_chain):
28705 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28707 * gst/volume/gstvolume.c: (gst_volume_set_volume),
28708 (gst_volume_get_volume), (volume_class_init), (volume_init),
28709 (volume_chain_int16), (volume_update_volume):
28710 * gst/volume/gstvolume.h:
28711 make code more readable by removing magic numbers
28712 make mixer interface export 0-100 range
28713 make it internally map to 0.0-1.0 range so users don't distort
28714 output by putting the sliders at full volume
28716 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28718 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28719 (gst_play_state_change), (gst_play_seek_to_time):
28720 block the tick callback for 0.5 secs after doing a seek
28722 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28724 * gst-libs/gst/play/play.c: (gst_play_new):
28727 2004-02-01 Julien MOUTTE <julien@moutte.net>
28729 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28730 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28731 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28732 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28733 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28734 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28736 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
28739 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28740 check for a function added in vorbis 1.1
28742 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28744 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28745 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28746 really start/stop clock only on PLAYING <=> PAUSED
28747 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28748 remove \n from debugging lines
28749 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28750 make it work when seeking does not
28751 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28754 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28756 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28757 start clock on PAUSED=>PLAYING, not later
28758 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28759 extract correct time for different discont formats
28760 (gst_alsa_sink_get_time):
28761 don't segfault when no format is negotiated yet, just return 0
28762 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28763 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28764 (gst_ogg_pad_push):
28765 handle flush and discont events correctly
28766 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28767 handle discont events correctly
28769 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
28771 * gst-libs/gst/play/play.c: (gst_play_error_quark),
28772 (gst_play_error_create), (gst_play_error_plugin),
28773 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28774 * gst-libs/gst/play/play.h:
28775 add error handling during creation
28776 * examples/gstplay/player.c: (main):
28777 use new gst_play_new
28780 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
28782 * ext/theora/theoradec.c: (theora_dec_chain):
28784 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28785 (vorbis_dec_src_event), (vorbis_dec_chain):
28786 add encoder tag, fix tag reading to be more error tolerant, change
28787 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28788 gst_pad_event_default.
28789 * gst/tags/gstvorbistag.c:
28790 (gst_tag_list_from_vorbiscomment_buffer):
28791 undefine function specific define at end of function
28793 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
28795 * ext/flac/gstflac.c: (plugin_init):
28796 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28797 * ext/flac/gstflacdec.h:
28798 * ext/flac/gstflacenc.h:
28801 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
28803 * examples/gstplay/player.c: s/gstplay.h/play.h/
28805 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28807 * gst-libs/gst/play/Makefile.am:
28808 * gst-libs/gst/play/gstplay.c:
28809 * gst-libs/gst/play/gstplay.h:
28810 * gst-libs/gst/play/play.c:
28811 more surgery, operation complete
28813 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28815 * gst-libs/gst/play/play.old.c:
28816 * gst-libs/gst/play/play.old.h:
28817 after CVS surgery by moving, remove
28818 * gst-libs/gst/play/playpipelines.c:
28821 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28822 add negotiation error
28824 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28826 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28827 (gst_ogg_demux_push):
28828 add some seeking debug info
28829 send a flush when seeking
28831 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
28837 * ext/theora/Makefile.am:
28838 * ext/theora/theoradec.c:
28839 add theora video decoder. Does just do simple decoding for now and
28840 has been tested against Theora cvs only. It only works when theora
28841 is compiled with --enable-static.
28842 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28843 always reset packetno on DISCONT
28845 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28847 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28850 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28852 * gst/mpegaudioparse/gstmpegaudioparse.c:
28853 (mp3_type_frame_length_from_header):
28854 Fix header parsing - stolen from ffmpeg (thank you! :) ).
28856 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28858 * ext/esd/esdsink.c: (gst_esdsink_init):
28859 Since we have static pad template caps, we don't need to negotiate;
28860 either the core errors out or we know the format.
28862 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
28864 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28865 (gst_riff_read_seek):
28866 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28867 (gst_ebml_read_seek):
28868 Fix event handling.
28870 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
28872 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28873 removee video/x-theora from vp3 decoder, it doesn't handle raw
28875 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28876 fix bug with finalizing element that never went to PAUSED
28877 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28878 length and position queries were swapped
28879 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28880 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28881 (vorbis_dec_src_event):
28882 implement querying time and bytes
28884 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
28886 * just about every source file:
28887 gst_element_error -> GST_ELEMENT_ERROR
28889 2004-01-29 Julien MOUTTE <julien@moutte.net>
28891 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28892 emiting FLUSH and even before DISCONT.
28893 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28894 get the best instant seeking as possible yay!
28896 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28898 * gst/mpeg1videoparse/gstmp1videoparse.c:
28899 (gst_mp1videoparse_real_chain):
28900 Committed wrong version last week... Grr... Didn't notice until now.
28902 2004-01-29 Julien MOUTTE <julien@moutte.net>
28904 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28905 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28906 have_xwindow_id signal in xwindow_create.
28908 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
28910 * ext/ogg/gstoggdemux.c:
28911 lots of changes - mainly support for chained bitstreams, seeking,
28912 querying and bugfixes of course
28913 * ext/vorbis/Makefile.am:
28914 * ext/vorbis/vorbisdec.c:
28915 * ext/vorbis/vorbisdec.h:
28916 add vorbisdec raw vorbis decoder
28917 * ext/vorbis/vorbis.c: (plugin_init):
28918 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28919 * gst/intfloat/Makefile.am:
28920 * gst/intfloat/float22int.c:
28921 * gst/intfloat/float22int.h:
28922 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28923 add float2intnew plugin. It converts multichannel interleaved float to
28924 multichannel interleaved int. The name should probably be changed.
28925 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28927 add typefinding for raw theora video so oggdemux can detect it.
28929 2004-01-28 Julien MOUTTE <julien@moutte.net>
28931 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28932 sink element first.
28933 * gst/videoscale/gstvideoscale.c:
28934 (gst_videoscale_handle_src_event): Fixing src event handler.
28936 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
28938 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28939 (gst_v4lsrc_open), (gst_v4lsrc_close),
28940 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28941 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28942 * sys/v4l/gstv4lsrc.h:
28943 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28944 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28945 Implement resizing... Hack. But that's why v4l is b0rked...
28947 2004-01-28 Julien MOUTTE <julien@moutte.net>
28949 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28950 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28951 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28952 (gst_ximagesink_xwindow_destroy):
28953 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28954 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28955 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28956 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28957 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28958 correctly cleaning the image created to check xshm calls on succes,
28959 added a lot of XSync calls in X11 functions, and fixed a segfault when
28960 no image format was defined before negotiation happened.
28962 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
28964 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28965 use gst_element_get_time to get correct time
28967 2004-01-28 Julien MOUTTE <julien@moutte.net>
28969 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28970 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28971 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28973 (gst_xvimagesink_check_xshm_calls),
28974 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28975 X plugins are now able to detect that XShm calls will fail even if the
28976 server claims that it has XShm support (remote displays most of the
28977 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28978 so that we use non XShm functions. This feature is almost useless for
28979 xvimagesink as Xv is not supported on remote displays anyway, but
28980 it might happen than even on the local display XShm calls fail.
28982 2004-01-27 David Schleef <ds@schleef.org>
28984 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28985 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28986 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
28987 changed esdsink to only use 44100,16,2, since esd sucks at rate
28988 conversion and esdsink has had difficulty negotiating.
28990 2004-01-27 Julien MOUTTE <julien@moutte.net>
28992 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28993 (gst_play_seek_to_time): Fixing the way to get current position.
28995 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
28997 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28998 use gst_element_get_time to get correct time
29000 2004-01-27 Julien MOUTTE <julien@moutte.net>
29002 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29003 fix ever... Inverting 2 lines of code make spider autoplug correctly
29006 2004-01-27 David Schleef <ds@schleef.org>
29008 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29009 Use gst_pad_try_set_caps_nonfixed().
29011 2004-01-27 David Schleef <ds@schleef.org>
29013 * gst/ac3parse/gstac3parse.c: update to checklist 5
29014 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29015 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29016 * gst/audioscale/gstaudioscale.c: same
29017 * gst/auparse/gstauparse.c: same
29018 * gst/avi/gstavidemux.c: same
29020 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29022 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29023 stop processing after EOS
29025 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29027 * gst/asfdemux/asfheaders.h:
29028 * gst/asfdemux/gstasfdemux.c:
29029 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29030 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29031 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29032 lot's of fixes to make data extraction simpler and get the code
29033 architecture and compiler independant. Add debugging category
29034 * gst/goom/gstgoom.c: (gst_goom_change_state):
29035 reset channel count on PAUSED=>READY, not READY=>PAUSED
29037 2004-01-26 Colin Walters <walters@verbum.org>
29039 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29040 code to pull a bigger buffer in iradio mode. This as a side effect
29041 makes typefinding work.
29043 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29045 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29046 Fix SVQ3 decoding on PPC
29048 2004-01-26 Julien MOUTTE <julien@moutte.net>
29050 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29051 that one managed to stay there... Fixed.
29053 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29055 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29056 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29057 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29058 (qtdemux_video_caps):
29059 * gst/qtdemux/qtdemux.h:
29060 Add SVQ3 specific flags to qtdemux and ffmpeg
29062 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29064 * gst-libs/gst/audio/audio.h:
29065 remove buffer-frames from audio caps
29066 * gst/audioconvert/gstaudioconvert.c:
29067 fix plugin to really work.
29069 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29071 * gst-libs/gst/mixer/mixer.c:
29072 * gst-libs/gst/propertyprobe/propertyprobe.c:
29073 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29074 (gst_tuner_find_channel_by_name):
29075 * gst-libs/gst/tuner/tuner.h:
29076 Add gtk-doc style comments. Also fix a function name.
29078 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29080 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29081 (gst_divxdec_negotiate):
29082 Fix for new capsnego - also fixes gst-player with divxdec.
29084 2004-01-25 Julien MOUTTE <julien@moutte.net>
29086 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29087 (gst_play_identity_handoff), (gst_play_set_location),
29088 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29089 try in visualization implementation. Still have an issue with switch
29090 blocking when pulling from video_queue and only audio comes out of
29092 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29093 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29094 release method. And check if the pad is usable before pulling.
29096 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29098 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29099 (gst_videobalance_init),
29100 (gst_videobalance_colorbalance_list_channels),
29101 (gst_videobalance_colorbalance_set_value),
29102 (gst_videobalance_colorbalance_get_value),
29103 (gst_videobalance_update_properties),
29104 (gst_videobalance_update_tables_planar411),
29105 (gst_videobalance_planar411):
29106 * gst/videofilter/gstvideobalance.h:
29107 Implement lookup-tables. +/- 10x faster.
29109 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29111 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29112 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29113 The index reading was broken. The rest worked fine, but the whole
29114 goal of my rewrite was to make avidemux readable, and this was
29115 not at all readable. Please use typed variables.
29117 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29119 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29120 Additional pad usability check.
29121 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29122 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29123 (gst_mp1videoparse_real_chain):
29124 Fix MPEG video stream parsing. The original plugin had several
29125 issues, including not timestamping streams where the source was
29126 not timestamped (this happens with PTS values in mpeg system
29127 streams, but MPEG video is also a valid stream on its own so
29128 that needs timestamps too). We use the display time code for that
29129 for now. Also, if one incoming buffer contains multiple valid
29130 frames, we push them all on correctly now, including proper EOS
29131 handling. Lastly, several potential segfaults were fixed, and we
29132 properly sync on new sequence/gop headers to include them in next,
29133 not previous frames (since they're header for the next frame, not
29134 the previous). Also see #119206.
29135 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29137 Move caps setting so we only do it after finding several valid
29138 MPEG-1 fraes sequentially, not right after the first one (which
29139 might be coincidental).
29140 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29141 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29143 Add unsynced MPEG video stream typefinding, and change some
29144 probability values so we detect streams rightly. The idea is as
29145 follows: I can have an unsynced system stream which contains
29146 video. In the current code, I would randomly get a type for either
29147 system or video stream type found, because the probabilities are
29148 being calculated rather randomly. I now use fixed values, so we
29149 always prefer system stream if that was found (and that is how it
29150 should be). If no system stream was found, we can still identity the stream as video-only.
29152 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29154 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29155 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29156 don't write to buffer. Extract data without the need of
29157 __attribute__ ((packed))
29159 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29161 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29162 (mpeg1_sys_type_find):
29163 Fix MPEG-1 stream typefinding.
29165 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29167 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29168 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29170 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29172 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29173 * ext/esd/gstesd.c: (plugin_init):
29174 private debugging, better error reporting
29176 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29178 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29179 (gst_riff_read_init), (gst_riff_read_change_state):
29180 * gst-libs/gst/riff/riff-read.h:
29181 Remove stuff fromold metadata system.
29183 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29185 * ext/ogg/gstoggdemux.c:
29186 Fix wrong file comment.
29187 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29188 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29189 Add metadata reading properly.
29191 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29194 Fix nas DIST_SUBDIRS
29196 Fix bug where make distcheck doesn't get run on adding stuff to
29199 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29201 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29202 * ext/divx/gstdivxdec.h:
29203 Fix divx3 ("msmpeg4") playback using divxdec.
29205 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29207 * gst/typefind/gsttypefindfunctions.c:
29208 (mp3_type_frame_length_from_header): fix bug in length computation
29209 (mp3_type_find): improve debugging output
29211 2004-01-23 Julien MOUTTE <julien@moutte.net>
29213 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29214 (gst_play_set_location), (gst_play_seek_to_time),
29215 (gst_play_set_audio_sink), (gst_play_set_visualization),
29216 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29217 the pipeline from scratch. Visualization is back and switch went out as
29218 i realized it was not possible to use the way i wanted.
29219 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29220 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29221 clearing in state change from READY to NULL. So that one can clean the
29222 X ressources keeping the element.
29223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29224 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29225 (gst_xvimagesink_colorbalance_set_value),
29226 (gst_xvimagesink_colorbalance_get_value),
29227 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29228 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29229 change from READY to NULL and fixed some stupid bugs in colorbalance
29230 get/set values. Also added the following feature : when nobody tries to
29231 set some values to the colorbalance levels before the xcontext is
29232 grabbed, then when creating channels list from Xv attributes we set the
29233 internal values to the Xv defaults. This way we handle buggy Xv drivers
29234 that set default hue values far from the middle of the range (Thanks
29235 to Jon Trowbridge for pointing that issue).
29236 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29237 colorbalance levels have been set before xcontext is grabbed.
29239 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29241 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29242 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29243 it might block operations (which is bad for a mixer).
29245 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29247 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29248 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29249 (gmip_find_type_pre):
29250 * gst-libs/gst/media-info/media-info-priv.h:
29251 * gst-libs/gst/media-info/media-info.c:
29252 (gst_media_info_instance_init), (gst_media_info_read_idler):
29253 add fakesink to get caps on decoder src pad again
29254 fix callback prototype to match new have_type signal signature
29256 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29258 * gst/adder/gstadder.c: (gst_adder_link):
29259 fix non-compile and cut-n-paste code
29261 2004-01-21 David Schleef <ds@schleef.org>
29263 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29264 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29265 (gst_swfdec_init), (gst_swfdec_change_state):
29266 * ext/swfdec/gstswfdec.h:
29268 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29269 (gst_adder_request_new_pad): Fix negotiation.
29270 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29271 Add a fixate function.
29272 * gst/intfloat/gstfloat2int.c:
29273 * gst/intfloat/gstfloat2int.h:
29274 * gst/intfloat/gstint2float.c:
29275 * gst/intfloat/gstint2float.h:
29276 Completely rewrite the negotiation. Doesn't quite work yet,
29277 due to some buffer-frames problem.
29279 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29281 * ext/gnomevfs/gstgnomevfssrc.c:
29282 * sys/v4l2/v4l2_calls.h:
29283 fix includes for distcheck
29285 2004-01-21 Christian Schaller <uraeus@gnome.org>
29288 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29289 based on earlier patch from Laurent Vivier
29291 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29293 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29294 Fix wma caps property
29295 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29296 Fix typo (flags1 and flags2)
29298 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29300 * gst-libs/gst/media-info/media-info-priv.c:
29301 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29302 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29303 (gmip_find_stream), (gmip_find_track_metadata),
29304 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29305 (gmip_find_track_format):
29306 * gst-libs/gst/media-info/media-info-priv.h:
29307 * gst-libs/gst/media-info/media-info-test.c: (main):
29308 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29309 (gst_media_info_read_idler), (gst_media_info_read):
29310 * gst-libs/gst/media-info/media-info.h:
29311 register debugging category and use it for debugging
29313 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29315 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29316 (gst_vorbisfile_new_link):
29317 signal streaminfo through tags
29319 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29321 * ext/mplex/gstmplex.cc:
29322 * ext/mplex/gstmplexibitstream.cc:
29323 g++ doesn't like NULL in our i18n/error macros, should be
29324 either (NULL) or ("").
29326 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29328 * sys/dxr3/dxr3audiosink.c:
29329 * sys/dxr3/dxr3init.c:
29330 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29331 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29332 Fix more error error error errors (missing includes here).
29334 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29336 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29337 fix thomas' error errors.
29339 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29341 * ext/mpeg2enc/gstmpeg2enc.cc:
29344 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29346 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29347 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29348 Fix for new error system.
29350 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29352 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29353 fix for new error reporting
29355 2004-01-20 David Schleef <ds@schleef.org>
29357 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29358 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29359 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29360 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29361 and neither is 100+, most likely.
29362 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29363 (gst_xvimagesink_getcaps): same
29365 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29368 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29369 clashes with ffmpeg.
29371 2004-01-20 Julien MOUTTE <julien@moutte.net>
29373 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29374 (gst_switch_init): Fixed switch element : proxying link and setting
29375 caps from src to sink on request.
29377 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29379 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29380 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29381 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29384 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29386 * sys/v4l/v4l_calls.h:
29387 * sys/v4l2/v4l2_calls.h:
29388 element_error fixes
29390 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29392 * gst-libs/gst/gst-i18n-plugin.h:
29394 remove config.h inclusion
29396 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29399 adding autopoint invocation
29402 * gst-libs/gst/gettext.h:
29403 adding gettext bits
29404 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29405 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29406 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29407 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29408 (gst_gnomevfssink_close_file):
29409 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29410 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29411 * gst-libs/gst/gst-i18n-plugin.h:
29412 * gst/avi/gstavi.c: (plugin_init):
29413 * sys/dxr3/dxr3init.c: (plugin_init):
29414 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29415 * sys/oss/gstossaudio.c: (plugin_init):
29416 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29417 * sys/v4l/gstv4l.c: (plugin_init):
29418 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29419 * sys/v4l2/gstv4l2.c: (plugin_init):
29420 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29421 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29422 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29423 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29424 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29425 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29426 make sure locale and translation domain are set
29427 fix translated strings
29433 put translation files into place
29434 * sys/xvideo/imagetest.c: (main):
29435 * ext/dv/demo-play.c: (main):
29436 fix unnecessary translations
29438 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29440 * ext/sndfile/gstsf.c:
29441 * gst/avi/gstavimux.c:
29442 * ext/audiofile/gstafsink.c:
29443 * ext/audiofile/gstafsrc.c:
29444 * ext/gnomevfs/gstgnomevfssink.c:
29445 * ext/gnomevfs/gstgnomevfssrc.c:
29446 * sys/oss/gstosselement.c:
29447 * sys/v4l/v4l_calls.h:
29450 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29452 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29453 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29454 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29455 (gst_v4l2_get_output), (gst_v4l2_set_output),
29456 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29457 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29458 (gst_v4l2_set_attribute):
29459 update to new error handling
29461 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29463 * ext/sidplay/gstsiddec.cc:
29464 * gst/modplug/gstmodplug.cc:
29465 parenthese NULL because C++ seems angry about it
29467 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29469 * gst-libs/gst/gst-i18n-plugin.h:
29470 add skeleton i18n stuff, but needs to be further implemented
29472 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29474 * examples/gstplay/player.c: (main):
29475 * ext/aalib/gstaasink.c: (gst_aasink_open):
29476 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29477 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29478 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29479 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29480 (gst_afsink_close_file):
29481 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29482 (gst_afsrc_close_file):
29483 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29484 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29485 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29486 * ext/esd/esdmon.c: (gst_esdmon_get):
29487 * ext/esd/esdsink.c: (gst_esdsink_chain):
29488 * ext/faac/gstfaac.c: (gst_faac_chain):
29489 * ext/faad/gstfaad.c: (gst_faad_chain):
29490 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29491 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29492 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29493 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29494 (gst_flacdec_loop):
29495 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29496 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29497 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29498 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29499 (gst_gnomevfssink_close_file):
29500 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29501 (gst_gnomevfssrc_open_file):
29502 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29503 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29504 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29505 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29506 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29507 * ext/mad/gstmad.c: (gst_mad_chain):
29508 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29509 * ext/mpeg2dec/gstmpeg2dec.c:
29510 * ext/mpeg2enc/gstmpeg2enc.cc:
29511 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29512 * ext/mplex/gstmplex.cc:
29513 * ext/mplex/gstmplexibitstream.cc:
29514 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29515 (gst_ogg_demux_push), (gst_ogg_pad_push):
29516 * ext/raw1394/gstdv1394src.c:
29517 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29518 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29519 * ext/sidplay/gstsiddec.cc:
29520 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29522 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29523 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29524 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29525 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29526 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29527 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29528 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29529 * gst-libs/gst/Makefile.am:
29530 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29531 (gst_riff_read_element_data), (gst_riff_read_seek),
29532 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29533 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29534 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29535 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29536 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29537 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29538 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29539 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29540 * gst/goom/gstgoom.c: (gst_goom_chain):
29541 * gst/id3/gstid3types.c: (gst_id3types_loop):
29542 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29543 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29544 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29545 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29546 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29547 (gst_ebml_read_float), (gst_ebml_read_header):
29548 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29549 (gst_matroska_demux_parse_blockgroup):
29550 * gst/modplug/gstmodplug.cc:
29551 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29552 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29553 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29554 * gst/silence/gstsilence.c: (gst_silence_get):
29555 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29556 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29557 * gst/speed/gstspeed.c: (speed_loop):
29558 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29559 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29560 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29561 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29562 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29563 (gst_wavparse_loop):
29564 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29565 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29566 (dxr3audiosink_close):
29567 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29568 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29569 (dxr3videosink_close), (dxr3videosink_write_data):
29570 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29571 * sys/oss/gstosselement.h:
29572 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29573 (gst_osssink_chain):
29574 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29575 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29576 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29577 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29578 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29579 (gst_v4l_enable_overlay):
29580 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29581 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29582 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29583 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29584 (gst_v4l_set_audio):
29585 * sys/v4l/v4l_calls.h:
29586 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29587 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29588 (gst_v4lmjpegsink_playback_init),
29589 (gst_v4lmjpegsink_playback_start):
29590 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29591 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29592 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29593 (gst_v4lmjpegsrc_requeue_frame):
29594 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29595 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29596 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29597 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29598 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29599 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29600 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29601 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29602 (gst_v4l2src_capture_stop):
29603 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29604 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29605 (gst_ximagesink_chain):
29606 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29607 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29608 (gst_xvideosink_xwindow_new):
29609 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29610 (gst_xvimagesink_chain):
29611 use new error signal, function and categories
29613 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29617 * ext/musicbrainz/gsttrm.c:
29618 * ext/musicbrainz/gsttrm.h:
29619 * ext/musicbrainz/Makefile.am:
29622 2004-01-18 Julien MOUTTE <julien@moutte.net>
29624 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29625 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29626 synchronous property for debugging.
29627 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29628 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29629 (gst_xvimagesink_set_property): Moving a pointer declaration to a
29630 smaller block, fixing indent.
29632 2004-01-16 David Schleef <ds@schleef.org>
29634 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29635 property affects the video stream.
29636 * sys/xvimage/xvimagesink.c:
29637 * sys/xvimage/xvimagesink.h:
29638 Add synchronous property for debugging. Should probably be
29639 disabled in non-CVS builds. Make sure that the Xv attribute
29640 exists before we set it (crash!). Fix a silly float bug that
29641 caused colorbalance to just not work.
29643 2004-01-17 Christian Schaller <Uraeus@gnome.org>
29645 * tools/gst-launch-ext.in - update for new plugins
29647 2004-01-16 David Schleef <ds@schleef.org>
29649 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29650 already-freed caps.
29652 2994-01-16 Christian Schaller <Uraeus@gnome.org>
29654 * Update spec for new colorspace plugin and libcaca plugin
29655 * Fix compilation of libcaca plugin (clock -> id)
29657 2004-01-16 Julien MOUTTE <julien@moutte.net>
29659 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29660 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29661 (gst_xvimagesink_set_xwindow_id),
29662 (gst_xvimagesink_colorbalance_set_value),
29663 (gst_xvimagesink_colorbalance_get_value),
29664 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29665 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29666 correct colorbalance properties. They can now be set when the element
29667 is still in NULL state. The values will be committed to the Xv Port
29668 when xcontext is initialized.
29669 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29670 brightness int values in the GstXvImagesink structure.
29672 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29674 * gst-libs/gst/Makefile.am:
29675 restructure so having local patches works easier.
29677 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29679 * ext/mpeg2enc/Makefile.am:
29680 * ext/mpeg2enc/gstmpeg2enc.cc:
29681 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29682 Bugfix with respect to EOS handling.
29684 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29686 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29687 Link with right caps (else, it segfaults).
29688 * ext/mplex/gstmplexjob.cc:
29689 Fix for slight API change in 1.6.1.93 release of mjpegtools.
29691 2004-01-15 David Schleef <ds@schleef.org>
29693 * gst-libs/gst/audio/Makefile.am:
29694 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29696 * gst-libs/gst/audio/gstaudiofilter.c:
29697 * gst-libs/gst/audio/gstaudiofilter.h:
29698 Add bytes_per_sample and size and n_samples calculation.
29699 * gst-libs/gst/audio/gstaudiofilterexample.c:
29700 Remove, now autogenerated.
29701 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29702 Moved from gstaudiofilterexample, object name changed, code added
29703 so that it actually works.
29704 * gst-libs/gst/audio/make_filter:
29705 Script to build an audiofilter subclass from the template.
29706 * gst/colorspace/Makefile.am:
29707 * gst/colorspace/yuv2yuv.c:
29708 Remove file, since it's GPL, and we don't use it.
29710 2004-01-15 Julien MOUTTE <julien@moutte.net>
29712 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29713 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29714 them use the buffer free function to test how the buffer was allocated.
29716 2004-01-15 David Schleef <ds@schleef.org>
29718 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29719 that handles osssink fallback.
29720 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29721 (gst_audio_convert_getcaps):
29722 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29723 Add audio/x-qdm2 for QDM2 audio.
29724 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29725 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29726 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29727 Decrease minimum size to 16x16.
29728 * gst/wavparse/gstwavparse.c:
29729 Convert disabled pad template caps to new caps.
29730 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29731 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29732 (gst_xvimagesink_chain): Throw element error when display cannot
29733 be opened. Increase minimum framerate to 1.0. Check the data
29734 free function on a buffer to make sure it is the type we expect
29735 before manipulating it.
29737 2004-01-15 Julien MOUTTE <julien@moutte.net>
29739 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29740 (gst_videobalance_colorbalance_set_value): Implement passthru if
29741 settings are in the middle.
29742 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29744 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29746 * gst/videofilter/Makefile.am:
29747 * gst/volume/Makefile.am:
29748 Since we use videofilter symbols, link to it.
29750 2004-01-15 Julien MOUTTE <julien@moutte.net>
29752 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29753 mixer interface type to HARDWARE.
29754 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29756 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29757 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29758 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29759 (gst_volume_interface_init), (gst_volume_list_tracks),
29760 (gst_volume_set_volume), (gst_volume_get_volume),
29761 (gst_volume_set_mute), (gst_volume_mixer_init),
29762 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29763 (volume_init): Implementing mixer interface.
29764 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29765 * sys/oss/gstosselement.c: (gst_osselement_get_type),
29766 (gst_osselement_change_state): Removing some trailing commas in
29768 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29769 interface type to HARDWARE.
29770 * sys/v4l/gstv4lcolorbalance.c:
29771 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29773 * sys/v4l2/gstv4l2colorbalance.c:
29774 (gst_v4l2_color_balance_interface_init): Setting colorbalance
29775 interface type to HARDWARE.
29776 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29777 same code than ximagesink for event handling.
29779 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29781 * ext/snapshot/Makefile.am:
29782 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29783 (gst_snapshot_chain):
29784 * ext/snapshot/gstsnapshot.h:
29785 This has to be a joke... Snapshot should be connected to a tee,
29786 colorspace element before it and EOS after that, where the other
29787 src of the tee receives normal data.
29788 The current way is *wrong*.
29790 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29792 * ext/hermes/gsthermescolorspace.c:
29793 Fix another compile error. Same as below.
29795 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
29797 * gst/colorspace/gstcolorspace.c:
29798 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29799 (gst_colorspace_i420_to_yv12):
29800 Fix compiling... Didn't test if it actually works.
29802 2004-01-15 David Schleef <ds@schleef.org>
29805 * gst/colorspace/Makefile.am:
29806 * gst/colorspace/gstcolorspace.c:
29807 * gst/colorspace/gstcolorspace.h:
29808 * gst/colorspace/yuv2rgb.c:
29809 * gst/colorspace/yuv2rgb.h:
29810 Duplicate the ext/hermes colorspace plugin, and remove Hermes
29811 code and GPL code. Fix for new caps negotiation. Rewrite
29812 much of the format handling code, and some of the conversion
29813 code. Basically, rewrote almost everything. This element
29814 handles I420, YV12 to RGB conversions.
29815 * ext/hermes/Makefile.am:
29816 * ext/hermes/gsthermescolorspace.c:
29817 Rename colorspace to hermescolorspace. Fix negotiation issues.
29818 Remove non-Hermes related code. This element handles lots of
29819 RGB to RGB conversions, but no YUV.
29820 * ext/hermes/gstcolorspace.c:
29821 * ext/hermes/gstcolorspace.h:
29822 * ext/hermes/rgb2yuv.c:
29823 * ext/hermes/yuv2rgb.c:
29824 * ext/hermes/yuv2rgb.h:
29825 * ext/hermes/yuv2rgb_mmx16.s:
29826 * ext/hermes/yuv2yuv.c:
29827 * ext/hermes/yuv2yuv.h:
29830 2004-01-14 Colin Walters <walters@verbum.org>
29832 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29833 they've already been.
29835 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
29837 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29838 assume tag mode when pad is not connected
29840 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
29842 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29843 Don't update the time of the clock
29844 (gst_alsa_sink_loop):
29845 sync to the clock given to alsasink, not the own clock
29846 * sys/oss/gstosssink.c: (gst_osssink_chain):
29848 (gst_osssink_change_state):
29850 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29851 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29852 remove bogus code that made DISCONT events unhandled
29853 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29854 explicitly case to double in _set_simple. (fixes 2nd warning in bug
29856 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29857 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29858 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29859 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29860 2nd warning in bug #131502)
29862 2004-01-14 Julien MOUTTE <julien@moutte.net>
29864 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29865 (gst_videobalance_colorbalance_set_value),
29866 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29867 for colorbalance interface implementation.
29868 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29869 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29870 (gst_ximagesink_dispose), (gst_ximagesink_init),
29871 (gst_ximagesink_class_init): Adding DISPLAY property.
29872 * sys/ximage/ximagesink.h: Adding display_name to store display.
29873 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29874 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29875 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29876 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29877 properties (they still need polishing though for gst-launch use : no
29878 xcontext yet, i ll do that tomorrow).
29879 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29881 2004-01-14 Julien MOUTTE <julien@moutte.net>
29883 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29884 (gst_play_set_location), (gst_play_set_visualization): Preparing
29885 switch integration, adding videobalance in the pipeline.
29887 2004-01-14 Julien MOUTTE <julien@moutte.net>
29889 * gst-libs/gst/colorbalance/colorbalance.c:
29890 (gst_color_balance_class_init): Adding a default type.
29891 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29893 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29894 (gst_videobalance_dispose), (gst_videobalance_class_init),
29895 (gst_videobalance_init), (gst_videobalance_interface_supported),
29896 (gst_videobalance_interface_init),
29897 (gst_videobalance_colorbalance_list_channels),
29898 (gst_videobalance_colorbalance_set_value),
29899 (gst_videobalance_colorbalance_get_value),
29900 (gst_videobalance_colorbalance_init): Implementing colorbalance
29902 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29904 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29905 bug which was triggering a BadAccess X error when setting an overlay
29906 before pad was really negotiated.
29907 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29908 Using the colorbalance type macro.
29910 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29912 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29913 (gst_flacenc_chain):
29914 handle tags correctly
29915 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29916 extract ID3v1 tags correctly
29918 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
29920 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29922 Improve matroska typefinding for odd-typed headers...
29924 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
29926 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29927 Fix for using incremental number on padnames.
29929 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
29931 * ext/divx/gstdivxdec.c:
29932 * ext/divx/gstdivxenc.c:
29933 Set category to divx4linux instead of divx (too generic).
29934 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29935 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29936 (gst_wavparse_loop), (gst_wavparse_change_state):
29937 * gst/wavparse/gstwavparse.h:
29938 fix parsing of WAV files with non-standard fmt-tag size and fix
29939 skipping of unrecognized chunks... Someone please fix this thing
29940 to use rifflib so all this is automated.
29941 * sys/v4l/Makefile.am:
29942 * sys/v4l2/Makefile.am:
29943 Add X_CFLAGS because we depend on X (for overlay).
29945 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
29947 * ext/mpeg2dec/gstmpeg2dec.c:
29948 Don't issue a timestamp unless we tagged the frame
29951 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29953 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29954 Query the audio element to get the time, not the clock. We're
29955 interested in the element's time here.
29957 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29959 * ext/aalib/gstaasink.c: (gst_aasink_chain):
29960 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29961 * ext/esd/esdsink.c: (gst_esdsink_chain):
29962 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29963 * ext/mas/massink.c: (gst_massink_chain):
29964 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29965 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29966 (gst_matroska_demux_parse_metadata):
29967 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29968 (gst_mpeg_parse_release_locks):
29969 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29970 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29971 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29972 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29973 (gst_osssink_change_state):
29974 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29975 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29976 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29977 (gst_xvideosink_release_locks):
29978 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29980 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29981 (gst_alsa_clock_stop):
29982 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29983 (gst_audio_clock_get_internal_time):
29984 simplify for use with new clocking code.
29985 * testsuite/alsa/Makefile.am:
29986 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29987 fix testsuite for new caps system
29989 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
29991 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29992 * ext/flac/gstflacenc.c: (add_one_tag):
29993 length is already host endian, no need to convert. Fixes playback of
29994 tagged files on PPC. (bug #128384)
29996 2004-01-13 Julien MOUTTE <julien@moutte.net>
29998 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29999 colorbalance interface stating if it is hardware based or software
30001 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30002 Removing a trailing comma.
30003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30004 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30005 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30006 the documentation seems to be wrong on the -1000 to 1000 interval.
30008 2004-01-12 David Schleef <ds@schleef.org>
30010 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30011 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30012 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30013 Fix negotiation. Add a bufferalloc function for the sink pad,
30014 and generally clean up some of the code.
30016 2004-01-12 Julien MOUTTE <julien@moutte.net>
30018 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30019 (gst_color_balance_channel_dispose): Adding safety check in dispose
30021 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30022 (gst_xvimagesink_xcontext_clear),
30023 (gst_xvimagesink_interface_supported),
30024 (gst_xvimagesink_colorbalance_list_channels),
30025 (gst_xvimagesink_colorbalance_set_value),
30026 (gst_xvimagesink_colorbalance_get_value),
30027 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30028 Adding colorbalance interface support to set XV parameters such as
30029 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30030 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30033 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30035 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30036 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30037 (gst_audio_convert_init), (gst_audio_convert_set_property),
30038 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30039 (gst_audio_convert_link),
30040 (gst_audio_convert_buffer_to_default_format),
30041 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30042 - implement _getcaps and use it
30044 - remove float caps since no float conversion is actually done
30045 - remove properties and arguments that were to be used for rate
30048 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30050 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30051 (gst_audio_structure_set_int):
30052 * gst-libs/gst/audio/audio.h:
30053 add helper functions for _getcaps matching the standard audio
30056 2004-01-12 David Schleef <ds@schleef.org>
30058 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30059 Test that pad is negotiated before getting its caps.
30061 2004-01-12 Julien MOUTTE <julien@moutte.net>
30063 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30064 analyzing the pads of an element the bin is mostly in READY state so
30065 no caps were negotiated. This helper function needs to work with
30066 _get_caps directly then. I was not freeing them though, added that to
30069 2004-01-12 Julien MOUTTE <julien@moutte.net>
30071 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30072 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30073 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30074 than the free_func.
30076 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30078 * sys/oss/gstossaudio.c: (plugin_init):
30079 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30080 * sys/oss/gstosselement.h:
30081 make an oss debugging category
30082 make failure more descriptive
30084 2004-01-11 David Schleef <ds@schleef.org>
30086 * ext/ffmpeg/gstffmpeg.c:
30087 * ext/ffmpeg/gstffmpegcodecmap.c:
30088 * ext/ffmpeg/gstffmpegdec.c:
30089 * ext/ffmpeg/gstffmpegenc.c:
30090 * ext/ffmpeg/gstffmpegprotocol.c:
30091 * ext/gdk_pixbuf/gstgdkanimation.c:
30092 * ext/jpeg/gstjpeg.c:
30093 * ext/libpng/gstpng.c:
30094 * ext/mpeg2dec/perftest.c:
30095 * ext/speex/gstspeex.c:
30096 * gst-libs/gst/resample/dtos.c:
30097 * gst/intfloat/gstintfloatconvert.c:
30098 * gst/oneton/gstoneton.c:
30099 * gst/rtjpeg/RTjpeg.c:
30100 * gst/rtp/gstrtp.c:
30101 * sys/dxr3/dxr3init.c:
30102 * sys/glsink/gstgl_nvimage.c:
30103 * sys/glsink/gstgl_pdrimage.c:
30104 * sys/glsink/gstglsink.c:
30105 * testsuite/gst-lint:
30106 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30108 2004-01-11 David Schleef <ds@schleef.org>
30110 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30111 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30112 * ext/gdk_pixbuf/gstgdkanimation.c:
30113 (gst_gdk_animation_iter_create_pixbuf):
30114 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30115 (gst_gdk_pixbuf_chain):
30116 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30117 * ext/jack/gstjack.c: (gst_jack_change_state):
30118 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30119 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30120 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30121 * gst/videofilter/gstvideofilter.c:
30122 (gst_videofilter_set_output_size):
30123 Remove all usage of gst_pad_get_caps(), and replace it with
30124 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30126 2004-01-11 David Schleef <ds@schleef.org>
30129 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30130 * ext/divx/gstdivxdec.c:
30131 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30132 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30133 handle images that span multiple buffers. Now work with both
30134 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30135 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30136 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30137 video/video.h changes
30138 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30139 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30140 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30141 of GstData free function.
30142 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30145 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30147 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30148 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30149 (gst_v4l2element_get_property):
30150 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30151 add norm, channel and frequency properties.
30152 * sys/v4l2/gstv4l2tuner.c:
30153 fixes for tuner interface changes
30154 * sys/v4l2/gstv4l2element.h:
30155 * sys/v4l2/gstv4l2src.c:
30156 * sys/v4l2/gstv4l2src.h:
30157 * sys/v4l2/v4l2src_calls.c:
30158 * sys/v4l2/v4l2src_calls.h:
30159 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30161 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30163 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30164 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30165 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30166 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30167 * gst-libs/gst/tuner/tuner.h:
30168 GObjects aren't const.
30169 Add find_by_name functions.
30170 Add checks to _changed functions.
30171 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30172 (gst_v4l_tuner_get_norm):
30175 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30177 * gst-libs/gst/video/video.h:
30178 Fix caps template names to be understandable.
30179 Prefix everything with GST_VIDEO.
30180 * ext/aalib/gstaasink.c:
30181 * ext/divx/gstdivxdec.c:
30182 * ext/divx/gstdivxenc.c:
30183 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30184 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30185 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30186 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30187 * ext/libcaca/gstcacasink.c:
30188 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30189 * ext/snapshot/gstsnapshot.c:
30190 * ext/swfdec/gstswfdec.c:
30191 * ext/xvid/gstxviddec.c:
30192 * ext/xvid/gstxvidenc.c:
30193 * gst/chart/gstchart.c:
30194 * gst/deinterlace/gstdeinterlace.c:
30195 * gst/effectv/gsteffectv.c:
30196 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30197 * gst/goom/gstgoom.c:
30198 * gst/median/gstmedian.c:
30199 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30200 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30201 * gst/overlay/gstoverlay.c:
30202 * gst/smooth/gstsmooth.c:
30203 * gst/smpte/gstsmpte.c:
30204 * gst/synaesthesia/gstsynaesthesia.c:
30205 * gst/videocrop/gstvideocrop.c:
30206 * gst/videodrop/gstvideodrop.c:
30207 * gst/y4m/gsty4mencode.c:
30208 * sys/qcam/gstqcamsrc.c:
30209 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30210 Make them work with new video.h file.
30211 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30212 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30213 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30214 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30215 Make it work with new buffer allocation system.
30217 2004-01-11 Julien MOUTTE <julien@moutte.net>
30219 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30220 pad_alloc_buffer implementation to use ->srcpad
30221 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30222 pad_alloc_buffer implementation to use ->srcpad
30223 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30224 pad_alloc_buffer implementation to use ->srcpad
30225 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30226 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30227 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30228 a reference to everything we need.
30229 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30230 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30231 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30232 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30233 a reference to everything we need.
30234 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30236 2004-01-11 David Schleef <ds@schleef.org>
30238 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30239 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30240 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30242 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30243 value during a resize/renegotiation.
30244 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30245 gst_pad_alloc_buffer();
30246 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30247 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30249 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30250 Fix for rename of buffer private structure members.
30251 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30252 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30253 Fix for rename of buffer private structure members.
30254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30255 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30256 Fix for rename of buffer private structure members.
30258 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30260 reviewed by: David Schleef <ds@schleef.org>
30262 * gst/videofilter/Makefile.am:
30263 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30264 from the patch by ds to fit in with recent make_filter changes.
30266 2004-01-11 Julien MOUTTE <julien@moutte.net>
30268 * configure.ac: Adding examples/switch/Makefile
30269 * examples/Makefile.am: Adding examples/switch
30270 * examples/switch/Makefile.am: Adding switcher example.
30271 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30272 (switch_timer), (main): Adding an example demonstrating switch usage
30273 with 2 videotestsrc showing different patterns.
30274 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30275 (gst_switch_init): Fixing switch with the new caps system.
30277 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30279 * gst-libs/gst/video/video.h:
30280 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30281 They should probably be like
30282 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30284 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30286 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30287 (qtdemux_parse_trak):
30288 fix audio chunk size/timestamp calculation
30290 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30292 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30295 2004-01-11 Steve Baker <steve@stevebaker.org>
30297 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30298 (gst_agingtv_base_init), (gst_agingtv_class_init),
30299 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30300 (gst_agingtv_set_property), (gst_agingtv_get_property):
30301 Port agingTV to videofilter
30303 2004-01-09 Julien MOUTTE <julien@moutte.net>
30305 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30306 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30308 2004-01-09 Julien MOUTTE <julien@moutte.net>
30310 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30311 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30312 * gst-libs/gst/xoverlay/xoverlay.c:
30313 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30314 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30315 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30316 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30317 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30318 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30319 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30320 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30321 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30322 interface implementation to handle xid being 0 and fix some bugs
30323 triggered by Benjamin's testcase.
30324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30325 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30326 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30327 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30328 interface implementation to handle xid being 0 and fix some bugs
30329 triggered by Benjamin's testcase.
30331 2004-01-09 David Schleef <ds@schleef.org>
30333 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30334 mouse pointer events. It works.
30336 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30338 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30339 Use explicit caps - fix capsnego.
30340 * ext/xvid/gstxviddec.c:
30341 * ext/xvid/gstxvidenc.c:
30342 Remove macro-inside-macro which caused compile errors.
30343 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30344 Error out if it's not a RIFF file. Else we error out without
30345 gst_element_error() which is not good...
30347 2004-01-08 David Schleef <ds@schleef.org>
30349 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30350 Fix pad_link function to handle formats that ffmpeg returns
30351 as multiple caps structures.
30352 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30353 Only complain if source buffer is _smaller_ than expected.
30354 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30355 (gst_videoscale_handle_src_event): Resize navigation events
30356 when passing them upstream.
30357 * gst/videotestsrc/gstvideotestsrc.c:
30358 * gst/videotestsrc/gstvideotestsrc.h:
30359 * gst/videotestsrc/videotestsrc.c:
30360 * gst/videotestsrc/videotestsrc.h:
30361 Rewrite many of the buffer painting functions to handle odd
30362 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30363 been verified to work with my video card.
30364 * testsuite/gst-lint: Add check for elements calling
30365 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30367 2004-01-08 David Schleef <ds@schleef.org>
30369 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30370 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30372 2004-01-08 Julien MOUTTE <julien@moutte.net>
30374 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30375 configure event is not emiting the desired size signal. That fixes
30376 aspect ratio issues with gst-player.
30378 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30380 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30383 2004-01-08 Julien MOUTTE <julien@moutte.net>
30385 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30386 public method to fire size signal.
30388 2004-01-07 Julien MOUTTE <julien@moutte.net>
30390 * examples/gstplay/Makefile.am: Adding the interface library.
30391 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30392 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30393 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30394 GST_IS_X_OVERLAY before signal connect.
30395 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30396 Removing the have_video_size signal.
30397 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30398 and associated public method.
30399 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30400 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30402 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30403 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30405 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30406 Using XOverlay public method to fire size signal.
30408 2004-01-07 David Schleef <ds@schleef.org>
30410 * gst/videofilter/Makefile.am:
30411 * gst/videofilter/gstvideotemplate.c:
30412 * gst/videofilter/make_filter:
30413 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30414 Convert make_filter to /bin/sh script.
30416 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30418 * gst/modplug/gstmodplug.cc: fix element description
30420 2004-01-07 Julien MOUTTE <julien@moutte.net>
30422 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30423 (got_video_size): Adding some new lines in g_print calls.
30424 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30425 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30426 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30427 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30428 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30429 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30430 Complete code review, reverting some stuff i disagree with, adding
30431 some fixes : time synchronization on invalid timestamps, renegotiation
30433 * sys/ximage/ximagesink.h:
30434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30435 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30436 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30437 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30438 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30439 (gst_xvimagesink_buffer_new),
30440 (gst_xvimagesink_navigation_send_event),
30441 (gst_xvimagesink_set_xwindow_id),
30442 (gst_xvimagesink_get_desired_size),
30443 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30444 stuff i disagree with, adding some fixes : Renegotiation of private
30445 window, implementing get_desired_size.
30447 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30449 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30450 (gst_afsink_handle_event):
30451 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30452 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30453 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30454 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30455 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30456 Fix for instantiate-test (see core). Also remove dead code from
30457 jpegenc (which still needs fixing, but that's lower on my TODO
30459 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30460 Never return NULL as caps.
30462 2004-01-07 David Schleef <ds@schleef.org>
30466 * ext/librfb/Makefile.am:
30467 * ext/librfb/gstrfbsrc.c:
30468 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30469 is the protocol used by VNC.
30471 2004-01-07 David Schleef <ds@schleef.org>
30473 * gst/videofilter/gstvideotemplate.c:
30474 * gst/videofilter/gstvideotemplate.h:
30475 * gst/videofilter/make_filter:
30476 Merge videotemplate header into source file.
30477 * gst/effectv/Makefile.am:
30478 * gst/effectv/gsteffectv.c: (plugin_init):
30479 * gst/effectv/gstwarp.c:
30480 Make warpTV a subclass of videofilter.
30482 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30484 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30485 Add guard against invalid utf-8 conversions in mad. Just in case.
30487 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30489 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30490 Fix for bug shown by poisoning
30492 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30494 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30495 (gst_v4lmjpegsrc_buffer_free):
30496 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30497 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30498 (gst_v4lsrc_buffer_free):
30499 Fix for removed bufferpools.
30501 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30503 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30504 Fix caps negotiation.
30506 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30507 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30508 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30510 * ext/mpeg2dec/gstmpeg2dec.c:
30511 * gst-libs/gst/navigation/navigation.c:
30512 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30513 * gst-libs/gst/navigation/navigation.h:
30514 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30515 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30516 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30517 Super-simple first version of mouse and keyboard events. Clicking
30518 on a DVD menu now works, although it may not take you where you
30521 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30522 * gst/videotestsrc/gstvideotestsrc.c:
30523 (gst_videotestsrc_src_fixate):
30524 These fixate functions were broken - they never actually
30527 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30529 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30530 (gst_icecastsend_init):
30531 fix for new caps system.
30532 * gst-libs/gst/mixer/mixertrack.h:
30533 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30534 Add 'master track' flag (for tools like ACME that only want to
30535 change the main volume).
30537 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30539 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30540 (gst_xvid_csp_to_caps):
30541 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30542 * ext/xvid/gstxvidenc.c:
30543 ifdef out ARGB type when it isn't available
30544 in xvidcore 1.0.0beta2
30546 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30548 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30549 When we have received a new SCR right in the first buffer after
30550 a seek (so in the same cycle that handles the discont), we should
30551 handle the buffer instead of unreffing it, else we lose data.
30553 2004-01-06 Iain <iain@prettypeople.org>
30555 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30556 buffer-frames caps too.
30558 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30559 caps that we need, don't destroy them all and rebuild them. And when
30560 creating src pads, use the src pad template rather than the sink...
30562 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30564 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30565 Add pad to element *after* setting functions such as event handler.
30566 Without this, the scheduler (opt) will link pads, set the event
30567 handler from the default event function (dispatcher in gstpad.c)
30568 and *after* that, we will set our own event function, which will
30569 thus never be used (and thus mpegdemux doesn't handle events).
30571 2004-01-04 David Schleef <ds@schleef.org>
30573 Fix the fixate functions to handle new prototype:
30574 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30575 * gst/videotestsrc/gstvideotestsrc.c:
30576 (gst_videotestsrc_src_fixate):
30577 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30578 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30579 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30581 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30583 * sys/ximage/ximagesink.h:
30584 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30585 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30586 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30587 (gst_ximagesink_xoverlay_init):
30588 assorted fixes to make (re)embedding work
30589 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30590 (gst_ximagesink_get_desired_size):
30591 implement desired size additions to XOverlay
30593 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30595 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30596 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30597 (gst_x_overlay_got_desired_size):
30598 * gst-libs/gst/xoverlay/xoverlay.h:
30599 Add optional "desired size" signal and querying.
30601 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30603 * gst/matroska/matroska-demux.c:
30604 (gst_matroska_demux_parse_blockgroup):
30605 Fix EBML-laced block parsing. Diffs are relative to previous
30606 lace, not the first lace. Thanks to Mosu from the Matroska
30607 team for detecting this.
30608 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30609 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30610 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30611 (gst_wavparse_change_state):
30612 * gst/wavparse/gstwavparse.h:
30613 Quickfix for capsnego.
30615 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30617 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30618 Fix indenting, fix pad creation.
30620 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30622 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30623 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30624 (gst_xviddec_sink_link):
30625 Implement src_getcaps() so proper size caps is negotiated.
30627 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30629 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30630 Finish flac decoder on EOS. See #116178.
30632 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30634 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30635 (gst_matroska_demux_add_stream):
30636 * gst/matroska/matroska-ids.h:
30637 Add getcaps() function to fix capsnego...
30639 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30641 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30642 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30643 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30644 Fix more integer overflows. Again, see #126967.
30646 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30648 * ext/mpeg2dec/gstmpeg2dec.c:
30649 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30652 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30655 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30656 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30657 * ext/xvid/gstxvid.h:
30658 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30659 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30660 (gst_xviddec_src_link), (gst_xviddec_sink_link),
30661 (gst_xviddec_change_state):
30662 * ext/xvid/gstxviddec.h:
30663 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30664 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30665 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30666 (gst_xvidenc_link), (gst_xvidenc_set_property),
30667 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30668 * ext/xvid/gstxvidenc.h:
30669 Update xvid plugin to latest xvid (1.0.0-beta3) API.
30671 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30673 * gst/rtp/rtp-packet.c:
30674 Add sys/types.h include, since OS X doesn't define in_addr_t
30675 in netinet/in.h, like it does on Linux (see #129600).
30677 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
30679 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
30681 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30682 Correct logic of dispose function (see #129306).
30684 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30686 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30687 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30688 (gst_mpeg_parse_init):
30689 * gst/mpegstream/gstmpegparse.h:
30690 Remove clock (which was never provided, i.e. dead code), and
30691 also fix integer overflows at high PTS values (see #126967).
30693 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30695 * ext/flac/gstflacdec.c:
30696 * ext/libpng/gstpngenc.h:
30697 * ext/mikmod/gstmikmod.h:
30698 OS X fixes (see #126628).
30700 2004-01-02 David Schleef <ds@schleef.org>
30702 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30703 (gst_alsa_src_base_init): Remove bogus "src" request pad.
30704 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30705 (gst_mpeg_parse_class_init): Move pad template registration
30706 to class_init, since the derived class (mpegdemux) doesn't
30709 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30711 * sys/ximage/Makefile.am:
30712 * sys/xvideo/Makefile.am:
30713 * sys/xvimage/Makefile.am:
30714 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30715 after installation (see #127664).
30717 2004-01-02 David Schleef <ds@schleef.org>
30719 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30720 (gst_ffmpegenc_connect): Negotiation fixes.
30721 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30722 Remove inappropriate gst_caps_free().
30723 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30724 Reenable Ronald's internal resize code, since the core handles
30727 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30729 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30730 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30731 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30732 Fix pad template stuff.
30734 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30736 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30737 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30738 fix signed integer reading/writing.
30740 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
30743 Remove outdated document
30745 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
30747 * gst/cutter/gstcutter.c: (gst_cutter_init):
30748 src pad was being created twice - oops.
30750 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30752 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30753 Comment out internal resize. It doesn't handle the resulting
30754 XEvent internally, does another try_set_caps() which leads to
30755 a really nice loop.
30756 Real fix will come when Julien and Dave are awake. ;).
30758 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
30760 * ext/mpeg2enc/gstmpeg2enc.cc:
30761 fix const/nonconst compile issue.
30763 2004-01-02 David Schleef <ds@schleef.org>
30765 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30766 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30767 Add fixate function and a check for bad formats.
30769 2004-01-01 David Schleef <ds@schleef.org>
30772 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30773 (gst_audiofilter_init):
30774 * gst/debug/efence.c: (gst_efence_init):
30775 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30776 (gst_deinterlace_init):
30777 * gst/volume/gstvolume.c: (volume_connect):
30779 2004-01-01 David Schleef <ds@schleef.org>
30781 Convert elements to use gst_pad_use_explicit_caps() where
30783 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30784 * ext/audiofile/gstafparse.c: (gst_afparse_init),
30785 (gst_afparse_open_file):
30786 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30787 (gst_afsrc_open_file):
30788 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30789 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30790 (gst_ffmpegdec_chain):
30791 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30792 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30793 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30794 (gst_gdk_pixbuf_chain):
30795 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30796 (gst_jpegdec_chain):
30797 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30798 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30799 (gst_mikmod_negotiate):
30800 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30801 (gst_mpeg2dec_negotiate_format):
30802 * ext/mpeg2enc/gstmpeg2enc.cc:
30803 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30804 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30805 (gst_speexdec_sinkconnect):
30806 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30807 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30808 (gst_vorbisfile_new_link):
30809 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30810 (gst_ac3parse_chain):
30811 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30812 (gst_asf_demux_setup_pad):
30813 * gst/auparse/gstauparse.c: (gst_auparse_init),
30814 (gst_auparse_chain):
30815 * gst/id3/gstid3types.c: (gst_id3types_loop):
30816 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30817 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30818 (mp1videoparse_parse_seq):
30819 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30821 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30822 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30823 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30824 (gst_mpeg_parse_send_data):
30825 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30826 (gst_qtdemux_add_stream):
30827 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30828 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30829 (gst_wavparse_parse_fmt):
30831 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
30834 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30835 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30836 it therefore uses the wrong include paths. Too bad... Note
30837 that 1.6.1.93 is not release yet. ;).
30838 Also add a check for mplex, which is now using the lib'ified
30839 mplex from mjpegtools, too.
30840 * ext/ffmpeg/gstffmpegcodecmap.c:
30841 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30842 issues. I don't think ffmpeg handles 3ivx correctly, so this
30843 probably won't work. But it won't hurt either.
30844 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30845 (gst_ffmpegdec_chain):
30846 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30847 (gst_ffmpegenc_chain_audio):
30848 Fix memleak in audio encoding. Close codec if open fails, this
30849 calls the cleanup routines so we can re-use the context.
30850 * ext/mpeg2enc/gstmpeg2enc.cc:
30851 Fix pad template names/types, fix memory issue with getcaps().
30852 * ext/mpeg2enc/gstmpeg2encoder.cc:
30853 * ext/mpeg2enc/gstmpeg2encoder.hh:
30854 Fix compile issue with new caps system (const thingy).
30855 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30856 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30857 We read a first frame right on initing, so that we have a caps
30858 when we init the output. This caps is cached in padprivate and
30859 read as first frame.
30860 * ext/mplex/Makefile.am:
30861 * ext/mplex/gstmplex.cc:
30862 * ext/mplex/gstmplex.h:
30863 * ext/mplex/gstmplex.hh:
30864 * ext/mplex/gstmplexibitstream.cc:
30865 * ext/mplex/gstmplexibitstream.hh:
30866 * ext/mplex/gstmplexjob.cc:
30867 * ext/mplex/gstmplexjob.hh:
30868 * ext/mplex/gstmplexoutputstream.cc:
30869 * ext/mplex/gstmplexoutputstream.hh:
30870 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30871 had issues, didn't do capsnego, supported only a subset of the
30872 mplex features and required a mplex fork in our local CVS. Plus
30873 that it worked agaist a very old mplex version. Rewriting was
30874 faster than updating it.
30875 * gst-libs/ext/Makefile.am:
30876 * gst-libs/ext/mplex/INSTRUCT:
30877 * gst-libs/ext/mplex/Makefile.am:
30878 * gst-libs/ext/mplex/README:
30879 * gst-libs/ext/mplex/TODO:
30880 * gst-libs/ext/mplex/ac3strm_in.cc:
30881 * gst-libs/ext/mplex/audiostrm.hh:
30882 * gst-libs/ext/mplex/audiostrm_out.cc:
30883 * gst-libs/ext/mplex/aunit.hh:
30884 * gst-libs/ext/mplex/bits.cc:
30885 * gst-libs/ext/mplex/bits.hh:
30886 * gst-libs/ext/mplex/buffer.cc:
30887 * gst-libs/ext/mplex/buffer.hh:
30888 * gst-libs/ext/mplex/fastintfns.h:
30889 * gst-libs/ext/mplex/format_codes.h:
30890 * gst-libs/ext/mplex/inputstrm.cc:
30891 * gst-libs/ext/mplex/inputstrm.hh:
30892 * gst-libs/ext/mplex/lpcmstrm_in.cc:
30893 * gst-libs/ext/mplex/mjpeg_logging.cc:
30894 * gst-libs/ext/mplex/mjpeg_logging.h:
30895 * gst-libs/ext/mplex/mjpeg_types.h:
30896 * gst-libs/ext/mplex/mpastrm_in.cc:
30897 * gst-libs/ext/mplex/mpegconsts.cc:
30898 * gst-libs/ext/mplex/mpegconsts.h:
30899 * gst-libs/ext/mplex/mplexconsts.hh:
30900 * gst-libs/ext/mplex/multplex.cc:
30901 * gst-libs/ext/mplex/outputstream.hh:
30902 * gst-libs/ext/mplex/padstrm.cc:
30903 * gst-libs/ext/mplex/padstrm.hh:
30904 * gst-libs/ext/mplex/stillsstream.cc:
30905 * gst-libs/ext/mplex/stillsstream.hh:
30906 * gst-libs/ext/mplex/systems.cc:
30907 * gst-libs/ext/mplex/systems.hh:
30908 * gst-libs/ext/mplex/vector.cc:
30909 * gst-libs/ext/mplex/vector.hh:
30910 * gst-libs/ext/mplex/videostrm.hh:
30911 * gst-libs/ext/mplex/videostrm_in.cc:
30912 * gst-libs/ext/mplex/videostrm_out.cc:
30913 * gst-libs/ext/mplex/yuv4mpeg.cc:
30914 * gst-libs/ext/mplex/yuv4mpeg.h:
30915 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30916 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30917 We don't fork mjpegtools' mplex in our CVS anymore.
30918 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30919 (gst_avi_demux_add_stream):
30920 * gst/avi/gstavidemux.h:
30921 Add getcaps() function for proper caps nego. This makes some
30922 parts of AVI playback/reading work.
30923 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30924 Resize window on new capsnego. This is probably wrong, but
30925 I'm still committing it because with current capsnego, the
30926 first successfull capsnego is auto-fixated, therefore rounded
30927 down to the lowest values in the caps. this results in a 16x16
30928 XWindow that is not reized when real capsnego finishes.
30929 Dave, I see more cases of this, do you know a proper solution?
30930 * tools/gst-launch-ext.in:
30931 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30933 2003-12-31 David Schleef <ds@schleef.org>
30935 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30936 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30937 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30939 2003-12-30 David Schleef <ds@schleef.org>
30941 * ext/ffmpeg/gstffmpegcolorspace.c:
30942 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30943 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30944 (gst_ffmpegcsp_chain): Negotiation fixes
30945 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30946 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30947 (gst_audio_convert_link), (gst_audio_convert_channels):
30948 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30949 (gst_audioscale_link), (gst_audioscale_get_buffer),
30950 (gst_audioscale_chain): Negotiation fixes
30951 * gst/audioscale/gstaudioscale.h:
30952 * gst/videofilter/gstvideofilter.c:
30953 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30954 (gst_videofilter_link), (gst_videofilter_init),
30955 (gst_videofilter_set_output_size), (gst_videofilter_setup),
30956 (gst_videofilter_find_format_by_structure):
30957 * gst/videofilter/gstvideofilter.h: Negotiation fixes
30958 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30959 (gst_videoscale_link):
30960 * gst/videoscale/videoscale.c: (videoscale_get_structure),
30961 (videoscale_find_by_structure), (gst_videoscale_setup):
30962 * gst/videoscale/videoscale.h: Negotiation fixes
30963 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30964 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30965 function, restrict resizing to a multiple of 4 (hack until
30966 everyone supports odd sizes correctly).
30968 2003-12-29 Colin Walters <walters@verbum.org>
30970 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30973 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
30975 * ext/sndfile/gstsf.c: (gst_sf_loop):
30976 Fix warning about discarding const qualifier
30978 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
30980 * gst/cutter/gstcutter.c:
30981 * gst/videoscale/gstvideoscale.c:
30982 * gst/volenv/gstvolenv.c:
30983 * gst-libs/gst/audio/audio.c:
30984 * gst-libs/gst/video/video.c:
30987 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
30989 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30990 Don't send ALSA debugging to stderr.
30991 * ext/alsa/gstalsa.h:
30992 Use GST_WARNING instead of g_warning when ALSA functions fail.
30994 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
30996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30997 Free XVAdapterInfo correctly.
30999 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31001 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31002 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31003 Make id3tag use correct caps nego.
31005 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31007 * ext/ivorbis/vorbis.c:
31008 * ext/ivorbis/vorbisenc.h:
31009 * ext/ivorbis/vorbisfile.c:
31010 Modify so that it uses the new caps things
31012 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31014 * testsuite/spider/spider1.c: (main):
31015 * testsuite/spider/spider2.c: (main):
31016 * testsuite/spider/spider3.c: (main):
31017 Make tests compile again. They probably don't work.
31019 2003-12-24 Colin Walters <walters@verbum.org>
31021 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31022 we can't fixate the caps anymore.
31024 2003-12-23 David Schleef <ds@schleef.org>
31026 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31027 * sys/oss/gstosssink.c: (gst_osssink_init),
31028 (gst_osssink_sink_fixate): Add fixate function.
31030 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31032 * ext/ffmpeg/gstffmpegcodecmap.c:
31033 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31034 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31035 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31036 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31037 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31038 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31039 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31040 fix typo in RGB masks, and move back to "old" colorspace
31041 capsnego code until whoever wrote this new crap has actually
31042 tested it so that it works.
31043 And yes, this works, keep it that way please.
31045 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31047 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31048 (gst_divxdec_init), (gst_divxdec_negotiate):
31049 * ext/divx/gstdivxdec.h:
31050 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31051 (gst_divxenc_init):
31052 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31053 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31054 * ext/mpeg2enc/gstmpeg2enc.cc:
31055 * ext/mpeg2enc/gstmpeg2encoder.cc:
31056 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31057 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31058 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31059 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31060 (dxr3spusink_init):
31061 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31062 (dxr3videosink_init):
31063 Fix caps breakage after Dave's caps branch merge.
31065 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31067 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31068 Fix for 24bpp display.
31070 2003-12-23 Colin Walters <walters@verbum.org>
31072 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31073 a GnomeVFSHandle directly.
31075 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31077 * gst/volume/Makefile.am:
31078 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31079 (volume_base_init), (volume_init):
31080 Reenable volume element and fix to work with new caps stuff.
31081 Rhythmbox needs this.
31083 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31085 * gst/qtdemux/qtdemux.c: (plugin_init):
31086 qtdemux requires bytestream
31088 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31090 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31091 Fix remaining caps handling errors due to CAPS merge.
31093 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31095 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31096 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31097 (gst_faad_srcconnect):
31098 Port to new caps system.
31100 2003-12-21 Julien MOUTTE <julien@moutte.net>
31102 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31103 (got_video_size), (main): using g_print instead of g_message.
31104 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31105 signal which was not emitted because of "switch" element added to the
31106 bin but not connected. (Removing from the bin temporarily)
31108 2003-12-21 Julien MOUTTE <julien@moutte.net>
31110 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31111 find X development files. I don't understand the previous tests and
31112 they fail on my debian/ppc unstable. This one works.
31113 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31115 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31116 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31117 (gst_play_set_visualization): Add some safety checks in set_ methods
31118 and state_change. This was throwing some ugly CRITICAL messages when
31119 pipeline was getting disposed and casts were failing.
31121 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31124 Improve mpeg2enc detection. This is for distributions that do
31125 ship mjpegtools, but without mpeg2enc. Also does object check
31126 for might there ever be ABI incompatibility.
31127 * ext/mpeg2enc/gstmpeg2enc.cc:
31128 Add Andrew as second maintainer (he's helping me), and also add
31129 an error if no caps was set. This happens if I pull before capsnego
31130 and that's something I should solve sometime else.
31131 * gst/matroska/matroska-demux.c:
31132 (gst_matroska_demux_parse_blockgroup):
31134 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31135 (gst_matroska_mux_track_header):
31136 Add caps to templates.
31137 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31138 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31139 * gst/mpegstream/gstmpegdemux.c:
31140 Remove layer since it causes warnings about unfixed caps.
31141 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31142 Fix obvious typo (we error out if caps were set, we should of
31143 course error out if *no* caps were set).
31144 * sys/oss/gstosselement.c: (gst_osselement_convert):
31145 Fix format conversion, we confused bits/bytes.
31146 * sys/oss/gstosselement.h:
31147 Improve documentation for 'bps'.
31149 Remove stuff about plugins that need removing - this was done
31151 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31152 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31153 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31154 (gst_v4lsrc_src_query):
31155 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31156 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31157 Add get_query_types(), get_formats() and query() functions.
31159 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31161 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31162 * moved CVS to freedesktop.org