1 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
3 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4 Also accept partial dates with only year and month,
5 like 1999-12-00 (fixes #410396 even more).
7 * tests/check/libs/tag.c: (GST_START_TEST):
8 Add unit test for the above.
10 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
12 * tests/check/elements/subparse.c: (GST_START_TEST),
14 Add unit test for MPL2 subtitle format (#413799).
16 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
18 Patch by: Kamil Pawlowski <kamilpe gmail com>
20 * gst/subparse/Makefile.am:
21 * gst/subparse/gstsubparse.c:
22 (gst_sub_parse_data_format_autodetect),
23 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
24 (gst_subparse_type_find):
25 * gst/subparse/gstsubparse.h:
26 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
27 * gst/subparse/mpl2parse.h:
28 Add support for MPL2 subtitle format (#413799).
30 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
33 We require core CVS for the new buffer metadata copy functions.
35 2007-03-09 Wim Taymans <wim@fluendo.com>
37 * gst-libs/gst/tag/gstid3tag.c:
38 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
41 2007-03-09 Wim Taymans <wim@fluendo.com>
43 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
44 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
45 Improve adapter usage and comments.
47 2007-03-09 Wim Taymans <wim@fluendo.com>
49 * ext/pango/gsttextrender.c: (gst_text_render_chain):
50 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
51 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
52 Use new metadata copy function.
54 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
55 (gst_ffmpegcsp_transform):
56 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
57 Basetransform copied the metadata for us.
59 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
61 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
62 (gst_text_overlay_video_event):
63 Some more logging. Only accept newsegment events in TIME format and
64 send a WARNING message if they are not in TIME format.
66 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
67 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
68 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
69 * gst/subparse/gstsubparse.h:
70 No need to allocate GstSegment structure dynamically, just put it
71 into the instance structure; ignore newsegment events in BYTE
72 format and in particular don't let it overwrite our saved TIME
73 segment from the last seek.
75 2007-03-09 Michael Smith <msmith@fluendo.com>
77 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
78 Replace AC3 typefinder with one that isn't terrible, and actually
81 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
83 * gst/audioconvert/gstaudioconvert.c:
84 (gst_audio_convert_transform):
85 fix error category and translatable string
88 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
90 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
91 * pkgconfig/gstreamer-plugins-base.pc.in:
92 Fix up utils => pbutils here too.
94 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
96 * gst/subparse/gstsubparse.c: (handle_buffer):
97 Break out of loop in chain function as soon as possible if we get
100 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
102 * tests/check/elements/alsa.c: (GST_START_TEST):
103 Unref the mixer if the state change fails too (if the
104 alsa devices are inaccessible, for example)
106 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
108 * tests/check/Makefile.am:
109 Don't test libvisual elements in the states check, because libvisual
110 seems to leak internally.
112 Re-enable the alsa and states tests now that there's new suppressions
115 * tests/check/elements/alsa.c: (GST_START_TEST):
116 Don't leak the alsamixer we instantiated.
118 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
120 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
121 (gst_ximagesink_change_state), (gst_ximagesink_reset),
122 (gst_ximagesink_finalize):
123 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
124 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
125 Move some cleanup stuff from the state change handler into a _reset()
126 function that can be called from _finalize(). This ensures that things
127 get freed even if (for some reason) the NULL->READY state transition
128 fails in the parent class.
129 Even if a parent state change fails, process our downward state change
130 logic instead of bailing out early.
131 Free the correct xcontext pointer in ximagesink's xcontext_clear.
133 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
135 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
138 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
139 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
140 Use pango_font_description_set_family_static instead of
141 pango_font_description_set_family to save a string copy (it was
142 leaking due to the strdup anyway)
144 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
145 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
146 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
147 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
148 Chain up in finalize.
150 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
152 * gst-libs/gst/interfaces/mixertrack.c:
153 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
154 (gst_mixer_track_set_property):
155 API: add "untranslated-label" property which should be set by
156 implementations at construct time (#414645).
158 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
159 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
160 Set "untranslated-label" when constructing mixer track objects.
162 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
163 Unit test to check the above.
165 2007-03-07 Wim Taymans <wim@fluendo.com>
167 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
168 Fix confusing debug message.
170 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
172 * gst-plugins-base.doap:
173 update doap file with new version
175 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
180 === release 0.10.12 ===
182 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
185 releasing 0.10.12, "Zombie Horde"
187 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
190 Bump version to 0.10.11.4 pre-release
192 2007-03-06 Wim Taymans <wim@fluendo.com>
194 * gst-libs/gst/audio/gstbaseaudiosink.c:
195 (gst_base_audio_sink_async_play):
196 Fix regression that made GStreamer skip the first samples of audio.
199 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
202 Bump version to 0.10.11.3 pre-release
204 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
207 Update paths for the rename from utils to pbutils to fix the build.
209 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
211 * gst-libs/gst/pbutils/Makefile.am:
212 Change directory to install headers in from gst/utils to gst/pbutils
215 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
218 * docs/libs/gst-plugins-base-libs-docs.sgml:
219 * docs/libs/gst-plugins-base-libs-sections.txt:
220 * gst-libs/gst/Makefile.am:
221 * gst-libs/gst/interfaces/mixer.c:
222 * gst-libs/gst/pbutils/Makefile.am:
223 * gst-libs/gst/pbutils/descriptions.c:
224 (gst_pb_utils_get_source_description),
225 (gst_pb_utils_get_sink_description),
226 (gst_pb_utils_get_decoder_description),
227 (gst_pb_utils_get_encoder_description),
228 (gst_pb_utils_get_element_description),
229 (gst_pb_utils_add_codec_description_to_tag_list),
230 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
231 * gst-libs/gst/pbutils/descriptions.h:
232 * gst-libs/gst/pbutils/install-plugins.c:
233 * gst-libs/gst/pbutils/install-plugins.h:
234 * gst-libs/gst/pbutils/missing-plugins.c:
235 (gst_missing_uri_source_message_new),
236 (gst_missing_uri_sink_message_new),
237 (gst_missing_element_message_new),
238 (gst_missing_decoder_message_new),
239 (gst_missing_encoder_message_new),
240 (gst_missing_plugin_message_get_description):
241 * gst-libs/gst/pbutils/missing-plugins.h:
242 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
243 * gst-libs/gst/pbutils/pbutils.h:
244 * gst-libs/gst/utils/Makefile.am:
245 * gst-libs/gst/utils/base-utils.c:
246 * gst-libs/gst/utils/base-utils.h:
247 * gst-libs/gst/utils/descriptions.c:
248 * gst-libs/gst/utils/descriptions.h:
249 * gst-libs/gst/utils/install-plugins.c:
250 * gst-libs/gst/utils/install-plugins.h:
251 * gst-libs/gst/utils/missing-plugins.c:
252 * gst-libs/gst/utils/missing-plugins.h:
253 * gst-plugins-base.spec.in:
254 * gst/playback/Makefile.am:
255 * gst/playback/gstdecodebin.c:
256 * gst/playback/gstdecodebin2.c:
257 * gst/playback/gstplaybasebin.c: (setup_subtitle),
258 (gen_source_element):
259 * gst/playback/gstplaybin.c: (plugin_init):
260 * tests/check/Makefile.am:
261 * tests/check/libs/pbutils.c: (GST_START_TEST),
262 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
263 * tests/check/libs/utils.c:
264 rename utils to pbutils
266 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
268 * docs/plugins/Makefile.am:
269 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
270 * docs/plugins/gst-plugins-base-plugins-sections.txt:
271 * docs/plugins/inspect/plugin-decodebin2.xml:
272 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
273 Add documentation for decodebin2 that indicates that the API
276 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
279 Update to 0.10.11.2 (0.10.12 pre-release)
281 2007-03-01 Wim Taymans <wim@fluendo.com>
283 * gst-libs/gst/audio/gstbaseaudiosink.c:
284 (gst_base_audio_sink_async_play):
285 base time is irrelevant here.
287 2007-03-01 Wim Taymans <wim@fluendo.com>
289 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
290 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
293 * gst-libs/gst/audio/gstbaseaudiosink.c:
294 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
295 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
296 Improve latency and clock slaving calculations.
297 Improve slave clock calibration.
299 * gst-libs/gst/audio/gstringbuffer.c:
300 (gst_ring_buffer_commit_full):
301 When we are asked to render N sample to 0 bytes, return N.
303 2007-03-01 Wim Taymans <wim@fluendo.com>
305 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
306 (gst_alsasink_write), (gst_alsasink_reset):
307 * ext/alsa/gstalsasink.h:
308 Remove unused dispose function.
309 Rename lock to not interfere with alsasrc lock.
311 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
312 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
313 (gst_alsasrc_read), (gst_alsasrc_reset):
314 * ext/alsa/gstalsasrc.h:
315 Implement finalize function.
316 Use lock to protect alsa access.
320 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
323 Convert to new AG_GST style.
325 2007-02-28 Wim Taymans <wim@fluendo.com>
327 Patch by: Ed Catmur <ed at catmur dot co dot uk>
329 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
330 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
331 Fix race condition when rapidly switching visualisations in playbin.
334 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
336 * tests/check/Makefile.am:
337 Include local stuff before system installed things in LDFLAGS and
340 2007-02-28 Wim Taymans <wim@fluendo.com>
342 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
345 2007-02-28 Wim Taymans <wim@fluendo.com>
347 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
348 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
349 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
350 Fix duration and timestamping, taking latency into account.
351 Implement latency query.
353 2007-02-28 Wim Taymans <wim@fluendo.com>
355 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
356 (gst_audio_clock_new):
359 * gst-libs/gst/audio/gstbaseaudiosink.c:
360 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
361 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
362 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
363 (gst_base_audio_src_create):
364 Improve latency query code.
365 Use proper clock names.
367 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
369 * tests/check/generic/states.c: (GST_START_TEST):
370 Copy the states.c test from core again
371 * tests/check/Makefile.am:
372 ignore cdio and cdparanoiasrc
374 2007-02-28 Stefan Kost <ensonic@users.sf.net>
376 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
377 (double_hq), (audio_convert_get_func_index), (check_default),
378 (audio_convert_prepare_context), (audio_convert_convert):
379 Also make valgrind happy and avoid copying data in some cases.
381 2007-02-28 Stefan Kost <ensonic@users.sf.net>
383 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
384 (double_hq), (audio_convert_get_func_index),
385 (audio_convert_prepare_context), (audio_convert_convert):
386 * gst/audioconvert/gstaudioconvert.c:
387 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
388 (gst_audio_convert_transform_caps):
389 * tests/check/elements/audioconvert.c: (GST_START_TEST),
390 (audioconvert_suite):
391 Don't run inplace if that overwrites source data as we go. Add more
392 tests. Fixes #339837 even more.
394 2007-02-27 Julien MOUTTE <julien@moutte.net>
396 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
397 (msg_segment_done): Fix various seeking bugs (Slider was not
398 updating when doing a non flushing seek, Reverse playback
399 on segment seek was wrong).
401 2007-02-26 Wim Taymans <wim@fluendo.com>
403 * tests/examples/seek/seek.c: (stop_seek):
404 When we stop scrubbing, don't leave the pipeline PLAYING when we
405 requested a PAUSED state.
407 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
409 Patch by: René Stadler <mail at renestadler de>
411 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
412 Parse date strings in vorbis comments that have an invalid (zero)
413 month or day (#410396).
415 * tests/check/libs/tag.c: (GST_START_TEST):
416 Test case for the above.
418 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
420 Patch by: Loïc Minier <lool+gnome at via ecp fr>
423 * ext/alsa/Makefile.am:
424 * gst/audiotestsrc/Makefile.am:
425 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
427 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
429 * gst/playback/gstplaybin.c:
430 Improve docs: point out that the application needs to assist playbin
433 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
435 * gst-libs/gst/utils/install-plugins.c:
436 * gst-libs/gst/utils/missing-plugins.c:
437 * tests/check/libs/utils.c: (missing_msg_check_getters):
438 Change GStreamer marker prefix in detail string from 'gstreamer.net'
439 to just 'gstreamer'. Document the caps string component of the
440 decoder/encoder detail a bit better, since not everyone will be
441 familiar with the GStreamer media type/caps system (but they better
442 enjoy nested itemized lists).
444 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
446 * gst-libs/gst/netbuffer/gstnetbuffer.c:
447 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
448 Fix copying of GstNetBuffer (would crash before, or at least lead to
449 invalid memory access, #410772), for now by copying the GstBuffer copy
450 code from the core over here so we can copy the GstBuffer fields on a
451 provided buffer instance (of type GstNetBuffer in this case). Would be
452 better to fix this with some support by the core though (and in the long
453 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
455 * tests/check/Makefile.am:
456 Enable unit test for GstNetBuffer.
458 2007-02-22 Andy Wingo <wingo@pobox.com>
460 * gst-libs/gst/audio/gstbaseaudiosink.c
461 (gst_base_audio_sink_init): Disable pull-mode activation until we
462 figure out how to make audio sinks go to PLAYING.
464 2007-02-22 Stefan Kost <ensonic@users.sf.net>
466 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
467 (double_hq), (audio_convert_get_func_index),
468 (audio_convert_prepare_context), (audio_convert_convert):
469 * gst/audioconvert/audioconvert.h:
470 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
471 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
472 * gst/audioconvert/gstchannelmix.h:
473 * tests/check/elements/audioconvert.c: (GST_START_TEST):
474 Add float as an intermediate format, as well as float mixing. Enable
475 test that was failing before. Fixes #339837
477 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
479 * tests/examples/seek/seek.c: (do_seek):
480 Undo the previous commit: -1 as a stop time implies that the stop
481 time is the end of file, clearing any previously configured segment.
483 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
485 * tests/examples/seek/seek.c: (do_seek):
486 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
488 2007-02-21 Stefan Kost <ensonic@users.sf.net>
490 * gst/volume/gstvolume.c: (volume_process_int16),
491 (volume_process_int16_clamp), (volume_set_caps):
492 Unbreak volume, value remains gint.
494 2007-02-21 Stefan Kost <ensonic@users.sf.net>
496 * gst/volume/gstvolume.c: (volume_choose_func),
497 (volume_update_real_volume), (gst_volume_set_volume),
498 (gst_volume_init), (volume_process_double), (volume_process_float),
499 (volume_process_int16), (volume_process_int16_clamp),
500 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
501 * gst/volume/gstvolume.h:
502 Extend float audio support (double) and some int->uint cleanups.
504 2007-02-20 Edward Hervey <edward@fluendo.com>
506 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
507 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
508 (sort_end_pads), (gst_decode_group_expose),
509 (gst_decode_group_hide):
510 Don't free groups from the streaming threads. Just put them aside and
511 free them in dispose.
513 2007-02-20 Edward Hervey <edward@fluendo.com>
515 * gst/playback/gstdecodebin2.c: (connect_element),
516 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
517 (sort_end_pads), (gst_decode_group_expose):
518 Handle dynamic pads within groups.
519 Sort pads before exposing them in order to make playbin happy.
520 There still is a race with the multiqueue filling up. This should be
524 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
526 * gst-libs/gst/utils/base-utils.c:
527 * gst-libs/gst/utils/descriptions.c:
528 * gst-libs/gst/utils/install-plugins.c:
529 * gst-libs/gst/utils/missing-plugins.c:
530 Some more docs (and descriptions for two subtitle formats).
532 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
534 * gst-libs/gst/audio/audio.c:
537 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
539 Patch by: Yves Lefebvre <ivanohe abacom com>
541 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
542 Don't leak caps. Fixes #408278.
544 2007-02-15 Stefan Kost <ensonic@users.sf.net>
546 * ext/cdparanoia/gstcdparanoiasrc.h:
547 * ext/ogg/gstoggdemux.h:
548 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
549 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
550 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
551 * gst-libs/gst/audio/audio.h:
552 * gst-libs/gst/audio/gstaudiofilter.h:
553 * gst-libs/gst/interfaces/videoorientation.h:
554 * gst/adder/gstadder.h:
555 More docs coverage and some ChangeLog surgery (add missing names)
557 2007-02-15 Wim Taymans <wim@fluendo.com>
559 * sys/ximage/ximagesink.c:
560 (gst_ximagesink_calculate_pixel_aspect_ratio):
561 * sys/xvimage/xvimagesink.c:
562 (gst_xvimagesink_calculate_pixel_aspect_ratio):
563 Small constifications.
565 2007-02-15 Wim Taymans <wim@fluendo.com>
567 * gst-libs/gst/audio/gstbaseaudiosink.c:
568 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
569 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
570 (gst_base_audio_sink_async_play),
571 (gst_base_audio_sink_change_state):
572 Answer latency query.
573 Use configured latency when syncing.
576 * gst-libs/gst/audio/gstbaseaudiosrc.c:
577 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
578 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
579 Fix possible memleak.
580 Implement latency query.
583 2007-02-15 Wim Taymans <wim@fluendo.com>
585 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
586 Ignore errors in reset, these are not fatal. They also grab the element
587 lock which is already taking when this function is called. Fixes
590 2007-02-13 Stefan Kost <ensonic@users.sf.net>
593 Remove 'tests/examples/xerror/Makefile' from output files again.
595 2007-02-13 Stefan Kost <ensonic@users.sf.net>
598 * docs/plugins/Makefile.am:
599 Also crossref against gst-plugins-base-libs.
601 2007-02-12 Stefan Kost <ensonic@users.sf.net>
604 * docs/libs/Makefile.am:
605 * docs/plugins/Makefile.am:
606 Add crossreferences to glib/gobject/gstream docs.
608 * gst-libs/gst/audio/audio.h:
611 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
612 Add own debug category.
614 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
616 Patch by: René Stadler <mail at renestadler de>
618 * gst-libs/gst/tag/gstvorbistag.c:
619 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
622 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
624 * gst/playback/gstplaybasebin.c: (setup_source):
625 When we have external subtitles and wait for the subtitle decodebin
626 to get up and running, we set up a (sync) bus handler for the
627 subtitle decodebin, so we can stop waiting when it posts an error
628 message. However, we should do that before we set the subtitle
629 decodebin's state to playing, otherwise things are racy and we might
630 miss error messages posted before we had a chance to set up the bus.
631 This should finally fix totem hanging on .txt pseudo-subtitle files.
633 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
635 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
636 Use gst_gdouble_to_guint64 for conversions.
637 * win32/common/config.h.in:
638 Add a define for GST_INSTALL_PLUGINS_HELPER
639 * win32/common/libgstaudio.def:
640 * win32/common/libgstcdda.def:
641 * win32/common/libgstnetbuffer.def:
642 * win32/common/libgstrtp.def:
643 * win32/common/libgutils.def:
644 Add new exported functions.
645 * win32/vs6/gst_plugins_base.dsw:
646 * win32/vs6/libgstdecodebin.dsp:
647 * win32/vs6/libgstnetbuffer.dsp:
648 * win32/vs6/libgstplaybin.dsp:
649 * win32/vs6/libgstrtp.dsp:
650 * win32/vs6/libgstvorbis.dsp:
651 * win32/vs6/libgstcdda.dsp:
652 * win32/vs6/libgstgdp.dsp:
653 * win32/vs6/libgstutils.dsp:
654 Update and add new project files.
656 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
658 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
659 (subrip_remove_unhandled_tags), (parse_subrip):
660 For SubRip (.srt) subtitles, ignore all markup tags we don't
661 handle (like font tags, for example).
663 * tests/check/elements/subparse.c:
666 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
668 * gst/playback/gstdecodebin.c: (add_fakesink),
669 (gst_decode_bin_change_state):
670 * gst/playback/gstdecodebin2.c: (add_fakesink),
671 (gst_decode_bin_change_state):
672 Don't error out if there is no fakesink in the NULL to READY state
673 change, since when decodebin is re-used, we're only adding the
674 fakesink element in READY to PAUSED.
676 * tests/check/elements/decodebin.c:
677 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
679 Minimal unit test to make sure we can use the same decodebin
680 instance twice (at least with audiotestsrc input).
682 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
684 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
685 Try to get devic-name from device string first, and from handle only
686 as fallback (seems to yield better results and is more robust
687 against buggy probing code on the application side).
689 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
691 Based on patch by: Julien Puydt <julien.puydt at laposte net>
693 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
694 (gst_alsa_find_device_name):
695 * ext/alsa/gstalsa.h:
696 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
697 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
698 Improve device-name detection a bit, especially in the case where
699 the device is not actually open (#405020, #405024). Move common code
700 into gstalsa.c instead of duplicating it.
702 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
704 * gst/audioconvert/gstaudioconvert.c:
705 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
707 2007-02-06 Julien MOUTTE <julien@moutte.net>
709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
710 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
711 (gst_xvimagesink_interface_supported),
712 (gst_xvimagesink_probe_get_properties),
713 (gst_xvimagesink_probe_probe_property),
714 (gst_xvimagesink_probe_needs_probe),
715 (gst_xvimagesink_probe_get_values),
716 (gst_xvimagesink_property_probe_interface_init),
717 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
718 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
719 (gst_xvimagesink_get_type):
720 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
721 for XVAdaptors so that one can choose the adaptor to use with
722 gstreamer-properties.
724 2007-02-06 Stefan Kost <ensonic@users.sf.net>
726 * gst/audioconvert/gstaudioconvert.c:
727 Also mention that a conversion from double to float is suboptimal still.
729 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
731 * gst-libs/gst/audio/gstaudiofilter.c:
732 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
733 Clear our formats structure and free the caps contained in it when
736 2007-02-05 Andy Wingo <wingo@pobox.com>
738 * gst-libs/gst/audio/gstbaseaudiosink.c
739 (gst_base_audio_sink_callback): Update basesink->offset so that we
740 pull monotonically increasing offsets instead of, um, seeking back
741 to 0 each time. Fixes alsasrc ! alsasink!
743 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
745 * gst/videoscale/gstvideoscale.c:
746 A width and height of 1 makes us crash, so increase minimum size to
747 2x2 pixels until someone feels like fixing this (#404512).
749 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
751 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
752 Add small test to make sure request pads are cleaned up properly
753 even if oggmux never changes state out of NULL.
755 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
757 * tests/check/libs/utils.c: (GST_START_TEST):
758 Fix unit test. Turns out things work much better when you
759 NULL-terminate string arrays. Should make p5 build bot happy again.
761 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
763 * gst-libs/gst/audio/Makefile.am:
764 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
765 (gst_audio_filter_template_base_init),
766 (gst_audio_filter_template_class_init),
767 (gst_audio_filter_template_init),
768 (gst_audio_filter_template_set_property),
769 (gst_audio_filter_template_get_property),
770 (gst_audio_filter_template_setup),
771 (gst_audio_filter_template_filter),
772 (gst_audio_filter_template_filter_inplace), (plugin_init):
773 Oops, forgot to commit fixed-up example.
775 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
777 * docs/libs/gst-plugins-base-libs-sections.txt:
778 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
779 (gst_audio_filter_class_init), (gst_audio_filter_init),
780 (gst_audio_filter_set_caps),
781 (gst_audio_filter_class_add_pad_templates):
782 * gst-libs/gst/audio/gstaudiofilter.h:
783 Port GstAudioFilter to 0.10. This change technically breaks
784 API and ABI (and thus also every library developer's heart),
785 but seems justifiable on the grounds that the base class was
786 completely unusable before (ie. would crash immediately when
787 actually used). Fixes #403963 (and eventually also #403572).
788 Also document all of this a bit.
790 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
792 * gst-libs/gst/utils/install-plugins.c:
793 (gst_install_plugins_spawn_child):
794 * tests/check/libs/utils.c:
795 (test_base_utils_install_plugins_do_callout):
796 Lowering log level to see why things fail on the p5 build bot;
797 fix some typos in unit test messages.
799 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
801 * tests/check/libs/utils.c:
802 (test_base_utils_install_plugins_do_callout):
803 Don't hard-code temp directory for test helper; use GLib functions
804 to write out file and do error checking etc.
806 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
808 * gst-libs/gst/utils/Makefile.am:
809 * gst-libs/gst/utils/base-utils.h:
810 * gst-libs/gst/utils/install-plugins.c:
811 (gst_install_plugins_context_set_xid),
812 (gst_install_plugins_context_new),
813 (gst_install_plugins_context_free),
814 (gst_install_plugins_get_helper),
815 (gst_install_plugins_spawn_child),
816 (gst_install_plugins_return_from_status),
817 (gst_install_plugins_installer_exited),
818 (gst_install_plugins_async), (gst_install_plugins_sync),
819 (gst_install_plugins_return_get_name),
820 (gst_install_plugins_installation_in_progress):
821 * gst-libs/gst/utils/install-plugins.h:
822 API: add API for applications to initiate installation of missing
823 plugins, ie. gst_install_plugins_async() primarily.
824 Based on libgimme-codec by Ryan Lortie.
827 Add --with-install-plugins-helper configure option so distros can specify
828 the path of the helper script or program to call when plugin installation
829 is requested (distros: please do any argument munging in this helper
830 script instead of patching GStreamer to pass arguments differently
831 to another program directly).
833 * docs/libs/gst-plugins-base-libs-docs.sgml:
834 * docs/libs/gst-plugins-base-libs-sections.txt:
835 Build and document new API.
837 * tests/check/libs/utils.c: (result_cb),
838 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
839 (libgstbaseutils_suite):
840 Some simple checks for the new API.
842 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
844 * tests/check/elements/audioconvert.c: (test_float_conversion):
845 Add small test for 32bit float <=> 64bit float conversion (works
846 only one way so far, 32=>64 produces structured noise).
848 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
850 * gst/audioconvert/gstaudioconvert.c:
851 (set_structure_widths_32_and_64), (make_lossless_changes):
852 We don't support floats with a width of 40, 48 or 56 bits.
854 2007-02-02 Stefan Kost <ensonic@users.sf.net>
856 * gst/audioconvert/audioconvert.c: (float), (double),
857 (audio_convert_get_func_index):
858 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
859 (make_lossless_changes):
860 Support for 64-bit float audio in audioconvert (#339837)
862 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
864 Patch by: Holger Wansing <linux wansing-online de>
868 Add German translation (#352069).
870 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
872 reviewed by: Wim Taymans <wim@fluendo.com>
874 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
875 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
876 Use newly added GstCollectPads API to free the allocated resources in
877 the GstOggPad structures (#402393).
879 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
881 * gst/playback/gstplaybin.c: (gen_vis_element):
882 Add audioresample+audioconvert in front of the visualisation
883 element, so that elements like libvisual 0.4 that don't support all
884 samplerates can work.
888 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
890 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
891 (gst_play_base_bin_get_streaminfo_value_array):
892 Take some locks and make a copy of the streaminfo value array we
893 maintain while holding the lock, so that the application can
894 retrieve the stream-info as a value array in a thread-safe way.
896 2007-01-30 Wim Taymans <wim@fluendo.com>
898 * gst/audioconvert/gstaudioconvert.c:
899 Don't fail on 0 sized buffers. Fixes #396835.
901 2007-01-29 David Schleef <ds@schleef.org>
903 * gst/typefind/gsttypefindfunctions.c:
904 Detect BBCD as video/x-dirac, so we can play raw dirac
907 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
909 * ext/theora/theoraenc.c: (theora_enc_chain):
910 Check return value of theora_encode_header(), or we might try to
911 allocate a random number of bytes. theora_encode_header() can fail
912 if libtheora has been compiled with encoding support disabled.
915 2007-01-29 Wim Taymans <wim@fluendo.com>
917 * tests/check/gst/.cvsignore:
920 2007-01-29 Wim Taymans <wim@fluendo.com>
922 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
923 Fix strides in libvisual. Gst uses X strides.
924 Inspired by: <ed at catmur dot co dot uk> and
925 <tim at centricular dot net>
928 2007-01-27 Wim Taymans <wim@fluendo.com>
930 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
931 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
932 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
933 (gst_ogg_demux_perform_seek),
934 (gst_ogg_demux_bisect_forward_serialno),
935 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
936 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
937 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
938 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
939 * ext/ogg/gstoggdemux.h:
940 Properly propagate streaming errors when we are scanning the file for
941 chains so that we don't crash when shut down. Might fix some crashers
942 when quickly switching oggs in RB such as #332503 and #378436.
944 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
946 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
947 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
950 2007-01-25 Wim Taymans <wim@fluendo.com>
952 * gst/playback/gstplaybasebin.c: (remove_source):
953 Don't try to disconnect a signal from a finalized object.
955 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
957 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
958 Cast lock macro parameters to make sure we're actually accessing the
959 lock member at the right class level. Free list itself in _dispose()
960 as well and NULL it in case dispose gets called multiple times.
962 2007-01-25 Edward Hervey <edward@fluendo.com>
964 * gst/playback/gstdecodebin2.c:
965 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
966 Free GstDecodeGroups no longer used.
967 (gst_decode_group_expose):
968 Don't unlock too many times !
969 (deactivate_free_recursive):
970 Free iterator once we're done with it.
971 Fix for recursively deactivating elements (stop at ghostpads).
973 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
975 * gst/playback/gstplaybin.c: (handoff):
976 Fix up caps on the frame buffer before we save it and potentially
977 make it accessible to other threads via g_object_get; also use
978 gst_buffer_replace() instead of gst_mini_object_replace().
980 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
982 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
983 Make getting the current frame thread-safe.
985 2007-01-25 Edward Hervey <edward@fluendo.com>
987 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
988 (gst_decode_group_new), (gst_decode_group_free):
989 Set queues to bigger sizes to cope with HD contents.
990 Fix some mutex freeing and add comment about MT safe methods.
992 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
994 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
995 (gst_text_overlay_text_event):
996 Don't unnecessarily ref (and then leak) upstream events if the text
997 pad is not linked. Fixes #399948.
999 * tests/check/gst-plugins-base.supp:
1000 Add suppression for pango on edgy/x86 for textoverlay test.
1002 2007-01-24 Wim Taymans <wim@fluendo.com>
1004 * gst-libs/gst/rtp/gstrtpbuffer.h:
1005 Add some more fixed payloads.
1007 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1009 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1010 Error out properly if we get an error from libogg while reading the
1011 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1013 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1015 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1018 * tests/check/elements/playbin.c:
1019 (test_sink_usage_video_only_stream),
1020 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1021 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1022 (test_missing_suburisource_handler),
1023 (test_missing_primary_decoder), (playbin_suite):
1024 Run all tests once with decodebin and once with decodebin2.
1025 One test does not pass yet with decodebin2.
1027 2007-01-23 Edward Hervey <edward@fluendo.com>
1029 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1030 Fix the cases where oggmux doesn't properly figure out that all
1031 sinkpads have gone EOS, and therefore doesn't push out the remaining
1032 buffers and the final EOS event.
1035 2007-01-23 Julien MOUTTE <julien@moutte.net>
1037 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1038 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1039 Don't lock on navigation event push, just on keysym to string.
1040 Fixes #397673 again.
1042 2007-01-22 Edward Hervey <edward@fluendo.com>
1044 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1045 (get_current_group), (group_demuxer_event_probe),
1046 (gst_decode_group_expose), (deactivate_free_recursive),
1047 (gst_decode_group_free):
1049 Don't forget to emit 'no-more-pads' once a group is exposed.
1050 Cleanup elements from a DecodeGroup once we remove it.
1051 Protect call to gst_decode_group_expose() with the decodebin lock.
1053 2007-01-22 Julien MOUTTE <julien@moutte.net>
1055 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1057 Looking at Xorg code i can't figure out if that XKeysymToString
1058 function is thread sensible or not. Lock it just in case as
1059 recommended by Radek Doulik <rodo at ximian dot com>.
1061 2007-01-22 Julien MOUTTE <julien@moutte.net>
1063 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1064 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1065 Lock that X Call as well. Fixes #397673.
1067 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1069 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1070 Don't go into an endless loop if the file starts with 00 00 01 2X,
1071 like quicktime redirect files might. Fixes #396042.
1073 * tests/check/Makefile.am:
1074 * tests/check/gst/.cvsignore:
1075 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1076 (typefindfunctions_suite):
1077 Add unit test for the above.
1079 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1081 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1082 On second thought, use "depth" field rather than "bpp" field.
1084 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1086 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1087 Camtasia caps apparently need a bpp field (#398875).
1089 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1091 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1092 (gen_source_element), (gst_play_base_bin_change_state):
1093 Attempt at a better error message in case we don't have the required
1094 URI handler installed; post missing-plugin message also when we're
1095 missing an URI handler for the subtitle URI; clean up properly also
1096 when an error occurs and we never made it to PAUSED state.
1098 * tests/check/elements/playbin.c: (GST_START_TEST),
1100 Check that we're also getting a missing-plugin messsage for a
1101 missing subtitle URI handler (and clean up properly).
1103 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1105 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1106 Plug a few reference leaks.
1108 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1110 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1111 Lower probability a bit if the marker isn't right at the start,
1112 to decrease the chance of false positives.
1114 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1116 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1117 Small mpeg2 system stream typefinding improvement: make typefinder
1118 probe a bit into the stream instead of just looking for a marker
1119 at the beginning. Fixes #397810.
1121 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1123 * gst/audioconvert/gstchannelmix.c:
1124 Remove compatibility cruft for prehistoric GLib versions.
1126 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1128 * gst/playback/Makefile.am:
1129 * gst/playback/gstdecodebin.c: (close_pad_link):
1130 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1131 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1132 (gst_play_base_bin_handle_message_func), (unknown_type):
1133 Let decodebin be the element to post missing-plugin messages for
1134 missing decoders (rather than playbin); make playbin implement
1135 GstBin::handle_message so we can suppress missing-plugin messages
1136 for types we're not handling on purpose (don't want to bring up an
1137 installer in those cases).
1139 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1141 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1142 * gst-libs/gst/tag/gstvorbistag.c:
1143 (gst_tag_list_to_vorbiscomment_buffer):
1144 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1145 Fix potentially unaligned access (#397207).
1147 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1149 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1150 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1151 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1153 Allow to toggle looping while it plays. Fix callback prototype. Clean
1154 up code a bit more. Add copyright header.
1156 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1159 Red and blue mask was swapped (spotted by Dan Williams).
1161 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1163 * gst-libs/gst/tag/gstid3tag.c:
1164 * gst-libs/gst/tag/gstvorbistag.c:
1165 Use new beats-per-minute tag from core.
1167 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1170 Add new files with translatable strings, so they actually make it
1171 into the template file one day.
1173 2007-01-12 Andy Wingo <wingo@pobox.com>
1175 * gst-libs/gst/audio/gstbaseaudiosink.c
1176 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1177 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1178 stuff, as the base class handles this now. Actually tell the ring
1180 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1181 How did this work before? Maybe I'm not as awesome a programmer as
1184 * gst-libs/gst/audio/gstbaseaudiosrc.c
1185 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1188 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1190 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1191 Remove more fields so that the application can better blacklist
1192 formats that have been tried before.
1194 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1196 * gst-libs/gst/audio/mixerutils.h:
1197 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1198 used when compiling with c++ compilers as well.
1200 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1202 * gst/typefind/gsttypefindfunctions.c:
1205 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1207 * gst/playback/gstplaybin.c: (post_missing_element_message),
1208 (gen_video_element), (gen_text_element), (gen_audio_element),
1210 Post missing-plugin messages also when we error out because
1211 converters, textoverlay or auto*sinks are missing (#161922).
1213 2007-01-10 Wim Taymans <wim@fluendo.com>
1215 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1216 (is_demuxer_element), (new_caps):
1217 * gst/playback/gstplaybasebin.c: (source_new_pad):
1218 Fix the case where we try to ref a NULL element when we delay a link
1219 because of unfixed caps.
1220 Set the state of autoplugged decodebins to PAUSED.
1221 RTSP now works in playbin, we can remove it from the blacklist.
1223 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1225 * gst/playback/Makefile.am:
1226 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1227 (unknown_type), (setup_subtitle), (gen_source_element):
1228 * gst/playback/gstplaybin.c: (plugin_init):
1229 Post missing-plugin messages on the bus for missing sources and
1230 missing decoders/demuxers/depayloaders; fix error code used when
1231 we're missing an URI handler source; for media types that we are not
1232 handling on purpose at the moment, don't print "don't know how to
1233 handle xyz" messages to the terminal or post missing-plugin
1234 messages on the bus.
1236 * tests/check/elements/playbin.c: (create_playbin),
1237 (GST_START_TEST), (gst_codec_src_uri_get_type),
1238 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1239 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1240 (gst_codec_src_init_type), (gst_codec_src_base_init),
1241 (gst_codec_src_create), (gst_codec_src_class_init),
1242 (gst_codec_src_init), (plugin_init), (playbin_suite):
1243 Add some tests for the missing-plugin stuff.
1245 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1248 * gst-libs/gst/Makefile.am:
1249 * gst-libs/gst/utils/Makefile.am:
1250 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1251 * gst-libs/gst/utils/base-utils.h:
1252 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1253 (find_format_info), (caps_are_rtp_caps),
1254 (gst_base_utils_get_source_description),
1255 (gst_base_utils_get_sink_description),
1256 (gst_base_utils_get_decoder_description),
1257 (gst_base_utils_get_encoder_description),
1258 (gst_base_utils_get_element_description),
1259 (gst_base_utils_add_codec_description_to_tag_list),
1260 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1261 * gst-libs/gst/utils/descriptions.h:
1262 * gst-libs/gst/utils/missing-plugins.c:
1263 (missing_structure_get_type), (copy_and_clean_caps),
1264 (gst_missing_uri_source_message_new),
1265 (gst_missing_uri_sink_message_new),
1266 (gst_missing_element_message_new),
1267 (gst_missing_decoder_message_new),
1268 (gst_missing_encoder_message_new),
1269 (missing_structure_get_string_detail),
1270 (missing_structure_get_caps_detail),
1271 (gst_missing_plugin_message_get_installer_detail),
1272 (gst_missing_plugin_message_get_description),
1273 (gst_is_missing_plugin_message):
1274 * gst-libs/gst/utils/missing-plugins.h:
1275 API: add new libgstbaseutils library with functions
1276 - to create and parse missing-plugins messages
1277 - that provide (translated) descriptions for caps/decoders/sources/etc.
1280 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1281 * pkgconfig/gstreamer-plugins-base.pc.in:
1284 * docs/libs/gst-plugins-base-libs-docs.sgml:
1285 * docs/libs/gst-plugins-base-libs-sections.txt:
1286 Generate docs for new lib and API.
1288 * tests/check/Makefile.am:
1289 * tests/check/libs/.cvsignore:
1290 * tests/check/libs/utils.c: (missing_msg_check_getters),
1291 (GST_START_TEST), (libgstbaseutils_suite):
1292 Add some basic unit tests.
1294 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1296 * ext/ogg/Makefile.am:
1297 Dist gstoggdemux.h to fix 'make distcheck'.
1299 * sys/v4l/Makefile.am:
1300 Fix 'make distcheck' even more.
1302 2007-01-09 Wim Taymans <wim@fluendo.com>
1304 * docs/plugins/Makefile.am:
1305 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1306 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1307 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1308 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1309 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1310 (gst_ogg_demux_perform_seek):
1311 * ext/ogg/gstoggdemux.h:
1313 Add some more comments.
1316 2007-01-09 Wim Taymans <wim@fluendo.com>
1318 * ext/theora/theoradec.c:
1319 * ext/vorbis/vorbisdec.c:
1320 * gst-libs/gst/audio/gstringbuffer.c:
1321 (gst_ring_buffer_commit_full):
1322 * gst-libs/gst/audio/gstringbuffer.h:
1323 * gst-libs/gst/rtp/gstrtpbuffer.c:
1324 * gst-libs/gst/tag/gstvorbistag.c:
1325 Small documentation updates/fixes
1327 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1330 Require core CVS HEAD for Andy's basesrc/sink API additions.
1332 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1334 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1336 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1338 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1339 on flac.sf.net (there appear to be other versions of the first
1340 ogg page in the wild) (#391365).
1342 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1345 Check if localtime_r() is available.
1347 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1348 If localtime_r() is not available, fall back to localtime(). Should
1349 fix build on MingW (#393310).
1351 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1353 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1354 * gst/subparse/gstsubparse.h:
1355 Remove spurious 1000 subtrahend when calculating the timestamp from
1356 the frame number and the frame rate . Also, use the frames/second
1357 value specified in the first line of the file, if one is specified
1358 there. Should fix #357503.
1360 * tests/check/elements/subparse.c: (do_test),
1361 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1363 Add some basic unit tests for the microdvd subtitle format.
1365 2007-01-07 Julien MOUTTE <julien@moutte.net>
1367 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1368 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1369 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1370 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1371 (gst_xvimagesink_set_xwindow_id),
1372 (gst_xvimagesink_set_event_handling),
1373 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1374 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1375 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1377 Add an adaptor property to select a specific XV adaptor.
1378 * sys/xvimage/xvimagesink.h:
1380 2007-01-07 Julien MOUTTE <julien@moutte.net>
1382 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1383 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1384 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1385 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1386 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1387 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1388 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1389 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1390 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1391 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1392 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1393 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1394 Use flow_lock much more to protect every access to xwindow.
1395 Try to catch erros while creating images in case some drivers are
1396 just generating an XError when the requested image is too big.
1397 Should fix : #354698, #384008, #384060.
1398 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1399 Implement some stress testing of setting window xid.
1401 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1403 * win32/common/libgsaudio.def:
1404 Add new exported function.
1405 * win32/common/libgstogg.dsp:
1406 Add gstoggaviparse.c to the build.
1407 * win32/common/libgstvideoscale.dsp:
1408 Add vs_4tap.c to the build.
1409 * win32/common/libgstvorbis.dsp:
1410 Add vorbistag.c to the build.
1412 2007-01-06 Andy Wingo <wingo@pobox.com>
1414 * gst-libs/gst/audio/gstbaseaudiosink.c
1415 (gst_base_audio_sink_class_init)
1416 (gst_base_audio_sink_init):
1417 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1418 to baseaudiosink, and tell basesink that we can work in pull mode.
1419 This way the ring buffer thread drives the pipeline directly, if
1420 pull mode is possible. There is some lingering nastiness regarding
1422 (gst_base_audio_sink_callback): Implement the callback to pull
1423 data. This interface is a bit light, though -- it should get a
1424 GstFlowReturn return value at least.
1426 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1428 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1429 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1430 * gst/playback/gstdecodebin2.c:
1431 (gst_decode_group_check_if_blocked):
1432 Printf format and missing argument fixes.
1434 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1436 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1437 (gst_ogm_parse_change_state):
1438 Activate pads before adding them to the element.
1440 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1442 * tests/examples/seek/scrubby.c: (main):
1443 * tests/examples/seek/seek.c: (main):
1444 Call g_thread_init() first thing in main() (see #391278).
1446 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1448 * tests/check/Makefile.am:
1449 * tests/check/libs/.cvsignore:
1450 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1452 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1453 for the time being, since it's broken, see #393099.
1455 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1457 * tests/check/Makefile.am:
1458 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1460 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1463 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1464 so that GST_BASE_CFLAGS can go inbetween them, making sure
1465 we use uninstalled gst-libs headers
1466 * docs/libs/Makefile.am:
1467 * ext/alsa/Makefile.am:
1468 * ext/cdparanoia/Makefile.am:
1469 * ext/gnomevfs/Makefile.am:
1470 * ext/libvisual/Makefile.am:
1471 * ext/ogg/Makefile.am:
1472 * ext/theora/Makefile.am:
1473 * ext/vorbis/Makefile.am:
1474 * gst-libs/gst/audio/Makefile.am:
1475 * gst-libs/gst/cdda/Makefile.am:
1476 * gst-libs/gst/interfaces/Makefile.am:
1477 * gst-libs/gst/riff/Makefile.am:
1478 * gst-libs/gst/rtp/Makefile.am:
1479 * gst-libs/gst/tag/Makefile.am:
1480 * gst/adder/Makefile.am:
1481 * gst/audioconvert/Makefile.am:
1482 * gst/audiorate/Makefile.am:
1483 * gst/audioresample/Makefile.am:
1484 * gst/playback/Makefile.am:
1485 * gst/tcp/Makefile.am:
1486 * gst/videoscale/Makefile.am:
1487 * gst/volume/Makefile.am:
1488 * sys/ximage/Makefile.am:
1489 * sys/xvimage/Makefile.am:
1490 * tests/icles/Makefile.am:
1493 2007-01-04 Julien MOUTTE <julien@moutte.net>
1495 * gst-libs/gst/interfaces/xoverlay.c:
1496 (gst_x_overlay_handle_events):
1497 * gst-libs/gst/interfaces/xoverlay.h:
1498 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1499 (gst_ximagesink_set_xwindow_id),
1500 (gst_ximagesink_set_event_handling),
1501 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1502 (gst_ximagesink_get_property), (gst_ximagesink_init),
1503 (gst_ximagesink_class_init):
1504 * sys/ximage/ximagesink.h:
1505 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1506 (gst_xvimagesink_set_xwindow_id),
1507 (gst_xvimagesink_set_event_handling),
1508 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1509 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1510 (gst_xvimagesink_class_init):
1511 * sys/xvimage/xvimagesink.h:
1512 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1513 Add a method to the XOverlay interface to allow disabling of
1514 event handling in x[v]imagesink elements. This will let X events
1515 propagate to parent windows which can be usefull in some cases.
1516 Be carefull that the application is then responsible of pushing
1517 navigation events and expose events to the video sink.
1520 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1522 * gst-libs/gst/tag/gstvorbistag.c:
1523 * tests/check/libs/tag.c: (GST_START_TEST):
1524 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1527 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1531 * docs/design/Makefile.am:
1534 2006-12-27 Julien MOUTTE <julien@moutte.net>
1536 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1537 typo. Fixes: #390063.
1539 2006-12-27 Julien MOUTTE <julien@moutte.net>
1541 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1544 * win32/common/config.h: Updated.
1546 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1548 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1549 (setup_gdpdepay_streamheader):
1550 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1551 (setup_gdppay_streamheader):
1552 Fix the dp tests, but activating the pads for the streamheader tests
1553 too and cleaning up conditionaly
1555 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1557 * gst/ffmpegcolorspace/avcodec.h:
1558 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1559 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1560 (gst_ffmpegcsp_avpicture_fill):
1561 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1562 (img_get_alpha_info):
1563 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1564 other end of the word. Fixes: #387073.
1566 Add some inconsequential branch hints in a couple of places.
1568 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1570 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1571 (gst_ffmpeg_caps_to_smpfmt):
1572 The "signed" field in raw audio caps is of boolean type, trying to
1573 extract the value with _get_int() will fail (fix to keep in sync with
1574 the copy in gst-ffmpeg)
1576 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1578 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1579 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1580 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1582 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1583 * tests/check/elements/subparse.c: (teardown_subparse):
1584 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1585 * tests/check/elements/videorate.c: (cleanup_videorate):
1586 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1587 * tests/check/elements/volume.c: (cleanup_volume):
1588 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1589 (cleanup_vorbisdec):
1590 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1591 (cleanup_vorbistag):
1592 consistent pad (de)activation
1594 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1596 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1597 Forgot to register the extensions.
1599 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1601 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1603 Add typefinder for VIVO files (my christmas present to the 90s).
1605 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1607 * gst/playback/gstdecodebin.c: (type_found):
1608 Special-case the text/plain media type: we only want to recognise it
1609 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1610 parser, but not if the entire stream is of text/plain type. If the
1611 entire stream is text/plain, we should just error out.
1613 This fixes playback of audio files with lyrics in totem. Totem can't
1614 distinguish between text files and subtitle files and passes any
1615 .txt file with the same basename as the main file to playbin as
1616 suburi, and playbin will then throw a 'subtitle found, but no video
1617 stream' error, which isn't entirely helpful. See #380342.
1619 Also, with this change we'll show a slightly more correct error
1620 message in case totem passes a playlist file to us (although a
1621 custom error message wording instead of the default text would
1622 probably not be a bad idea either).
1624 Same problem also needs to be fixed for playbin+decodebin2.
1626 * tests/check/Makefile.am:
1627 * tests/check/elements/decodebin.c: (src_handoff_cb),
1628 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1630 Add simple unit test for decodebin for the above.
1632 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1634 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1635 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1636 Refuse to change state to READY when we failed to create any of the
1637 required elements in our instance init function.
1639 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1641 * docs/libs/gst-plugins-base-libs-sections.txt:
1642 Small docs fixes/updates.
1644 * gst-libs/gst/video/gstvideosink.h:
1645 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1646 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1647 removed from the base sink API between 0.9.6 and 0.9.7).
1648 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1649 accessor macros, so we don't do a runtime GObject type check every
1652 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1655 * gst-plugins-base.doap:
1656 * gst-plugins-base.spec.in:
1659 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1661 Patch by: Jens Granseuer <jensgr at gmx net>
1663 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1664 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1665 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1666 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1667 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1668 Declare variables at the beginning of a block. Fixes #383195.
1670 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1673 Bump version nano - back to CVS.
1676 === release 0.10.11 ===
1678 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1681 releasing 0.10.11, "Dumb things"
1683 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1685 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1686 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1687 Handle the case where an element has multiple pads with
1688 unfixed caps as well as still possibly producing more dynamic
1689 pads by storing each case as a distinct entry in the dynamic list.
1692 2006-12-04 Wim Taymans <wim@fluendo.com>
1694 * gst/playback/gstdecodebin.c: (close_pad_link):
1695 Fix #382223, add more dynamic caps handling.
1697 2006-12-04 Wim Taymans <wim@fluendo.com>
1699 reviewed by: <delete if not using a buddy>
1701 * gst-libs/gst/audio/gstringbuffer.h:
1702 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1703 (gst_netaddress_set_ip4_interface),
1704 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1705 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1706 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1707 (gst_netaddress_get_ttl):
1708 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1709 * gst/playback/gstdecodebin.c: (close_pad_link):
1710 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1711 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1712 * win32/common/config.h:
1714 2006-12-01 Michael Smith <msmith@fluendo.com>
1716 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1717 Delete bad debug code.
1720 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1722 * gst/videoscale/vs_4tap.c:
1724 * win32/common/config.h:
1725 * win32/vs8/libgstvideoscale.vcproj:
1726 Fix compilation on win32 under VS8
1727 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1728 Partially fixes #381175
1730 2006-11-30 Michael Smith <msmith@fluendo.com>
1732 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1734 It would be very bad if, after a discont buffer, we thought every
1735 single following buffer was also discont. So, add to the test to
1736 ensure that this isn't the case.
1738 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1739 ... it was the case. So fix it.
1741 2006-11-28 Wim Taymans <wim@fluendo.com>
1743 * gst/playback/gstplaybasebin.c: (check_queue_event):
1746 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1747 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1748 padtemplate caps. Refixes #357577.
1750 2006-11-28 Wim Taymans <wim@fluendo.com>
1752 * gst/playback/gstplaybasebin.c: (check_queue_event),
1753 (queue_threshold_reached), (queue_out_of_data),
1754 (gen_preroll_element):
1755 Add event probe to see when EOS is in a queue and we can disable the
1756 underrun signals. Fixes #357577.
1758 2006-11-28 Edward Hervey <edward@fluendo.com>
1760 * gst/playback/Makefile.am:
1761 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1762 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1763 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1764 (gst_decode_bin_init), (gst_decode_bin_dispose),
1765 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1766 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1767 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1768 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1769 (connect_element), (expose_pad), (type_found),
1770 (pad_added_group_cb), (pad_removed_group_cb),
1771 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1772 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1773 (are_raw_caps), (multi_queue_overrun_cb),
1774 (multi_queue_underrun_cb), (gst_decode_group_new),
1775 (get_current_group), (group_demuxer_event_probe),
1776 (gst_decode_group_control_demuxer_pad),
1777 (gst_decode_group_control_source_pad),
1778 (gst_decode_group_check_if_blocked),
1779 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1780 (gst_decode_group_hide), (gst_decode_group_free),
1781 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1782 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1783 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1785 New decodebin2 element.
1787 * gst/playback/gstplay-marshal.list:
1788 Added marshallers for new signals in decodebin2
1789 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1790 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1793 2006-11-28 Wim Taymans <wim@fluendo.com>
1795 * gst/playback/gstplaybasebin.c: (setup_source),
1796 (gst_play_base_bin_change_state):
1797 Disable rtsp:// uris for the release, it's not good enough yet.
1800 2006-11-26 Wim Taymans <wim@fluendo.com>
1802 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1803 (theora_dec_push_forward), (theora_dec_push_reverse),
1804 (theora_handle_data_packet), (theora_dec_decode_buffer),
1805 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1806 (theora_dec_chain_forward), (theora_dec_chain):
1807 Implement reverse playback.
1809 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1810 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1811 (vorbis_dec_chain_forward):
1812 Clear buffers used for reverse playback in _reset.
1813 No need to set the eos flag, we clip samples using the segment.
1815 2006-11-24 Wim Taymans <wim@fluendo.com>
1817 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1818 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1819 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1820 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1822 Handle continued pages in reverse mode.
1824 2006-11-24 Wim Taymans <wim@fluendo.com>
1826 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1827 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1828 (vorbis_dec_flush_decode):
1830 Don't try to add invalid timestamps.
1831 Clipping will unref the buffer.
1833 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1835 * gst/adder/gstadder.h:
1836 * gst/audiotestsrc/gstaudiotestsrc.h:
1837 remove obsolete _factory_init protos
1839 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1841 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1842 Fix spacing in debug message.
1844 2006-11-23 Wim Taymans <wim@fluendo.com>
1846 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1847 (gst_ogg_demux_chain):
1848 Don't just ignore return values from _pad_push().
1849 Small debug improvements.
1851 2006-11-23 Michael Smith <msmith@fluendo.com>
1853 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1854 If our incoming buffer is marked as DISCONT, then increment the page
1855 number (so that the discontinuity is marked in the final ogg
1856 bitstream) and flush the previous page.
1858 2006-11-22 Michael Smith <msmith@fluendo.com>
1860 * ext/theora/gsttheoraenc.h:
1861 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1862 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1863 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1864 (theora_enc_chain), (theora_enc_change_state):
1865 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1867 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1868 (GST_START_TEST), (theoraenc_suite):
1869 Enable discontinuity test, fix it.
1871 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1873 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1874 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1875 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1876 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1877 (gst_text_overlay_change_state):
1878 * ext/pango/gsttextoverlay.h:
1879 Some textoverlay fixes: for one, in the video chain function,
1880 actually wait for a text buffer to come in if there is none at the
1881 moment and there should be one; also, deal more gracefully with
1882 incoming buffers that do not have a timestamp or duration; discard
1883 text buffer when not needed any longer. Fixes #341681.
1885 * tests/check/Makefile.am:
1886 * tests/check/elements/.cvsignore:
1887 * tests/check/elements/textoverlay.c:
1888 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1889 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1890 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1891 (test_video_waits_for_text_send_text_newsegment_thread),
1892 (test_video_waits_for_text_shutdown_element),
1893 (test_render_continuity_push_video_buffers_thread),
1894 (textoverlay_suite):
1895 Add some unit tests for textoverlay.
1897 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1899 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1900 Avoid integer underflow when the found probability for mp3 is
1901 smaller than the 'penalty' we subtract if there's not a clean
1902 mp3 header sync at offset 0.
1904 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1906 * docs/libs/gst-plugins-base-libs-sections.txt:
1907 Add some new symbols to the docs
1909 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1911 * tests/check/Makefile.am:
1912 * tests/check/elements/ffmpegcolorspace.c:
1913 (ffmpegcolorspace_suite):
1914 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1915 (for now not for valgrinding though, since it takes too long).
1917 2006-11-20 Wim Taymans <wim@fluendo.com>
1919 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1920 (gst_ffmpeg_pixfmt_to_caps):
1921 Fix RGBA32 caps. Fixes #357038.
1923 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1925 * gst-libs/gst/interfaces/mixertrack.h:
1926 Add FIXME so we can add some padding here in 0.11
1928 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1930 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1931 Fix GstBaseRTPAudioPayload structure so the whole GObject
1932 inheritance business actually works (parent class instance structure
1933 must always come first in the derived class instance structure).
1935 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1937 * gst/videotestsrc/Makefile.am:
1938 * tests/check/Makefile.am:
1939 Make sure our checks and the videotestsrc plugin link against the
1940 local uninstalled gst libs and not any installed gst libs that
1941 might happen to exist as well.
1943 * tests/check/elements/adder.c: (message_received),
1944 (test_event_message_received), (test_play_twice_message_received):
1945 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1946 Fix compiler warnings when compiling against core with disabled
1949 2006-11-16 Michael Smith <msmith@fluendo.com>
1951 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1952 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1953 Fix audiorate, so that it accurately sets offsets and timestamps.
1954 Doesn't change the fundamental algorithmic decisions; so should be
1957 * tests/check/Makefile.am:
1958 Enable audiorate test now that it passes.
1960 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1963 clear xv when going to NULL, remove // commented non-existant proto
1965 * tests/examples/seek/seek.c: (main):
1966 add missing tooltip description for scrub and play_scrub
1968 2006-11-14 David Schleef <ds@schleef.org>
1971 Bump liboil requirement to 0.3.8.
1972 * gst-libs/gst/riff/riff-media.c:
1974 * gst/videoscale/vs_image.h:
1975 * gst/videoscale/vs_scanline.h:
1976 Use liboil's stdint.h.
1977 * gst/videotestsrc/videotestsrc.c:
1978 Remove liboil related ifdef's, since they aren't needed now, and
1979 won't work with future versions.
1981 2006-11-14 David Schleef <ds@schleef.org>
1983 * gst/videoscale/Makefile.am:
1984 * gst/videoscale/gstvideoscale.c:
1985 * gst/videoscale/gstvideoscale.h:
1986 * gst/videoscale/vs_4tap.c:
1987 * gst/videoscale/vs_4tap.h:
1988 * gst/videoscale/vs_image.c:
1989 * gst/videoscale/vs_image.h:
1990 * gst/videoscale/vs_scanline.c:
1991 * gst/videoscale/vs_scanline.h:
1992 Add a 4-tap image scaler. Theoretically looks much prettier.
1993 The tap calculation could use some improvement.
1995 2006-11-14 Wim Taymans <wim@fluendo.com>
1997 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1999 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2000 (gst_riff_parse_strf_iavs):
2001 * gst/subparse/gstsubparse.c: (convert_encoding):
2002 * gst/tcp/gstmultifdsink.c:
2003 (gst_multi_fd_sink_handle_client_write):
2004 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2005 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2006 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2007 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2008 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2009 (gst_ximagesink_ximage_new):
2010 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2011 Various gsize and gssize printf fixes. Fixes #372507.
2013 2006-11-13 Wim Taymans <wim@fluendo.com>
2015 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2016 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2017 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2018 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2019 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2020 * ext/vorbis/vorbisdec.h:
2021 First stab at vorbis reverse playback.
2023 2006-11-13 Wim Taymans <wim@fluendo.com>
2025 * gst-libs/gst/audio/gstbaseaudiosink.c:
2026 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2027 * gst-libs/gst/audio/gstbaseaudiosink.h:
2028 Make the clock sync code more accurate wrt resampling and playback
2031 * gst-libs/gst/audio/gstringbuffer.c:
2032 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2033 * gst-libs/gst/audio/gstringbuffer.h:
2034 Use better algorithm to interpolate sample rates.
2036 2006-11-13 Michael Smith <msmith@fluendo.com>
2038 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2039 Improve a debug line slightly.
2041 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2042 Call gst_riff_init() in plugin_init, to avoid getting errors from
2043 the debug system (unrelated changes to another plugin made this turn
2046 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2048 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2050 * win32/common/libgsttag.def:
2051 Add missing symbol (#366492).
2053 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2055 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2056 Don't unref a NULL pad.
2058 2006-11-09 Wim Taymans <wim@fluendo.com>
2060 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2061 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2062 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2063 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2064 (gst_ogg_demux_loop):
2065 Implement first stab at reverse playback.
2067 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2069 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2070 (gst_riff_create_video_template_caps):
2071 add h263/h264 variants to the caps, Fixes #363118
2073 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2075 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2076 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2077 Use g_strerror instead of strerror so we get UTF-8.
2079 2006-11-03 David Schleef <ds@schleef.org>
2081 * ext/ogg/gstoggdemux.c:
2082 * ext/ogg/gstoggmux.c:
2083 Add/remove KW-DIRAC header here, since it is ogg-specific.
2085 2006-11-03 Michael Smith <msmith@fluendo.com>
2087 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2088 Recognise more mpeg4 elementary video streams.
2090 2006-11-02 Edward Hervey <edward@fluendo.com>
2092 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2093 Lower the probability of mp3 typefinding functions if we don't find a
2094 valid mp3 header at the start of the file.
2097 2006-11-02 Wim Taymans <wim@fluendo.com>
2099 * ext/theora/gsttheoradec.h:
2100 * ext/theora/theoradec.c: (gst_theora_dec_init),
2101 (theora_dec_sink_event), (theora_dec_chain_forward),
2102 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2104 Document and partially implement an algorithm for doing reverse playback
2107 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2109 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2111 * win32/common/config.h:
2112 * win32/common/interfaces-enumtypes.c:
2113 * win32/common/libgsttag.def:
2114 * win32/vs8/gst-plugins-base.sln:
2115 * win32/vs8/libgstaudioresample.vcproj:
2116 * win32/vs8/libgstinterfaces.vcproj:
2117 * win32/vs8/libgstogg.vcproj:
2118 * win32/vs8/libgstriff.vcproj:
2119 * win32/vs8/libgsttag.vcproj:
2120 * win32/vs8/libgsttheora.vcproj:
2121 * win32/vs8/libgstvideoscale.vcproj:
2122 * win32/vs8/libgstvorbis.vcproj:
2123 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2124 to libgsttag.def; add missing dependencies for some vs8 projects;
2125 re-arrange placement of .def files in vs8 projects (#366334).
2127 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2130 Remove unused variable.
2132 * ext/ogg/gstoggdemux.c:
2133 Fix Wim's surname in plugin description.
2135 2006-10-31 Wim Taymans <wim@fluendo.com>
2137 * gst-plugins-base.spec.in:
2138 spec new .h file. Fixes #368310.
2140 2006-10-31 Michael Smith <msmith@fluendo.com>
2142 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2143 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2144 (gst_multi_fd_sink_get_stats),
2145 (gst_multi_fd_sink_remove_client_link),
2146 (gst_multi_fd_sink_queue_buffer),
2147 (gst_multi_fd_sink_handle_clients):
2148 * gst/tcp/gstmultifdsink.h:
2149 Make using the remove or clear signals threadsafe.
2150 Make calling get-stats with an invalid fd not segfault.
2153 2006-10-31 Wim Taymans <wim@fluendo.com>
2155 * gst-libs/gst/rtp/Makefile.am:
2156 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2157 (gst_base_rtp_audio_payload_init):
2158 Fix and activate base audio payloader.
2160 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2162 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2164 Add typefinder for QuickTime Image Files (see #366156).
2166 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2168 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2169 Another typo fix (#366212).
2171 2006-10-27 Wim Taymans <wim@fluendo.com>
2173 * gst/volume/gstvolume.c: (volume_transform_ip):
2174 Use stream time to synchronize volume property instead of rather random
2175 timestamps. This is needed when gnonlin does its time shifting.
2177 2006-10-27 Wim Taymans <wim@fluendo.com>
2179 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2181 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2182 Remove the pad from the element in release_pad. Fixes #364812.
2184 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2186 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2188 Explicitly create our custom buffer classes at a thread-safe
2189 location as well, since g_type_class_ref() doesn't seem to be
2190 entirely thread-safe either (#365501; also see #349410).
2192 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2194 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2195 (gst_riff_parse_info):
2196 If strings in INFO chunk are not UTF-8, do something similar to
2197 what we do for ID3v1 tags: check a number of environment variables
2198 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2199 character sets to try, otherwise try the current locale and/or fall
2200 back on ISO-8859-1. Fixes #360552.
2202 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2204 * gst/videotestsrc/gstvideotestsrc.c:
2205 (gst_video_test_src_pattern_get_type),
2206 (gst_video_test_src_set_pattern):
2207 * gst/videotestsrc/gstvideotestsrc.h:
2208 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2209 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2210 (gst_video_test_src_checkers8):
2211 * gst/videotestsrc/videotestsrc.h:
2212 Add a bunch of exciting new checkers patterns.
2214 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2216 * gst/subparse/Makefile.am:
2217 * gst/subparse/gstsubparse.c:
2218 (gst_sub_parse_data_format_autodetect),
2219 (gst_sub_parse_format_autodetect), (handle_buffer),
2220 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2221 * gst/subparse/gstsubparse.h:
2222 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2224 * gst/subparse/tmplayerparse.h:
2225 Add support for TMPlayer-type subtitles (#362845).
2227 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2228 (GST_START_TEST), (subparse_suite):
2229 Add some basic unit tests for the above.
2231 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2233 * tests/check/elements/audiorate.c: (test_injector_base_init),
2234 (test_injector_class_init), (test_injector_chain),
2235 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2236 (GST_START_TEST), (audiorate_suite):
2237 More tests for audiorate: inject buffers to check behaviour when
2240 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2242 * tests/check/Makefile.am:
2243 * tests/check/elements/.cvsignore:
2244 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2245 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2246 Add some basic unit tests for audiorate. Disabled at the moment
2247 since it doesn't pass yet (see bug #363119).
2249 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2251 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2252 (parse_subrip), (handle_buffer):
2253 Add missing closing tags for markup and fix broken markup,
2254 otherwise pango won't render anything (fixes #357531). Also,
2255 make sure the text we send out is always NUL-terminated
2256 (better safe than sorry etc.).
2258 * tests/check/elements/subparse.c: (test_srt_do_test),
2260 Some more tests for .srt incl. tests for the above stuff.
2262 2006-10-20 Julien MOUTTE <julien@moutte.net>
2264 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2266 Patch by: Stefan Kost <ensonic@users.sf.net>
2267 Try to redraw borders only when needed. Apparently this consumes
2268 resources on small devices... :-O (#363607)
2270 2006-10-20 Michael Smith <msmith@fluendo.com>
2272 * gst/tcp/gstmultifdsink.c:
2273 (gst_multi_fd_sink_client_queue_buffer):
2274 If caps change, then update the client's idea of the caps so that we
2275 don't end up re-sending streamheaders for every single buffer after
2278 2006-10-20 Michael Smith <msmith@fluendo.com>
2280 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2281 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2282 Set caps on pushed buffers; fix up refcounting of caps objects.
2284 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2286 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2288 Typefind mmsh header data packet to application/x-mmsh (#362625).
2290 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2292 * tests/check/Makefile.am:
2293 * tests/check/elements/.cvsignore:
2294 * tests/check/elements/subparse.c: (buffer_from_static_string),
2295 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2296 (GST_START_TEST), (subparse_suite):
2297 Add very simple unit test for subparse.
2299 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2301 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2303 Strip trailing newlines from subtitle text output.
2305 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2307 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2308 (gst_sub_parse_change_state):
2309 Fix memleak; clear subparse->textbuf n state change function.
2311 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2313 * gst/subparse/gstsubparse.c:
2314 (gst_sub_parse_data_format_autodetect):
2315 Don't require subrip (.srt) files to start with a chunk number of 1.
2317 2006-10-18 Wim Taymans <wim@fluendo.com>
2319 * gst-libs/gst/audio/gstbaseaudiosink.c:
2320 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2321 * gst-libs/gst/audio/gstbaseaudiosink.h:
2322 Extract rate from the NEWSEGMENT event.
2323 Use commit_full to also take rate adjustment into account when writing
2324 samples to the ringbuffer.
2326 * gst-libs/gst/audio/gstringbuffer.c:
2327 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2328 (gst_ring_buffer_read):
2329 * gst-libs/gst/audio/gstringbuffer.h:
2330 Added _commit_full() to also take rate into account.
2331 Use simple interpolation algorithm to resample audio.
2332 API: gst_ring_buffer_commit_full()
2334 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2335 * tests/examples/seek/seek.c: (segment_done):
2336 Don't try to seek with 0.0 rate, just pause instead.
2337 Remove bogus debug line.
2339 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2341 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2343 Catch async errors when starting up the subtitle bin, so we can
2344 stop waiting and continue with the main film instead of hanging
2345 forever. Fixes #339366.
2347 * tests/check/elements/playbin.c: (playbin_suite):
2348 Enable unit test for the above.
2350 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2352 * tests/check/Makefile.am:
2353 * tests/check/elements/.cvsignore:
2354 * tests/check/elements/playbin.c: (GST_START_TEST),
2355 (gst_red_video_src_uri_get_type),
2356 (gst_red_video_src_uri_get_protocols),
2357 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2358 (gst_red_video_src_uri_handler_init),
2359 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2360 (gst_red_video_src_create), (gst_red_video_src_class_init),
2361 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2362 Some small and basic unit tests for playbin; not very useful yet,
2363 but at least a start.
2365 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2367 * gst/playback/gstplaybin.c: (setup_sinks):
2368 The old pad activation spiel.
2370 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2372 * gst/playback/gstplaybasebin.c: (setup_source):
2373 Don't hang forever if the subbin already fails to start up in
2374 the state change to PAUSED (#339366).
2376 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2378 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2379 (gst_tuner_set_channel), (gst_tuner_get_channel),
2380 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2381 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2382 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2383 (gst_tuner_find_channel_by_name):
2384 Fix some function guards, add some more function guards.
2386 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2388 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2389 (remove_element_chain):
2390 Don't return a pad from get_our_ghost_pad unless it is actually the
2392 Change a cast in remove_element_chain slightly.
2394 2006-10-13 Julien MOUTTE <julien@moutte.net>
2396 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2397 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2398 Segment seeking needs to use the rate and set stop to -1.
2400 2006-10-13 Wim Taymans <wim@fluendo.com>
2402 * gst-libs/gst/audio/gstbaseaudiosink.c:
2403 (gst_base_audio_sink_setcaps):
2404 Don't crash when ringbuffer is not yet created.
2405 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2408 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2409 * gst/playback/gststreamselector.c:
2410 (gst_stream_selector_request_new_pad):
2411 Activate pads befre adding them to running elements.
2413 2006-10-13 Julien MOUTTE <julien@moutte.net>
2415 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2416 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2417 updater when we start grabing the slider. Don't wait for the
2418 pipeline to be PAUSED.
2420 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2422 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2423 (gst_mixer_set_volume), (gst_mixer_get_volume),
2424 (gst_mixer_set_mute), (gst_mixer_set_option),
2425 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2426 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2427 (gst_mixer_option_changed):
2428 Guard mixer interface functions against bogus arguments.
2430 2006-10-12 Julien MOUTTE <julien@moutte.net>
2432 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2433 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2434 (msg_state_changed), (main): Use state-changed messages to trigger
2435 start/stop of scale update timer. Indeed the scale slider was
2436 jumping here and there because the update timer was activated
2437 before seek completed. This fixes instant applying of rate changes
2438 by pressing the spinbutton like a crazy man !
2440 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2442 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2444 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2445 (gst_basertppayload_finalize):
2446 Fix two small memory leaks (#361456).
2448 2006-10-10 Julien MOUTTE <julien@moutte.net>
2450 * tests/examples/seek/seek.c: (do_seek),
2451 (rate_spinbutton_changed_cb): When changing spinbutton we try
2452 to change the rate on the fly.
2454 2006-10-10 Wim Taymans <wim@fluendo.com>
2456 * gst-libs/gst/riff/riff-ids.h:
2457 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2458 (gst_riff_create_audio_template_caps):
2461 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2463 Patch by: Josep Torre Valles <josep@fluendo.com>
2465 * ext/gnomevfs/gstgnomevfssink.c:
2466 * ext/gnomevfs/gstgnomevfssrc.c:
2467 Fix URI interface implementation return type.
2468 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2469 Fix what looks like a copy/paste issue when assigning values.
2470 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2471 (gst_audio_filter_template_get_type):
2472 Cast to prevent Forte warnings.
2473 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2474 Fix URI interface implementation return type.
2475 gst_pad_query_position requires a signed integer pointer as
2476 3rd parameter, GstClockTime is unsigned.
2477 * gst/audioconvert/audioconvert.c:
2478 Fix integer overflow when treated as signed.
2479 * gst/audioresample/resample.c: (resample_add_input_data):
2480 Cast to prevent warnings on Forte.
2481 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2482 Fix integer overflow when treated as signed.
2483 * gst/ffmpegcolorspace/imgconvert_template.h:
2484 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2485 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2486 (cleanup_decodebin):
2487 Who initialises a guint to -1!
2488 Cast function pointers to prevent warnings on Forte.
2489 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2490 (queue_threshold_reached):
2491 Cast function pointers correctly to prevent warnings on Forte.
2492 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2493 Cast function pointers correctly to prevent warnings on Forte.
2494 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2495 Obvious change to unsigned, 0xEF > max signed char.
2496 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2497 GstClockTime is unsigned, initialise correctly.
2498 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2499 Cast so pointer arithemetic doesn't cause warnings on Forte.
2500 * gst/videorate/gstvideorate.c:
2501 Use correct return value.
2502 * tests/examples/seek/scrubby.c:
2503 GstClockTime is unsigned, initialise correctly.
2505 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2507 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2509 * gst/typefind/gsttypefindfunctions.c:
2510 Recognise XML files and XML-like files shorter than 256 bytes as
2511 well (fixes #359237).
2513 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2515 Patch by: Renato Filho <renato.filho@indt.org.br>
2517 * gst/typefind/gsttypefindfunctions.c:
2518 Added typefind functions to video/x-nuv media.
2520 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2522 * gst-libs/gst/interfaces/xoverlay.c:
2523 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2524 Some more guards against invalid input.
2526 2006-10-07 Julien MOUTTE <julien@moutte.net>
2528 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2530 * tests/examples/seek/seek.c: (do_seek),
2531 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2532 seek example to experiment with rates != 1.0 (reverse playback !)
2534 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2536 * gst-libs/gst/interfaces/xoverlay.c:
2537 Unref message in doc-example (spotted by Robert McQueen)
2539 2006-10-06 Wim Taymans <wim@fluendo.com>
2541 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2542 (mpeg1_parse_header), (mpeg1_sys_type_find):
2545 2006-10-06 Wim Taymans <wim@fluendo.com>
2547 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2549 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2550 Activate dynamic pads before adding them to the element.
2552 2006-10-06 Michael Smith <msmith@fluendo.com>
2554 * gst-libs/gst/floatcast/floatcast.h:
2555 Fix obviously-bogus macros; use the correct types.
2557 2006-10-06 Wim Taymans <wim@fluendo.com>
2559 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2560 (gst_base_rtp_depayload_change_state):
2561 Also call parent state change function to activate pads.
2563 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2564 (mpeg1_parse_header), (mpeg1_sys_type_find):
2565 Add some more debug info in mpeg typefinding.
2567 2006-10-06 Michael Smith <msmith@fluendo.com>
2569 * ext/theora/theoradec.c: (theora_dec_chain):
2570 Zero byte theora packets are valid and well-defined; don't warn on
2573 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2575 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2576 (gst_multi_fd_sink_get_stats), (find_limits),
2577 (gst_multi_fd_sink_queue_buffer):
2578 API: add dropped_buffers to the get-stats GValueArray
2580 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2582 * ext/alsa/gstalsadeviceprobe.c:
2583 (gst_alsa_device_property_probe_get_values):
2584 * ext/alsa/gstalsasink.c: (set_hwparams):
2585 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2586 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2587 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2588 (gst_ogg_mux_process_best_pad):
2589 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2590 (gst_ogg_parse_chain):
2591 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2592 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2593 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2594 (gst_vorbis_enc_buffer_check_discontinuous):
2595 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2596 * gst-libs/gst/audio/gstbaseaudiosink.c:
2597 (gst_base_audio_sink_render):
2598 * gst-libs/gst/cdda/gstcddabasesrc.c:
2599 (gst_cdda_base_src_handle_track_seek):
2600 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2601 (gst_base_rtp_depayload_push_full):
2602 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2603 * gst/audioresample/resample.c: (resample_input_pushthrough):
2604 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2605 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2606 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2607 (wavpack_type_find):
2608 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2609 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2610 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2611 * tests/check/elements/volume.c: (GST_START_TEST):
2612 Printf format fixes.
2614 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2616 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2617 Fix a simple mistake (see the docs)
2620 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2622 * docs/plugins/Makefile.am:
2623 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2624 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2625 * docs/plugins/gst-plugins-base-plugins.args:
2626 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2627 * docs/plugins/inspect/plugin-adder.xml:
2628 * docs/plugins/inspect/plugin-alsa.xml:
2629 * docs/plugins/inspect/plugin-audioconvert.xml:
2630 * docs/plugins/inspect/plugin-audiorate.xml:
2631 * docs/plugins/inspect/plugin-audioresample.xml:
2632 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2633 * docs/plugins/inspect/plugin-cdparanoia.xml:
2634 * docs/plugins/inspect/plugin-decodebin.xml:
2635 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2636 * docs/plugins/inspect/plugin-gdp.xml:
2637 * docs/plugins/inspect/plugin-gnomevfs.xml:
2638 * docs/plugins/inspect/plugin-libvisual.xml:
2639 * docs/plugins/inspect/plugin-ogg.xml:
2640 * docs/plugins/inspect/plugin-pango.xml:
2641 * docs/plugins/inspect/plugin-playbin.xml:
2642 * docs/plugins/inspect/plugin-subparse.xml:
2643 * docs/plugins/inspect/plugin-tcp.xml:
2644 * docs/plugins/inspect/plugin-theora.xml:
2645 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2646 * docs/plugins/inspect/plugin-video4linux.xml:
2647 * docs/plugins/inspect/plugin-videorate.xml:
2648 * docs/plugins/inspect/plugin-videoscale.xml:
2649 * docs/plugins/inspect/plugin-videotestsrc.xml:
2650 * docs/plugins/inspect/plugin-volume.xml:
2651 * docs/plugins/inspect/plugin-vorbis.xml:
2652 * docs/plugins/inspect/plugin-ximagesink.xml:
2653 * docs/plugins/inspect/plugin-xvimagesink.xml:
2654 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2656 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2658 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2660 * ext/vorbis/Makefile.am:
2661 * ext/vorbis/vorbis.c: (plugin_init):
2662 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2663 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2664 * ext/vorbis/vorbisparse.h:
2665 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2666 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2667 (gst_vorbis_tag_parse_packet):
2668 * ext/vorbis/vorbistag.h:
2669 Add new vorbistag element which derives from vorbisparse
2670 and is essentially the same as well, only that it implements
2671 the GstTagSetter interface and can modify the stream's
2672 vorbiscomment on the fly (#335635).
2674 * tests/check/Makefile.am:
2675 * tests/check/elements/.cvsignore:
2676 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2677 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2678 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2679 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2680 Add unit test for new vorbistag element.
2682 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2684 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2685 (vorbis_parse_push_headers), (vorbis_parse_chain):
2686 Set BOS flag in packet structure to fix 'jump depends
2687 on unitialized value' errors in valgrind; various minor
2690 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2692 * gst/playback/gstdecodebin.c: (close_pad_link):
2693 Fix typo in a debug statement.
2695 * gst/playback/gstplaybasebin.c: (probe_triggered),
2696 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2697 (gen_source_element), (source_new_pad), (analyse_source),
2699 When handling no_more_pads in new_decoded_pad, make sure to treat
2700 subtitle pads correctly. Fixes playback with subtitle files.
2702 Move a recurring message to LOG level.
2704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2705 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2706 which ends up as -1 when cast to an int. Make the logic handle the
2707 max value as an unsigned mask and only change the colorkey when it's
2708 a value we recognise.
2710 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2712 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2713 Removed empty * between paragraphs
2715 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2717 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2718 * gst-libs/gst/rtp/README:
2719 Moved some documentation into .c file
2721 2006-09-29 Wim Taymans <wim@fluendo.com>
2723 * gst/playback/gstdecodebin.c: (no_more_pads):
2726 2006-09-29 Wim Taymans <wim@fluendo.com>
2728 * gst/playback/gstdecodebin.c: (new_caps):
2731 * gst/playback/gstplaybin.c:
2734 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2736 * tests/check/Makefile.am:
2737 Re-enable cddabasesrc test to see if it works again
2740 2006-09-29 Wim Taymans <wim@fluendo.com>
2742 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2743 (gen_source_element):
2744 Handle invalid URIs a bit more gracefully.
2746 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2748 * tests/check/pipelines/oggmux.c:
2749 Remove obsolete comment.
2751 2006-09-29 Michael Smith <msmith@fluendo.com>
2753 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2754 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2755 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2756 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2757 (gst_ogg_mux_collected):
2758 Commit patch from James "Doc" Livingston, adds proper EOS handling
2759 in oggmux. GStreamer can, for the first time ever, create a valid
2762 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2764 Reenable tests now that they pass.
2766 2006-09-29 Wim Taymans <wim@fluendo.com>
2768 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2769 Stop reading commands when EOF (we read 0) as well.
2771 2006-09-28 Wim Taymans <wim@fluendo.com>
2773 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2774 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2775 (find_dynamic), (unlinked), (close_link):
2776 Implement delayed caps linking needed for element with a lot of
2777 different caps on the src pads that get fixed at runtime.
2778 Improve management of dynamic elements.
2780 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2781 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2782 (gen_preroll_element), (remove_groups), (unknown_type),
2783 (add_element_stream), (no_more_pads_full), (no_more_pads),
2784 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2785 (new_decoded_pad), (setup_subtitle), (array_has_value),
2786 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2787 (analyse_source), (remove_decoders), (make_decoder),
2788 (remove_source), (setup_source), (finish_source), (prepare_output),
2789 (gst_play_base_bin_change_state):
2790 * gst/playback/gstplaybasebin.h:
2791 Use more _CAST instead of full type checking casts.
2792 Small cleanups, plug some leaks.
2793 Handle dynamic sources.
2794 Add some helper functions to create lists of strings used for
2795 blacklisting and other stuff.
2796 Refactor some code dealing with analysing the source.
2797 Re-enable sources without pads (like cd:// or other selfcontained
2800 2006-09-28 Wim Taymans <wim@fluendo.com>
2802 * gst-libs/gst/audio/gstbaseaudiosink.c:
2803 (gst_base_audio_sink_render):
2804 When we have a timestamp, we can still perform clipping.
2805 When we have no clock, we must play the sample ASAP.
2807 2006-09-28 Wim Taymans <wim@fluendo.com>
2809 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2810 Set caps on outgoing buffers.
2812 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2813 (gst_video_rate_event), (gst_video_rate_chain):
2814 * gst/videorate/gstvideorate.h:
2815 Fix videorate some more. Fixes #357977
2817 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2819 * tests/check/elements/adder.c: (adder_suite):
2820 Don't set timeout to 6 seconds when we're running
2821 in valgrind ... (and how is 6 seconds longer than
2822 the default anyway?)
2824 2006-09-28 Wim Taymans <wim@fluendo.com>
2826 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2827 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2828 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2829 Keep sink and src segment to keep track of time and support more
2831 Fix bogus next_offset and run_time calculation, don't understand how
2832 this could have worked before. Fixes #357976.
2833 Remove some unneeded vars.
2835 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2837 * gst/playback/gstplaybin.c: (remove_sinks):
2838 Only remove visualisation from visbin if there is a visbin (or:
2839 don't throw warnings when closing totem without playing a file).
2841 2006-09-27 Wim Taymans <wim@fluendo.com>
2843 * gst-libs/gst/audio/gstbaseaudiosink.c:
2844 (gst_base_audio_sink_render):
2845 Add some more info in a WARNING.
2847 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2848 (gst_base_audio_src_create):
2849 Handle PAUSE in create function, use new -core addition to
2850 wait for playing. Fixes pausing and resuming capture from an
2853 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2854 (gst_ring_buffer_read):
2856 Caller supports interrupted reads now.
2858 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2860 * tests/check/Makefile.am:
2861 Another attempt to make the gen64 buildbot happy.
2863 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2865 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2867 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2868 (gst_visual_chain), (gst_visual_change_state):
2869 Libvisual plugin was not passing audio data to libvisual 0.4.0
2870 correctly. Fixes #357800
2872 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2874 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2875 Add timeout to _get_state() so we see which pipeline it is
2876 that causes trouble on the gen64 build bot.
2878 2006-09-27 Wim Taymans <wim@fluendo.com>
2880 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2881 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2882 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2883 (gst_base_rtp_depayload_set_gst_timestamp):
2884 the source pad always uses fixed caps.
2886 2006-09-27 Wim Taymans <wim@fluendo.com>
2888 * docs/libs/gst-plugins-base-libs-docs.sgml:
2889 * docs/libs/gst-plugins-base-libs-sections.txt:
2890 * gst-libs/gst/audio/gstaudioclock.c:
2891 * gst-libs/gst/audio/gstaudioclock.h:
2892 * gst-libs/gst/audio/gstaudiosink.c:
2893 * gst-libs/gst/audio/gstaudiosink.h:
2894 * gst-libs/gst/audio/gstaudiosrc.c:
2895 * gst-libs/gst/audio/gstbaseaudiosink.c:
2896 (gst_base_audio_sink_render):
2897 * gst-libs/gst/audio/gstbaseaudiosink.h:
2898 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2899 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2900 * gst-libs/gst/audio/gstringbuffer.h:
2901 Added docs for the audio libs.
2903 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2905 * tests/check/Makefile.am:
2906 Temporarily disable test that fails on the bots for unknown reasons.
2908 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2910 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2911 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2912 Moved AudioCodecType into priv
2913 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2915 2006-09-25 Wim Taymans <wim@fluendo.com>
2917 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2918 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2919 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2921 Cleanups and small leak fixes.
2922 Added Depayloaders to valid list of autopluggable elements.
2924 2006-09-25 Wim Taymans <wim@fluendo.com>
2926 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2927 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2928 (gen_video_element), (gen_text_element), (gen_audio_element),
2929 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2930 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2931 Detect NO_PREROLL state change returns and disable clock distribution to
2932 the sinks so that sync is disabled.
2933 Avoid some type checking and do simple casts instead.
2934 Small cleanups, fix some FIXMEs.
2935 Be more robust when linking user specified elements, catch an report
2936 errors. Fixes #357404.
2937 Fix some leaks in the error paths.
2939 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2942 ChangeLog surgery for missing bug-number
2944 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2946 Patch by: Peter Kjellerstedt <pkj at axis com>
2948 * gst/playback/test.c:
2949 Fix compilation with uClibc and -Werror (#357591).
2951 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2953 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2954 Parse dates that are followed by a time as well (#357532).
2956 * tests/check/libs/tag.c: (test_vorbis_tags):
2957 Add unit test for this.
2959 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2961 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2962 (gst_audio_convert_transform_caps):
2963 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2964 * gst/videotestsrc/videotestsrc.h:
2965 A few array const-ifications.
2967 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2969 * tests/check/Makefile.am:
2970 See if this makes the build bots happy.
2972 * tests/check/libs/cddabasesrc.c:
2975 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2977 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2979 * gst/subparse/samiparse.c: (handle_start_font),
2980 (fix_invalid_entities):
2981 More case-insensitivity for certain tags; recognise entities with
2982 decimal codes as special entities as well (#357330).
2984 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2986 * gst-libs/gst/Makefile.am:
2987 Need to build tag directory before cdda.
2989 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2991 * docs/libs/gst-plugins-base-libs-sections.txt:
2992 * gst-libs/gst/cdda/Makefile.am:
2993 * gst-libs/gst/cdda/gstcddabasesrc.c:
2994 (gst_cdda_base_src_base_init):
2995 * gst-libs/gst/cdda/gstcddabasesrc.h:
2996 * gst-libs/gst/tag/tag.h:
2997 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2998 (gst_tag_register_musicbrainz_tags):
2999 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3000 depend on libgsttag. This is required so we can extract/read tags like
3001 DISCID without depending on libgstcddabasesrc (which used to register
3004 * gst-libs/gst/tag/gstvorbistag.c:
3005 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3006 tags (also see #347848).
3008 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3009 Log vorbis comments we are actually writing. Const-ify array.
3011 2006-09-23 Wim Taymans <wim@fluendo.com>
3013 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3014 Improve buffering a bit by avoiding a deadlock because we cannot assume
3015 the underrun is always called.
3017 2006-09-23 Wim Taymans <wim@fluendo.com>
3019 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3021 * gst-libs/gst/riff/riff-ids.h:
3022 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3023 (gst_riff_create_audio_template_caps):
3024 Added MPEG-4 AAC and id and caps. Fixes #357289
3025 Added WMA9 Lossless id.
3027 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3029 * ext/gnomevfs/gstgnomevfssrc.c:
3030 Fix misleading docs addition.
3032 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3033 Get rid of compiler warning the right way.
3035 2006-09-22 Wim Taymans <wim@fluendo.com>
3037 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3038 (gst_base_rtp_depayload_finalize),
3039 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3040 (gst_base_rtp_depayload_push_full),
3041 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3042 (gst_base_rtp_depayload_process),
3043 (gst_base_rtp_depayload_set_gst_timestamp),
3044 (gst_base_rtp_depayload_queue_release):
3045 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3048 Refactored the process method and added methods to push from the process
3050 Use _scale functions.
3051 API: gst_base_rtp_depayload_push_ts
3052 API: gst_base_rtp_depayload_push
3054 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3055 timestamps are uint.
3057 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3059 * gst-libs/gst/interfaces/xoverlay.c:
3060 Remove unused statement from doc example.
3062 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3064 * gst-libs/gst/interfaces/videoorientation.c:
3065 (gst_video_orientation_iface_init),
3066 (gst_video_orientation_get_hflip),
3067 (gst_video_orientation_get_vflip),
3068 (gst_video_orientation_get_hcenter),
3069 (gst_video_orientation_get_vcenter),
3070 (gst_video_orientation_set_hflip),
3071 (gst_video_orientation_set_vflip),
3072 (gst_video_orientation_set_hcenter),
3073 (gst_video_orientation_set_vcenter):
3074 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3077 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3079 * tests/check/Makefile.am:
3080 * tests/check/elements/.cvsignore:
3081 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3082 (create_rgb_conversions), (rgb_conversion_free),
3083 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3084 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3085 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3086 but disable for now since it doesn't pass (something wrong with
3089 2006-09-21 Wim Taymans <wim@fluendo.com>
3091 * gst/playback/gstplaybasebin.c: (group_commit),
3092 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3093 (queue_out_of_data), (gen_preroll_element),
3094 (preroll_remove_overrun), (probe_triggered):
3095 Refactor handling of overrun detection.
3096 Separate handling of group completion and deadlock detection when doing
3097 network buffering. This should fix some deadlocks that were not detected
3098 because the group was completed.
3099 Add more comments, improve debugging.
3101 2006-09-21 Wim Taymans <wim@fluendo.com>
3103 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3104 * tests/check/libs/audio.c:
3105 Some more compilation fixes.
3107 2006-09-21 Wim Taymans <wim@fluendo.com>
3109 * gst-libs/gst/audio/gstringbuffer.c:
3110 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3111 (gst_ring_buffer_read):
3112 Early morning compilation fix.
3114 2006-09-20 Wim Taymans <wim@fluendo.com>
3116 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3117 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3118 * tests/check/elements/videorate.c: (GST_START_TEST):
3119 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3120 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3123 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3125 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3126 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3127 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3128 Handcrafted merge to help CVS understanding what I changed and what
3131 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3134 (gst_xvimagesink_get_times):
3135 change colorkey behaviour back according to #354773 comment 6/7
3137 2006-09-19 Michael Smith <msmith@fluendo.com>
3139 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3140 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3141 (gst_multi_fd_sink_recover_client),
3142 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3143 (gst_multi_fd_sink_get_property):
3144 * gst/tcp/gstmultifdsink.h:
3145 Implement stubbed out properties unit-type, units-soft-max,
3146 units-max, to allow specifying maximum sizes in units other than
3150 2006-09-19 Wim Taymans <wim@fluendo.com>
3152 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3153 (gst_riff_create_audio_template_caps):
3154 Reorder the audio formats a bit for clarity.
3155 Detect and create caps for MSGSM and MSN (WAV49).
3158 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3159 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3160 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3161 Small cleanups, move error handling out of normal flow for clarity.
3163 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3165 * docs/libs/gst-plugins-base-libs-docs.sgml:
3166 * docs/libs/gst-plugins-base-libs.types:
3167 * gst-libs/gst/interfaces/Makefile.am:
3168 * gst-libs/gst/interfaces/videoorientation.c:
3169 (gst_video_orientation_get_type),
3170 (gst_video_orientation_iface_init),
3171 (gst_video_orientation_get_hflip),
3172 (gst_video_orientation_get_vflip),
3173 (gst_video_orientation_get_hcenter),
3174 (gst_video_orientation_get_vcenter),
3175 (gst_video_orientation_set_hflip),
3176 (gst_video_orientation_set_vflip),
3177 (gst_video_orientation_set_hcenter),
3178 (gst_video_orientation_set_vcenter):
3179 * gst-libs/gst/interfaces/videoorientation.h:
3180 API: Add new interface to control video orientation (fixes #354908)
3182 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3184 * gst/videotestsrc/gstvideotestsrc.c:
3185 Use G_UNLIKELY in _create and log one more detail.
3187 (gst_video_test_src_get_times), (gst_video_test_src_create):
3188 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3189 Use gst_util_uint64_scale_int in _get_times().
3191 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3193 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3194 Give better warning message (add object and detail).
3196 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3199 (gst_xvimagesink_get_times):
3200 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3201 #354773), use gst_util_uint64_scale_int in _get_times()
3203 2006-09-18 Michael Smith <msmith@fluendo.com>
3205 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3206 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3207 always true, leading to dropping all timestamps.
3209 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3211 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3212 (gst_visual_chain), (gst_visual_change_state):
3213 update to work also with libvisual 0.4 API, fix double unref (#355914)
3215 * tools/gst-launch-ext.1.in:
3216 * tools/gst-visualise.1.in:
3217 remove references to old man-pages
3219 * tests/examples/seek/seek.c: (main):
3220 add real meadi-buttons, add tool-tips for the seek-options, arrange
3221 seek options in a table
3223 2006-09-18 Michael Smith <msmith@fluendo.com>
3225 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3226 (gst_ogg_mux_push_buffer):
3227 Don't generate out-of-order timestamps from oggmux, instead clamp
3228 output timestamps to be >= the previously output ts.
3231 2006-09-18 Michael Smith <msmith@fluendo.com>
3233 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3234 (gst_multi_fd_sink_class_init):
3235 Updates, fixes, and typo corrections for multifdsink. No functional
3238 2006-09-17 Michael Smith <msmith@fluendo.com>
3240 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3241 Don't crash on truncated files - check that we got an 8 byte buffer
3242 before trying to memcmp it.
3244 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3246 * gst/playback/gstplaybasebin.c: (get_active_source):
3247 Make stream-switching appear instant to the application
3248 (ie. make sure that a g_object_get on 'current-foo' returns
3249 the stream previously set with g_object_set(). Totem needs
3250 this to update stream-related meta-info (like audio-codec)
3251 correctly when switching streams.
3253 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3255 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3256 (gst_alsa_mixer_ensure_track_list):
3257 Try harder to guess which mixer track is the master mixer
3258 track (instead of just taking the first one that has a pvolume).
3261 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3263 reviewed by: <delete if not using a buddy>
3265 * gst-libs/gst/audio/audio.h:
3266 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3268 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3270 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3271 (gst_audio_convert_transform_caps):
3272 Get structure-name just once.
3274 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3276 * tests/check/elements/audioresample.c: (GST_START_TEST):
3277 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3278 * tests/check/elements/volume.c: (GST_START_TEST):
3279 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3280 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3281 (test_pipeline), (GST_START_TEST):
3282 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3283 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3284 Fix big batch of compiler warnings.
3286 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3288 * ext/gnomevfs/gstgnomevfssrc.c:
3289 Add docs about icydemux usage in connection with gnomevfssrc
3291 * ext/libvisual/visual.c:
3292 * ext/ogg/gstoggaviparse.c:
3293 * ext/ogg/gstoggdemux.c:
3294 * ext/ogg/gstoggmux.c:
3295 * ext/ogg/gstoggparse.c:
3296 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3297 * gst-libs/gst/audio/gstaudiosink.c:
3298 * gst-libs/gst/audio/gstaudiosrc.c:
3299 * gst/audiorate/gstaudiorate.c:
3300 More G_OBJECT macro fixing.
3302 * gst/audiotestsrc/gstaudiotestsrc.h:
3303 Fix wrong info in header due to copy & paste
3305 2006-09-15 Wim Taymans <wim@fluendo.com>
3307 * gst-libs/gst/audio/gstbaseaudiosink.c:
3308 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3309 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3310 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3311 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3312 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3313 Do the delay calculation in the source/sink base classes as this is
3314 specific for the capture/playback mode.
3315 Try to fixate a bit better, like round depth up to a multiple of 8
3317 Handle underruns correctly by marking DISCONT on buffers and adjusting
3318 timestamps to handle the gap.
3319 Set offset/offset_end correctly on buffers.
3321 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3322 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3323 (gst_ring_buffer_read):
3324 Remove resync and underrun recovery from the ringbuffer.
3325 Fix ringbuffer read code on under/overrun.
3327 2006-09-15 Wim Taymans <wim@fluendo.com>
3329 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3330 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3331 (queue_threshold_reached), (gst_play_base_bin_set_property),
3332 (gst_play_base_bin_get_property):
3333 * gst/playback/gstplaybasebin.h:
3334 Don't use a 0 low watermark when buffering, it is catching starvation
3335 way too late. Instead, use a 3 second queue with 30 and 95
3336 percent low/high watermarks.
3337 Added queue-min-threshold property to configure low watermark.
3338 Use new _buffering message API.
3339 Make queue_threshold variable big enough to store a uint64 time value.
3340 API: playbin::queue-min-threshold property.
3342 2006-09-15 Wim Taymans <wim@fluendo.com>
3345 We require 0.10.10.1 now because of _wait_preroll().
3347 * gst-libs/gst/audio/gstbaseaudiosink.c:
3348 (gst_base_audio_sink_render):
3349 Use gst_base_sink_wait_preroll().
3351 2006-09-15 Wim Taymans <wim@fluendo.com>
3353 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3354 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3355 Use DEBUG_OBJECT more.
3357 === release 0.10.10 ===
3359 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3361 patch by: Michael Smith <msmith at fluendo dot com>
3363 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3364 (gst_multi_fd_sink_client_queue_buffer),
3365 (gst_multi_fd_sink_new_client):
3366 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3367 (multifdsink_suite):
3368 Fix implementation of sync-method 'next-keyframe'
3371 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3373 patch by: Wim Taymans <wim at fluendo dot com>
3375 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3376 This patch removes the RANDOM flag that was incorrectly introduced with
3377 revision 1.91. Fixes #354590
3379 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3381 * tests/check/Makefile.am:
3382 Random variation in Makefile line to see if it makes the
3383 gen64-base-full bot any happier.
3385 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3387 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3388 Disable test that fails at the moment (killed after timeout).
3390 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3392 Patch by: James Livingston <doclivingston at gmail.com>
3394 * tests/check/Makefile.am:
3395 * tests/check/pipelines/.cvsignore:
3396 * tests/check/pipelines/oggmux.c: (get_page_codec),
3397 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3398 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3399 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3400 (test_theora_vorbis), (oggmux_suite):
3401 Add simple unit test for oggmux from #337026 with checking for the
3402 EOS flags disabled for the time being.
3404 2006-09-04 Wim Taymans <wim@fluendo.com>
3406 patch by: Alessandro Dessina <alessandro nnva org>
3408 * ext/ogg/gstoggmux.c:
3409 Add cmml caps to oggmux. Fixes #353912
3411 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3413 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3414 Returning a return value often helps. In this case, we
3415 don't need the return value anyway, so just get rid of it.
3416 Should make build bots much happier.
3418 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3420 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3421 (paint_get_structure), (gst_video_test_src_get_size),
3422 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3423 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3424 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3425 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3426 * gst/videotestsrc/videotestsrc.h:
3427 Add support for AYUV and the various RGBA formats. Initialise
3428 fields of paintinfo structs allocated on the stack.
3430 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3431 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3432 (check_rgb_buf), (videotestsrc_suite):
3433 Add unit tests for videotestsrc's RGB output.
3435 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3437 * gst/videotestsrc/gstvideotestsrc.c:
3438 (gst_video_test_src_pattern_get_type),
3439 (gst_video_test_src_set_pattern):
3440 * gst/videotestsrc/gstvideotestsrc.h:
3441 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3442 (gst_video_test_src_black), (gst_video_test_src_white),
3443 (gst_video_test_src_red), (gst_video_test_src_green),
3444 (gst_video_test_src_blue):
3445 * gst/videotestsrc/videotestsrc.h:
3446 Add more uni-colour patterns ("white", "red", "green", and "blue").
3448 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3450 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3451 Fix stride for YVYU, should be word-aligned (#353658).
3453 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3455 * gst/adder/gstadder.c: (gst_adder_src_event):
3458 2006-08-31 Edward Hervey <edward@fluendo.com>
3460 * gst/adder/gstadder.c: (forward_event_func),
3461 (gst_adder_src_event), (gst_adder_collected),
3462 (gst_adder_change_state):
3463 * gst/adder/gstadder.h:
3464 Remember the start position asked in the incoming seeks, so we can
3465 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3466 of assuming it will always be 0).
3468 2006-08-31 Edward Hervey <edward@fluendo.com>
3470 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3471 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3472 (gst_ogg_demux_loop):
3473 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3475 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3477 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3478 (gst_ffmpegcsp_get_unit_size):
3479 Return FALSE instead of returning a random false unit
3480 size when the format isn't known/supported (even if
3481 this shouldn't happen under normal circumstances).
3483 2006-08-29 Wim Taymans <wim@fluendo.com>
3485 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3487 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3488 (gst_gnome_vfs_src_start):
3489 Try harder to get the size from a uri by using _info_uri() when
3490 _info_from_handle() does not give us enough info.
3491 Also follow symlinks when getting the size.
3492 Partially Fixes #332864.
3494 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3496 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3498 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3499 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3500 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3501 (gst_alsa_mixer_set_record):
3502 * ext/alsa/gstalsamixertrack.c:
3503 (gst_alsa_mixer_track_update_alsa_capabilities),
3504 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3505 (gst_alsa_mixer_track_update):
3506 * ext/alsa/gstalsamixertrack.h:
3507 Improve and fix mixer track handling, in particular better handling
3508 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3509 separate track objects for tracks that have both capture and playback
3510 volume (and label them differently as well so they're not mistakenly
3511 assumed to be duplicates); classify mixer tracks that only affect
3512 the audible volume of something (rather than the capture volume)
3513 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3514 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3515 (following the meaning documented in the mixer interface header
3516 file); add support for alsa's exclusive cswitch groups; update/sync
3517 state/flags better if mixer settings are changed by another
3518 application. Fixes #336075.
3520 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3522 * gst/playback/gstplaybin.c:
3523 Improve docs: add section about BUFFERING messages sent by playbin.
3525 2006-08-29 Michael Smith <msmith@fluendo.com>
3527 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3528 (gst_vorbis_enc_buffer_check_discontinuous),
3529 (gst_vorbis_enc_chain):
3530 Ignore explicit DISCONT marked on buffers (which is often spurious,
3531 particularly when using multiple segments), in favour of solely
3532 using the timestamps/durations.
3534 2006-08-29 Edward Hervey <edward@fluendo.com>
3536 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3537 Don't rely on incoming buffers offset anymore, since it is completely
3538 broken when using multiple segments.
3539 Instead convert the incoming buffers timestamp to running time, and
3540 then convert that value to the offsets.
3541 Also inform GstSegment of the last outputted stop position, which is
3542 needed if we received several segments with an unknown stop value.
3544 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3546 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3547 fix buffer unreffing on a header push failure
3549 2006-08-28 Wim Taymans <wim@fluendo.com>
3551 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3552 (gst_audio_rate_chain):
3553 Make the metadata of the buffer writable before changing its
3556 2006-08-28 Wim Taymans <wim@fluendo.com>
3558 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3559 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3560 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3561 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3562 Fix audiorate some more.
3563 Reset and resync counters on flush and READY.
3564 Handle the DISCONT flag correctly.
3565 Use GstSegment to track position.
3566 Fail when not negotiated.
3569 2006-08-25 Michael Smith <msmith@fluendo.com>
3571 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3573 Remove accidently included debug line.
3575 2006-08-25 Wim Taymans <wim@fluendo.com>
3577 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3579 If a buffer is received with no caps, make the buffer metadata
3580 writable and set the caps, making sure that we don't screw up the
3583 2006-08-25 Michael Smith <msmith@fluendo.com>
3585 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3586 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3587 Fix memory leaks and misleading debug messages, add a couple of
3590 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3591 (gst_multi_fd_sink_render):
3592 Do not use gst_buffer_make_writable() in a basesink render method,
3593 as it may incorrectly unref the buffer. Instead, use convoluted
3594 dance to avoid copying the buffer except when we need to.
3596 2006-08-25 Michael Smith <msmith@fluendo.com>
3598 * ext/vorbis/vorbisenc.c:
3599 (gst_vorbis_enc_buffer_check_discontinuous):
3600 Allow very small discontinuities in the timestamps. These we can't
3601 do anything useful with anyway (because vorbis's timestamps have
3602 only sample granularity), and are commonly produced by elements with
3603 minor bugs. Allow up to 1/2 a sample out.
3606 2006-08-24 Wim Taymans <wim@fluendo.com>
3608 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3609 (play_scrub_toggle_cb), (main):
3610 Add a checkbox to enable play scrubbing. Makes it possible to disable
3613 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3615 * tests/check/elements/.cvsignore:
3618 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3620 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3621 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3622 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3623 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3624 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3625 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3626 (gst_ogm_text_parse_strip_trailing_zeroes),
3627 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3628 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3629 Refactor ogm parse, do better input checking, misc. clean-ups.
3630 Cache incoming events and push them once the source pad has
3631 been created. Don't pass unterminated strings to sscanf().
3632 Strip trailing zeroes from subtitle text output, since they
3633 are not valid UTF-8. Don't push vorbiscomment packets on
3634 the subtitle text pad. Output perfect streams if possible.
3636 2006-08-23 Wim Taymans <wim@fluendo.com>
3638 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3639 Waits for tasks to settle down so that we clean up correctly for
3642 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3644 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3645 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3646 actually return return value in taglists_are_equal.
3648 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3650 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3651 Fix crash due to broken bitstream parsing on x86-64: can't make
3652 any assumptions about sizeof(struct) due to alignment/packing
3653 differences on different architectures. Fixes #351790.
3655 2006-08-22 Wim Taymans <wim@fluendo.com>
3657 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3658 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3659 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3660 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3661 (gst_riff_parse_info):
3662 Protect public functions against bad input.
3666 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3668 * gst-libs/gst/riff/riff-ids.h:
3669 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3670 Add voxware audio IDs (even if we can't play it) (#351795).
3672 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3674 * gst-libs/gst/riff/riff-media.c:
3675 (gst_riff_create_video_template_caps),
3676 (gst_riff_create_audio_template_caps),
3677 (gst_riff_create_iavs_template_caps):
3678 Const-ify some arrays and use G_N_ELEMENTS instead
3679 of wasting oodles of RAM on terminator bits.
3681 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3683 * gst-libs/gst/tag/gstvorbistag.c:
3684 (gst_tag_list_to_vorbiscomment_buffer):
3685 * tests/check/libs/tag.c: (GST_START_TEST):
3686 And the same for _to_vorbiscomment_buffer(): allow
3687 id_data_len == 0 for speex.
3689 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3692 * docs/plugins/Makefile.am:
3693 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3694 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3695 * docs/plugins/inspect/plugin-gdp.xml:
3696 * gst/gdp/Makefile.am:
3697 * tests/check/Makefile.am:
3698 Move GDP plugin to -base from -bad. Closes #347783.
3700 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3702 * gst-libs/gst/tag/gstvorbistag.c:
3703 (gst_tag_list_from_vorbiscomment_buffer):
3704 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3705 Also add some checks to make sure we don't memcmp() beyond the end of
3706 vorbiscomment buffer if the ID to check for is larger than the buffer.
3708 * tests/check/libs/tag.c: (GST_START_TEST):
3709 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3711 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3713 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3714 (gst_vorbis_enc_set_metadata):
3715 Use vorbis comment utility functions from libgsttag
3716 instead of re-inventing the wheel (partially fixes #347091).
3718 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3720 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3721 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3724 2006-08-21 Wim Taymans <wim@fluendo.com>
3726 * docs/libs/Makefile.am:
3727 * docs/libs/gst-plugins-base-libs-sections.txt:
3728 * docs/libs/gst-plugins-base-libs.types:
3729 Don't try to GObject scan the netbuffer as it's not a GObject.
3732 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3733 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3734 Document GstNetBuffer.
3736 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3738 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3739 (audioconvert_suite):
3740 Add testcase for caps-size-explosion
3742 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3744 * gst/audioconvert/gstaudioconvert.c:
3745 (gst_audio_convert_get_unit_size), (set_structure_widths):
3746 Lower debug, use g_assert in _get_unit_size
3748 * gst/audioresample/gstaudioresample.c:
3749 (audioresample_get_unit_size):
3750 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3751 (gst_ffmpegcsp_get_unit_size):
3752 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3753 use g_assert in _get_unit_size
3755 2006-08-18 Wim Taymans <wim@fluendo.com>
3757 * docs/libs/gst-plugins-base-libs-sections.txt:
3758 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3759 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3760 (gst_rtp_buffer_get_payload_buffer):
3761 * gst-libs/gst/rtp/gstrtpbuffer.h:
3762 Document GstRTPBuffer.
3763 Added function to efficiently strip payload headers.
3764 API: gst_rtp_buffer_get_payload_subbuffer()
3766 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3768 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3769 (gst_tag_to_vorbis_comments):
3770 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3771 tags and deserialise them properly as well (#347091).
3772 Add some more gtk-doc blurbs and also some g_return_if_fail().
3774 * tests/check/libs/tag.c: (GST_START_TEST),
3775 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3778 2006-08-17 Wim Taymans <wim@fluendo.com>
3780 * ext/ogg/Makefile.am:
3781 * ext/ogg/gstogg.c: (plugin_init):
3782 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3783 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3784 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3785 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3786 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3787 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3788 Added ogg-in-avi parser element. Fixes #140139.
3790 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3791 Fixed a bug in oggdemux debug code.
3793 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3794 (gst_riff_create_audio_template_caps):
3795 Recognise Ogg in the AVI extensible wave format.
3797 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3799 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3800 Make buffer durations add up (duration should be next_ts-ts for
3801 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3804 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3805 (test_buffer_timestamps), (cddabasesrc_suite):
3806 Add unit test for the above.
3808 * tests/check/Makefile.am:
3809 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3810 to see what happens.
3812 2006-08-16 Wim Taymans <wim@fluendo.com>
3814 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3815 (gst_alsasink_open):
3816 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3818 Avoid setting and using a NULL device name.
3819 Print more info when we fail to open a device.
3821 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3823 * docs/libs/gst-plugins-base-libs-sections.txt:
3824 * gst-libs/gst/tag/tag.h:
3825 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3826 API: add gst_tag_parse_extended_comment() (#351426).
3828 * tests/check/Makefile.am:
3829 * tests/check/libs/.cvsignore:
3830 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3831 Add unit test for gst_tag_parse_extended_comment().
3833 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3835 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3836 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3839 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3841 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3842 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3843 * docs/plugins/gst-plugins-base-plugins.args:
3844 * gst/playback/gstplaybin.c:
3847 * docs/plugins/inspect/plugin-adder.xml:
3848 * docs/plugins/inspect/plugin-alsa.xml:
3849 * docs/plugins/inspect/plugin-audioconvert.xml:
3850 * docs/plugins/inspect/plugin-audiorate.xml:
3851 * docs/plugins/inspect/plugin-audioresample.xml:
3852 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3853 * docs/plugins/inspect/plugin-cdparanoia.xml:
3854 * docs/plugins/inspect/plugin-decodebin.xml:
3855 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3856 * docs/plugins/inspect/plugin-gnomevfs.xml:
3857 * docs/plugins/inspect/plugin-ogg.xml:
3858 * docs/plugins/inspect/plugin-pango.xml:
3859 * docs/plugins/inspect/plugin-playbin.xml:
3860 * docs/plugins/inspect/plugin-subparse.xml:
3861 * docs/plugins/inspect/plugin-tcp.xml:
3862 * docs/plugins/inspect/plugin-theora.xml:
3863 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3864 * docs/plugins/inspect/plugin-video4linux.xml:
3865 * docs/plugins/inspect/plugin-videorate.xml:
3866 * docs/plugins/inspect/plugin-videoscale.xml:
3867 * docs/plugins/inspect/plugin-videotestsrc.xml:
3868 * docs/plugins/inspect/plugin-volume.xml:
3869 * docs/plugins/inspect/plugin-vorbis.xml:
3870 * docs/plugins/inspect/plugin-ximagesink.xml:
3871 * docs/plugins/inspect/plugin-xvimagesink.xml:
3872 Update to CVS version.
3874 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3876 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3877 (gst_play_bin_set_property), (gst_play_bin_get_property),
3878 (value_list_append_structure_list),
3879 (gst_play_bin_handle_redirect_message),
3880 (gst_play_bin_handle_message):
3881 API: GstPlayBin::connection-speed
3882 Add "connection-speed" property; re-order redirect messages with
3883 multiple redirect locations depending on the minimum bitrate if
3884 that information is available and a connection speed is set
3887 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3889 * gst/playback/gstplaybin.c:
3890 Update max volume to the same value that the volume element uses.
3892 2006-08-14 Wim Taymans <wim@fluendo.com>
3894 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3897 2006-08-14 Wim Taymans <wim@fluendo.com>
3899 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3900 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3901 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3902 Add some more debug info.
3903 Don't crash when a seek failed.
3904 Actually return the result of the seek instead of TRUE.
3905 Ignore multiple BOS pages with the same serial so that we don't create
3906 the same stream multiple times.
3907 Post an error when we fail to do the initial seek.
3909 2006-08-13 Wim Taymans <wim@fluendo.com>
3911 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3912 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3915 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3916 (gst_alsa_mixer_new):
3917 Remove hack that always set the device to hw:0*.
3918 Properly find the card name for whatever device was configured.
3919 Do some better debugging.
3922 * ext/alsa/gstalsamixerelement.c:
3923 (gst_alsa_mixer_element_set_property),
3924 (gst_alsa_mixer_element_change_state):
3926 Handle setting of a NULL device name better.
3928 2006-08-11 Wim Taymans <wim@fluendo.com>
3930 * gst/adder/gstadder.c:
3931 Don't clip float values. Fixes #350900.
3933 2006-08-11 Andy Wingo <wingo@pobox.com>
3935 * gst/tcp/gsttcp.c: Really fix the build?
3937 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3940 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3942 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3943 Float caps shouldn't have a "signed" field.
3945 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3947 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3948 Implement SEEKING query in its most basic form, so that we can
3949 at least check if we're seekable or not (#350655).
3951 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3953 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3954 The checks here are not even close to anything that would
3955 justify MAXIMUM probability, lowering to POSSIBLE until someone
3956 fixes the checks (case at hand: quicktime redirection files
3957 might start with 00 00 01 XX and pass the checks here just
3960 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3962 Patch by: Sjoerd Simons <sjoerd at luon net>
3964 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3965 Better detection for multipart/x-mixed-replace: accept leading
3966 whitespaces before the boundary marker as well (as our very own
3967 multipartmux used to produce) (#349068).
3969 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3971 Patch by: Young-Ho Cha <ganadist at chollian net>
3973 * gst-libs/gst/riff/riff-ids.h:
3974 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3975 (gst_riff_create_audio_template_caps):
3976 Detect DTS audio streams (#350157).
3978 2006-08-05 Andy Wingo <wingo@pobox.com>
3980 * ext/theora/gsttheoraparse.h:
3981 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3982 (theora_parse_dispose, theora_parse_set_property)
3983 (theora_parse_get_property, theora_parse_munge_granulepos)
3984 (theora_parse_push_buffer, theora_parse_change_state):
3985 API: GstTheoraParse::synchronization-points
3986 Add a property 'synchronization-points' to fix badly synchronized oggs.
3988 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3990 * tests/check/Makefile.am:
3991 * tests/check/libs/.cvsignore:
3992 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3993 (fixed_caps_have_channel_positions), (GST_START_TEST),
3994 (audio_suite), (main):
3995 Add a few tests for the channel position stuff in libgstaudio.
3997 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3999 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4000 (gst_alsa_detect_channels):
4001 * ext/alsa/gstalsasink.c:
4002 Add support for cards that (only) do more than 8 channels,
4003 like the Delta 44 (#345188).
4005 * gst-libs/gst/audio/multichannel.c:
4006 (gst_audio_check_channel_positions):
4007 * gst-libs/gst/audio/multichannel.h:
4008 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4009 unspecified channel position and cannot be combined with any
4010 of the other audio channel positions; adjust position layout
4011 checks accordingly (#345188).
4013 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4015 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4016 Recognise ancient RealAudio files (see #349779).
4018 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4020 Patch by: Jens Granseuer <jensgr at gmx net>
4022 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4023 Add typefinder for Interplay's MVE format (#348973).
4025 2006-08-02 Wim Taymans <wim@fluendo.com>
4027 Patch by: Marcel Moreaux <marcelm at luon dot net>
4029 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4030 (gst_base_rtp_depayload_add_to_queue):
4031 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4032 Handle RTP sequence number rollover.
4033 Disable jitterbuffer by default.
4035 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4037 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4038 (audioresample_set_caps):
4039 Don't leak references to the incoming caps. Clean them up when
4042 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4043 (gst_video_scale_finalize):
4044 Don't leak our temporary pixel buffer.
4046 * tests/check/Makefile.am:
4047 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4048 (GST_START_TEST), (simple_launch_lines_suite):
4050 Fix leaks and re-enable the test for valgrind checking.
4052 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4054 Patch by: Sjoerd Simons <sjoerd at luon net>
4056 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4058 Add typefind function for multipart/x-mixed-replace (#348916).
4060 2006-07-28 Wim Taymans <wim@fluendo.com>
4062 * gst/adder/gstadder.c: (gst_adder_setcaps),
4063 (gst_adder_query_duration):
4064 Fix leak in duration query.
4065 Reflow some docs and notes.
4067 2006-07-28 Michael Smith <msmith@fluendo.com>
4069 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4071 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4074 2006-07-28 Michael Smith <msmith@fluendo.com>
4076 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4077 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4078 (gst_vorbis_enc_push_buffer),
4079 (gst_vorbis_enc_buffer_check_discontinuous),
4080 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4081 * ext/vorbis/vorbisenc.h:
4082 Handle discontinuities in the input vorbis stream correctly,
4083 so that the output is properly timestamped (and has good granulepos
4084 values). Needs some oggmux fixes too.
4086 2006-07-27 Wim Taymans <wim@fluendo.com>
4088 patch by: Kai Vehmanen <kv2004 eca cx>
4090 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4091 (gst_base_rtp_depayload_chain),
4092 (gst_base_rtp_depayload_handle_sink_event),
4093 (gst_base_rtp_depayload_change_state):
4094 Don't send multiple newsegments with different formats.
4097 2006-07-26 Wim Taymans <wim@fluendo.com>
4099 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4100 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4101 Make seeking in ogg more accurate again by doing the more correct
4102 granuletime to stream time conversion.
4104 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4106 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4107 (gst_multi_fd_sink_new_client):
4108 debug a little more understandably
4109 do not use goto as a substitute for break, especially if
4110 break is also being used
4112 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4114 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4115 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4116 Remove GLib-2.6 compatibility cruft.
4118 2006-07-24 Wim Taymans <wim@fluendo.com>
4120 * gst-libs/gst/audio/gstbaseaudiosink.c:
4121 (gst_base_audio_sink_render):
4122 Don't try to align a sample to an unknown value.
4124 2006-07-24 Wim Taymans <wim@fluendo.com>
4126 * gst-libs/gst/audio/gstbaseaudiosink.c:
4127 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4128 When the audio clock is slaved to another clock, never try to align
4129 samples but trust the rate interpolation algorithm.
4131 2006-07-24 Wim Taymans <wim@fluendo.com>
4133 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4134 Don't try to calculate silence samples, base class does this much
4137 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4138 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4139 (gst_ring_buffer_acquire):
4140 Calculate silence samples correctly.
4142 * gst-libs/gst/audio/gstringbuffer.h:
4145 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4147 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4148 Limit search for the first markup tag to the first few kB of
4149 the file. If we don't find one there, it's highly unlikely that
4150 this is an XML(-ish) file.
4152 2006-07-21 Andy Wingo <wingo@pobox.com>
4154 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4155 test to the one in vorbisenc. Also commented out.
4157 * tests/check/pipelines/vorbisenc.c:
4158 (test_discontinuity): New test, commented out until Mike lands
4159 some elite vorbisenc patches.
4161 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4162 Bufferstraw was actually factored out of these tests. Now we share
4165 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4166 for bufferstraw addition to gstcheck.
4168 2006-07-21 Wim Taymans <wim@fluendo.com>
4170 * ext/theora/theoradec.c: (clip_buffer):
4173 2006-07-21 Wim Taymans <wim@fluendo.com>
4175 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4176 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4177 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4179 Avoid type casting when we can.
4181 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4184 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4186 * ext/alsa/gstalsamixerelement.c:
4187 (gst_alsa_mixer_element_change_state):
4188 Make state change fail if the specified device can't be opened
4191 2006-07-20 Wim Taymans <wim@fluendo.com>
4193 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4194 (cb_newpad), (main):
4195 Example of a small audio/video player using decodebin.
4197 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4199 * gst-libs/gst/riff/riff-ids.h:
4202 2006-07-19 Wim Taymans <wim@fluendo.com>
4204 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4205 (gst_base_rtp_depayload_chain),
4206 (gst_base_rtp_depayload_change_state):
4207 Don't assert when not negotiated but post a meaningfull
4208 error message. Fixes #347918.
4210 * gst-libs/gst/rtp/gstbasertppayload.c:
4211 Add comment about better default MTU size.
4213 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4214 Small cleanups, start docs.
4216 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4218 Patch by: Martin Szulecki
4220 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4221 If "device-name" is requested and the device is not
4222 open, try to temporarily open it to obtain this
4223 information (#342494).
4225 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4227 * gst-libs/gst/tag/gstid3tag.c:
4228 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4230 * gst-libs/gst/tag/gsttageditingprivate.h:
4231 * gst-libs/gst/tag/gstvorbistag.c:
4232 Some more random const-ifications.
4234 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4236 * gst-libs/gst/riff/riff-ids.h:
4237 * gst-libs/gst/riff/riff-media.c:
4238 (gst_riff_create_video_template_caps):
4239 Add more FOURCCs (sort list to make stuff easier to find),
4240 add comment what those 16 bytes in struct _gst_riff_strh according to
4243 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4245 * gst-libs/gst/audio/multichannel.c:
4246 (gst_audio_check_channel_positions),
4247 (gst_audio_fixate_channel_positions):
4248 Const-ify two arrays.
4250 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4252 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4253 Fix typo, so that alsasink also advertises 8 channels
4254 if that's supported (tags: can, worms, open, alsa, ph34r).
4256 2006-07-17 Wim Taymans <wim@fluendo.com>
4258 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4259 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4260 *sigh*, when is the compiler going to warn when the comments
4261 are out-of-sync with the code.. Refix case of busted theora
4262 headers with 0 granule pos.
4264 2006-07-14 Wim Taymans <wim@fluendo.com>
4266 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4267 (gst_base_rtp_depayload_wait),
4268 (gst_base_rtp_depayload_change_state),
4269 (gst_base_rtp_depayload_set_property),
4270 (gst_base_rtp_depayload_get_property):
4271 Fix 99% cpu load by waiting for absolute times on the
4272 clock. Fixes #347300.
4274 2006-07-14 Andy Wingo <wingo@pobox.com>
4276 * ext/theora/gsttheoraparse.h:
4277 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4278 (theora_parse_push_headers, theora_parse_clear_queue)
4279 (theora_parse_drain_queue_prematurely, )
4280 (theora_parse_sink_event, theora_parse_change_state): Queue events
4281 until we initialized our state, like in vorbisparse.
4283 * ext/vorbis/vorbisparse.h:
4284 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4285 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4286 (vorbis_parse_drain_queue_prematurely, )
4287 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4288 until we have initialized our state. Fixes seeking after an
4291 2006-07-14 Andy Wingo <wingo@pobox.com>
4293 Patch by: Iain Holmes <iaingnome@gmail.com>
4295 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4297 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4300 Bump nano back to CVS
4302 === release 0.10.9 ===
4304 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4307 releasing 0.10.9, "I walk the line"
4309 2006-07-14 Michael Smith <msmith@fluendo.com>
4311 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4312 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4313 (commonly happens when running this test under valgrind) when trying
4314 to remove the buffer probe.
4316 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4318 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4319 Fix missing g_unlock from the previous commit
4321 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4323 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4324 (gst_ximagesink_change_state):
4325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4326 (gst_xvimagesink_change_state):
4327 Implement a locking order to ensure we always take the object lock
4328 before the x_lock and never vice-versa.
4330 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4332 * gst/playback/gstdecodebin.c: (find_compatibles):
4333 Fix a caps leak when linking (#347304)
4335 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4336 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4337 (gst_ximagesink_change_state):
4338 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4339 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4340 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4341 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4342 Don't leak shared memory resources. Use the object lock to protect
4343 against the xcontext disappearing while returning a buffer from the
4346 2006-07-12 Edward Hervey <edward@fluendo.com>
4348 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4349 (vorbis_handle_comment_packet):
4350 gst_tag_list_merge() returns a new object. Take that into account when
4351 using it. This avoids memleak.
4352 Revert previous commit which is not needed.
4354 2006-07-12 Edward Hervey <edward@fluendo.com>
4356 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4357 Reset the decoder in finalize so that all fields get cleared.
4359 2006-07-12 Wim Taymans <wim@fluendo.com>
4361 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4362 (gst_base_audio_src_set_clock),
4363 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4364 Don't try to post an error message when setting the clock fails
4365 as this can happen when adding an element to a bin which will then
4366 deadlock. Fixes #347296.
4368 2006-07-12 Edward Hervey <edward@fluendo.com>
4370 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4371 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4372 (vorbis_handle_type_packet):
4373 Post tag messages on the bus even if we're not initialized.
4374 If we're not initialized, we still postpone the event pushing of tags.
4376 2006-07-12 Wim Taymans <wim@fluendo.com>
4378 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4379 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4380 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4381 Revert last two changes that broke the freeze.
4383 2006-07-12 Wim Taymans <wim@fluendo.com>
4385 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4386 basesink calculates silence sample correctly for us.
4388 2006-07-12 Wim Taymans <wim@fluendo.com>
4390 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4391 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4392 Calculate correct silence samples so we don't fill our ringbuffer
4395 2006-07-12 Edward Hervey <edward@fluendo.com>
4397 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4398 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4399 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4400 * ext/vorbis/vorbisdec.h:
4401 Delay sending events (newsegment, tags) until the decoder is properly
4405 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4407 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4408 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4409 Patch from #347221 adding a test for audioconvert
4412 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4414 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4415 (gst_ssa_parse_parse_line):
4416 Don't include the terminating NUL in the buffer size,
4417 it's only there for extra paranoia (would add random
4418 '*' characters at the end of each subtitle since the
4419 terminator itself is not valid UTF-8 technically).
4420 Also fix indenting after boilerplate macro.
4422 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4424 * gst/playback/gstdecodebin.c: (close_pad_link):
4425 Also emit 'unknown-type' signal (which should really be
4426 called unhandled-type) if we found potential decoders/demuxers
4427 in the registry but none of them worked in the end (as in the
4428 case where the plugins don't exist any longer but are still
4429 listed in the registry). Fixes #329798.
4431 2006-07-08 Andy Wingo <wingo@pobox.com>
4433 * theoraparse.c (theora_parse_push_buffer)
4434 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4435 Add some more debugging. Fix granulepos reconstruction in the face
4438 2006-07-06 Wim Taymans <wim@fluendo.com>
4440 * gst-libs/gst/audio/gstbaseaudiosink.c:
4441 (gst_base_audio_sink_class_init),
4442 (gst_base_audio_sink_provide_clock):
4443 Use gobject_class instead of G_OBJECT_CLASS (klass)
4445 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4446 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4447 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4448 (gst_base_audio_src_get_time),
4449 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4450 (gst_base_audio_src_create_ringbuffer):
4451 Fix latency and buffer-time constants and properties ala basesink.
4452 Implement pull based scheduling. Fixes #346527.
4453 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4455 Refuse slaving to another clock instead of silently not working.
4456 Only provide a clock when we are actually able to do so.
4457 Various small cleanups and compiler hints.
4459 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4461 Patch by: Lutz Mueller <lutz at topfrose de>
4463 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4465 Add typefinding for text/html (#346581).
4467 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4469 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4470 (xml_check_first_element), (xml_type_find), (smil_type_find):
4471 Fix SMIL typefinding, make xml_check_first_element() more
4474 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4476 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4477 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4478 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4479 * gst/playback/gstplaybasebin.h:
4480 Protect list of elements with a subtitle-encoding property and
4481 the subtitle encoding member itself with a lock of their own
4482 instead of using the object lock. This prevents a dead-lock in
4483 the element-remove callback in some circumstances when shutting
4486 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4488 * win32/common/libgsttag.def:
4489 Export some new functions.
4490 * win32/vs6/libgstogg.dsp:
4491 Add a link to libgsttag-0.10.lib.
4493 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4495 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4496 Some const-ification.
4498 2006-07-04 Wim Taymans <wim@fluendo.com>
4500 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4501 Improve checking if we are dealing with a stream. Added some
4502 more uris that need buffering.
4504 2006-07-03 Edward Hervey <edward@fluendo.com>
4506 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4507 Remove unused variable.
4509 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4514 add GCOV_LIBS to GST_LIBS
4516 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4518 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4520 * ext/alsa/gstalsasrc.c:
4521 Add 32 bps to template caps and increase channels range
4522 from [1,2] to [1,MAX]. See #346326.
4524 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4526 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4527 Recognise 'WMVA' video codec fourcc (#345879).
4529 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4531 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4532 Fixed nasty memory leak
4534 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4536 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4537 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4540 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4542 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4543 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4544 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4545 Protect remove_fakesink using a mutex, so that we don't try and
4546 remove the fakesink simultaneously from multiple threads.
4548 When going from READY to PAUSED, restore the fakesink, so that
4549 it is there when decodebin gets reused.
4551 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4553 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4554 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4555 * gst-libs/gst/rtp/gstbasertppayload.c:
4556 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4557 * gst/tcp/gstmultifdsink.c:
4558 * gst/tcp/gsttcpclientsink.c:
4559 * gst/tcp/gsttcpclientsrc.c:
4560 * gst/tcp/gsttcpserversink.c:
4561 * gst/tcp/gsttcpserversrc.c:
4562 * gst/videorate/gstvideorate.c:
4563 * gst/videotestsrc/gstvideotestsrc.c:
4564 * sys/v4l/gstv4ljpegsrc.c:
4565 * sys/v4l/gstv4lmjpegsink.c:
4566 * sys/v4l/gstv4lsrc.c:
4567 * tests/examples/seek/scrubby.c:
4568 * tests/examples/seek/seek.c:
4569 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4571 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4573 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4574 Second field in GEnumValue shouldn't be a description,
4575 but a stringified version of the enum value.
4577 2006-06-22 Wim Taymans <wim@fluendo.com>
4579 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4580 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4581 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4582 Avoid type checking in buffer casts.
4583 Avoid caps copy in buffer_alloc when we can.
4584 Use pad_peer_accept.
4586 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4588 * gst-libs/gst/tag/tag.h:
4589 Oops, make that 'Since: 0.10.9'.
4591 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4593 * docs/libs/gst-plugins-base-libs-sections.txt:
4594 * gst-libs/gst/tag/tag.h:
4595 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4596 (gst_tag_image_type_get_type):
4597 API: add GstTagImageType enum to describe images contained
4598 in image tags (#345641).
4600 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4602 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4603 Fix warnings with gst-inspect: "buffers-min" property
4604 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4605 typo in property description.
4607 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4609 Patch by: Cody Russell <bratsche at gnome org>
4611 * gst/audioresample/gstaudioresample.c:
4612 (gst_audioresample_class_init):
4613 * gst/playback/gststreamselector.c:
4614 (gst_stream_selector_class_init):
4615 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4616 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4617 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4618 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4619 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4620 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4621 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4622 * gst/videotestsrc/gstvideotestsrc.c:
4623 (gst_video_test_src_class_init):
4624 * gst/volume/gstvolume.c: (gst_volume_class_init):
4625 Avoid unnecessary class cast check in class_init
4626 functions (#337747).
4628 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4630 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4631 (gst_text_overlay_video_chain):
4632 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4633 and doesn't validate its input either (and neither did
4634 textoverlay it seems). Let's do that then and fix #345206.
4636 2006-06-19 Wim Taymans <wim@fluendo.com>
4638 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4639 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4640 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4641 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4642 (find_syncframe), (find_limits), (assign_value),
4643 (count_burst_unit), (gst_multi_fd_sink_new_client),
4644 (gst_multi_fd_sink_handle_client_write),
4645 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4646 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4647 (gst_multi_fd_sink_change_state):
4648 * gst/tcp/gstmultifdsink.h:
4649 Added shiny new burst-on-connect methods.
4650 Add properties to control the minimal amount of data queued.
4652 API: bytes-min property
4653 API: time-min property
4654 API: buffers-min property
4655 API: burst-unit property
4656 API: burst-value property
4657 API: add-full signal
4659 * gst/tcp/gsttcp-marshal.list:
4660 Added new marshaller code for the new signal.
4662 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4663 (multifdsink_suite):
4664 Added testcases for new burst methods.
4666 2006-06-19 Edward Hervey <edward@fluendo.com>
4668 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4669 Implement clipping for accurate seeking.
4672 2006-06-19 Wim Taymans <wim@fluendo.com>
4674 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4676 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4677 (gst_video_scale_transform):
4678 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4680 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4683 Fix --disable-external (can't set conditionals conditionally,
4686 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4688 * tests/check/elements/audioresample.c: (test_reuse),
4689 (audioresample_suite):
4690 Add test case for bug #342789 fixed below.
4692 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4694 * gst/audioresample/gstaudioresample.c:
4695 (gst_audioresample_class_init), (gst_audioresample_init),
4696 (audioresample_start), (audioresample_stop),
4697 (gst_audioresample_set_property), (gst_audioresample_get_property):
4698 Implement GstBaseTransform::start and ::stop so that audioresample
4699 can clear its internal state properly and be reused instead of
4700 causing non-negotiated errors with playbin under some circumstances
4703 * tests/check/elements/audioresample.c: (setup_audioresample),
4704 (cleanup_audioresample):
4705 Need to set element state here so that ::start and ::stop are
4708 2006-06-16 Wim Taymans <wim@fluendo.com>
4710 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4712 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4713 Parse extra data better, apparently it's right behind
4714 the normal strf header size. Fixes #343500.
4716 2006-06-16 Wim Taymans <wim@fluendo.com>
4718 * ext/alsa/gstalsasink.c: (set_hwparams):
4719 If we fail to set the buffer_time and period_time alsa
4720 parameters, post a warning and leave alsa select a
4721 default instead of failing. Fixes #342085
4723 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4725 * docs/libs/gst-plugins-base-libs-sections.txt:
4726 * gst-libs/gst/cdda/gstcddabasesrc.h:
4727 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4728 out in the header file and shouldn't be listed in the docs.
4730 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4731 Must dereference pointer to fourcc in the debug statement.
4733 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4735 * docs/libs/Makefile.am:
4736 * docs/libs/gst-plugins-base-libs-docs.sgml:
4737 * docs/libs/gst-plugins-base-libs-sections.txt:
4738 * docs/libs/gst-plugins-base-libs.types:
4739 add remaining symbols into correct setions
4741 * gst-libs/gst/audio/gstringbuffer.c:
4744 * gst-libs/gst/audio/gstringbuffer.h:
4745 comment out not yet implemented function
4748 * gst-libs/gst/floatcast/floatcast.h:
4749 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4750 add short descriptions
4753 * gst-libs/gst/interfaces/propertyprobe.c:
4754 fix return value docs
4756 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4757 simplify debug logging
4759 * gst-libs/gst/riff/riff-read.h:
4760 sync function prototype and docs
4762 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4763 remove left over symbol
4765 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4770 Use GST_PLUGIN_DOCS macro in configure.ac, add
4771 --enable-plugin-docs default to autogen.sh and use
4772 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4774 2006-06-15 Wim Taymans <wim@fluendo.com>
4776 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4777 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4778 (gst_ogg_demux_loop):
4779 Combine GstFlowReturn from the source pads to give a
4780 meaningfull result to the upstream peer or to stop the
4781 processing task in case of errors.
4783 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4785 * gst/playback/gststreaminfo.c: (cb_probe):
4786 Try GST_TAG_CODEC as fallback when extracting the
4787 codec name; more debug info.
4789 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4791 * ext/ogg/Makefile.am:
4792 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4793 Extract language tags from ogm subtitle streams, so that
4794 the subtitle menu choices are labelled correctly in
4795 Totem (fixes #344708).
4797 2006-06-14 Wim Taymans <wim@fluendo.com>
4799 Patch by: Alessandro Decina <alessandro at nnva dot org>
4801 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4802 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4803 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4804 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4805 Fix various leaks. Fixes #343699.
4806 Add x-smoke mime type.
4808 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4810 * gst-libs/gst/riff/riff-ids.h:
4811 Add IDs for 'bext' chunks (see #343837).
4813 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4815 Patch by: Young-Ho Cha <ganadist at chollian net>
4817 * gst/subparse/samiparse.c: (sami_context_pop_state),
4818 (handle_start_font), (end_sami_element):
4819 Honour font face tags in SAMI subtitles (#344503).
4821 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4824 add missing files containing translatable strings
4826 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4828 * docs/libs/tmpl/.cvsignore:
4829 we don't want those *.sgml files in CVS either
4831 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4833 * docs/libs/.cvsignore:
4834 * tests/check/elements/.cvsignore:
4835 * tests/check/libs/.cvsignore:
4838 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4840 * docs/libs/Makefile.am:
4841 also commiting the changed Makefile.am (added more libs to the
4844 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4846 * docs/libs/gst-plugins-base-libs-docs.sgml:
4847 * docs/libs/gst-plugins-base-libs-sections.txt:
4848 * docs/libs/gst-plugins-base-libs.types:
4849 first batch of reordering things, add index & hierarchy
4851 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4854 use GST_PKG_CHECK_MODULES, cleans up output
4856 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4858 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4859 Add support for burn:// URIs (#343385); const-ify things a bit,
4860 use G_N_ELEMENTS instead of hard-coded array size.
4862 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4864 Patch by: Young-Ho Cha <ganadist at chollian net>
4866 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4867 Fix up broken entities before passing them to libxml *sigh*.
4870 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4875 === release 0.10.8 ===
4877 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4880 releasing 0.10.8, "Moar gij ziet mij nie"
4882 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4899 * win32/common/config.h:
4902 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4904 * docs/libs/tmpl/gstaudio.sgml:
4905 * docs/libs/tmpl/gstcolorbalance.sgml:
4906 * docs/libs/tmpl/gstmixer.sgml:
4907 * docs/libs/tmpl/gstringbuffer.sgml:
4908 * docs/libs/tmpl/gsttuner.sgml:
4909 * docs/libs/tmpl/gstxoverlay.sgml:
4910 * gst-libs/gst/audio/audio.c:
4911 * gst-libs/gst/audio/gstringbuffer.c:
4912 * gst-libs/gst/interfaces/colorbalance.c:
4913 * gst-libs/gst/interfaces/mixer.c:
4914 * gst-libs/gst/interfaces/tuner.c:
4915 * gst-libs/gst/interfaces/xoverlay.c:
4916 move last template doc snippets to source code and delete them
4918 2006-06-06 Michael Smith <msmith@fluendo.com>
4920 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4921 (theora_parse_drain_queue):
4922 Mark DELTA_UNIT on non-keyframes.
4924 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4926 * gst-libs/gst/audio/gstbaseaudiosink.c:
4927 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4928 * gst-libs/gst/audio/gstbaseaudiosink.h:
4929 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4930 (gst_ring_buffer_samples_done):
4931 * gst-libs/gst/audio/gstringbuffer.h:
4932 Document better the fact that latency_time and buffer_time are values
4933 stored in microseconds, and not the usual GStreamer nanoseconds.
4934 Change the variables (compatibly) that store them from GstClockTime
4935 to guint64 to make it more clear that they're not storing clock times.
4936 Also, remove the bogus property description that says the user can
4937 specify -1 to get the default value, since that's never been the case.
4939 When computing the default segment size for the ring buffer, make it
4940 an integer number of samples.
4942 When the sub-class indicates a delay greater than the number of
4943 samples we've written return 0 from the audio sink get_time method.
4945 2006-06-02 Michael Smith <msmith@fluendo.com>
4947 * tests/check/elements/audioconvert.c: (set_channel_positions),
4948 (get_float_mc_caps), (get_int_mc_caps):
4949 * tests/check/elements/audioresample.c:
4950 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4951 * tests/check/elements/videorate.c:
4952 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4953 * tests/check/elements/volume.c:
4954 * tests/check/elements/vorbisdec.c:
4955 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4956 Don't busy-wait in tests; this was causing test timeouts very
4957 frequently when running under valgrind.
4959 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4962 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4963 (gst_multi_fd_sink_remove_client_link),
4964 (gst_multi_fd_sink_client_queue_caps),
4965 (gst_multi_fd_sink_client_queue_buffer),
4966 (gst_multi_fd_sink_handle_client_write),
4967 (gst_multi_fd_sink_render):
4968 * gst/tcp/gstmultifdsink.h:
4969 make multifdsink properly deal with streamheader:
4970 - streamheader is taken from caps
4971 - buffers marked with IN_CAPS are not sent
4972 - streamheaders are sent, on connection, from the caps of the
4973 buffer where the client gets positioned to
4974 - further streamheader changes are done every time the client
4975 will receive a buffer with different caps
4976 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4977 (gst_multifdsink_create_streamheader):
4980 2006-06-02 Michael Smith <msmith@fluendo.com>
4982 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4983 Reinstate limit on channel count. Vorbis does not define the meaning
4984 of > 6 channels, so they're just independent channels. Gstreamer
4985 currently has no mechanism to represent N independent channels.
4987 2006-06-02 Michael Smith <msmith@fluendo.com>
4989 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4990 Don't arbitrarily restrict channel counts and rate in vorbis.
4991 In terms of effects likely on real-world files, this fixes 96kHz
4994 2006-06-02 Michael Smith <msmith@fluendo.com>
4996 * gst/audioconvert/audioconvert.c: (float):
4997 More correct float->int conversion.
4999 2006-06-02 Michael Smith <msmith@fluendo.com>
5001 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5002 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5003 value. Fixes g-critical on trying to play back ogg containing
5006 2006-06-02 Wim Taymans <wim@fluendo.com>
5008 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5010 * gst/playback/gstplaybasebin.h:
5011 Make the subtitle detection work from any thread so we don't
5012 deadlock. Fixes #343397.
5014 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5016 * gst/volume/Makefile.am:
5017 Seriously, it's not *that* hard to get compilation right. Even
5018 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5020 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5022 * gst/volume/gstvolume.c: (volume_choose_func),
5023 (volume_update_real_volume), (gst_volume_class_init),
5024 (gst_volume_init), (volume_process_float), (volume_process_int16),
5025 (volume_process_int16_clamp), (volume_set_caps),
5026 (volume_transform_ip), (plugin_init):
5027 * gst/volume/gstvolume.h:
5028 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5029 another property desc., remove unused param from process function
5031 * tests/check/elements/volume.c: (volume_suite):
5032 reactivate the passthrough test
5034 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5036 * ext/alsa/gstalsamixerelement.h:
5037 * ext/alsa/gstalsamixeroptions.h:
5038 * ext/alsa/gstalsamixertrack.h:
5039 * ext/gnomevfs/gstgnomevfssink.h:
5040 * ext/gnomevfs/gstgnomevfssrc.h:
5041 * ext/theora/gsttheoradec.h:
5042 * ext/theora/gsttheoraenc.h:
5043 * ext/theora/gsttheoraparse.h:
5044 * ext/vorbis/vorbisparse.h:
5045 * gst-libs/gst/audio/gstaudioclock.h:
5046 * gst-libs/gst/audio/gstaudiofilter.h:
5047 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5048 * gst/audioconvert/gstaudioconvert.h:
5049 * gst/audioresample/gstaudioresample.h:
5050 * gst/audiotestsrc/gstaudiotestsrc.h:
5051 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5052 * gst/playback/gststreamselector.h:
5053 * gst/tcp/gstmultifdsink.h:
5054 * gst/tcp/gsttcpclientsink.h:
5055 * gst/tcp/gsttcpclientsrc.h:
5056 * gst/tcp/gsttcpserversink.h:
5057 * gst/tcp/gsttcpserversrc.h:
5058 * gst/videorate/gstvideorate.h:
5059 * gst/videoscale/gstvideoscale.h:
5060 * gst/videotestsrc/gstvideotestsrc.h:
5061 * gst/volume/gstvolume.h:
5062 * sys/v4l/gstv4ljpegsrc.h:
5063 * sys/v4l/gstv4lmjpegsink.h:
5064 * sys/v4l/gstv4lmjpegsrc.h:
5065 * sys/v4l/gstv4lsrc.h:
5066 * sys/ximage/ximagesink.h:
5067 * sys/xvimage/xvimagesink.h:
5068 * tests/old/testsuite/alsa/sinesrc.h:
5069 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5071 2006-05-31 Wim Taymans <wim@fluendo.com>
5073 * ext/libvisual/visual.c: (gst_visual_reset),
5074 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5075 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5077 Use running time before doing QoS.
5080 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5082 * docs/libs/Makefile.am:
5083 set a magic variable to indicate we know the docs are incomplete
5085 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5087 * win32/common/libgstvideo.def:
5088 export gst_video_calculate_display_ratio
5089 * win32/vs6/libgstvideoscale.dsp:
5090 add link to libgstvideo-0.10.lib
5092 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5094 * gst/playback/gstplaybasebin.c: (gen_source_element):
5095 Throw a more comprehensible error for rtsp:// URIs (rather
5096 than erroring out with a negotiation error later on) until
5097 we fix playbin to handle rtspsrc etc.
5099 2006-05-30 Wim Taymans <wim@fluendo.com>
5101 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5102 (gst_text_overlay_text_event):
5105 2006-05-30 Wim Taymans <wim@fluendo.com>
5107 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5108 (gst_adder_request_new_pad), (gst_adder_release_pad):
5109 * gst/adder/gstadder.h:
5110 Implement release_request_pad.
5111 Make padcounter atomic.
5113 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5114 Added check for release_pad in adder.
5116 2006-05-30 Wim Taymans <wim@fluendo.com>
5118 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5121 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5123 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5124 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5125 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5126 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5127 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5128 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5129 (gst_ogg_demux_bisect_forward_serialno),
5130 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5131 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5133 clean up printf formats for granulepos and serialno
5135 2006-05-30 Michael Smith <msmith@fluendo.com>
5137 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5138 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5139 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5140 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5141 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5142 * ext/vorbis/vorbisenc.h:
5143 Multi-channel caps negotiation, so we can do proper multichannel
5144 vorbis encoding, negotiated through audioconvert.
5146 2006-05-30 Wim Taymans <wim@fluendo.com>
5148 * tests/check/elements/adder.c: (test_event_message_received),
5149 (test_play_twice_message_received), (GST_START_TEST),
5151 Added check to show that #339935 is fixed with ongoing
5152 adder and collectpads fixes.
5154 2006-05-29 Wim Taymans <wim@fluendo.com>
5156 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5157 Don't leak pad name.
5159 2006-05-29 Wim Taymans <wim@fluendo.com>
5161 * gst/adder/gstadder.c: (gst_adder_query_duration),
5162 (forward_event_func), (forward_event), (gst_adder_src_event):
5164 Make query/seeking code threadsafe.
5166 * tests/check/Makefile.am:
5167 * tests/check/elements/adder.c: (test_event_message_received),
5168 (GST_START_TEST), (test_play_twice_message_received):
5169 Fix adder test case.
5171 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5173 Patch by: Young-Ho Cha <ganadist at chollian net>
5175 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5176 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5177 (set_encoding_element), (decodebin_element_added_cb),
5178 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5179 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5180 * gst/playback/gstplaybasebin.h:
5181 Add 'subtitle-encoding' property to playbin, so applications can
5182 force a subtitle encoding for non-UTF8 subtitles (#342268).
5184 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5185 (gst_sub_parse_set_property):
5186 Rename recently-added 'encoding' property to 'subtitle-encoding'
5187 (so it can be proxied by playbin/decodebin in a generic way
5188 with less danger of false positives).
5190 2006-05-29 Michael Smith <msmith@fluendo.com>
5192 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5193 (append_with_other_format), (set_structure_widths),
5194 (gst_audio_convert_transform_caps):
5195 Patch from #341562: give more specific audio caps in get_caps, so
5196 that basetransform can make better decisions on what caps to
5199 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5201 * tests/check/elements/volume.c:
5202 make it compile again
5204 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5206 * tests/check/elements/volume.c: (volume_suite):
5207 disable test until #343196 gets resolved
5209 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5211 * gst/adder/gstadder.c: (gst_adder_get_type):
5212 Make it easier to copy&paste
5214 * gst/volume/Makefile.am:
5215 * gst/volume/gstvolume.c: (volume_update_real_volume),
5216 (gst_volume_set_volume), (gst_volume_set_mute),
5217 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5218 (volume_transform_ip), (volume_update_mute),
5219 (volume_update_volume):
5220 * gst/volume/gstvolume.h:
5221 Add own debug category, move duplicate code to helper function, fix
5222 property texts, add more comments and prepare ffor liboil-goodness
5224 * tests/check/Makefile.am:
5225 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5226 add test for mute and passtrough case, be a bit more verbose to track
5229 * tests/check/generic/states.c: (GST_START_TEST):
5230 catch elements that fail to instantiate
5232 2006-05-28 Edward Hervey <edward@fluendo.com>
5234 * tests/check/pipelines/simple-launch-lines.c:
5235 * tests/check/pipelines/theoraenc.c:
5236 * tests/check/pipelines/vorbisenc.c:
5237 Comment out tests using parse_launch() if core was built without
5238 parsing capabilities.
5240 2006-05-27 Edward Hervey <edward@fluendo.com>
5242 * tests/check/Makefile.am:
5243 Extra bonus points for whoever explains to ensonic that you are meant
5244 to test unit tests thoroughly before commiting them, especially if
5245 you know it's going to break.
5246 De-activated element/adder tests.
5248 2006-05-27 Edward Hervey <edward@fluendo.com>
5250 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5251 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5252 Marking caps conversion issues as GST_WARNING is way too verbose,
5253 Moving them to GST_LOG.
5255 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5258 Replace current README (containing the release notes from
5259 some 0.9.x version) with a proper README taken from the core.
5261 2006-05-26 Wim Taymans <wim@fluendo.com>
5263 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5264 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5265 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5266 (vorbis_dec_change_state):
5269 Clip output samples to segment boundaries.
5271 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5273 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5274 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5275 Improve the errors produced on bad output, including some human
5276 readable description strings.
5277 Handle the (theoretical for ximagesink) case where the XServer
5278 has a different idea about the size required for a particular
5279 frame and gives us too small a memory allocation.
5281 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5284 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5285 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5286 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5287 Improve the errors produced on bad output, including some human
5288 readable description strings.
5289 Handle RGB Xv formats properly by transforming them into our
5290 big-endian caps description.
5291 Use gst_caps_truncate to ensure that we never try and choose a
5292 non-fixed caps in buffer_alloc.
5293 Handle the case where the XServer has a different idea about the size
5294 required for a particular frame and gives us too small a memory
5296 Use -1 to indicate 'no image format', because 0 is a valid XServer
5297 image format number.
5298 Put RGB Xv formats at the end of the caps, so that we always prefer
5300 Iterate the available Xv Encodings to determine the maximum width and
5301 height, and then return that in our caps.
5302 (Closes #315312, #337544)
5304 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5306 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5307 When there is only one unfinished pad and it receives an event that
5308 doesn't match our requirements, we need to set alldone=FALSE so that
5309 the fakesink is not removed yet.
5311 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5313 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5314 Use gst_type_find_helper_for_buffer() to find the type
5315 of stream from the first packet.
5318 Bump requirements to core CVS (needed for vorbis
5319 typefinding to work).
5321 2006-05-24 Edward Hervey <edward@fluendo.com>
5323 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5324 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5325 contain. Else they play perfectly fine with qtdemux.
5327 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5329 * ext/theora/theoradec.c:
5330 * ext/theora/theoraenc.c:
5331 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5332 * gst/audiorate/gstaudiorate.c:
5333 make more debug catagories static
5335 * tests/check/Makefile.am:
5336 * tests/check/elements/adder.c: (message_received),
5337 (test_event_message_received), (GST_START_TEST),
5338 (test_play_twice_message_received), (adder_suite):
5339 added test case for using element twice, extra bonus points for anyone
5340 who can make these test run reliably
5342 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5344 * ext/theora/theoradec.c: (theora_dec_chain):
5345 Make work with time-stamped input buffers that do not
5346 have a granulepos in BUFFER_OFFSET_END (like theora
5347 buffers coming from matroskademux). Fixes #342448.
5349 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5351 Patch by: Peter Kjellerstedt <pkj at axis com>
5353 * gst/tcp/Makefile.am:
5354 fdstresstest doesn't need Gtk+, fix compilation if
5355 gtk is not available (#342566).
5357 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5359 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5361 Removed redundant floor()
5363 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5365 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5366 On second thought, just skip JUNK chunks automatically, so
5367 the caller doesn't have to handle this. Fixes #342345.
5368 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5371 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5373 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5374 Don't bail out on JUNK chunks with a size of 0 (would try to
5375 pull_range 0 bytes before, which sources don't like too much).
5378 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5380 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5381 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5382 Use the gstutil scaling function to preserve 64 bits while calculating
5383 output width and height from the display-aspect-ratio. (A continuation
5386 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5389 (gst_xvimagesink_buffer_alloc):
5390 * sys/xvimage/xvimagesink.h:
5391 When performing buffer allocations, remember the caps and image format
5392 we return so that if the same caps are asked for next time we can
5393 return them immediately without doing any caps intersections.
5395 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5397 * gst-libs/gst/rtp/README:
5398 Some new documentation
5399 * gst-libs/gst/rtp/gstrtpbuffer.h:
5400 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5401 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5402 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5403 New RTP audio base payloader class. Supports frame or sample based
5404 codecs. Not enabled in Makefile.am until approved.
5406 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5408 * tests/check/elements/alsa.c: (test_device_property_probe):
5409 Fix test case: don't try to free NULL GValueArray when there
5412 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5414 * tests/check/Makefile.am:
5415 * tests/check/elements/alsa.c: (test_device_property_probe),
5416 (alsa_suite), (main):
5417 Add simple test that runs a device property probe on alsasrc,
5418 alsasink and alsamixer. Disable valgrind check for now (too
5419 many leaks in libasound, and valgrind ignored my suppressions
5422 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5424 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5425 (gst_alsa_device_property_probe_probe_property),
5426 (gst_alsa_device_property_probe_needs_probe),
5427 (gst_alsa_device_property_probe_get_values),
5428 (gst_alsa_type_add_device_property_probe_interface):
5429 * ext/alsa/gstalsadeviceprobe.h:
5430 * ext/alsa/gstalsamixerelement.c:
5431 (gst_alsa_mixer_element_init_interfaces):
5432 * ext/alsa/gstalsamixerelement.h:
5433 Clean up and simplify alsa device probing. Make it actually work
5434 for multiple classes. Don't cache results any longer.
5436 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5437 (gst_alsasink_init):
5438 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5439 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5440 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5441 Make alsasink and alsasrc implement the GstPropertyProbe interface
5442 for device probing (#342181).
5443 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5445 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5447 * gst/subparse/samiparse.c: (handle_start_font):
5448 Don't ignore return value of strtol (++compiler_happiness).
5450 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5452 Patch by: Young-Ho Cha <ganadist chollian net>
5454 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5455 (gst_sub_parse_class_init), (gst_sub_parse_init),
5456 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5458 * gst/subparse/gstsubparse.h:
5459 Add 'encoding' property (#341681).
5461 * gst/subparse/samiparse.c: (characters_sami):
5462 Output is pango markup, so we need to escape text
5463 between tags (#342143).
5465 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5467 * gst-libs/gst/audio/multichannel.c:
5468 (gst_audio_check_channel_positions):
5469 It's okay to have caps with channels=1 and a channel position
5470 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5471 (deinterleavers might want to keep the position in the caps,
5472 so that they can be re-interleaved again properly later).
5473 Leave check for unexpected 2-channel layouts intact for now.
5475 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5477 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5478 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5479 basesrc can do its job correctly.
5481 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5483 * ext/alsa/Makefile.am:
5484 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5485 (gst_alsa_detect_formats), (get_channel_free_structure),
5486 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5487 (gst_alsa_probe_supported_formats):
5488 * ext/alsa/gstalsa.h:
5489 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5490 Refactor and improve caps probing code: probe signedness
5491 when we probe the supported formats/widths; set endianness
5492 to the one we actually probed for (ie. cpu endianness).
5494 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5495 (gst_alsasrc_close):
5496 * ext/alsa/gstalsasrc.h:
5497 Implement caps probing for alsasrc.
5499 2006-05-15 Wim Taymans <wim@fluendo.com>
5501 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5502 (theora_dec_src_query), (theora_dec_src_event),
5503 (theora_dec_sink_event), (theora_handle_comment_packet),
5504 (theora_handle_data_packet), (theora_dec_change_state):
5505 Cleanups, add some G_LIKELY.
5506 Use segment helpers instead of our own wrong code.
5507 Clear queued buffers on seek and READY.
5509 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5510 (vorbis_dec_convert), (vorbis_dec_src_query),
5511 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5512 (vorbis_handle_comment_packet), (vorbis_dec_push),
5513 (vorbis_handle_data_packet), (vorbis_dec_chain),
5514 (vorbis_dec_change_state):
5515 * ext/vorbis/vorbisdec.h:
5516 Remove old useless packetno variable.
5517 Do position query properly.
5519 Do cleanup of queued buffers in new helper function
5522 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5524 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5525 Query supported sample rates. Fixes #341732.
5527 2006-05-15 Julien MOUTTE <julien@moutte.net>
5529 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5530 (gst_decode_bin_change_state): Make decodebin reusable
5531 when going from PAUSE_TO_READY and then back to PAUSED.
5534 2006-05-15 Wim Taymans <wim@fluendo.com>
5536 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5537 (vorbis_dec_convert), (vorbis_dec_src_query),
5538 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5539 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5540 (vorbis_dec_clean_queued), (vorbis_dec_push),
5541 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5542 Cleanups. Use refcounting and DEBUG_OBJECT.
5543 Reset segment on flush, use code methods instead of our
5545 Fix potential memleak.
5547 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5549 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5550 (gst_alsasink_init):
5551 * ext/alsa/gstalsasink.h:
5552 Don't leak allocated snd_output_t structure if there's
5553 more than one alsasink instance at a time (#341873).
5554 Also fix GObject macros in header file.
5556 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5558 * gst/subparse/gstsubparse.c:
5559 (gst_sub_parse_data_format_autodetect):
5560 Don't use libxml functions in the typefinding code.
5562 2006-05-15 Wim Taymans <wim@fluendo.com>
5564 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5565 Fix seeking performance in the case where a non-header
5566 packet has a 0 granulepos (busted theora case).
5568 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5569 the first place, you limelight stealer you)
5571 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5573 * gst/subparse/gstsubparse.c:
5574 (gst_sub_parse_data_format_autodetect):
5575 Improve SAMI typefinding: handle case where there are
5576 whitespaces or newlines in front of the first <SAMI>
5579 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5582 Build video4linux plugin even if there's no XVIDEO, just
5583 without implementing the GstXOverlay interface (#334002).
5585 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5588 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5590 Add tentative support for libvisual-0.4 (#336881).
5592 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5594 Patch by: Young-Ho Cha <ganadist at chollian net>
5596 * gst/subparse/samiparse.c: (handle_start_font):
5597 Need to map "silver" colour explicitly (#169936).
5599 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5601 Patch by: Young-Ho Cha <ganadist at chollian net>
5603 * gst/subparse/Makefile.am:
5604 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5605 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5606 (gst_sub_parse_format_autodetect), (feed_textbuf),
5607 (gst_subparse_type_find), (plugin_init):
5608 * gst/subparse/gstsubparse.h:
5609 * gst/subparse/samiparse.c:
5610 * gst/subparse/samiparse.h:
5611 Add support for SAMI subtitles (#169936).
5613 2006-05-14 Michael Smith <msmith@fluendo.com>
5615 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5616 Fix #341696: crash when mixing L+R+C to mono or stereo.
5617 * tests/check/Makefile.am:
5618 * tests/check/elements/audioconvert.c: (set_channel_positions),
5619 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5620 (audioconvert_suite):
5621 Add test for the above, including some generic framework bits for
5622 testing multichannel things.
5624 === release 0.10.7 ===
5626 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5629 releasing 0.10.7, "Leave the gun"
5631 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5633 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5634 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5637 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5639 * docs/libs/gst-plugins-base-libs-docs.sgml:
5640 * docs/libs/gst-plugins-base-libs-sections.txt:
5641 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5642 * gst-libs/gst/video/video.h:
5643 * gst/videoscale/Makefile.am:
5644 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5645 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5646 * tests/check/Makefile.am:
5647 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5649 Fix integer overflow problem with pixel-aspect-ratio calculations
5650 in videoscale and xvimagesink (#341542)
5652 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5654 * gst-libs/gst/tag/gstid3tag.c:
5655 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5657 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5660 update win32 files listing
5662 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5664 patch by: Sjoerd Simons (sjoerd@luon.net)
5666 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5667 (group_create), (group_destroy), (add_stream),
5668 (gst_play_base_bin_get_property),
5669 (gst_play_base_bin_get_streaminfo_value_array):
5670 * gst/playback/gstplaybasebin.h:
5671 API: GstPlayBaseBin::stream-info-value-array property
5672 use a more bindings-friendly way of exposing streaminfo
5673 using a GValueArray. Tested in ipython.
5676 2006-05-11 Wim Taymans <wim@fluendo.com>
5678 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5679 (queue_underrun_cb), (queue_filled_cb):
5680 Also catch queue underruns but don't do anything yet.
5681 Refactor and comment queue enlarging code a bit.
5683 * gst/playback/gstplaybasebin.c: (queue_overrun),
5684 (queue_threshold_reached), (queue_out_of_data),
5685 (gen_preroll_element):
5686 If a queue over/underruns check that we don't create nasty
5687 deadlocks when the min-threshold is not reached but the
5688 max-bytes is. In those cases disable max-bytes when we
5689 know that the queue is fed timed data.
5692 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5694 * gst/playback/gstplaybin.c: (gen_audio_element):
5695 Make playbin automatically plug an 'audioresample'
5696 element before the audio sink as well. This solves
5697 problems with sinks that only accept a very specific
5698 sample rate, like esdsink (e.g. #340379).
5700 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5702 * gst/playback/gstplaybasebin.c: (gen_source_element):
5703 Make http sources send special headers so that we receive
5704 icecast metadata if the http stream is an icecast stream
5705 (otherwise the server will just ignore them). This also
5706 means that from now on users will need the 'icydemux'
5707 element from gst-plugins-good installed if they want to
5708 listen to icecast radio streams. (#341432, #333657).
5710 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5712 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5713 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5714 remove stupid example from docs - it should come with a simple
5717 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5718 (fail_if_can_read), (GST_START_TEST),
5719 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5720 add a test for changing streamheader which exposes a bug in
5723 2006-05-11 Michael Smith <msmith@fluendo.com>
5725 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5726 (gst_gnome_vfs_src_received_headers_callback):
5727 * ext/gnomevfs/gstgnomevfssrc.h:
5728 Don't set icy-caps unless we have a sane interval value. Move
5729 interval to a local variable; we never use it outside this function.
5731 2006-05-11 Wim Taymans <wim@fluendo.com>
5733 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5735 Register special buffer types along with the objects so
5736 that they are not registered at runtime from N different
5737 streaming threads since they are not threadsafe.
5739 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5741 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5742 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5743 add two more tests, one doing streamheader
5745 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5747 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5748 clean up the bufqueue when shutting down
5749 * tests/check/Makefile.am:
5750 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5751 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5753 add a test for the leak that was just fixed
5755 2006-05-10 Wim Taymans <wim@fluendo.com>
5757 * gst/adder/gstadder.c: (gst_adder_setcaps),
5758 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5759 (gst_adder_src_event), (gst_adder_sink_event),
5760 (gst_adder_class_init), (gst_adder_finalize),
5761 (gst_adder_request_new_pad), (gst_adder_collected):
5762 * gst/adder/gstadder.h:
5763 Updated some docs. Added comments and FIXMEs all over the place.
5764 Improve debugging info.
5765 Fix leak on finalize by not calling the parent.
5766 Implement duration query.
5767 Make event forwarding threadsafe.
5768 Correctly send NEWSEGMENT at start and after flush.
5769 Handle EOS correctly.
5770 Post error when not negotiated.
5772 * tests/check/elements/adder.c: (GST_START_TEST):
5773 Added FIXME in the test.
5775 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5777 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5778 (gst_text_overlay_halign_get_type),
5779 (gst_text_overlay_wrap_mode_get_type):
5780 * ext/theora/theoradec.c: (theora_handle_type_packet),
5781 (theora_handle_data_packet):
5782 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5783 (theora_enc_sink_setcaps), (theora_enc_chain):
5784 * gst-libs/gst/cdda/gstcddabasesrc.c:
5785 (gst_cdda_base_src_mode_get_type):
5786 * gst/audiotestsrc/gstaudiotestsrc.c:
5787 (gst_audiostestsrc_wave_get_type):
5788 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5789 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5790 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5791 (gst_sync_method_get_type), (gst_unit_type_get_type),
5792 (gst_client_status_get_type):
5793 * gst/videoscale/gstvideoscale.c:
5794 (gst_video_scale_method_get_type):
5795 * gst/videotestsrc/gstvideotestsrc.c:
5796 (gst_video_test_src_pattern_get_type):
5797 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5798 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5799 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5800 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5801 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5802 (paint_setup_RGB565), (paint_setup_xRGB1555):
5803 Const-ify GEnumValue and GFlagsValue arrays. Use
5804 GST_ROUND_UP_* macros instead of home-made ones.
5806 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5809 Require core CVS for the new newsegment stuff.
5811 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5813 Patch by: Sjoerd Simons <sjoerd at luon net>
5815 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5816 Register nick for enum value (#341160).
5818 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5820 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5822 backout typefind patch #340375
5824 * tests/check/elements/adder.c: (message_received),
5825 (GST_START_TEST), (adder_suite):
5826 redo, signal-handling of test
5828 2006-05-09 Wim Taymans <wim@fluendo.com>
5830 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5831 (gst_adder_collected):
5832 * gst/adder/gstadder.h:
5833 Remove bogus segment merging and forwarding, we don't
5834 care about timestamps anyway and we just produce a
5836 Also create a nice NEWSEGMENT event when we start.
5837 Use _scale_int some more.
5839 2006-05-09 Edward Hervey <edward@fluendo.com>
5841 * tests/icles/stress-xoverlay.c:
5842 Fix if core was built without parsing support.
5844 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5846 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5847 Add SEDG (Samsung MPEG-4) fourcc.
5849 2006-05-09 Edward Hervey <edward@fluendo.com>
5851 * tests/icles/stress-xoverlay.c:
5852 * tests/examples/volume/volume.c:
5853 Fix if core was built without parsing support.
5855 * tests/examples/seek/seek.c:
5856 Disable the parse_launch example if core was built without parsing
5859 2006-05-08 Edward Hervey <edward@fluendo.com>
5861 * autogen.sh: (CONFIGURE_DEF_OPT):
5862 libtoolize on Darwin/MacOSX is called glibtoolize
5864 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5866 * tests/check/Makefile.am:
5867 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5868 Disable the adder test, until the build-slaves posses the kindness to
5869 either like it or to give valid reason for not doing so
5871 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5873 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5875 Shuffle NULL state change around and raise timeout more
5877 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5879 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5880 (mp4_type_find), (plugin_init):
5881 Add typefind to distinguish between "audio/x-m4a" and new type
5882 "video/mp4". Fixes #340375
5884 * tests/check/elements/adder.c: (adder_suite):
5885 Raise timeout to make buildbot happy
5887 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5889 * gst/adder/gstadder.c: (gst_adder_sink_event),
5890 (gst_adder_request_new_pad), (gst_adder_change_state):
5891 * gst/adder/gstadder.h:
5892 * tests/check/Makefile.am:
5893 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5894 (adder_suite), (main):
5895 Add sink-event handling to adder. It tries to merge incomming
5896 newsegment-events. Added test to check if segment_done is comming
5897 through. Fixes #340060
5899 2006-05-05 Andy Wingo <wingo@pobox.com>
5901 * ext/theora/theoraparse.c (gst_theora_parse_init)
5902 (theora_parse_src_convert, theora_parse_src_query):
5903 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5904 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5905 query functions on the source pads of the theora and vorbis parse
5906 elements. Fixes position querying when doing a remux.
5908 2006-05-05 Michael Smith <msmith@fluendo.com>
5910 * ext/theora/theoraparse.c: (parse_granulepos),
5911 (theora_parse_drain_queue_prematurely),
5912 (theora_parse_queue_buffer), (theora_parse_sink_event):
5914 Fix invalid granulepos outputs when starting with a non-keyframe.
5916 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5918 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5919 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5920 Rearrange MPEG system stream detection, fixing some memleaks in the
5922 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5923 they clean up their data correctly.
5924 Remove unused ogganx caps and move the 'is_annodex' check to inside
5925 the 'is_ogg' if statement.
5927 2006-05-05 Wim Taymans <wim@fluendo.com>
5929 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5930 Properly remove ghostpads. Fixes #340392
5932 2006-05-04 David Schleef <ds@schleef.org>
5934 * gst/typefind/gsttypefindfunctions.c:
5936 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5938 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5939 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5941 When typefinding an MP3 in push-based mode, don't penalise the
5942 probability down to 74% when we found 5 valid frames just because we
5943 can't peek the end of the file.
5945 Make the probability for detecting MPEG Transport Streams based on the
5946 number of sequential headers we successfully detected.
5948 2006-05-03 Wim Taymans <wim@fluendo.com>
5950 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5951 (vorbis_dec_push), (vorbis_dec_chain):
5952 Still produce an error when we receive an empty packet.
5954 2006-05-03 Wim Taymans <wim@fluendo.com>
5956 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5957 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5958 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5959 Mark buffers with DISCONT after seek and after activating new
5962 * ext/theora/gsttheoradec.h:
5963 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5964 (theora_get_query_types), (theora_dec_sink_event),
5965 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5966 (theora_dec_change_state):
5968 Detect and mark DISCONT buffers.
5970 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5971 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5972 (vorbis_dec_change_state):
5973 * ext/vorbis/vorbisdec.h:
5975 Detect and mark DISCONT buffers.
5976 Don't crash on 0 sized buffers.
5978 2006-05-03 Wim Taymans <wim@fluendo.com>
5980 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5981 (volume_transform_ip):
5982 Increase "volume" property to 10.0. Fixes #340369.
5983 Set the process function to NULL when capsnego fails so that
5984 we properly error out.
5986 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5988 * gst/playback/gstplaybin.c: (add_sink):
5989 * gst/playback/test.c: (main):
5990 * gst/playback/test5.c: (dump_element_stats):
5991 * gst/playback/test6.c: (main):
5992 free caps using gst_caps_unref, don't leak caps-strings
5994 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5996 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5998 Refine musepack typefinding a bit. Return MAXIMUM
5999 probability when we detect stream version 7 to make
6000 sure the mpeg audio typefinder doesn't trump us.
6002 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6004 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6005 Protect against unexpected NULL strf_data buffer.
6007 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6009 * tests/check/elements/audioconvert.c: (verify_convert),
6011 interpret the out[] buffer in the order the bytes are actually
6012 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6013 Other tests should use BYTE_ORDER since the array is filled in
6016 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6018 * tests/check/elements/audioconvert.c: (verify_convert),
6020 when a test fails, give an indication of which it is
6022 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6024 * gst-libs/gst/cdda/gstcddabasesrc.c:
6025 compile fix; strtol() needs <stdlib.h>
6027 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6029 * ext/alsa/gstalsamixerelement.c:
6030 * ext/alsa/gstalsasrc.c:
6031 * ext/cdparanoia/gstcdparanoiasrc.c:
6032 * ext/gnomevfs/gstgnomevfssink.c:
6033 * ext/gnomevfs/gstgnomevfssrc.c:
6034 * ext/ogg/gstoggdemux.c:
6035 * ext/ogg/gstoggmux.c:
6036 * ext/ogg/gstoggparse.c:
6037 * ext/ogg/gstogmparse.c:
6038 * ext/pango/gstclockoverlay.c:
6039 * ext/pango/gsttextoverlay.c:
6040 * ext/pango/gsttextrender.c:
6041 * ext/pango/gsttimeoverlay.c:
6042 * ext/theora/theoradec.c:
6043 * ext/theora/theoraenc.c:
6044 * ext/vorbis/vorbisdec.c:
6045 * ext/vorbis/vorbisenc.c:
6046 * gst-libs/gst/audio/gstaudiofilter.c:
6047 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6048 * gst/audioconvert/gstaudioconvert.c:
6049 * gst/audiorate/gstaudiorate.c:
6050 * gst/audioresample/gstaudioresample.c:
6051 * gst/audiotestsrc/gstaudiotestsrc.c:
6052 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6053 * gst/playback/gstdecodebin.c:
6054 * gst/playback/gstplaybin.c:
6055 * gst/playback/gststreamselector.c:
6056 * gst/subparse/gstsubparse.c:
6057 * gst/tcp/gstmultifdsink.c:
6058 * gst/tcp/gsttcpclientsink.c:
6059 * gst/tcp/gsttcpclientsrc.c:
6060 * gst/tcp/gsttcpserversink.c:
6061 * gst/tcp/gsttcpserversrc.c:
6062 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6063 * gst/videorate/gstvideorate.c:
6064 * gst/videoscale/gstvideoscale.c:
6065 * gst/videotestsrc/gstvideotestsrc.c:
6066 * gst/volume/gstvolume.c:
6067 * sys/v4l/gstv4ljpegsrc.c:
6068 * sys/v4l/gstv4lmjpegsink.c:
6069 * sys/v4l/gstv4lmjpegsrc.c:
6070 * sys/v4l/gstv4lsrc.c:
6071 * sys/ximage/ximagesink.c:
6072 * sys/xvimage/xvimagesink.c:
6073 * tests/check/libs/cddabasesrc.c:
6074 make GstElementDetails const
6076 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6078 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6080 send events from src-pad to all sink-pads fixes #338657
6082 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6084 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6085 (alsasink_parse_spec):
6086 query width capabilities from alsa, fixes #338919
6088 2006-04-28 Wim Taymans <wim@fluendo.com>
6090 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6091 (gst_multi_fd_sink_remove_client_link):
6092 * gst/tcp/gstmultifdsink.h:
6093 Fix race condition in multifdsink that can lead to spurious
6094 duplicate clients. this patch adds a new signal that is fired when
6095 multifdsink has removed all references to the fd.
6097 Updated documentation.
6098 API: client-fd-removed signal added
6100 2006-04-28 Michael Smith <msmith@fluendo.com>
6102 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6103 When asking g_value_array_new to prealloc elements, we may as well
6104 ask for the right number of elements.
6106 2006-04-28 Wim Taymans <wim@fluendo.com>
6108 * gst-libs/gst/audio/gstbaseaudiosink.c:
6109 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6110 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6111 patch to make timestamp checking more tollerant to rounding
6112 errors given that real discontinuities are to be marked on
6113 buffers. Fixes some asf files and #338778.
6114 Also avoid some crashers when we receive an event in the
6117 2006-04-28 Michael Smith <msmith@fluendo.com>
6119 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6120 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6121 (gst_gnome_vfs_src_get_property),
6122 (gst_gnome_vfs_src_send_additional_headers_callback),
6123 (gst_gnome_vfs_src_received_headers_callback),
6124 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6125 (gst_gnome_vfs_src_stop):
6126 * ext/gnomevfs/gstgnomevfssrc.h:
6127 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6128 proper shared support within icydemux.
6130 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6132 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6133 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6135 fix a leak when no caps negotiated
6136 fix counting of input frames
6137 * tests/check/elements/.cvsignore:
6138 * tests/check/elements/videorate.c: (assert_videorate_stats),
6139 (GST_START_TEST), (videorate_suite):
6142 2006-04-28 Wim Taymans <wim@fluendo.com>
6144 * gst-libs/gst/audio/gstringbuffer.c:
6145 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6146 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6147 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6148 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6149 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6150 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6151 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6152 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6153 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6154 Check arguments passed to public functions instead of
6157 2006-04-28 Wim Taymans <wim@fluendo.com>
6159 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6160 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6161 GstBaseAudioSrc must be live or it does not work.
6163 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6164 Don't set live to TRUE as this is the default in the parentclass.
6166 2006-04-28 Wim Taymans <wim@fluendo.com>
6168 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6169 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6170 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6171 fixation cases better. Fixes #338991
6173 2006-04-28 Wim Taymans <wim@fluendo.com>
6175 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6176 Handle 0/1 framerate correctly Fixes #331901.
6178 2006-04-28 Wim Taymans <wim@fluendo.com>
6180 * tests/check/elements/audioconvert.c: (get_float_caps),
6181 (GST_START_TEST), (audioconvert_suite):
6182 Added check for correct clipping when doing float samples
6185 2006-04-28 Wim Taymans <wim@fluendo.com>
6187 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6188 (gst_video_rate_chain):
6189 Print more debugging info.
6191 2006-04-28 Wim Taymans <wim@fluendo.com>
6193 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6194 (resample_set_state_from_caps):
6195 Add support for other formats audioresample can handle such as
6196 32 bits in and float and 64 bits float. Fixes #301759
6198 2006-04-28 Wim Taymans <wim@fluendo.com>
6200 * gst/audioconvert/audioconvert.c: (float):
6201 correctly clip float samples > 1.0. Fixes #338718
6203 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6205 Patch by: Young-Ho Cha <ganadist at chollian net>
6207 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6208 (gst_text_overlay_render_text):
6209 Don't strip newlines from the text. Also, center lines
6210 within multi-line paragraphs (#339405).
6212 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6214 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6215 Fix wavpack typefinding to work in more cases (don't peek
6216 for chunks of multiple hundred kBs at once, but process
6217 things step-by-step in smaller units). Fixes #339786.
6219 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6224 === release 0.10.6 ===
6226 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6229 releasing 0.10.6, "Chao"
6231 2006-04-26 David Schleef <ds@schleef.org>
6233 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6236 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6239 * win32/common/config.h:
6242 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6244 patch by: Wim Taymans
6246 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6247 (gst_ogg_demux_perform_seek):
6248 make sure correct newsegments are sent, so that the decoder
6249 and the demuxer agree on timestamps. Fixes playback of a lot
6250 of Ogg files that do not start from 0. Fixes #339833.
6252 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6254 Patch by: Edward Hervey <edward@fluendo.com>
6256 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6257 * tests/check/Makefile.am:
6258 * tests/check/elements/videorate.c: (assert_videorate_stats),
6259 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6260 (videorate_suite), (main):
6261 Fix an infinite loop if frames are passed in with wrongly ordered
6262 timestamps. Fixes #339013.
6264 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6266 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6268 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6269 fix typefinding on some ISO files. Fixes #339212.
6271 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6273 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6275 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6276 add another H264 fourcc. Fixes #339047.
6278 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6280 Patch by: Jan Schmidt
6282 * gst/playback/gststreamselector.c:
6283 (gst_stream_selector_bufferalloc):
6284 Restore old StreamSelector behaviour.
6287 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6290 * win32/common/config.h:
6293 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6295 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6297 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6298 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6299 Fix some memory leaks: on finalize, free buffers left in the queue
6300 before destroying the queue; in _push(), unref rtp_buf even if
6301 the process vfunc returned a NULL buffer as output buffer (#337548);
6302 demote some recuring debug messages to LOG level.
6304 2006-04-11 Wim Taymans <wim@fluendo.com>
6306 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6307 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6308 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6309 (gst_ogg_demux_loop):
6311 Respect segment stop when emiting EOS or SEGMENT_DONE.
6314 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6316 * gst/playback/gststreamselector.c:
6317 (gst_stream_selector_get_property):
6318 Don't leak pad name.
6320 2006-04-10 Michael Smith <msmith@fluendo.com>
6322 * tests/check/Makefile.am:
6323 * tests/check/gst-plugins-base.supp:
6324 Suppress an old libtheora bug (fixed in more recent versions), so
6325 that FC4 buildslaves can pass.
6327 2006-04-10 Wim Taymans <wim@fluendo.com>
6329 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6330 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6331 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6332 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6333 (gst_ogg_demux_loop):
6335 Remember what error we got when finding chains, if we
6336 were shutdown, that would not be an error.
6338 2006-04-10 Wim Taymans <wim@fluendo.com>
6340 * gst-libs/gst/audio/gstbaseaudiosink.c:
6341 (gst_base_audio_sink_event):
6342 Starting the ringbuffer when we did not acquire it can cause
6343 a deadlock, is pointless and causes nasty things for
6345 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6347 2006-04-10 Wim Taymans <wim@fluendo.com>
6349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6350 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6351 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6352 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6353 (gst_ogg_demux_deactivate_current_chain),
6354 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6355 (gst_ogg_demux_bisect_forward_serialno),
6356 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6357 Add some more debugging.
6359 2006-04-10 Wim Taymans <wim@fluendo.com>
6361 * ext/theora/theoradec.c: (theora_dec_src_event),
6362 (theora_handle_data_packet):
6363 Some more debug info.
6365 * tests/examples/seek/seek.c: (start_seek), (main):
6366 Print element messages too.
6368 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6370 * gst/audioresample/debug.h:
6371 replace debug macros with variable number of parameters
6372 by a simple alias to gstreamer standard debug macros
6373 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6374 supported by MSVC 6.0 and 7.1)
6375 * gst/audioresample/resample.h:
6376 define M_PI and rint for WIN32
6377 * win32/common/libgstaudio.def:
6378 * win32/common/libgstriff.def:
6379 * win32/common/libgsttag.def:
6380 * win32/common/libgstvideo.def:
6381 add new exported functions
6383 update project files
6385 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6387 * ext/alsa/gstalsamixeroptions.c:
6388 (gst_alsa_mixer_options_class_init):
6389 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6390 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6391 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6392 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6393 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6394 * gst-libs/gst/audio/gstaudiofilter.c:
6395 (gst_audio_filter_class_init):
6396 * gst-libs/gst/audio/gstaudiosink.c:
6397 (gst_audioringbuffer_class_init):
6398 * gst-libs/gst/audio/gstaudiosrc.c:
6399 (gst_audioringbuffer_class_init):
6400 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6401 * gst-libs/gst/interfaces/colorbalancechannel.c:
6402 (gst_color_balance_channel_class_init):
6403 * gst-libs/gst/interfaces/mixeroptions.c:
6404 (gst_mixer_options_class_init):
6405 * gst-libs/gst/interfaces/mixertrack.c:
6406 (gst_mixer_track_class_init):
6407 * gst-libs/gst/interfaces/tunerchannel.c:
6408 (gst_tuner_channel_class_init):
6409 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6410 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6411 (gst_netbuffer_class_init):
6412 * gst-libs/gst/rtp/gstbasertppayload.c:
6413 (gst_basertppayload_class_init):
6414 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6415 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6416 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6417 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6418 * gst/playback/gststreamselector.c:
6419 (gst_stream_selector_class_init):
6420 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6421 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6422 * sys/v4l/gstv4lcolorbalance.c:
6423 (gst_v4l_color_balance_channel_class_init):
6424 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6425 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6426 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6427 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6428 (gst_v4l_tuner_norm_class_init):
6429 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6431 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6432 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6434 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6436 * ext/pango/gsttextrender.h:
6437 * gst-libs/gst/audio/gstaudiosink.h:
6438 * gst-libs/gst/audio/gstaudiosrc.h:
6439 * gst-libs/gst/audio/gstbaseaudiosink.h:
6440 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6441 * gst-libs/gst/audio/gstringbuffer.h:
6442 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6443 * gst-libs/gst/rtp/gstbasertppayload.h:
6444 * gst-libs/gst/video/gstvideofilter.h:
6445 * gst-libs/gst/video/gstvideosink.h:
6446 * gst/playback/gstplaybasebin.h:
6447 * gst/tcp/gstmultifdsink.h:
6448 * sys/v4l/gstv4lelement.h:
6449 Fix broken GObject macros
6451 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6453 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6454 More debug to trace why my USB headset is not working with gst
6456 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6458 * gst/playback/gstplaybasebin.c: (group_destroy):
6459 Clean up our group elements properly in the case where it never
6460 got committed - it still got added unconditionally to the bin.
6462 2006-04-07 Wim Taymans <wim@fluendo.com>
6464 * ext/theora/theoradec.c: (theora_dec_sink_event),
6465 (theora_handle_data_packet), (theora_dec_chain):
6466 Unref unhandled events.
6467 Protect against empty buffers.
6468 Perform QoS on running time.
6470 2006-04-07 Michael Smith <msmith@fluendo.com>
6472 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6473 (gst_vorbis_enc_chain):
6474 Remove leaks from vorbisenc.
6475 Mostly minor changes, the only significant one is that now the
6476 buffers we set as 'streamheader' on the caps are copies of the
6477 original buffers, to avoid circular refcounting problems.
6479 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6481 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6482 Don't remove our mute-probe if someone else already did so.
6483 Don't set a 2nd one if there is already one pending on the pad.
6485 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6487 When a seek fails, ensure that playbin is still set back to playing.
6489 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6490 (mpeg_ts_type_find), (plugin_init):
6491 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6493 2006-04-06 Andy Wingo <wingo@pobox.com>
6495 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6496 (gst_video_rate_init): Caps-related parameters should not be reset
6497 by a flush -- move their inits to the instance init function.
6498 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6499 is not OK, just return the result.
6501 * gst/audiotestsrc/gstaudiotestsrc.c
6502 (gst_audio_test_src_class_init)
6503 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6504 broken by Stefan's commit on 24 March.
6506 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6507 buffers being pushed out. Fixes oggmux ! multifdsink.
6509 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6511 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6512 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6513 * ext/vorbis/vorbisdec.h:
6514 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6515 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6516 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6517 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6518 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6519 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6520 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6521 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6522 (gst_vorbis_enc_buffer_from_packet),
6523 (gst_vorbis_enc_buffer_from_header_packet),
6524 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6525 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6526 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6527 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6528 (gst_vorbis_enc_change_state):
6529 * ext/vorbis/vorbisenc.h:
6530 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6531 vorbisenc adhere to the official nomenclature; use boilerplate
6534 2006-04-04 Andy Wingo <wingo@pobox.com>
6536 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6537 Whoops, fix bug introduced. Bad hacker!
6539 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6540 Properly handle the case where you get EOS before any buffers are
6541 received. Use gst_buffer_make_metadata_writable where appropriate.
6543 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6544 is often negative -- make it signed so as not to wrap around.
6545 Fixes segfaults introduced on 9 March.
6547 2006-04-03 Wim Taymans <wim@fluendo.com>
6549 * ext/theora/gsttheoradec.h:
6550 * ext/theora/theoradec.c: (theora_dec_src_event):
6551 Don't try to store a gdouble in a gboolean.
6554 2006-04-03 Michael Smith <msmith@fluendo.com>
6556 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6558 Make it suck slightly less by writing out the final page.
6559 Still can't encode a vorbis-in-ogg file correctly, though.
6561 2006-04-03 Andy Wingo <wingo@pobox.com>
6563 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6566 * ext/theora/theora.c (plugin_init): Register theoraparse.
6568 * ext/theora/gsttheoraparse.h:
6569 * ext/theora/theoraparse.c: New files implementing a theora
6570 parser. Now we can properly remux ogg/theora+vorbis, yay.
6572 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6574 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6576 * gst/audiotestsrc/gstaudiotestsrc.c:
6577 Fixed the sample pipeline (see #323798)
6579 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6582 * win32/common/config.h:
6583 * win32/common/config.h.in:
6584 use AS_VERSION and AS_NANO
6587 2006-03-31 Andy Wingo <wingo@pobox.com>
6589 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6590 uninitialized variable return that would happen.
6592 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6593 uninitialized variable return that would never happen.
6595 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6596 (vorbis_parse_sink_event): Add an event function to flush our
6597 state on a seek, and to drain buffers on a premature EOS.
6598 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6599 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6600 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6601 (vorbis_parse_drain_queue): Queue up buffers until we can set
6602 their timestamps and granulepos values.
6604 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6605 and keep track of data needed for deriving granulepos and
6606 timestamps for buffers.
6608 2006-03-29 Wim Taymans <wim@fluendo.com>
6610 Patch by: j^ <j at bootlab dot org>
6612 * ext/alsa/gstalsamixerelement.c:
6613 (gst_alsa_mixer_element_class_init):
6614 * ext/alsa/gstalsasink.c:
6615 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6616 * ext/ogg/gstoggdemux.c:
6617 * ext/ogg/gstoggmux.c:
6618 * ext/ogg/gstoggparse.c:
6619 * ext/pango/gstclockoverlay.c:
6620 * ext/pango/gsttextoverlay.c:
6621 * ext/pango/gsttextrender.c:
6622 * ext/pango/gsttimeoverlay.c:
6623 * ext/theora/theoradec.c:
6624 * ext/theora/theoraenc.c:
6625 * ext/vorbis/vorbisdec.c:
6626 * ext/vorbis/vorbisenc.c:
6627 * gst/audioconvert/gstaudioconvert.c:
6628 * gst/subparse/gstsubparse.c:
6629 * gst/tcp/gstmultifdsink.c:
6630 * gst/tcp/gsttcpclientsink.c:
6631 * gst/tcp/gsttcpclientsrc.c:
6632 * gst/tcp/gsttcpserversink.c:
6633 * gst/tcp/gsttcpserversrc.c:
6634 better/unified long descriptions
6637 2006-03-29 Wim Taymans <wim@fluendo.com>
6639 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6641 Don't let double and triple clicks mess up our state.
6643 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6645 * gst/playback/gstplaybin.c: (gen_video_element),
6646 (gen_text_element), (gen_audio_element), (gen_vis_element):
6647 Error out gracefully when we can't create any of the usual
6648 conversion elements for some reason. Also, don't try to
6649 create an audioscale (sic) element that's not used anyway.
6651 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6653 * gst/playback/gstplaybasebin.c: (setup_source):
6654 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6655 element for a particular protocol, that's confusing for users.
6656 Instead, post a RESOURCE_FAILED error, so that our own error
6657 message is actually shown in totem etc. (#336303).
6659 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6661 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6663 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6664 (gst_gnome_vfs_src_get_icy_metadata):
6665 Fix some minor memory leaks (#336194).
6667 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6669 * ext/gnomevfs/gstgnomevfs.c:
6670 (gst_gnome_vfs_location_to_uri_string):
6671 * ext/gnomevfs/gstgnomevfs.h:
6672 * ext/gnomevfs/gstgnomevfssink.c:
6673 (gst_gnome_vfs_sink_set_property):
6674 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6675 Make gnomevfssink accept filenames as well as URIs for the
6676 "location" property, just like gnomevfssrc does (and
6677 filesrc/filesink do) (#336190).
6679 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6681 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6682 set to NULL before unreffing, fixes a valgrind leak.
6683 Why was this not triggering the error that an object needs to
6684 be NULL before unreffing ?
6685 * win32/common/config.h:
6688 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6690 * gst/subparse/gstsubparse.c: (convert_encoding),
6691 (gst_sub_parse_change_state):
6692 * gst/subparse/gstsubparse.h:
6693 Text subtitle files may or may not be UTF-8. If it's not, we
6694 don't really want to see '?' characters in place of non-ASCII
6695 characters like accented characters. So let's assume the input
6696 is UTF-8 until we come across text that is clearly not. If it's
6697 not UTF-8, we don't really know what it is, so try the following:
6698 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6699 is set; if not, check (b) if the current locale encoding is
6700 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6701 the current locale encoding is UTF-8 and the environment variable
6702 was not set to any particular encoding. Not perfect, but better
6703 than nothing (and better than before, I think) (fixes #172848).
6705 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6708 update core requirement to 0.10.4.1 because of async_playback
6709 vmethod on GstBaseSink
6711 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6713 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6714 * gst/adder/gstadder.c: (gst_adder_init):
6715 use DEBUG_FUNCPTR for collectpads
6717 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6719 * docs/plugins/Makefile.am:
6720 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6721 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6722 * ext/cdparanoia/gstcdparanoiasrc.c:
6723 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6724 (gst_gnome_vfs_sink_class_init):
6725 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6726 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6727 * ext/ogg/gstoggmux.c:
6728 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6729 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6730 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6731 * ext/pango/gsttextoverlay.c:
6732 * ext/pango/gsttextrender.c:
6733 * ext/theora/theoradec.c:
6734 * ext/theora/theoraenc.c:
6735 * ext/vorbis/vorbisdec.c:
6736 * ext/vorbis/vorbisenc.c:
6737 * gst-libs/gst/audio/gstaudiofilter.c:
6738 (gst_audio_filter_base_init):
6739 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6740 (gst_audio_filter_template_base_init):
6741 * gst/adder/gstadder.c: (gst_adder_get_type):
6742 * gst/adder/gstadder.h:
6743 * gst/audioconvert/gstaudioconvert.c:
6744 * gst/audiotestsrc/gstaudiotestsrc.c:
6745 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6746 (gst_audio_test_src_create):
6747 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6748 * gst/playback/gstdecodebin.c:
6749 * gst/playback/gstplaybin.c:
6750 * gst/playback/gststreamselector.c:
6751 (gst_stream_selector_base_init):
6752 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6753 * gst/volume/gstvolume.c:
6754 * sys/v4l/gstv4lmjpegsink.c:
6755 * sys/v4l/gstv4lmjpegsrc.c:
6756 * tests/check/libs/cddabasesrc.c:
6757 * tests/old/examples/gob/gst-identity2.gob:
6758 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6759 define GstElementDetails at the top
6761 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6763 * win32/common/libgstinterfaces.def:
6764 Add a lot of export functions for gst-python
6765 * win32/vs6/libgstinterfaces.dsp:
6766 Add a missing include folder in the project configuration
6768 2006-03-23 Wim Taymans <wim@fluendo.com>
6770 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6771 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6772 (gst_base_audio_src_change_state):
6773 Fix audio sources, forgot to make the ringbuffer
6776 2006-03-23 Wim Taymans <wim@fluendo.com>
6778 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6779 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6780 (gst_base_audio_src_change_state):
6781 unparent instead of unref the ringbuffer.
6783 2006-03-23 Wim Taymans <wim@fluendo.com>
6785 * gst-libs/gst/audio/gstbaseaudiosink.c:
6786 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6787 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6788 Implement new async_play vmethod to start slaving and allow
6789 playback start in case of async PLAY state changes.
6791 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6792 Enable QoS with new method in base class.
6794 2006-03-23 Wim Taymans <wim@fluendo.com>
6796 Patch by: Julien MOUTTE <julien at moutte dot net>
6798 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6799 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6800 Partially handle 0 framerate, only EOS after the first frame
6803 2006-03-23 Wim Taymans <wim@fluendo.com>
6805 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6807 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6808 (gst_riff_create_video_template_caps):
6809 * gst/ffmpegcolorspace/avcodec.h:
6810 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6811 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6812 (gst_ffmpegcsp_avpicture_fill):
6813 * gst/ffmpegcolorspace/imgconvert.c:
6814 Patch for support of YVU9 AVI files (#334822)
6816 2006-03-22 Edward Hervey <edward@fluendo.com>
6818 * docs/design/design-decodebin.txt:
6819 Added design document for new decodebin
6820 (Target Caps): text/x-pango-markup is also a default target caps.
6822 2006-03-22 Wim Taymans <wim@fluendo.com>
6824 * gst-libs/gst/audio/gstbaseaudiosink.c:
6825 (gst_base_audio_sink_dispose):
6826 Since we _parent the ringbuffer, we also need to
6827 _unparent instead of a plain _unref.
6829 2006-03-22 Wim Taymans <wim@fluendo.com>
6831 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6832 (stop_seek), (scrub_toggle_cb), (main):
6835 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6837 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6838 (gst_ogg_parse_chain):
6839 Fix very inefficient usage of linked lists (#335365).
6841 2006-03-21 Edward Hervey <edward@fluendo.com>
6843 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6844 * gst/playback/gstplaybin.c: (handoff):
6845 * gst/playback/gststreamselector.c:
6846 (gst_stream_selector_set_property):
6847 gcc 4.1 unreferenced pointer fixes.
6848 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6849 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6850 gst_buffer_ref() now takes a GstBuffer*.
6852 2006-03-20 Julien MOUTTE <julien@moutte.net>
6854 * sys/xvimage/xvimagesink.c:
6855 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6858 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6860 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6861 (id3v1_type_find), (apetag_type_find), (plugin_init):
6862 Can't do tag preferences via probability, as tags would then
6863 lose against types that are recognised with MAXIMUM probability
6864 (like .wav); so let all tag typefinders return MAXIMUM themselves
6865 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6866 that we can prefer APE to ID3v1 (fixes #335028).
6868 2006-03-17 Wim Taymans <wim@fluendo.com>
6870 * gst-libs/gst/audio/gstbaseaudiosink.c:
6871 (gst_base_audio_sink_change_state):
6872 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6873 (gst_ring_buffer_may_start):
6874 * gst-libs/gst/audio/gstringbuffer.h:
6875 Only start playback if we are playing.
6878 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6880 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6881 * win32/common/config.h:
6882 Revert accidental commits to these files.
6884 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6886 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6888 * tests/Makefile.am:
6889 Don't try to build tests in tests/icles if we
6890 don't have X (#323852)
6892 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6894 * gst-libs/gst/tag/gstid3tag.c:
6895 Add TXXX frame identifiers for replaygain stuff as used
6896 by some taggers (see #323721).
6898 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6900 * gst/playback/gststreamselector.c:
6901 (gst_stream_selector_set_property),
6902 (gst_stream_selector_bufferalloc):
6903 Preserve the existing buggy streamselector behaviour by performing
6904 a fallback buffer allocation when downstream isn't linked yet.
6905 This should really be fixed in playbin by blocking pads until it's
6907 Also, use gst_pad_alloc_buffer instead of
6908 gst_pad_alloc_buffer_and_set.
6910 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6912 * gst-libs/gst/tag/gstid3tag.c:
6913 Don't crash on unknown ID3v2 TXXX frames.
6915 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6917 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6918 Chain up to the parent finalize method.
6919 Add 32-bit sample size to the template caps.
6921 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6922 (gst_riff_create_video_template_caps):
6923 Add the fourcc that the VMWare codec uses.
6925 * gst/playback/gststreamselector.c:
6926 (gst_stream_selector_set_property),
6927 (gst_stream_selector_bufferalloc),
6928 (gst_stream_selector_request_new_pad):
6929 For the active pad, forward buffer-alloc requests, otherwise
6930 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6931 having to memcpy every frame when used by playbin.
6933 * gst/tcp/gstmultifdsink.c:
6934 (gst_multi_fd_sink_handle_client_write):
6935 Get negotiated caps from the sink pad, rather than the sink
6938 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6940 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6942 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6943 Don't forget to set src->callbacks_pushed to FALSE again when
6944 popping them, otherwise re-activation in a different mode won't
6947 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6949 Patch by: Sebastien Moutte <sebastien moutte net>
6951 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6952 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6953 (gst_ffmpeg_smpfmt_to_caps):
6954 Replace __VA_ARGS__ caps creation macros with varargs functions.
6955 Makes things compile on MSVC (#320765), looks nicer, and we can
6956 tell the compiler to check for the NULL terminator.
6958 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6960 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6962 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6963 Make sure the buffer we copy into is really always big
6964 enough, this time for real (#333488).
6966 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6968 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6969 Add support for 24bpp DIB (#305279).
6971 2006-03-14 Wim Taymans <wim@fluendo.com>
6973 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6974 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6975 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6976 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6977 (gst_video_scale_init), (gst_video_scale_src_event):
6978 Re-enable QoS after the release.
6979 Rework videoscale to use the base class src_event handler.
6981 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6986 === release 0.10.5 ===
6988 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6991 releasing 0.10.5, "Net"
6993 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6995 * docs/plugins/Makefile.am:
6996 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6998 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7000 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7001 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7002 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7003 Add cdparanoiasrc to docs.
7005 * gst-libs/gst/cdda/gstcddabasesrc.c:
7006 More GstCddaBaseSrc docs.
7008 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7010 * docs/libs/gst-plugins-base-libs-sections.txt:
7011 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7012 * gst-libs/gst/tag/tag.h:
7013 API: libgsttag: new method gst_tag_from_id3_user_tag().
7015 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7017 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7018 NULL-terminate array of mpeg4 video file extensions.
7019 Fixes crash on PPC (#334226).
7021 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7023 * ext/gnomevfs/gstgnomevfssrc.c:
7024 (gst_gnome_vfs_src_check_get_range):
7025 gnome_vfs_uri_is_local() alone is not a good indicator
7026 whether we can operate in pull-mode with a specific URI,
7027 as it returns FALSE for file:// URIs that point to an
7028 NFS-mounted path. Be more conservative here: whitelist
7029 local files, blacklist http URIs and use the old
7030 mechanism for anything else (fixes #334216).
7032 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7037 === release 0.10.4 ===
7039 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7042 releasing 0.10.4, "Power"
7044 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7046 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7047 Disable max-lateness by setting it to -1 for now, so that
7048 we can bed QoS stuff in thoroughly between now and the next
7051 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7053 Patch by: Fabrizio Gennari
7055 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7056 Make sure we don't read beyond the palette buffer in case of
7057 broken or manipulated files (#333488)
7059 2006-03-10 Edward Hervey <edward@fluendo.com>
7061 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7062 Fix for variable not initialized.
7064 2006-03-09 Wim Taymans <wim@fluendo.com>
7066 * ext/libvisual/visual.c: (gst_visual_get_type),
7067 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7071 * ext/theora/gsttheoradec.h:
7072 * ext/theora/theoradec.c: (gst_theora_dec_init),
7073 (gst_theora_dec_reset), (_theora_granule_time),
7074 (theora_dec_src_convert), (theora_dec_sink_convert),
7075 (theora_dec_src_query), (theora_dec_src_event),
7076 (theora_dec_sink_event), (theora_handle_comment_packet),
7077 (theora_handle_header_packet), (theora_dec_push),
7078 (theora_handle_data_packet), (theora_dec_chain),
7079 (theora_dec_change_state):
7082 2006-03-09 Wim Taymans <wim@fluendo.com>
7084 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7085 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7088 2006-03-09 Wim Taymans <wim@fluendo.com>
7090 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7091 Don't try to activate NULL chains.
7093 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7095 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7096 Fix invalid memory access to region before peek'd data (#332964).
7098 2006-03-09 Wim Taymans <wim@fluendo.com>
7100 Patch by: Christophe Fergeau
7102 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7103 * ext/pango/gsttextrender.c: (gst_text_render_init):
7104 * gst/adder/gstadder.c: (gst_adder_init):
7105 Don't leak padtemplates, closes #333510.
7107 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7109 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7110 Fix invalid memory access: make sure string passed to
7111 regexec() is NUL-termianted.
7113 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7115 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7117 Refactor mpeg/audio typefinding to make it more maintainable
7118 and easier to fine-tune. Make probing into middle of the file
7119 work properly (fixes #333900, also see #152688).
7121 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7123 * gst/typefind/gsttypefindfunctions.c:
7124 (utf8_type_find_have_valid_utf8_at_offset):
7125 Remove part from previous commit that was bogus:
7126 g_utf8_validate() does in fact not accept embedded
7127 zeroes, so we don't need to check for those (thanks
7128 to Mike for the hint).
7130 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7132 * gst/typefind/gsttypefindfunctions.c:
7133 (utf8_type_find_count_embedded_zeroes),
7134 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7135 Make plain/text typefinder more conservative: firstly, check
7136 for embedded zeroes, which are perfectly valid UTF-8 characters,
7137 but also a fairly good sign that something is not a plain text
7138 file; secondly, probe into the middle of the file if possible.
7139 If we can't probe into the middle, limit the probability value
7140 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7142 2006-03-08 Michael Smith <msmith@fluendo.com>
7144 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7145 Make typefind function name for mpeg4 video unique.
7147 2006-03-08 Wim Taymans <wim@fluendo.com>
7149 * ext/libvisual/visual.c: (gst_visual_init),
7150 (gst_visual_clear_actors), (gst_visual_dispose),
7151 (gst_visual_reset), (gst_visual_src_setcaps),
7152 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7153 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7154 (gst_visual_chain), (gst_visual_change_state):
7155 Cleanups, post nice errors.
7156 Handle sink and src events.
7157 Implement simple QoS.
7159 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7160 Use new basesink methods to configure max-lateness.
7163 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7164 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7165 Debug statement cleanups.
7167 * gst/volume/gstvolume.c: (gst_volume_class_init):
7170 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7172 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7173 (gst_text_overlay_init), (gst_text_overlay_set_property),
7174 (gst_text_overlay_get_property):
7175 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7176 as string type properties, but mark them deprecated. Add
7177 'halignment' and 'valignment' properties that use enums
7180 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7182 Patch by: Fabrizio Gennari
7184 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7185 Allow palettes with less than 256 colours in AVI files
7188 2006-03-07 Julien MOUTTE <julien@moutte.net>
7190 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7191 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7192 pad. We were releasing the queued text buffer when we should keep
7193 it until video pad gets EOS or discard the text buffer because it's
7194 too old. That was eating the last subtitle buffer. Add some more
7197 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7199 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7200 (gst_text_overlay_video_chain):
7201 Fix invalid memory access (we can't access a buffer after it's been
7202 pushed downstream without taking a reference); fix memory leak (if
7203 there's no text to render, bail out before allocating stuff).
7205 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7207 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7208 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7209 * ext/pango/gsttextoverlay.h:
7210 If input is plain text, escape it before passing it to
7211 pango_layout_set_markup().
7213 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7215 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7216 Don't ignore flow return from gst_pad_push().
7218 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7220 Patch by: Fabrizio Gennari
7222 * ext/libvisual/visual.c: (gst_visual_getcaps),
7223 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7224 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7225 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7226 (gst_vorbisenc_convert_sink):
7227 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7228 (gst_audio_duration_from_pad_buffer):
7229 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7230 (gst_audio_filter_chain):
7231 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7232 (gst_base_rtp_depayload_setcaps):
7233 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7234 (gst_video_get_size):
7235 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7236 Don't leak references returned by gst_pad_get_parent()
7239 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7241 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7242 change location param details
7243 * gst/volume/gstvolume.c: (plugin_init):
7244 correct plugin description
7246 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7248 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7249 (gst_gnome_vfs_src_check_get_range):
7250 Override GstBaseSrc::check_get_range() in order to avoid opening
7251 the resource just to check whether we can operate in pull-mode or
7252 not - we can predict that pretty well from the URI alone. Should
7253 fix problems with last.fm (#331690). (Requires latest core CVS).
7255 2006-03-06 Wim Taymans <wim@fluendo.com>
7257 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7258 (gst_video_sink_class_init):
7259 Throw away frames that are later than 20 ms.
7261 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7263 Patch by: Fabrizio Gennari
7265 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7266 Set depth on WMA caps (#333545)
7268 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7270 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7271 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7272 put Theora BOS pages before others. This hardcodes
7273 the Ogg/Theora I profile, but hey.
7275 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7278 updated with some examples
7279 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7280 (granulepos_add), (theora_buffer_from_packet):
7281 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7282 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7283 (gst_vorbisenc_chain):
7284 implement strategy from ext/ogg/README
7285 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7286 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7287 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7288 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7289 Fix muxer so that oggz-validate is happy with all streams;
7290 except for no eos mark, and the BOS page ordering
7291 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7292 (check_buffer_granulepos):
7293 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7294 update tests to check for OFFSET being set as requested
7295 fixed type of granulepos, it's not a ClockTime
7297 2006-03-05 Julien MOUTTE <julien@moutte.net>
7299 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7300 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7301 Check that the xvimage we are creating has a correct size
7302 before returning it. (#314897)
7304 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7306 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7307 Give id3 and ape tag typefinders a rank slightly higher
7308 than PRIMARY to ensure they're always run before any of
7309 the other typefinders (in particular wav and mp3) (#324186).
7311 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7313 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7314 Add support for '3IVD' fourcc (#333403).
7316 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7319 Bump requirements to GStreamer CVS for the new error enum.
7321 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7322 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7323 space left on the device (fixes #333352).
7325 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7328 add a project file for libgstvolume
7329 update the workspace
7331 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7333 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7334 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7336 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7337 Set IN_CAPS on header buffers
7339 2006-03-02 Wim Taymans <wim@fluendo.com>
7341 * docs/plugins/Makefile.am:
7342 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7343 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7344 Add audioresample to docs.
7346 * gst/audioconvert/gstaudioconvert.c:
7349 * gst/audioresample/gstaudioresample.c:
7350 (gst_audioresample_base_init), (gst_audioresample_class_init),
7351 (gst_audioresample_init), (gst_audioresample_dispose),
7352 (audioresample_get_unit_size), (audioresample_transform_caps),
7353 (resample_set_state_from_caps), (audioresample_transform_size),
7354 (audioresample_set_caps), (audioresample_event),
7355 (audioresample_do_output), (audioresample_transform),
7356 (audioresample_pushthrough), (gst_audioresample_set_property),
7357 (gst_audioresample_get_property), (plugin_init):
7358 * gst/audioresample/gstaudioresample.h:
7360 Small code cleanups.
7362 2006-03-02 Wim Taymans <wim@fluendo.com>
7364 * docs/plugins/Makefile.am:
7365 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7366 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7367 Added videoscale to docs.
7369 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7370 (gst_video_rate_swap_prev), (gst_video_rate_event),
7371 (gst_video_rate_chain):
7374 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7375 (gst_video_scale_init), (gst_video_scale_prepare_size),
7376 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7377 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7378 * gst/videoscale/gstvideoscale.h:
7379 Added docs, examples.
7381 Post errors instead of g_warning.
7383 2006-03-02 Wim Taymans <wim@fluendo.com>
7385 * docs/libs/gst-plugins-base-libs-docs.sgml:
7386 * docs/libs/gst-plugins-base-libs-sections.txt:
7387 * docs/libs/gst-plugins-base-libs.types:
7388 * docs/plugins/Makefile.am:
7389 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7390 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7391 Added some more docs to libs and plugins.
7393 * gst-libs/gst/audio/gstringbuffer.c:
7394 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7395 * gst-libs/gst/audio/gstringbuffer.h:
7396 Document ringbuffer some more.
7398 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7399 (gst_video_rate_setcaps), (gst_video_rate_reset),
7400 (gst_video_rate_init), (gst_video_rate_flush_prev),
7401 (gst_video_rate_swap_prev), (gst_video_rate_event),
7402 (gst_video_rate_chain), (gst_video_rate_change_state):
7403 * gst/videorate/gstvideorate.h:
7404 Fix videorate to use segments.
7405 Make it work with 0/1 framerates (closes #331903)
7406 Handle EOS correctly.
7409 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7411 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7412 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7413 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7414 In state change function, first chain up to parent class,
7415 then handle downwards state change stuff. Remove some
7416 commented out cruft from 0.8 code.
7418 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7420 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7421 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7422 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7423 (gst_ogm_parse_chain):
7424 Don't remove/re-add source pad if the new caps are the same as
7425 the old caps anyway (#333042). When removing source pad, don't
7426 unref it afterwards - we didn't ref it when adding. Sprinkle some
7427 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7428 after using gst_pad_get_parent(). Return downstream flow return
7429 value in chain function.
7431 2006-03-02 Wim Taymans <wim@fluendo.com>
7433 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7434 * docs/plugins/gst-plugins-base-plugins.args:
7435 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7436 * docs/plugins/gst-plugins-base-plugins.interfaces:
7437 * docs/plugins/gst-plugins-base-plugins.signals:
7438 Fix hierarchy, added some more elements to the docs.
7440 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7441 (gst_ffmpegcsp_get_type):
7442 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7443 Fix docs for ffmpegcolorspace.
7445 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7447 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7448 (apetag_type_find), (ape_type_find), (plugin_init):
7449 Some typefinding fine-tuning:
7450 - rank ID3/APE tags in order of preference via probabilities, so that
7451 ID3v2 > APEv2 > APEv1 > ID3v1.
7452 - three or four bytes don't really justify MAXIMUM probability,
7453 change those to 'very likely' (musepack and monkeysaudio).
7455 2006-03-01 Wim Taymans <wim@fluendo.com>
7457 * docs/plugins/Makefile.am:
7458 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7459 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7460 * ext/alsa/gstalsamixer.c:
7461 * ext/alsa/gstalsamixer.h:
7462 * ext/alsa/gstalsamixerelement.c:
7463 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7464 * ext/alsa/gstalsamixerelement.h:
7465 * ext/alsa/gstalsasink.c:
7466 * ext/alsa/gstalsasink.h:
7467 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7469 * ext/alsa/gstalsasrc.h:
7471 Small code cleanups.
7473 2006-03-01 Wim Taymans <wim@fluendo.com>
7475 * ext/theora/Makefile.am:
7476 Dist new header too,
7478 2006-03-01 Wim Taymans <wim@fluendo.com>
7480 * docs/plugins/Makefile.am:
7481 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7482 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7483 * ext/gnomevfs/gstgnomevfssink.h:
7484 * ext/gnomevfs/gstgnomevfssrc.h:
7485 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7486 * ext/vorbis/vorbisdec.h:
7487 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7488 * ext/vorbis/vorbisenc.h:
7489 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7490 (vorbis_parse_chain), (vorbis_parse_change_state):
7491 * ext/vorbis/vorbisparse.h:
7492 * gst/audioconvert/gstaudioconvert.h:
7493 * gst/tcp/gsttcpserversink.h:
7494 * gst/videotestsrc/gstvideotestsrc.c:
7495 * gst/videotestsrc/gstvideotestsrc.h:
7496 * gst/volume/gstvolume.c:
7497 * gst/volume/gstvolume.h:
7499 Added docs for vorbisdec and vorbisparse.
7502 2006-03-01 Wim Taymans <wim@fluendo.com>
7504 * docs/plugins/Makefile.am:
7505 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7506 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7507 * ext/pango/gstclockoverlay.h:
7508 * ext/pango/gsttextoverlay.h:
7509 * ext/pango/gsttextrender.h:
7510 * ext/pango/gsttimeoverlay.h:
7511 * ext/theora/gsttheoradec.h:
7512 * ext/theora/gsttheoraenc.h:
7513 * ext/theora/theoradec.c:
7514 * ext/theora/theoraenc.c:
7515 * gst/audioconvert/gstaudioconvert.h:
7516 * gst/audiotestsrc/gstaudiotestsrc.h:
7517 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7518 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7519 * gst/tcp/gstmultifdsink.h:
7520 Updated/added documentation.
7522 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7523 (gst_text_overlay_halign_get_type),
7524 (gst_text_overlay_wrap_mode_get_type),
7525 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7526 (gst_text_overlay_init), (gst_text_overlay_set_property),
7527 (gst_text_overlay_get_property):
7528 Fix up properties to be enums instead of string to make bindings,
7529 introspection and automatic GUI creation possible.
7530 Add getters for the properties.
7532 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7534 * gst/audiotestsrc/gstaudiotestsrc.c:
7535 added defines of M_PI and M_PI_2
7536 * gst/ffmpegcolorspace/avcodec.h:
7537 removed #include "stdint.h" for win32 as _stdint.h is
7538 autogenerated to win32/common
7539 * win32/common/libgstaudio.def:
7540 * win32/common/libgsttag.def:
7543 some project files bugs corrected
7545 project files are reset to the default vs7 configuration
7546 (they link to msvcr71.dll using default optimizations)
7548 2006-02-28 Wim Taymans <wim@fluendo.com>
7550 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7553 2006-02-28 Edward Hervey <edward@fluendo.com>
7555 * ext/alsa/gstalsasrc.c:
7556 Set proper class on the ElementDetails:
7557 Source/Audio instead of Src/Audio/
7559 2006-02-28 Edward Hervey <edward@fluendo.com>
7561 * gst/videoscale/vs_scanline.c:
7562 (vs_scanline_resample_nearest_RGBA):
7563 Revert optimization in videoscale. It should go in liboil and have
7564 an appropriate liboil function.
7566 2006-02-28 Wim Taymans <wim@fluendo.com>
7568 * gst-libs/gst/audio/gstbaseaudiosink.c:
7569 (gst_base_audio_sink_provide_clock):
7570 Don't try to provide a clock in the NULL state.
7572 2006-02-28 Wim Taymans <wim@fluendo.com>
7574 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7575 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7576 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7577 (gst_ogg_demux_deactivate_current_chain),
7578 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7579 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7580 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7581 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7582 Use GstSegment infrastructure to remove duplicated code
7583 and handle more seek cases correctly.
7585 2006-02-28 Wim Taymans <wim@fluendo.com>
7587 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7588 (gst_ffmpegcsp_transform):
7589 Don't ignore return code from ffmpeg convert function.
7591 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7592 Split out some long statements to ease debugging.
7594 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7596 * ext/libvisual/visual.c: (gst_visual_init),
7597 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7598 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7599 being able to renegotiate the size. Instead, use the negotiation
7600 algorithm from the goom plugin to pick an initial output caps.
7602 Also, allow theoretical libvisual plugins that might support non-GL
7603 output even if they also do GL.
7605 2006-02-26 Julien MOUTTE <julien@moutte.net>
7607 * ext/libvisual/visual.c: (gst_visual_init),
7608 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7609 (plugin_init): Load only non GL plugins. Fix some memleaks and
7610 possible negotiation issues.
7612 2006-02-25 Julien MOUTTE <julien@moutte.net>
7614 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7616 2006-02-24 Michael Smith <msmith@fluendo.com>
7618 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7619 (cmml_type_find), (plugin_init):
7620 Fix CMML type find function to not require a specific minor version
7623 Add an MPEG4 video elementary stream typefind function.
7625 2006-02-04 Michael Smith <msmith@fluendo.com>
7627 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7628 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7629 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7630 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7631 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7632 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7633 Annodex support in ogg demuxer. Doesn't do very much without the
7634 other annodex patches (to come).
7636 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7638 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7640 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7641 Pick up palette for MS video v1 (#327028)
7643 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7645 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7646 (gst_ffmpegcsp_caps_remove_format_info),
7647 (gst_ffmpegcsp_get_unit_size):
7648 The 'palette_data' field from incoming RGB caps shouldn't be
7649 proxied on outgoing YUV caps; also, restrict unit size
7650 adjustment in case of paletted data only to the unit that
7651 actually has a palette. Fixes #330711.
7653 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7655 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7656 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7657 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7658 (gst_ffmpegcsp_get_unit_size):
7659 Plug some memory leaks.
7661 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7663 * sys/ximage/Makefile.am:
7664 * sys/xvimage/Makefile.am:
7665 Add some _CFLAGS and _LIBS that seem to be missing
7666 and/or required for Cygwin (see #317048).
7668 2006-02-22 Wim Taymans <wim@fluendo.com>
7670 * ext/alsa/gstalsasrc.c:
7671 Fix description as pointed out by caugier.
7673 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7675 Reviewed by : Edward Hervey <edward@fluendo.com>
7677 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7679 Better 3gp typefinding (#331526).
7681 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7683 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7684 Don't send EOS event here, the base class will send one for us.
7686 * gst/playback/gstplaybasebin.c: (prepare_output):
7687 Subpictures without video stream aren't allowed either.
7689 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7690 Fix debug statement copy'n'paste-o.
7692 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7694 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7695 Fix issues with mixer keeping state when muting/unmuting
7696 and when changing the volume whilst muted (see #331763
7699 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7701 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7702 (parse_subrip), (gst_sub_parse_format_autodetect):
7703 Set right caps given that we send escaped text. Also,
7704 honour <i></i>, <b></b> and <u></u> markers that can be found
7705 in .srt files (fixes #310202).
7707 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7709 * gst-libs/gst/audio/mixerutils.c:
7710 (element_factory_rank_compare_func):
7711 Make order in which elements are tried more determinable.
7713 2006-02-20 Julien MOUTTE <julien@moutte.net>
7715 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7716 (remove_element_chain), (cleanup_decodebin),
7717 (gst_decode_bin_change_state): Make decodebin reusable by
7718 fixing remove_element_chain first and then introduce a
7719 cleaner in state change to ->NULL. (Closes #331678)
7721 2006-02-19 Wim Taymans <wim@fluendo.com>
7723 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7724 use 0666 mask when creating files so umask gets applied
7725 correctly. Fixes #331295.
7727 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7729 * gst/subparse/Makefile.am:
7730 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7731 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7732 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7733 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7734 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7735 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7736 * gst/subparse/gstssaparse.h:
7737 * gst/subparse/gstsubparse.c: (plugin_init):
7738 Add very basic parser for SSA subtitle streams (as often
7739 found in matroska files).
7741 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7743 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7744 That should be text/x-pango-markup, not text/x-pango-layout.
7746 2006-02-19 Julien MOUTTE <julien@moutte.net>
7748 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7751 2006-02-19 Julien MOUTTE <julien@moutte.net>
7753 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7754 (gst_text_overlay_finalize), (gst_text_overlay_init),
7755 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7756 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7757 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7758 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7759 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7760 Fix state change deadlock.
7762 2006-02-19 Julien MOUTTE <julien@moutte.net>
7764 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7765 (gst_text_overlay_finalize), (gst_text_overlay_init),
7766 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7767 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7768 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7769 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7770 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7771 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7772 and subtitles files.
7774 2006-02-19 Julien MOUTTE <julien@moutte.net>
7776 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7777 should be considered as raw.
7779 2006-02-19 Julien MOUTTE <julien@moutte.net>
7781 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7783 * gst/playback/gststreaminfo.h: Introduce language informations.
7785 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7787 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7788 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7789 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7790 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7791 Set shared memory segments to be deleted as soon as we have attached,
7792 that way they get cleaned up automatically if we crash.
7794 2006-02-18 Julien MOUTTE <julien@moutte.net>
7796 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7797 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7798 functions are called with lock held.
7800 2006-02-18 Julien MOUTTE <julien@moutte.net>
7802 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7803 (gst_text_overlay_finalize), (gst_text_overlay_init),
7804 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7805 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7806 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7807 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7808 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7809 (gst_text_overlay_change_state): Refactoring of textoverlay
7810 without collectpads. This now supports sparse subtitles coming
7811 from a demuxer instead of a sub file. Seeking is still broken
7812 though. Need to discuss with wtay some more on how to handle
7814 * ext/pango/gsttextoverlay.h:
7815 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7816 subtitles coming from the demuxer.
7818 2006-02-17 Wim Taymans <wim@fluendo.com>
7820 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7821 (gst_vorbisenc_convert_sink):
7822 Use some more scaling functions.
7824 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7826 * ext/cdparanoia/gstcdparanoiasrc.c:
7827 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7828 (gst_cd_paranoia_paranoia_callback),
7829 (gst_cd_paranoia_src_signal_is_being_watched),
7830 (gst_cd_paranoia_src_read_sector):
7831 * ext/cdparanoia/gstcdparanoiasrc.h:
7832 Add back 'transport-error' and 'uncorrected-error' signals and
7833 make them actually be fired when bad stuff happens (#319340).
7835 2006-02-17 Wim Taymans <wim@fluendo.com>
7837 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7838 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7839 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7840 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7841 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7842 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7843 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7844 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7845 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7846 (gst_ring_buffer_clear):
7848 Added some G_LIKELY.
7850 2006-02-17 Wim Taymans <wim@fluendo.com>
7852 * gst-libs/gst/audio/TODO:
7855 * gst-libs/gst/audio/gstbaseaudiosink.c:
7856 (gst_base_audio_sink_get_offset):
7857 When trying to play samples ASAP and we don't have a
7858 previous sample, try to play at position 0 instead of
7859 an invalid position.
7861 2006-02-17 Wim Taymans <wim@fluendo.com>
7863 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7864 (gst_alsasink_reset):
7865 Also release lock when we get an error in _reset();
7866 fix an error message.
7868 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7870 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7871 (gst_alsasink_init), (get_channel_free_structure),
7872 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7873 (gst_alsasink_close):
7874 * ext/alsa/gstalsasink.h:
7875 Add support for more than 2 channels (#326720).
7877 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7879 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7880 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7881 with 4 or 6 channels, assume a default channel layout to make things
7882 work (not sure there's anything else we can do in those cases).
7884 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7886 * gst-libs/gst/audio/multichannel.c:
7889 * gst-libs/gst/riff/Makefile.am:
7890 * gst-libs/gst/riff/riff-ids.h:
7891 * gst-libs/gst/riff/riff-media.c:
7892 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7893 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7894 channels and a channel layout map.
7896 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7898 Reviewed by Edward Hervey <edward@fluendo.com>
7900 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7901 C-level optimization of the RGBA nearest neighbour function.
7902 Eventually this might end up in liboil with vectorized versions.
7904 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7906 * gst-libs/gst/audio/multichannel.c:
7907 (gst_audio_get_channel_positions):
7908 When we have more than 2 channels, but no channel layout is
7909 specified in the caps, return some default channel layout
7910 to the caller and warn about about a possibly buggy element
7911 (could be buggy filtercaps as well of course) (#317038).
7913 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7915 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7916 Add gst-libs/gst/cdda to list of lib search paths.
7918 2006-02-15 Andy Wingo <wingo@pobox.com>
7920 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7921 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7922 to the Lord Jesus that I do not have to touch the ogg muxer ever
7925 2006-02-15 Edward Hervey <edward@fluendo.com>
7927 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7928 quicktime movie files can also contain 'uuid' atoms.
7930 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7932 * gst/audioconvert/plugin.c: (plugin_init):
7933 Register the GstAudioChannelPosition enum type with the type
7934 system in the plugin_init function, so that it is known before
7935 any element actually makes use of multi-channel stuff. This is
7936 required for example if one wants to be able to deserialise/use
7937 a caps string with channel positions before any pipeline has
7938 been setup and started, like with gst-launch.
7940 2006-02-14 Wim Taymans <wim@fluendo.com>
7942 * gst-libs/gst/audio/gstringbuffer.c:
7943 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7944 (gst_ring_buffer_samples_done), (wait_segment),
7945 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7946 Add some compiler G_(UN_)LIKELY help.
7947 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7948 make sure they can exit their functions. Should fix #330748
7950 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7955 * win32/common/_stdint.h:
7956 Windows does not have long long; copy the generated _stdint.h
7957 * win32/common/interfaces-enumtypes.c:
7958 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7959 (gst_mixer_track_flags_get_type),
7960 (gst_tuner_channel_flags_get_type):
7961 * win32/common/multichannel-enumtypes.c:
7962 (gst_audio_channel_position_get_type):
7965 2006-02-13 Wim Taymans <wim@fluendo.com>
7967 * gst-libs/gst/audio/gstbaseaudiosink.c:
7968 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7969 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7970 Always sync on first sample we receive when starting.
7972 2006-02-13 Wim Taymans <wim@fluendo.com>
7974 * gst/playback/gstplaybin.c: (gen_vis_element):
7975 Update vis bin docs.
7976 Move queue after tee so we don't queue video buffers but
7977 audio samples instead. Fixes problems where the video queue
7978 is filled and the audio queue empty.
7980 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7982 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7983 No need to push an EOS event here, GstBaseSrc will do that for us
7984 when we return FLOW_UNEXPECTED.
7986 2006-02-12 Wim Taymans <wim@fluendo.com>
7988 * gst-libs/gst/audio/gstbaseaudiosink.c:
7989 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7990 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7991 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7992 Use scale functions when possible.
7994 Free clockid when after waiting for EOS.
7995 Use G_(UN_)LIKLY when it makes sense.
7996 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7998 2006-02-12 Edward Hervey <edward@fluendo.com>
8000 * gst/playback/gstplaybasebin.c: (prepare_output):
8001 Remove stray semi-colon (fixes #330888).
8003 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8005 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8007 Fix up the XShm call testing so that we catch errors, and don't
8008 cause new ones by attempting to detach from a segment we failed
8009 to attach to. Fixes #312439.
8011 2006-02-10 Edward Hervey <edward@fluendo.com>
8013 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8014 Added flv file typefind (video/x-flv).
8016 2006-02-10 Edward Hervey <edward@fluendo.com>
8018 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8019 (gst_riff_create_video_template_caps):
8020 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8021 Also added the caps to the default set of riff video caps.
8023 2006-02-09 Andy Wingo <wingo@pobox.com>
8025 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8026 time and the end time of the last packet in the page.
8027 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8028 on the pages in our queue, set the duration as well. Reflow a
8030 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8031 Fixes bad muxing order.
8033 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8035 * gst-libs/gst/rtp/gstbasertppayload.c:
8036 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8037 update seqnum before setting it on the packet; this makes sure
8038 that the timestamp and seqnum properties match after pushing
8041 2006-02-09 Andy Wingo <wingo@pobox.com>
8043 * gst-libs/gst/audio/gstringbuffer.c
8044 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8045 overflow after 13.5 hours of recording. Kapow!
8047 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8048 the buffer size -- we don't care about underrun/overrun reporting
8049 right now, just need to return a useful value.
8051 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8056 === release 0.10.3 ===
8058 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8061 releasing 0.10.3, "Under Pressure"
8063 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8066 Drat. Bump libtool version number for new API.
8067 Prelease 0.10.2.3 (of 0.10.3)
8069 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8072 * win32/common/config.h:
8073 0.10.2.2 prerelease (of 0.10.3).
8075 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8077 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8078 Revert Andy's newsegment change pending a more correct
8081 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8083 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8084 (qt_type_find), (plugin_init):
8085 detect more files as 3gp
8086 group and reorder the iso file formats
8088 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8090 * ext/vorbis/vorbis.c: (plugin_init):
8091 Register musicbrainz tags, so apps don't have to.
8093 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8095 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8096 (gst_tag_to_vorbis_tag):
8097 Make sure we called gst_tag_register_musicbrainz_tags()
8098 before possibly mapping a vorbiscomment string from/to a
8101 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8103 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8104 In case we can't find the required number of consecutive
8105 mpeg audio frames to positively identify an MPEG audio
8106 stream, check if there's at least a valid mpeg audio
8107 frame right at offset 0 and if so suggest mpeg/audio
8108 caps with a very low probability (#153004).
8110 2006-02-07 Andy Wingo <wingo@pobox.com>
8112 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8113 a TIME segment if we get timestamped buffers. Requires recent
8114 fixes in core to work properly.
8116 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8118 * gst/playback/gstplaybasebin.c: (prepare_output):
8119 Don't print the URI as part of the error message, it
8120 makes error dialogs look rather ugly, especially if
8121 the URI is very long or has characters in it that
8124 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8126 * gst/playback/gstplaybasebin.c: (prepare_output):
8127 Error out if we have only text or subtitles, but nothing
8128 else. Also error out if we have subtitles but no video
8131 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8133 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8134 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8135 Post an error message on the bus when we encounter an
8136 error, which will hopefully be more meaningful than the
8137 'Internal Flow Error' message users get to see if we
8138 just return GST_FLOW_ERROR.
8140 2006-02-07 Andy Wingo <wingo@pobox.com>
8142 * configure.ac (GST_MAJORMINOR): Update core version req to
8143 0.10.2.2, for the collectpads API addition (#330244).
8145 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8147 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8148 Return FALSE from plugin_init() when GnomeVFS can't
8149 be initialised for some reason (#328423).
8151 2006-02-06 Julien MOUTTE <julien@moutte.net>
8153 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8154 Stick to seeking theory until i find the bug.
8155 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8157 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8159 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8160 (theora_enc_finalize), (theora_enc_sink_setcaps),
8161 (theora_set_header_on_caps), (theora_enc_chain),
8162 (theora_enc_change_state):
8163 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8164 Make theoraenc and the tests leak free. Like, really.
8166 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8168 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8169 (theora_enc_finalize), (theora_enc_sink_setcaps):
8170 Add a finalize method to ensure we clean up state even if
8171 someone omitted the state change back to NULL.
8173 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8174 (gst_vorbisenc_chain):
8175 Free some more leaked bits.
8177 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8179 Wait for state changes to happen if they're ASYNC.
8181 This ought to teach those fancy pants buildbots a lesson.
8183 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8185 * gst-libs/gst/tag/gstid3tag.c:
8186 Add mapping for ID3 International Standard Recording Code
8189 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8191 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8192 Don't leak tag names.
8194 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8196 * docs/libs/gst-plugins-base-libs-docs.sgml:
8197 * docs/libs/gst-plugins-base-libs-sections.txt:
8198 * gst-libs/gst/tag/gstid3tag.c:
8199 * gst-libs/gst/tag/gstvorbistag.c:
8200 * gst-libs/gst/tag/tags.c:
8201 Split libgsttag docs into multiple sections.
8203 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8205 * docs/libs/Makefile.am:
8206 * docs/libs/gst-plugins-base-libs-docs.sgml:
8207 * docs/libs/gst-plugins-base-libs-sections.txt:
8208 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8209 * gst-libs/gst/tag/gstvorbistag.c:
8210 * gst-libs/gst/tag/tag.h:
8211 * gst-libs/gst/tag/tags.c:
8212 Add libgsttag to the docs.
8214 2006-02-05 Julien MOUTTE <julien@moutte.net>
8216 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8217 (gst_text_overlay_init), (gst_text_overlay_src_event),
8218 (gst_text_overlay_collected): Fix clockoverlay.
8220 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8222 * docs/libs/compiling.sgml:
8223 Fix typo: it's pkg-config, not pkg-gconfig
8225 * docs/libs/gst-plugins-base-libs-docs.sgml:
8226 * docs/libs/gst-plugins-base-libs-sections.txt:
8227 * docs/libs/tmpl/gstgconf.sgml:
8228 There is no libgstgconf in 0.10, remove it
8231 2006-02-05 Julien MOUTTE <julien@moutte.net>
8233 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8234 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8235 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8236 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8237 (gst_sub_parse_class_init), (gst_sub_parse_init),
8238 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8239 (parse_mpsub), (parser_state_init), (handle_buffer),
8240 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8241 * gst/subparse/gstsubparse.h: Introduce seeking code.
8243 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8245 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8246 Add comment about LANGUAGE tag inconsistency (we want
8247 ISO-639-1, but extract three-letter identifiers?)
8250 Add two translatable files.
8252 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8254 * gst-libs/gst/tag/Makefile.am:
8255 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8256 * gst-libs/gst/tag/tag.h:
8257 * gst-libs/gst/tag/tags.c:
8258 (gst_tag_register_musicbrainz_tags_internal),
8259 (gst_tag_register_musicbrainz_tags):
8260 Forward-port some tags stuff from the 0.8 branch. This is
8261 mostly the addition of musicbrainz tags and their mapping
8262 to vorbistags, and a vorbistag mapping of the language tag.
8264 2006-02-05 Julien MOUTTE <julien@moutte.net>
8266 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8269 2006-02-04 David Schleef <ds@schleef.org>
8271 * ext/ogg/gstoggmux.c:
8272 * gst/typefind/gsttypefindfunctions.c:
8273 Add Dirac typefinding and add dirac format to oggmux.
8275 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8277 * gst/playback/gstdecodebin.c: (try_to_link_1):
8278 Don't put essential function call into
8279 g_return_*() macro, otherwise it'll all be
8280 replaced by NOOPs when compiling with
8281 G_DISABLE_CHECKS defined.
8283 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8285 * ext/ogg/gstoggdemux.c:
8286 * ext/ogg/gstoggparse.c:
8287 * gst/tcp/gsttcpserversink.c:
8288 * sys/v4l/v4lsrc_calls.c:
8289 * sys/v4l/v4lsrc_calls.h:
8290 Just make it compile with --disable-gst-debug.
8292 2006-02-03 Wim Taymans <wim@fluendo.com>
8294 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8295 (gst_alsasink_class_init), (gst_alsasink_init),
8296 (gst_alsasink_write), (gst_alsasink_reset):
8297 * ext/alsa/gstalsasink.h:
8298 Add lock to protect alsa calls.
8299 Implement reset to flush samples ASAP, does not work
8302 2006-02-02 Wim Taymans <wim@fluendo.com>
8304 * gst-libs/gst/audio/gstbaseaudiosink.c:
8305 (gst_base_audio_sink_provide_clock):
8306 Ugh.. getting late I guess...
8308 2006-02-02 Wim Taymans <wim@fluendo.com>
8310 * gst-libs/gst/audio/gstbaseaudiosink.c:
8311 (gst_base_audio_sink_provide_clock),
8312 (gst_base_audio_sink_set_property),
8313 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8314 Don't try to provide a clock when we are not negotiated since
8315 we might not be able to make it run.
8317 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8319 * gst/playback/gstdecodebin.c: (try_to_link_1):
8320 Unlinking two source pads is ... hard.
8322 2006-02-02 Wim Taymans <wim@fluendo.com>
8324 * gst-libs/gst/audio/TODO:
8327 * gst-libs/gst/audio/gstbaseaudiosink.c:
8328 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8329 On EOS, wait till the last sample is played before posting EOS.
8331 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8333 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8334 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8335 setting queue_delay to zero. Also avoid thread being started if
8336 queue_delay is zero.
8338 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8340 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8341 Make test work again by connecting fakesinks to each decoded pad,
8342 which makes the pipeline wait until each fakesink has a buffer
8343 queued before going to PAUSED state. At that point we know the
8344 decodebin pads are negotiated.
8346 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8348 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8349 (gst_cdda_base_src_handle_event):
8350 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8351 Pass unhandled queries to the parent class's query function.
8353 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8355 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8356 (gst_ogg_pad_src_query):
8357 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8358 * ext/theora/theoradec.c: (theora_dec_src_query),
8359 (theora_dec_sink_query):
8360 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8361 (vorbis_dec_sink_query):
8362 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8363 (gst_vorbisenc_sink_query):
8364 * gst/adder/gstadder.c: (gst_adder_query):
8365 Pass unhandled queries upstream instead of just
8366 dropping them (#326447). Also, fix supported
8367 query types list for some elements.
8369 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8371 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8372 (paris_type_find), (ilbc_type_find), (plugin_init):
8373 Fix typefinding for audio/x-au, audio/x-paris and
8374 audio/iLBC-sh. We cannot use the START_WITH macros
8375 here, because there can only be one typefind factory
8376 with the same name (caps), so the second one would
8377 replace the first one and the first one would never
8378 be called when doing typefinding (see #161712).
8381 2006-01-31 Wim Taymans <wim@fluendo.com>
8383 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8384 (vorbis_handle_header_packet), (vorbis_dec_push),
8385 (vorbis_handle_data_packet):
8386 Use scale_int when we can, add some more scaling.
8387 Check packettype before parsing it.
8389 2006-01-31 Wim Taymans <wim@fluendo.com>
8391 * ext/theora/theoradec.c: (_theora_granule_time),
8392 (theora_dec_src_convert), (theora_dec_sink_convert):
8393 Call right _scale functions.
8394 Use parameter instead of some other random value.
8396 2006-01-31 Wim Taymans <wim@fluendo.com>
8398 * ext/theora/theoradec.c: (_theora_granule_frame),
8399 (_theora_granule_time), (_inc_granulepos),
8400 (theora_dec_src_convert), (theora_dec_sink_convert),
8401 (theora_handle_type_packet), (theora_handle_data_packet),
8403 Use higher precision timestamps calculation.
8404 Convert some other conversions to _scale.
8406 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8408 * gst/audiotestsrc/gstaudiotestsrc.c:
8409 (gst_audio_test_src_create_sine_table), (plugin_init):
8410 * gst/volume/gstvolume.c: (plugin_init):
8411 initialize gst_controller before using
8413 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8415 * tests/check/pipelines/theoraenc.c:
8416 * tests/check/pipelines/vorbisenc.c:
8417 Define constant using G_GINT64_CONSTANT to avoid errors when
8418 passing it around - otherwise it gets truncated to 32 bits.
8420 Fixes failing tests.
8422 2006-01-31 Andy Wingo <wingo@pobox.com>
8424 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8425 caps being set doesn't have a framerate value. Basically a stopgap
8428 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8429 technically correct enough to put into core though.
8430 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8431 DURATION. Fixes theoraenc ! oggmux.
8433 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8434 fraction, not double.
8436 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8439 add vs7 project files created by Sergey Scobich
8441 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8444 add vs8 project files created by Sergey Scobich
8446 2006-01-30 Andy Wingo <wingo@pobox.com>
8448 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8449 timestamp + duration, not just timestamp -- ogg pages should be
8450 ordered by stop time. Necessary fix given the change in vorbis
8453 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8454 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8455 (granulepos_add): New function, handles the messiness of adjusting
8457 (theora_buffer_from_packet):
8459 (theora_enc_sink_event): Use granulepos_add, not +.
8461 * tests/check/pipelines/theoraenc.c
8462 (check_buffer_granulepos_from_starttime): Just check the frame
8463 count, not the actual granulepos -- we can't dictate to the
8464 encoder when it should be placing keyframes.
8466 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8468 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8469 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8470 play an http:// stream from a server that's not serving
8472 2006-01-30 Andy Wingo <wingo@pobox.com>
8474 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8475 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8476 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8479 * ext/theora/gsttheoraenc.h:
8480 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8481 although theoraenc was timestamping correctly. Added handling of
8482 streams that start with nonzero timestamps.
8484 * tests/check/Makefile.am:
8485 * tests/check/pipelines/theoraenc.c: New file, basically does same
8488 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8490 2006-01-30 Wim Taymans <wim@fluendo.com>
8492 * gst-libs/gst/audio/gstaudiosink.c:
8493 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8494 (gst_audioringbuffer_pause):
8495 Implement pause that does not wait for completion.
8497 * gst-libs/gst/audio/gstbaseaudiosink.c:
8498 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8499 Don't drop buffers when going to PAUSED but perform preroll on
8500 remaining samples now that core base class supports this.
8502 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8503 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8504 (gst_ring_buffer_commit):
8505 Pause should not signal waiters.
8506 Implement return value of _commit correctly.
8508 2006-01-30 Andy Wingo <wingo@pobox.com>
8510 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8512 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8513 updated to timestamp from the first sample, not the last.
8514 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8515 special care of granulepos and timestamp for header packets.
8516 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8517 when the first buffer has a nonzero timestamp.
8519 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8520 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8521 case when the first audio buffer we get has a nonzero timestamp.
8522 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8523 properly timestamp vorbis buffers with the time of the first
8524 sample, not the last.
8526 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8527 vorbis_granule_time_copy -- now it takes the granule/subgranule
8528 offset into account.
8530 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8531 timestamps, durations, and granulepos on buffers produced by
8534 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8536 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8537 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8538 Patch from Eric Jonas to support conversions to/from UYVY
8541 2006-01-30 Julien MOUTTE <julien@moutte.net>
8543 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8544 (setup_subtitle), (setup_source), (set_active_source):
8545 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8546 (gen_text_element), (gen_audio_element), (gen_vis_element),
8547 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8549 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8551 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8552 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8553 use gst_guint64_to_gdouble to be compliant with vs6
8554 * gst/playback/gstdecodebin.c: (try_to_link_1)
8555 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8556 use G_GINT64_CONSTANT for int64 constants
8557 * win32/common/libgstinterfaces.def:
8558 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8560 update and add new project files
8562 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8566 * win32/common/interfaces-enumtypes.c:
8567 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8568 (gst_mixer_track_flags_get_type),
8569 (gst_tuner_channel_flags_get_type):
8570 * win32/common/interfaces-enumtypes.h:
8571 * win32/common/multichannel-enumtypes.c:
8572 (gst_audio_channel_position_get_type):
8573 * win32/common/multichannel-enumtypes.h:
8574 add a win32-update rule like in core, and copy over enumtypes files
8576 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8579 * win32/common/config.h:
8580 * win32/common/config.h.in:
8581 add config files just like in core
8583 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8585 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8586 Make gcc-4.1 happy (part of #327357).
8588 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8590 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8591 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8592 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8593 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8594 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8595 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8596 Update all error messages. All of them should either use
8597 the default translated message, or actually provide a
8598 translatable string.
8599 Make the string for channel count problems meaningful.
8601 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8603 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8604 check for and throw RESOURCE_BUSY
8606 2006-01-27 David Schleef <ds@schleef.org>
8608 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8609 checked in this change -- it requires liboil features not
8610 in 0.3.6. Revert parts.
8612 2006-01-27 David Schleef <ds@schleef.org>
8615 * configure.ac: update liboil requirement to 0.3.6
8616 * gst/videoscale/Makefile.am:
8617 * gst/videoscale/vs_scanline.c: liboilify
8619 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8621 * ext/libvisual/visual.c: (get_buffer):
8622 When pad_alloc returns a GstFlowReturn other
8623 than GST_FLOW_OK, make sure it is passed upstream.
8625 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8627 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8628 (gst_alsasink_class_init):
8629 Free the device name string.
8631 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8632 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8633 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8634 Don't remove a pad from the collectpads structure until it
8635 is released - it's a request pad, and may receive data again
8636 if the element gets moved back to PLAYING state.
8638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8639 Ensure we turn on double buffering on the Xv port, and
8640 set the colour key to something dark and mysterious that
8643 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8645 * ext/alsa/gstalsaplugin.c: (plugin_init):
8646 * ext/cdparanoia/gstcdparanoiasrc.c:
8647 (gst_cd_paranoia_src_base_init), (plugin_init):
8648 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8649 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8650 - a library should not call setlocale. see "Libraries" node in
8652 - make sure all plugins that use translation do bindtextdomain
8653 to point to the localedir
8654 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8655 (setup_sinks), (plugin_init):
8656 all this, and check for NULL when creating sinks
8658 2006-01-27 Julien MOUTTE <julien@moutte.net>
8660 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8661 (plugin_init): Make typefinding of subtitles work again.
8663 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8665 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8666 (mp3_type_frame_length_from_header), (mp3_type_find),
8667 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8669 Backport a bunch of typefinding fixes from the 0.8 branch.
8670 Also, improve wavpack typefinding: if we can't peek the
8671 entire wavpack block, try to parse the bits we can get and
8672 see if we find what we're looking for in those.
8674 2006-01-26 Julien MOUTTE <julien@moutte.net>
8676 * sys/ximage/ximagesink.c:
8677 (gst_ximagesink_calculate_pixel_aspect_ratio):
8678 * sys/xvimage/xvimagesink.c:
8679 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8680 more cases of pixel aspect ratio.
8682 2006-01-26 Edward Hervey <edward@fluendo.com>
8684 * gst/playback/gstdecodebin.c: (pad_probe):
8685 Also consider the flush-start and tag events as unblockers
8688 2006-01-26 Julien MOUTTE <julien@moutte.net>
8690 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8691 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8692 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8693 On the fly visualisation switch, works disabling, enabling as
8694 well but it won't be able to enable vis in a playbin that was
8695 created with no visualisation.
8697 2006-01-25 Wim Taymans <wim@fluendo.com>
8699 * gst-libs/gst/audio/gstbaseaudiosink.c:
8700 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8701 Undo previous commit that returned WRONG_STATE sooner, it breaks
8704 2006-01-25 Wim Taymans <wim@fluendo.com>
8706 * gst-libs/gst/audio/gstbaseaudiosink.c:
8707 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8708 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8710 Post error when caps cannot be parsed.
8711 Resync on discontinuity in the stream.
8712 Clip samples to segment boundaries.
8713 return WRONG_STATE sooner when we are flushing.
8715 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8716 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8717 Make audiosrc operate in TIME.
8718 Set TIMESTAMP and DURATION on buffers.
8720 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8722 * tests/examples/seek/seek.c: (main):
8723 Output tag messages as well.
8725 2006-01-23 Edward Hervey <edward@fluendo.com>
8727 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8728 (free_pad_probes), (remove_fakesink), (pad_probe),
8729 (close_pad_link), (gst_decode_bin_change_state):
8730 Replace GstPadBlockCallback with pad probes that detect
8731 first buffer AND eos before removing fakesink.
8732 Fixes hang with demuxers doing EOS while pre-rolling.
8735 2006-01-23 Andy Wingo <wingo@pobox.com>
8737 * ext/alsa/gstalsasink.c:
8738 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8739 (gst_base_rtp_depayload_setcaps),
8740 (gst_base_rtp_depayload_add_to_queue),
8741 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8743 Patch by: Jens Granseuer <jensgr at gmx dot net>
8745 2006-01-22 Julien MOUTTE <julien@moutte.net>
8747 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8748 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8749 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8750 frames. We might get a frame destroyed after changing state to
8751 NULL, adding a safety check on xcontext.
8753 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8755 * gst-libs/gst/interfaces/xoverlay.c:
8756 Fix prepare-xwindow-id code example in the docs - we need to
8757 ignore all messages that aren't element messages as well.
8759 2006-01-21 Julien MOUTTE <julien@moutte.net>
8761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8762 I think one day i'll completely undestand how caps negotiation
8763 is supposed to work. This refactoring handles buffer_alloc
8764 called with caps we can't handle. We definitely don't want a
8765 set_caps with those caps, so we define and allocate a buffer
8766 we would like to receive.
8768 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8770 * gst/playback/gstplaybasebin.c: (setup_source):
8771 Free iterator when done.
8773 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8775 * gst-libs/gst/audio/gstbaseaudiosink.c:
8776 (gst_base_audio_sink_render):
8777 Fix playback of non-synchronised streams by assuming a rate
8778 of 1.0 instead of a random one.
8780 Makes this work again:
8782 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8783 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8784 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8785 audioresample ! alsasink
8787 === release 0.10.2 ===
8789 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8792 releasing 0.10.2, "Then the devil is six"
8794 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8796 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8797 * gst/playback/gststreamselector.c:
8798 (gst_stream_selector_set_property):
8799 Comment out broken code that connects to the state-changed signal.
8800 At this point, changing current stream selection is broken, but
8801 stuff like gst-launch playbin current-audio=1 works and filters
8802 to the chosen stream.
8804 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8806 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8807 Fix #327216 (null dereference in vorbisdec)
8809 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8811 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8812 Post taglist actually on bus instead of just freeing it
8813 (fixes #327114 and totem bug #327080).
8815 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8816 Use gst_element_found_tags_for_pad(), so that the tags
8817 are sent downstream as an event as well.
8819 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8821 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8822 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8823 (gst_ximagesink_buffer_alloc):
8824 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8825 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8826 (gst_xvimagesink_buffer_alloc):
8827 move all regularly occurring messages to GST_LOG level
8828 add some more object logs
8830 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8832 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8833 fix a silly segfault
8835 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8837 * docs/libs/gst-plugins-base-libs-docs.sgml:
8838 * docs/libs/gst-plugins-base-libs-sections.txt:
8839 * gst-libs/gst/audio/mixerutils.c:
8840 * gst-libs/gst/audio/mixerutils.h:
8841 Add docs for mixerutils stuff.
8843 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8845 * gst/playback/gstplaybasebin.c: (setup_source):
8846 Fix playback for sources that emit raw audio or
8847 raw video streams (e.g.: cd audio sources) (#325984).
8849 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8851 * gst-libs/gst/audio/mixerutils.c:
8852 (gst_audio_mixer_filter_do_filter):
8853 actually save the element we create
8855 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8857 * gst-libs/gst/cdda/gstcddabasesrc.c:
8858 (gst_cdda_base_src_handle_track_seek):
8859 No need to post a tag message on the bus when seeking
8860 within the same track, only post it when the current
8863 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8865 * gst/playback/gstplaybasebin.c: (group_destroy),
8866 (probe_triggered), (new_decoded_pad), (mute_group_type),
8867 (set_active_source):
8868 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8869 * gst/playback/gststreamselector.c:
8870 (gst_stream_selector_base_init),
8871 (gst_stream_selector_set_property),
8872 (gst_stream_selector_request_new_pad):
8873 Reenable stream selection. These mechanisms need a complete overhaul
8874 in the face of 0.8->0.10 changes though.
8876 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8878 * ext/ogg/gstoggdemux.c:
8879 Change the pad template to src_%d to match the pads that
8880 are created from it. decodebin needs this information in order
8881 to decide that oggdemux is capable of producing multiple pads
8882 (and hence needs queues inserted).
8884 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8885 (gst_ogg_mux_collected):
8886 Make debug output more useful by using GST_PTR_FORMAT.
8888 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8890 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8892 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8893 Set depth and width for alaw/mulaw (fixes #326601).
8895 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8897 * tests/icles/Makefile.am:
8898 don't build the tests if we don't have the libs
8900 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8902 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8903 (gst_cd_paranoia_paranoia_callback):
8904 Don't try to free NULL pointers.
8906 2006-01-10 Edward Hervey <edward@fluendo.com>
8908 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8909 (gst_audio_rate_change_state), (plugin_init):
8910 Add debugging category.
8912 Add case for incoming buffers without valid offset/offset_end.
8914 2006-01-10 Michael Smith <msmith@fluendo.com>
8916 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8917 Don't leak GCond in audio sources.
8919 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8921 * gst/playback/gstplaybin.c: (gen_audio_element):
8922 Don't leak an autoaudiosink/alsasink when we generate
8923 a new audio element. (old code, I guess)
8925 2006-01-10 Michael Smith <msmith@fluendo.com>
8927 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8928 Support float audio in audiorate.
8929 Use width rather than depth for selecting sample width.
8931 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8933 * gst/videotestsrc/videotestsrc.h:
8934 Use GLib types here (that way we don't have to include the
8935 generated _stdint.h header, which makes life easier for win32
8936 folks that don't use autotools for the build) (#325990, patch
8937 by: Sergey Scobich).
8939 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8941 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8942 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8943 (gst_ring_buffer_pause), (wait_segment):
8944 * gst-libs/gst/audio/gstringbuffer.h:
8945 Name (private) union, makes Forte compiler happy (this time
8946 for real) (#324900).
8948 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8950 * gst-libs/gst/audio/Makefile.am:
8951 Link against libgstinterfaces, needed for mixer
8952 and property probe stuff.
8954 2006-01-09 Edward Hervey <edward@fluendo.com>
8956 * gst-libs/gst/Makefile.am:
8958 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8960 * gst-libs/gst/audio/Makefile.am:
8961 * gst-libs/gst/audio/mixerutils.c:
8962 (gst_audio_mixer_filter_do_filter),
8963 (gst_audio_mixer_filter_check_element),
8964 (gst_audio_mixer_filter_probe_feature),
8965 (element_factory_rank_compare_func),
8966 (gst_audio_default_registry_mixer_filter):
8967 * gst-libs/gst/audio/mixerutils.h:
8968 Add gst_audio_default_registry_mixer_filter() utility
8971 2006-01-03 Michael Smith <msmith@fluendo.com>
8973 * gst/audioresample/resample.h:
8974 As before, but for o_buf
8976 2006-01-03 Michael Smith <msmith@fluendo.com>
8978 * gst/audioresample/resample.h:
8979 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8980 since we do arithmetic on it.
8982 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8984 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8985 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8986 (gst_ring_buffer_pause), (wait_segment):
8987 * gst-libs/gst/audio/gstringbuffer.h:
8988 Sun's Forte compiler doesn't seem to like anonymous structs,
8989 so use same setup as in GstBaseSrc (fixes #324900).
8991 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8994 * gst/volume/Makefile.am:
8995 * gst/volume/demo.c:
8996 move old example to tests/examples/volume/volune.c
8997 * tests/examples/Makefile.am:
8998 * tests/examples/seek/seek.c: (main):
8999 change window-close event from "delete-event" to "destroy"
9000 * tests/examples/volume/Makefile.am:
9001 * tests/examples/volume/volume.c: (value_changed_callback),
9002 (setup_gui), (message_received), (eos_message_received), (main):
9003 fix event handling and bus usage
9005 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9007 * gst/audiotestsrc/gstaudiotestsrc.c:
9008 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9009 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9010 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9011 (gst_audio_test_src_create_square),
9012 (gst_audio_test_src_create_saw),
9013 (gst_audio_test_src_create_triangle),
9014 (gst_audio_test_src_create_silence),
9015 (gst_audio_test_src_create_white_noise),
9016 (gst_audio_test_src_create_pink_noise),
9017 (gst_audio_test_src_init_sine_table),
9018 (gst_audio_test_src_create_sine_table),
9019 (gst_audio_test_src_change_wave),
9020 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9021 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9022 * gst/audiotestsrc/gstaudiotestsrc.h:
9023 update to basesrc changes, implement segmented seeking and eos
9024 handling, add a 'sine-tab' waveform for performance critical playback
9026 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9029 ... and this time the other modified file that I missed last time.
9031 2005-12-29 Michael Smith <msmith@fluendo.com>
9033 * gst/playback/gstdecodebin.c: (new_pad):
9034 Fix non-C89 variable declaration not at the start of a block. Should
9035 help some compilers.
9037 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9039 * tests/check/Makefile.am:
9040 And now fix 'make distcheck' (builddir != srcdir)
9042 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9045 * ext/cdparanoia/Makefile.am:
9046 * ext/cdparanoia/gstcdparanoia.c:
9047 * ext/cdparanoia/gstcdparanoia.h:
9048 * ext/cdparanoia/gstcdparanoiasrc.c:
9049 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9050 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9051 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9052 (gst_cd_paranoia_paranoia_callback),
9053 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9054 (gst_cd_paranoia_src_set_property),
9055 (gst_cd_paranoia_src_get_property), (plugin_init):
9056 * ext/cdparanoia/gstcdparanoiasrc.h:
9057 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9058 plugin again (there are still fixes required to playbin to make
9059 cdda:// uris work there).
9061 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9063 * tests/check/Makefile.am:
9064 Fix test case compilation.
9066 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9068 * gst-libs/gst/cdda/gstcddabasesrc.c:
9069 (gst_cdda_base_src_update_duration),
9070 (gst_cdda_base_src_calculate_cddb_id):
9071 An integer is not a string. Fix access to uninitialised variable.
9073 * tests/check/Makefile.am:
9074 Add cddabasesrc unit test; also actually enable the vorbis test.
9076 * tests/check/generic/states.c:
9077 Blacklist new cd audio elements as well.
9079 * tests/check/libs/cddabasesrc.c:
9080 Unit test for GstCddaBaseSrc (discid calculation mostly).
9082 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9084 * docs/libs/Makefile.am:
9085 * docs/libs/gst-plugins-base-libs-docs.sgml:
9086 * docs/libs/gst-plugins-base-libs-sections.txt:
9087 * docs/libs/gst-plugins-base-libs.types:
9088 Add docs for libgstcdda/GstCddaBaseSrc.
9090 * gst-libs/gst/interfaces/mixertrack.h:
9091 Do one struct member per line with a semicolon at the end, that way
9092 even gtk-doc might parse it without complaining.
9094 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9097 * gst-libs/gst/Makefile.am:
9098 * gst-libs/gst/cdda/Makefile.am:
9099 * gst-libs/gst/cdda/base64.c:
9100 * gst-libs/gst/cdda/base64.h:
9101 * gst-libs/gst/cdda/gstcddabasesrc.c:
9102 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9103 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9104 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9105 (gst_cdda_base_src_get_property),
9106 (gst_cdda_base_src_get_track_from_sector),
9107 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9108 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9109 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9110 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9111 (gst_cdda_base_src_uri_get_protocols),
9112 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9113 (gst_cdda_base_src_uri_handler_init),
9114 (gst_cdda_base_src_setup_interfaces),
9115 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9116 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9117 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9118 (gst_cdda_base_src_add_tags),
9119 (gst_cdda_base_src_add_index_associations),
9120 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9121 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9122 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9123 (gst_cdda_base_src_create):
9124 * gst-libs/gst/cdda/gstcddabasesrc.h:
9125 * gst-libs/gst/cdda/sha1.c:
9126 * gst-libs/gst/cdda/sha1.h:
9127 Add new libgstcdda with GstCddaBaseSrc class.
9129 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9131 * ext/gnomevfs/gstgnomevfssink.h:
9132 Use GstBaseSinkClass as parent_class member for class struct, not
9135 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9137 Patch by: Michael Benes
9139 * gst/videotestsrc/gstvideotestsrc.c:
9140 (gst_video_test_src_class_init), (gst_video_test_src_start):
9141 Add start method to reset running time and number of frames sent
9142 when starting up (fixes #324696)
9144 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9146 * docs/plugins/Makefile.am:
9147 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9148 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9149 * docs/plugins/gst-plugins-base-plugins.args:
9150 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9151 * docs/plugins/gst-plugins-base-plugins.signals:
9152 Add docs stuff for gnomevfssrc and gnomevfssink.
9154 * ext/gnomevfs/gstgnomevfssrc.c:
9155 Fix example pipeline in gtk-doc blurb.
9157 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9159 * ext/gnomevfs/Makefile.am:
9160 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9161 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9162 (gst_gnome_vfs_handle_get_type), (plugin_init):
9163 * ext/gnomevfs/gstgnomevfs.h:
9164 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9165 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9166 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9167 (gst_gnome_vfs_sink_set_property),
9168 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9169 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9170 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9171 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9172 (gst_gnome_vfs_sink_uri_get_type),
9173 (gst_gnome_vfs_sink_uri_get_protocols),
9174 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9175 (gst_gnome_vfs_sink_uri_handler_init):
9176 * ext/gnomevfs/gstgnomevfssink.h:
9177 Port gnomevfssink; add gtk-doc blurb.
9179 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9180 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9181 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9182 (gst_gnome_vfs_src_uri_get_type),
9183 (gst_gnome_vfs_src_uri_get_protocols),
9184 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9185 (gst_gnome_vfs_src_uri_handler_init),
9186 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9187 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9188 (gst_gnome_vfs_src_send_additional_headers_callback),
9189 (gst_gnome_vfs_src_received_headers_callback),
9190 (gst_gnome_vfs_src_push_callbacks),
9191 (gst_gnome_vfs_src_pop_callbacks),
9192 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9193 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9194 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9195 * ext/gnomevfs/gstgnomevfssrc.h:
9196 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9197 file; add gtk-doc blurb with example pipelines.
9199 === release 0.10.1 ===
9201 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9204 releasing 0.10.1, "Dobro Dedek"
9206 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9208 * gst/typefind/gsttypefindfunctions.c:
9209 iLBC30 and iLBC20 added to typefind.
9211 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9213 * gst-libs/gst/audio/gstbaseaudiosink.c:
9214 (gst_base_audio_sink_class_init):
9215 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9216 (gst_base_audio_src_class_init):
9217 update strings, values are in microseconds
9218 change the default sink buffer time to something that is smaller
9219 (to help software volume mixing have a slightly lower delay) but
9220 still be acceptable on Wim's laptop
9222 2005-12-20 Edward Hervey <edward@fluendo.com>
9224 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9225 Made a quack, forgot to add DUCK to the riff video template.
9227 2005-12-19 Edward Hervey <edward@fluendo.com>
9229 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9230 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9231 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9232 (gst_ogm_parse_chain):
9233 Make sure pads are initialized correctly.
9234 * gst-libs/gst/riff/riff-ids.h:
9235 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9236 (gst_riff_create_video_template_caps):
9237 Add a whole bunch of FOURCC <=> MimeType.
9238 Extend the riff video pad template to support the newly added fourcc.
9240 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9242 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9243 (gst_ogg_demux_activate_chain):
9244 Extra debug output when activating/deactivating chains.
9246 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9247 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9249 Remove a queue from our list when it becomes unlinked.
9250 Don't add queues to elements in class 'Demux' if they
9251 can only produce one pad
9253 2005-12-18 Julien MOUTTE <julien@moutte.net>
9255 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9256 (gst_video_sink_get_type): Add a debug category.
9258 2005-12-17 Philippe Khalaf <burger@speedy.org>
9260 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9261 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9262 Handle downstream newsegment by sending our own newsegment before the
9263 next buffer to be released. (#323900)
9265 2005-12-17 Philippe Khalaf <burger@speedy.org>
9267 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9268 (gst_base_rtp_depayload_set_gst_timestamp):
9269 add queue delay to new segment as well (as opposed to just the first
9270 buffer). (bug #322347)
9272 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9274 * ext/libvisual/visual.c: (make_valid_name):
9275 change some char* into char[]
9276 * gst/audiotestsrc/gstaudiotestsrc.c:
9277 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9278 (gst_audio_test_src_create):
9279 * gst/audiotestsrc/gstaudiotestsrc.h:
9280 prepare to handle EOS and SEGMENT_DONE
9282 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9284 * tests/check/generic/states.c: (GST_START_TEST):
9285 Blacklist cdparanoia element in state test.
9287 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9289 Patch by: Benjamin Pineau
9292 * gst/tcp/gsttcpclientsink.c:
9293 * gst/tcp/gsttcpserversink.c:
9294 * gst/tcp/gsttcpserversrc.c:
9295 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9297 2005-12-15 Michael Smith <msmith@fluendo.com>
9299 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9300 (gst_video_rate_chain):
9301 Fix timestamping for videorate when the first buffer it sees has a
9302 non-zero timestamp. Fix some misleading debug output.
9304 2005-12-15 Michael Smith <msmith@fluendo.com>
9306 * gst/audioresample/gstaudioresample.c:
9307 Don't leak all input buffers to audioresample.
9309 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9311 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9312 Don't operate on empty text buffers. Strip newlines and
9313 tabs only from the end of the text, but leave them intact
9314 in the middle. Fix typo in gtk-doc description.
9316 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9318 * gst/playback/gstplaybasebin.c:
9319 * gst/playback/gstplaybin.c: (handoff):
9320 Make sure the video frame buffer we return to apps via the
9321 "frame" property always has caps set on it. Modify
9322 _gst_gvalue_set_object() macro to handle NULL objects
9325 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9327 * gst/audiotestsrc/gstaudiotestsrc.c:
9328 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9329 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9330 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9331 (gst_audio_test_src_create):
9332 * gst/audiotestsrc/gstaudiotestsrc.h:
9333 Adjust to some recent api changes and add wtays new cool seeking
9336 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9338 * ext/alsa/Makefile.am:
9339 * ext/alsa/gstalsadeviceprobe.c:
9340 * ext/alsa/gstalsadeviceprobe.h:
9341 Helper functions to add device probing via the GstPropertyProbe
9342 interface to a class.
9344 * ext/alsa/gstalsamixer.h:
9345 Comment out GST_ALSA_MIXER, it returns a struct that's not
9348 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9349 Add some debug info.
9351 * ext/alsa/gstalsamixerelement.c:
9352 (gst_alsa_mixer_element_interface_supported),
9353 (gst_implements_interface_init),
9354 (gst_alsa_mixer_element_init_interfaces),
9355 (gst_alsa_mixer_element_class_init),
9356 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9357 (gst_alsa_mixer_element_set_property),
9358 (gst_alsa_mixer_element_get_property),
9359 (gst_alsa_mixer_element_change_state):
9360 * ext/alsa/gstalsamixerelement.h:
9361 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9362 for device handling (gnome-volume-control will need that).
9364 2005-12-12 Christian Schaller <uraeus@gnome.org>
9366 * ext/Makefile.am: fix cdparanoia entry
9367 * gst-plugins-base.spec.in: add cdparanoia
9369 2005-12-12 Michael Smith <msmith@fluendo.com>
9371 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9372 Use the correct function to free list of typefind factories.
9374 2005-12-12 Wim Taymans <wim@fluendo.com>
9376 * gst/videotestsrc/gstvideotestsrc.c:
9377 (gst_video_test_src_class_init), (gst_video_test_src_init),
9378 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9379 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9380 (gst_video_test_src_create):
9381 * gst/videotestsrc/gstvideotestsrc.h:
9382 Implement seeking in videotestsrc.
9385 2005-12-12 Wim Taymans <wim@fluendo.com>
9387 * ext/cdparanoia/Makefile.am:
9388 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9389 (gst_paranoia_endian_get_type), (_do_init),
9390 (cdparanoia_class_init), (cdparanoia_init),
9391 (cdparanoia_set_property), (cdparanoia_get_property),
9392 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9393 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9394 (cdparanoia_convert), (cdparanoia_get_query_types),
9395 (cdparanoia_query), (cdparanoia_set_index),
9396 (cdparanoia_uri_set_uri):
9397 * ext/cdparanoia/gstcdparanoia.h:
9398 Partially ported cdparanoia now that basesrc can support a
9401 2005-12-12 Wim Taymans <wim@fluendo.com>
9403 * tests/examples/seek/scrubby.c: (main):
9404 Set higher priority for bus events so they don't get reordered with
9407 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9408 (flush_toggle_cb), (main):
9409 Added checkbox to disable flushing seeks.
9410 Disable scrubbing when doing non flushing seeks.
9412 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9414 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9415 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9416 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9417 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9418 Implement some sort of event handling that doesn't rely on
9419 g_return_if_fail; make sure we always push the last chunk of an
9420 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9421 state change function; remove some old cruft. Seeking is still
9422 rather unlikely to work though.
9427 2005-12-11 Julien MOUTTE <julien@moutte.net>
9429 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9430 Fixed a leak of the current image reference when cleaning up.
9431 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9433 2005-12-09 Michael Smith <msmith@fluendo.com>
9435 * tools/Makefile.am:
9436 * tools/gst-launch-ext-m.m:
9437 Remove gst-launch-ext. It doesn't work, and is no longer
9438 particularly useful.
9440 2005-12-08 Luca Ognibene <luogni@tin.it>
9442 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9443 don't pass random values to ogmparse convert function.
9444 Make seeking possible in the exile1.ogm file.
9446 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9448 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9449 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9450 Work around refcount problem with g_value_set_object() that occur
9451 if the core has been compiled against GLib-2.6 (g_value_set_object()
9452 will only g_object_ref() the element, but the caller will
9453 gst_object_unref() it and bad things will happen due to the way
9454 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9455 totem for people on FC4 using Thomas's 0.10 RPMs.
9457 2005-12-07 Edward Hervey <edward@fluendo.com>
9459 Time to welcome ogm to 0.10 :)
9461 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9462 (gst_ogg_pad_typefind):
9463 Oggdemux can now properly typefind elements with dynamic pads.
9464 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9465 Properly set caps on src pad, and set caps on outgoing buffers.
9467 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9469 * ext/alsa/gstalsamixer.h:
9470 * ext/alsa/gstalsamixerelement.h:
9471 * ext/alsa/gstalsamixeroptions.h:
9472 * ext/alsa/gstalsamixertrack.h:
9473 * ext/alsa/gstalsasink.c:
9474 * ext/alsa/gstalsasink.h:
9475 * ext/alsa/gstalsasrc.c:
9476 * ext/alsa/gstalsasrc.h:
9477 * ext/cdparanoia/gstcdparanoia.h:
9478 * ext/gnomevfs/gstgnomevfsuri.h:
9479 * ext/ogg/gstoggdemux.c:
9480 * ext/ogg/gstoggmux.c:
9481 * ext/pango/gsttextoverlay.h:
9482 * ext/theora/theoradec.c:
9483 * ext/theora/theoraenc.c:
9484 * ext/vorbis/vorbisdec.h:
9485 * ext/vorbis/vorbisenc.c:
9486 * ext/vorbis/vorbisenc.h:
9487 * ext/vorbis/vorbisparse.h:
9488 * gst-libs/gst/audio/gstaudioclock.h:
9489 * gst-libs/gst/audio/gstaudiosink.c:
9490 * gst-libs/gst/audio/gstaudiosink.h:
9491 * gst-libs/gst/audio/gstaudiosrc.c:
9492 * gst-libs/gst/audio/gstaudiosrc.h:
9493 * gst-libs/gst/audio/gstbaseaudiosink.c:
9494 * gst-libs/gst/audio/gstbaseaudiosink.h:
9495 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9496 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9497 * gst-libs/gst/audio/gstringbuffer.h:
9498 * gst-libs/gst/audio/multichannel.h:
9499 * gst-libs/gst/floatcast/floatcast.h:
9500 * gst-libs/gst/interfaces/colorbalance.c:
9501 * gst-libs/gst/interfaces/colorbalance.h:
9502 * gst-libs/gst/interfaces/colorbalancechannel.h:
9503 * gst-libs/gst/interfaces/mixer.h:
9504 * gst-libs/gst/interfaces/mixeroptions.h:
9505 * gst-libs/gst/interfaces/mixertrack.h:
9506 * gst-libs/gst/interfaces/navigation.h:
9507 * gst-libs/gst/interfaces/propertyprobe.h:
9508 * gst-libs/gst/interfaces/tuner.h:
9509 * gst-libs/gst/interfaces/tunerchannel.h:
9510 * gst-libs/gst/interfaces/tunernorm.h:
9511 * gst-libs/gst/interfaces/xoverlay.h:
9512 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9513 * gst-libs/gst/riff/riff-ids.h:
9514 * gst-libs/gst/riff/riff-media.h:
9515 * gst-libs/gst/riff/riff-read.h:
9516 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9517 * gst-libs/gst/rtp/gstbasertppayload.c:
9518 * gst-libs/gst/rtp/gstbasertppayload.h:
9519 * gst-libs/gst/rtp/gstrtpbuffer.c:
9520 * gst-libs/gst/rtp/gstrtpbuffer.h:
9521 * gst-libs/gst/tag/gsttageditingprivate.h:
9522 * gst-libs/gst/tag/gstvorbistag.c:
9523 (gst_tag_list_from_vorbiscomment_buffer):
9524 * gst-libs/gst/tag/tag.h:
9525 * gst-libs/gst/video/video.h:
9526 * gst/adder/gstadder.c:
9527 * gst/adder/gstadder.h:
9528 * gst/audioconvert/audioconvert.c:
9529 * gst/audioconvert/audioconvert.h:
9530 * gst/audioconvert/gstaudioconvert.c:
9531 * gst/audioconvert/gstchannelmix.c:
9532 * gst/audioconvert/gstchannelmix.h:
9533 * gst/audiorate/gstaudiorate.c:
9534 * gst/audioresample/buffer.h:
9535 * gst/audioresample/functable.h:
9536 * gst/audioresample/gstaudioresample.c:
9537 * gst/audioresample/resample.h:
9538 * gst/ffmpegcolorspace/avcodec.h:
9539 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9540 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9541 * gst/ffmpegcolorspace/imgconvert.c:
9542 * gst/ffmpegcolorspace/imgconvert_template.h:
9543 * gst/playback/gstdecodebin.c:
9544 * gst/playback/gstplaybasebin.h:
9545 * gst/playback/gstplaybin.c:
9546 * gst/playback/gststreaminfo.h:
9547 * gst/tcp/gstfdset.c:
9548 * gst/tcp/gstfdset.h:
9549 * gst/tcp/gstmultifdsink.c:
9550 * gst/tcp/gstmultifdsink.h:
9552 * gst/tcp/gsttcpclientsrc.c:
9553 * gst/tcp/gsttcpclientsrc.h:
9554 * gst/tcp/gsttcpplugin.h:
9555 * gst/tcp/gsttcpserversink.c:
9556 * gst/tcp/gsttcpserversrc.c:
9557 * gst/typefind/gsttypefindfunctions.c:
9558 * gst/videorate/gstvideorate.c:
9559 * gst/videotestsrc/gstvideotestsrc.h:
9560 * gst/videotestsrc/videotestsrc.h:
9561 * sys/v4l/gstv4lcolorbalance.h:
9562 * sys/v4l/gstv4ltuner.h:
9563 * sys/v4l/gstv4lxoverlay.h:
9564 * sys/v4l/v4l_calls.h:
9565 * sys/v4l/videodev_mjpeg.h:
9566 * tests/check/elements/audioconvert.c:
9567 * tests/check/elements/audioresample.c:
9568 * tests/check/elements/audiotestsrc.c:
9569 * tests/check/elements/videotestsrc.c:
9570 * tests/check/elements/volume.c:
9571 * tests/examples/seek/scrubby.c:
9572 * tests/examples/seek/seek.c:
9575 === release 0.10.0 ===
9577 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9580 releasing 0.10.0, "Mont-d'or"
9582 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9584 * tests/examples/seek/Makefile.am:
9585 Build fix for when gtk is not available.
9587 2005-12-05 Andy Wingo <wingo@pobox.com>
9589 * ext/libvisual/visual.c: (get_buffer):
9590 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9591 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9592 * ext/theora/theoradec.c: (theora_handle_data_packet):
9593 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9595 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9596 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9597 Update for alloc_buffer changes.
9599 2005-12-05 Andy Wingo <wingo@pobox.com>
9601 patch by: Kai Vehmanen <kv2004 eca cx>
9603 * gst-libs/gst/rtp/gstbasertpdepayload.c
9604 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9606 2005-12-04 Andy Wingo <wingo@pobox.com>
9608 patch by: Sebastien Cote <sebas642 yahoo ca>
9610 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9613 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9615 * docs/plugins/Makefile.am:
9616 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9617 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9618 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9619 * ext/pango/gstclockoverlay.c:
9620 * ext/pango/gsttextoverlay.c:
9621 * ext/pango/gsttextrender.c:
9622 * ext/pango/gsttimeoverlay.c:
9623 Add gtk-doc blurbs to pango elements.
9625 2005-12-02 Wim Taymans <wim@fluendo.com>
9627 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9628 * gst/audioresample/buffer.h:
9629 * gst/audioresample/gstaudioresample.c:
9630 * gst/audioresample/gstaudioresample.h:
9631 * gst/audioresample/resample.c: (resample_input_flush),
9632 (resample_input_pushthrough), (resample_input_eos),
9633 (resample_get_output_size_for_input),
9634 (resample_get_input_size_for_output), (resample_get_output_size),
9635 (resample_get_output_data):
9636 * gst/audioresample/resample.h:
9637 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9638 Fix audioresample, seek torture, new segments, reverse negotiation
9641 2005-12-02 Wim Taymans <wim@fluendo.com>
9643 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9646 2005-12-02 Wim Taymans <wim@fluendo.com>
9648 * gst/audioconvert/gstaudioconvert.c:
9649 (gst_audio_convert_transform):
9652 === release 0.9.7 ===
9654 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9657 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9659 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9665 add win32 MANIFEST file
9666 do something to the hungarian translation
9668 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9671 Add $(PANGO_DIR) to SUBDIRS
9673 * ext/pango/gstclockoverlay.c:
9674 * ext/pango/gsttimeoverlay.c:
9675 Fix and improve element descriptions.
9677 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9679 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9680 * docs/plugins/inspect/plugin-libvisual.xml:
9681 * docs/plugins/inspect/plugin-pango.xml:
9682 add pango plugin to docs
9684 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9690 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9693 * tests/Makefile.am:
9694 * tests/icles/.cvsignore:
9695 * tests/icles/Makefile.am:
9696 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9697 (close_display), (resize_window), (move_window), (create_window),
9698 (terminate_playback), (pause_playback), (start_playback), (main):
9699 add stress test for xoverlay from Julien
9701 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9703 * docs/libs/tmpl/gstcolorbalance.sgml:
9704 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9705 * gst-libs/gst/rtp/gstbasertppayload.c:
9706 * gst-libs/gst/rtp/gstrtpbuffer.c:
9707 * gst-libs/gst/rtp/gstrtpbuffer.h:
9708 Do burger's rename for rtp payloaders and depayloaders
9710 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9713 add Visual Studio 6 build files
9715 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9717 * docs/libs/gst-plugins-base-libs-docs.sgml:
9718 * docs/libs/gst-plugins-base-libs-sections.txt:
9719 * docs/libs/tmpl/gstaudio.sgml:
9720 * docs/libs/tmpl/gstringbuffer.sgml:
9721 * gst-libs/gst/interfaces/xoverlay.c:
9722 * gst-libs/gst/video/gstvideofilter.c:
9723 * gst-libs/gst/video/gstvideosink.c:
9724 update documentation
9726 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9728 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9729 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9730 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9731 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9732 (gst_multi_fd_sink_get_stats),
9733 (gst_multi_fd_sink_remove_client_link),
9734 (gst_multi_fd_sink_handle_client_read),
9735 (gst_multi_fd_sink_client_queue_data),
9736 (gst_multi_fd_sink_client_queue_caps),
9737 (gst_multi_fd_sink_client_queue_buffer),
9738 (gst_multi_fd_sink_new_client),
9739 (gst_multi_fd_sink_handle_client_write),
9740 (gst_multi_fd_sink_recover_client),
9741 (gst_multi_fd_sink_queue_buffer),
9742 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9743 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9744 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9745 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9746 * gst/tcp/gstmultifdsink.h:
9747 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9748 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9749 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9750 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9751 (gst_tcp_client_sink_set_property),
9752 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9753 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9754 * gst/tcp/gsttcpclientsink.h:
9755 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9756 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9757 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9758 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9759 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9760 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9761 * gst/tcp/gsttcpclientsrc.h:
9762 * gst/tcp/gsttcpplugin.c: (plugin_init):
9763 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9764 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9765 (gst_tcp_server_sink_finalize),
9766 (gst_tcp_server_sink_handle_server_read),
9767 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9768 (gst_tcp_server_sink_set_property),
9769 (gst_tcp_server_sink_get_property),
9770 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9771 * gst/tcp/gsttcpserversink.h:
9772 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9773 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9774 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9775 (gst_tcp_server_src_set_property),
9776 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9777 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9778 * gst/tcp/gsttcpserversrc.h:
9781 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9783 * docs/plugins/Makefile.am:
9784 * docs/plugins/gst-plugins-base-plugins.args:
9785 * docs/plugins/inspect/plugin-libvisual.xml:
9786 * gst/audioconvert/plugin.h:
9787 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9788 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9789 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9790 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9791 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9793 * gst/audiotestsrc/gstaudiotestsrc.c:
9794 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9795 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9796 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9797 (gst_audio_test_src_get_query_types),
9798 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9799 (gst_audio_test_src_create_square),
9800 (gst_audio_test_src_create_saw),
9801 (gst_audio_test_src_create_triangle),
9802 (gst_audio_test_src_create_silence),
9803 (gst_audio_test_src_create_white_noise),
9804 (gst_audio_test_src_init_pink_noise),
9805 (gst_audio_test_src_generate_pink_noise_value),
9806 (gst_audio_test_src_create_pink_noise),
9807 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9808 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9809 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9811 * gst/audiotestsrc/gstaudiotestsrc.h:
9812 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9813 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9814 (gst_sub_parse_init), (gst_sub_parse_formats),
9815 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9816 (convert_encoding), (get_next_line),
9817 (gst_sub_parse_data_format_autodetect),
9818 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9819 (gst_sub_parse_loop), (gst_sub_parse_chain),
9820 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9822 * gst/subparse/gstsubparse.h:
9823 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9824 (gst_video_rate_base_init), (gst_video_rate_class_init),
9825 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9826 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9827 (gst_video_rate_init), (gst_video_rate_event),
9828 (gst_video_rate_chain), (gst_video_rate_set_property),
9829 (gst_video_rate_get_property), (gst_video_rate_change_state),
9831 * gst/videoscale/gstvideoscale.c:
9832 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9833 (gst_video_scale_src_template_factory),
9834 (gst_video_scale_sink_template_factory),
9835 (gst_video_scale_get_type), (gst_video_scale_base_init),
9836 (gst_video_scale_class_init), (gst_video_scale_init),
9837 (gst_video_scale_set_property), (gst_video_scale_get_property),
9838 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9839 (gst_video_scale_prepare_size), (parse_caps),
9840 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9841 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9842 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9844 * gst/videoscale/gstvideoscale.h:
9845 * gst/videotestsrc/gstvideotestsrc.c:
9846 (gst_video_test_src_pattern_get_type),
9847 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9848 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9849 (gst_video_test_src_set_pattern),
9850 (gst_video_test_src_set_property),
9851 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9852 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9853 (gst_video_test_src_event), (gst_video_test_src_get_times),
9854 (gst_video_test_src_create), (plugin_init):
9855 * gst/videotestsrc/gstvideotestsrc.h:
9856 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9857 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9858 (gst_video_test_src_black):
9859 * gst/videotestsrc/videotestsrc.h:
9861 clean up docs a little
9863 2005-11-30 Wim Taymans <wim@fluendo.com>
9865 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9866 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9867 (gst_basertppayload_event), (gst_basertppayload_push),
9868 (gst_basertppayload_change_state):
9869 * gst-libs/gst/rtp/gstbasertppayload.h:
9872 2005-11-30 Julien MOUTTE <julien@moutte.net>
9874 * docs/libs/gst-plugins-base-libs-docs.sgml:
9875 * docs/libs/gst-plugins-base-libs-sections.txt:
9876 * gst-libs/gst/video/gstvideofilter.c:
9877 * gst-libs/gst/video/gstvideosink.c:
9878 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9880 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9900 * scripts/autoplugins.sh:
9903 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9907 * examples/Makefile.am:
9908 * examples/capsfilter/Makefile.am:
9909 * examples/capsfilter/capsfilter1.c:
9910 * examples/gob/Makefile.am:
9911 * examples/gob/gst-identity2.gob:
9912 * examples/indexing/.cvsignore:
9913 * examples/indexing/Makefile.am:
9914 * examples/indexing/indexmpeg.c:
9915 * examples/seeking/.cvsignore:
9916 * examples/seeking/Makefile.am:
9917 * examples/seeking/cdparanoia.c:
9918 * examples/seeking/cdplayer.c:
9919 * examples/seeking/chained.c:
9920 * examples/seeking/scrubby.c:
9921 * examples/seeking/seek.c:
9922 * examples/stats/Makefile.am:
9923 * examples/stats/mp2ogg.c:
9924 * examples/switch/.cvsignore:
9925 * examples/switch/Makefile.am:
9926 * examples/switch/switcher.c:
9927 * tests/Makefile.am:
9928 * tests/check/generic/.cvsignore:
9929 * tests/check/pipelines/.cvsignore:
9930 * tests/examples/Makefile.am:
9931 * tests/examples/seek/Makefile.am:
9932 reorganize stuff under tests/
9934 2005-11-30 Edward Hervey <edward@fluendo.com>
9936 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9937 Go away you stupid GstStaticPadTemplate memleak.
9939 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9941 * gst-libs/gst/net/Makefile.am:
9942 * gst-libs/gst/net/README:
9943 * gst-libs/gst/net/gstnetbuffer.c:
9944 * gst-libs/gst/net/gstnetbuffer.h:
9945 this was moved to "netbuffer"
9947 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9949 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9950 (gst_video_filter_class_init), (gst_video_filter_init):
9951 * gst-libs/gst/video/gstvideofilter.h:
9952 borgify name to bring in line with other classes
9954 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9956 * gst/audioscale/.cvsignore:
9957 * gst/audioscale/Makefile.am:
9958 * gst/audioscale/README:
9959 * gst/audioscale/audioscale.vcproj:
9960 * gst/audioscale/dtof.c:
9961 * gst/audioscale/dtos.c:
9962 * gst/audioscale/functable.c:
9963 * gst/audioscale/gstaudioscale.c:
9964 * gst/audioscale/gstaudioscale.h:
9965 * gst/audioscale/private.h:
9966 * gst/audioscale/resample.c:
9967 * gst/audioscale/resample.h:
9968 * gst/audioscale/test.c:
9971 2005-11-30 Edward Hervey <edward@fluendo.com>
9973 * gst-libs/gst/netbuffer/Makefile.am:
9974 really, really tired
9976 2005-11-30 Edward Hervey <edward@fluendo.com>
9978 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9979 Update for new GstTypeFindFactory _register()
9981 2005-11-30 Edward Hervey <edward@fluendo.com>
9983 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9984 Let's not override libgstnet from core for no reason...
9985 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9986 Ok, maybe not so quick next time.
9988 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9991 * gst-libs/gst/Makefile.am:
9992 moved gst-libs/gst/net to netbuffer through CVS surgery
9993 remove old directory
9994 updating build to accomodate
9997 2005-11-29 Andy Wingo <wingo@pobox.com>
9999 * pkgconfig/gstreamer-plugins-base.pc.in:
10000 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10001 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10004 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10006 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10007 3rd time's the charm. Correct ref-counting for discarded buffers.
10009 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10011 * gst/playback/gststreamselector.c:
10012 (gst_stream_selector_class_init),
10013 (gst_stream_selector_set_property),
10014 (gst_stream_selector_get_property),
10015 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10018 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10020 * gst/subparse/gstsubparse.c: (feed_textbuf):
10021 Don't access already unref'ed buffer.
10023 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10025 * gst/playback/gststreamselector.c:
10026 (gst_stream_selector_class_init), (gst_stream_selector_init),
10027 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10028 (gst_stream_selector_get_property),
10029 (gst_stream_selector_get_linked_pad),
10030 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10031 * gst/playback/gststreamselector.h:
10032 Add the active-pad property for playbin to use shortly. Ignore buffers
10033 from any other pad, returning GST_FLOW_NOT_LINKED
10035 2005-11-29 Julien MOUTTE <julien@moutte.net>
10037 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10038 patch from bug #322704 (Alessandro Decina).
10040 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10042 * gst-libs/gst/audio/Makefile.am:
10043 folded audiofilter into the audio library
10045 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10047 * gst/videoscale/gstvideoscale.h:
10048 * gst/videoscale/gstvideoscale.c:
10049 remove unimplemented scale methods
10051 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10053 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10056 2005-11-28 Julien MOUTTE <julien@moutte.net>
10058 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10059 (gst_ximagesink_setcaps):
10060 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10061 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10062 happens (only visible on ximagesink but bug is in xv too) set_caps was
10063 destroying the internal x[v]image used to memcpy non locally alloced
10064 buffers so that it got renewed on next _chain. The issue is that
10065 _expose will try to put that image as it reffed it in _put.
10066 Using gst_buffer_unref instead of destroy fixes it !
10068 2005-11-28 Edward Hervey <edward@fluendo.com>
10070 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10071 (try_to_link_1), (queue_filled_cb):
10072 Better use of the queues. Start with a small size queue and only increase
10073 the size of the queues when the other queues are empty.
10075 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10077 * gst-libs/gst/video/Makefile.am:
10078 compile in copied-over videofilter into the video library
10079 * gst-libs/gst/video/videosink.h:
10080 rename the header to gstvideosink.h since it's a base GstObject class
10081 * sys/ximage/ximagesink.h:
10082 * sys/xvimage/xvimagesink.h:
10085 2005-11-28 Wim Taymans <wim@fluendo.com>
10087 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10088 * gst/playback/gstplaybasebin.h:
10089 Prepare to handle errors betters.
10091 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10092 Set sinks to PAUSED first before adding and linking them so that
10093 we don't interrupt dataflow.
10095 2005-11-28 Wim Taymans <wim@fluendo.com>
10097 * gst-libs/gst/audio/TODO:
10100 * gst-libs/gst/audio/gstaudiosink.c:
10101 (gst_audioringbuffer_open_device),
10102 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10103 (gst_audioringbuffer_release):
10106 * gst-libs/gst/audio/gstbaseaudiosink.c:
10107 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10108 (gst_base_audio_sink_change_state):
10109 Slave to the master clock when going to PLAYING and unslave when
10112 * gst-libs/gst/audio/gstringbuffer.c:
10113 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10114 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10115 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10116 (gst_ring_buffer_clear_all), (wait_segment),
10117 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10118 (gst_ring_buffer_advance):
10119 * gst-libs/gst/audio/gstringbuffer.h:
10120 Add some docs and cleanups.
10122 2005-11-28 Julien MOUTTE <julien@moutte.net>
10124 * sys/xvimage/xvimagesink.c:
10125 (gst_xvimagesink_navigation_send_event): Fix navigation events
10126 coordinates translation with pixel aspect ratios.
10128 2005-11-28 Julien MOUTTE <julien@moutte.net>
10130 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10131 Use calculated video geometry from _setcaps instead of buffer
10132 caps to respect pixel aspect ratio. (fixes #322388)
10134 2005-11-28 Julien MOUTTE <julien@moutte.net>
10136 * docs/libs/tmpl/gstcolorbalance.sgml:
10137 * docs/libs/tmpl/gstmixer.sgml:
10138 * docs/libs/tmpl/gstxoverlay.sgml:
10139 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10142 2005-11-28 Julien MOUTTE <julien@moutte.net>
10144 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10145 Refuse to create an XvImage if we can't find the format.
10147 2005-11-28 Edward Hervey <edward@fluendo.com>
10149 * gst-libs/gst/riff/riff-media.c:
10150 (gst_riff_create_audio_template_caps):
10151 Add ATRAC3 to the list of riff-possible audio caps.
10152 I know we still don't have a plugin for atrac3, but it's saner to output
10153 that than a cryptic mimetype.
10155 2005-11-27 Edward Hervey <edward@fluendo.com>
10157 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10158 Don't try to create a zero-sized subbuffer.
10160 2005-11-27 Julien MOUTTE <julien@moutte.net>
10162 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10163 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10164 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10165 (gst_ximagesink_expose): Fixed a tricky race.
10166 * sys/ximage/ximagesink.h:
10167 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10168 (gst_xvimagesink_expose): Fixed a tricky race.
10169 * sys/xvimage/xvimagesink.h:
10171 2005-11-27 Edward Hervey <edward@fluendo.com>
10173 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10174 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10175 Remove unused properties, and add queues between demuxers and decoders
10176 so that a lot more files can preroll properly.
10178 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10180 * gst-libs/gst/net/Makefile.am:
10181 * gst-libs/gst/rtp/Makefile.am:
10182 * gst-libs/gst/tag/Makefile.am:
10183 remove silly include
10184 * gst/tags/Makefile.am:
10185 * gst/tags/gsttagediting.c:
10186 * gst/tags/gsttageditingprivate.h:
10187 * gst/tags/tagedit.vcproj:
10188 remove directory, is as good as empty
10190 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10193 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10194 * gst-libs/Makefile.am:
10195 * gst-libs/gst/audio/Makefile.am:
10196 * gst-libs/gst/interfaces/Makefile.am:
10197 * gst-libs/gst/net/Makefile.am:
10198 * gst-libs/gst/riff/Makefile.am:
10199 * gst-libs/gst/rtp/Makefile.am:
10200 * gst-libs/gst/tag/Makefile.am:
10201 * gst-libs/gst/video/Makefile.am:
10204 2005-11-27 Julien MOUTTE <julien@moutte.net>
10206 * docs/libs/tmpl/gstcolorbalance.sgml:
10207 * docs/libs/tmpl/gstmixer.sgml:
10208 * docs/libs/tmpl/gstxoverlay.sgml:
10209 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10210 * sys/ximage/ximagesink.h:
10211 * sys/xvimage/xvimagesink.h: More and more documentation.
10213 2005-11-26 Julien MOUTTE <julien@moutte.net>
10215 * docs/libs/gst-plugins-base-libs-docs.sgml:
10216 * docs/libs/gst-plugins-base-libs-sections.txt:
10217 * docs/libs/tmpl/gstcolorbalance.sgml:
10218 * docs/libs/tmpl/gstmixer.sgml:
10219 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10222 2005-11-26 Julien MOUTTE <julien@moutte.net>
10224 * docs/plugins/Makefile.am:
10225 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10226 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10227 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10229 2005-11-26 Julien MOUTTE <julien@moutte.net>
10231 * docs/plugins/Makefile.am:
10232 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10233 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10234 * docs/plugins/inspect/plugin-adder.xml:
10235 * docs/plugins/inspect/plugin-alsa.xml:
10236 * docs/plugins/inspect/plugin-audioconvert.xml:
10237 * docs/plugins/inspect/plugin-audiorate.xml:
10238 * docs/plugins/inspect/plugin-audioresample.xml:
10239 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10240 * docs/plugins/inspect/plugin-decodebin.xml:
10241 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10242 * docs/plugins/inspect/plugin-gnomevfs.xml:
10243 * docs/plugins/inspect/plugin-ogg.xml:
10244 * docs/plugins/inspect/plugin-playbin.xml:
10245 * docs/plugins/inspect/plugin-subparse.xml:
10246 * docs/plugins/inspect/plugin-tcp.xml:
10247 * docs/plugins/inspect/plugin-theora.xml:
10248 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10249 * docs/plugins/inspect/plugin-video4linux.xml:
10250 * docs/plugins/inspect/plugin-videorate.xml:
10251 * docs/plugins/inspect/plugin-videoscale.xml:
10252 * docs/plugins/inspect/plugin-videotestsrc.xml:
10253 * docs/plugins/inspect/plugin-volume.xml:
10254 * docs/plugins/inspect/plugin-vorbis.xml:
10255 * docs/plugins/inspect/plugin-ximagesink.xml:
10256 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10257 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10259 2005-11-26 Edward Hervey <edward@fluendo.com>
10261 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10262 Properly return GstFlowReturn from gst_pad_push in chain functions.
10264 2005-11-25 Michael Smith <msmith@fluendo.com>
10266 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10267 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10268 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10269 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10270 Handle various conditions better when we don't understand a stream.
10271 Removes a heap of CRITICALs on ogg streams containing unknown data.
10273 2005-11-24 Andy Wingo <wingo@pobox.com>
10275 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10278 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10280 * configure.ac: back to HEAD
10282 === release 0.9.6 ===
10284 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10287 releasing 0.9.6, "White Eight"
10289 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10291 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10292 * docs/plugins/inspect/plugin-sine.xml:
10293 remove sinesrc some more
10295 2005-11-23 Wim Taymans <wim@fluendo.com>
10297 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10298 If we are reading too slowly, jump forward in the ringbuffer
10299 instead of blocking.
10301 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10303 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10304 (gst_visual_chain):
10305 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10306 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10307 (gst_videorate_chain):
10308 * gst/videotestsrc/gstvideotestsrc.c:
10309 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10310 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10311 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10312 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10313 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10314 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10315 Updates for API changes
10317 2005-11-23 Wim Taymans <wim@fluendo.com>
10319 * gst-libs/gst/audio/gstbaseaudiosink.c:
10320 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10321 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10322 Fix for calibration API change.
10324 2005-11-23 Michael Smith <msmith@fluendo.com>
10326 * gst-libs/gst/audio/multichannel.c:
10327 (gst_audio_get_channel_positions),
10328 (gst_audio_set_channel_positions),
10329 (gst_audio_set_structure_channel_positions_list),
10330 (gst_audio_fixate_channel_positions):
10331 Use gst_value_array_*() functions on value arrays, not
10332 gst_value_list_*().
10334 2005-11-23 Edward Hervey <edward@fluendo.com>
10337 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10340 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10342 * check/Makefile.am:
10343 * check/elements/videotestsrc.c: (setup_videotestsrc),
10344 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10346 add a test for videotestsrc
10348 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10350 * gst/sine/.cvsignore:
10351 * gst/sine/Makefile.am:
10352 * gst/sine/gstsinesrc.c:
10353 * gst/sine/gstsinesrc.h:
10354 * gst/sine/sinesrc.vcproj:
10355 and remove sinesrc from the repository. Closes #321446
10357 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10360 * gst-plugins-base.spec.in:
10361 remove sinesrc from the build
10363 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10365 * check/Makefile.am:
10366 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10367 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10369 add a test for audiotestsrc, testing all waves. Even seems
10370 leak-free at first glance, nice job Stefan
10372 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10388 Translation string updates
10390 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10391 (gst_v4lsrc_set_caps):
10392 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10393 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10394 * sys/v4l/v4lsrc_calls.h:
10395 Improve v4lsrc, by making it work again.
10397 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10399 * ext/libvisual/visual.c: (gst_visual_chain):
10400 Fix the fps calculations.
10402 * gst/ffmpegcolorspace/avcodec.h:
10403 Move structure element for clarity
10405 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10406 * gst-libs/gst/interfaces/tunernorm.h:
10407 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10408 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10409 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10410 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10411 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10412 (gst_v4lmjpegsrc_getcaps):
10413 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10414 (gst_v4lsrc_set_caps):
10415 * sys/v4l/gstv4lsrc.h:
10416 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10417 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10418 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10419 * sys/v4l/v4lsrc_calls.h:
10420 Fractional framerates...
10422 2005-11-22 Wim Taymans <wim@fluendo.com>
10424 * gst-libs/gst/audio/gstbaseaudiosink.c:
10425 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10426 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10427 And we provide a clock by default, of course...
10429 2005-11-22 Wim Taymans <wim@fluendo.com>
10431 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10432 This clock can be slaved to a master clock now.
10434 * gst-libs/gst/audio/gstbaseaudiosink.c:
10435 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10436 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10437 (gst_base_audio_sink_set_clock),
10438 (gst_base_audio_sink_set_property),
10439 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10440 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10441 * gst-libs/gst/audio/gstbaseaudiosink.h:
10442 Handle slaving the internal clock to the clock selected in the
10444 Add property to make the basesink not provide a clock.
10446 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10447 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10448 (gst_base_rtp_depayload_wait):
10449 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10450 We can use the clock in GstElement, no need to store it ourselves.
10452 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10454 * docs/libs/tmpl/gstaudio.sgml:
10456 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10457 (gst_paranoia_endian_get_type):
10458 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10459 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10460 * gst/audiotestsrc/gstaudiotestsrc.c:
10461 (gst_audiostestsrc_wave_get_type):
10462 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10463 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10464 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10465 (gst_sync_method_get_type), (gst_unit_type_get_type),
10466 (gst_client_status_get_type), (gst_multifdsink_class_init),
10467 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10468 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10469 (gst_multifdsink_get_property):
10470 * gst/tcp/gstmultifdsink.h:
10471 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10472 * gst/videotestsrc/gstvideotestsrc.c:
10473 (gst_videotestsrc_pattern_get_type):
10474 remove deprecated properties
10475 fix up enums to correctly have short lowercase dashed nicks
10477 2005-11-22 Michael Smith <msmith@fluendo.com>
10479 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10480 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10483 2005-11-22 Michael Smith <msmith@fluendo.com>
10485 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10486 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10487 Use utility method for scaling clocktime for fractional framerates.
10489 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10491 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10492 (gst_visual_chain):
10493 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10494 * ext/theora/theoradec.c: (theora_handle_type_packet):
10495 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10496 (theora_enc_chain):
10497 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10498 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10499 * gst-libs/gst/video/video.h:
10500 * gst/ffmpegcolorspace/avcodec.h:
10501 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10502 (gst_ffmpeg_caps_to_pixfmt):
10503 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10504 (gst_ffmpegcsp_set_caps):
10505 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10506 (gst_videorate_setcaps), (gst_videorate_blank_data),
10507 (gst_videorate_chain):
10508 * gst/videotestsrc/gstvideotestsrc.c:
10509 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10510 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10511 (gst_videotestsrc_event), (gst_videotestsrc_create):
10512 * gst/videotestsrc/gstvideotestsrc.h:
10513 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10514 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10515 (gst_ximagesink_get_times), (gst_ximagesink_init):
10516 * sys/ximage/ximagesink.h:
10517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10518 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10519 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10520 * sys/xvimage/xvimagesink.h:
10521 Convert elements to use fractions for their framerate.
10522 V4L elements to come later tonight.
10524 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10526 * gst-libs/gst/audio/audio.c:
10527 * gst-libs/gst/audio/audio.h:
10528 remove some deprecated functions
10530 2005-11-22 Andy Wingo <wingo@pobox.com>
10532 * Update for gst_tag_setter API changes.
10534 2005-11-22 Andy Wingo <wingo@pobox.com>
10536 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10537 (gst_ogg_demux_perform_seek):
10538 * ext/theora/theoradec.c (theora_dec_sink_event):
10539 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10542 2005-11-22 Wim Taymans <wim@fluendo.com>
10544 * examples/seeking/seek.c: (main):
10545 Give higher priority to bus signals than the gtk events
10546 to fix a race condition in the segment looping.
10548 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10550 * ext/theora/Makefile.am:
10551 * ext/vorbis/Makefile.am:
10552 * gst-libs/gst/tag/Makefile.am:
10553 * gst-plugins-base.spec.in:
10554 Rename libgsttagedit to libgsttag (#322117).
10556 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10558 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10559 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10560 Call gst_x_overlay_prepare_xwindow_id() to give applications
10561 a final chance to set their own xwindow id before the video
10562 sink creates its own window.
10564 2005-11-22 Julien MOUTTE <julien@moutte.net>
10566 * sys/xvimage/xvimagesink.c:
10567 (gst_xvimagesink_navigation_send_event): Handle navigation
10568 events correcly with borders if applicable.
10570 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10572 Patch by: Luca Ognibene
10574 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10575 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10576 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10577 (gst_ffmpegcsp_caps_remove_format_info):
10578 * gst/ffmpegcolorspace/imgconvert.c:
10579 * gst/ffmpegcolorspace/imgconvert_template.h:
10580 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10581 #318353); use gst_structure_has_name().
10583 2005-11-22 Julien MOUTTE <julien@moutte.net>
10585 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10586 (gst_ximagesink_class_init): Add debug macros on functions.
10587 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10588 (gst_xvimagesink_xwindow_draw_borders),
10589 (gst_xvimagesink_xvimage_put),
10590 (gst_xvimagesink_xwindow_update_geometry),
10591 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10592 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10593 (gst_xvimagesink_xcontext_clear),
10594 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10595 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10596 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10597 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10598 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10599 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10600 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10601 expose while being PAUSED, out of data flow navigation events, etc..
10603 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10605 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10606 * gst-libs/gst/audio/audio.h:
10607 fix prototype - wondering why the test worked regardless
10609 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10611 * check/Makefile.am:
10612 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10613 * gst-libs/gst/audio/audio.h:
10614 add a method that returns a proper GstClockTime
10616 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10618 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10619 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10620 * gst-libs/gst/interfaces/xoverlay.h:
10621 Remove everything having to do with the desired size; add
10622 gst_x_overlay_prepare_xwindow_id() function; remove the
10623 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10624 post a message on the bus instead (#321816).
10626 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10627 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10628 (gst_xvimagesink_xoverlay_init):
10629 Remove desired size stuff (#321816).
10631 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10633 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10634 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10635 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10636 Terminate vararg functions with NULL instead of 0 to
10639 2005-11-21 Andy Wingo <wingo@pobox.com>
10641 patch by: Sebastien Cote <sebas642@yahoo.ca>
10643 * gst-libs/gst/rtp/gstrtpbuffer.h:
10644 * gst-libs/gst/rtp/gstrtpbuffer.c
10645 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10647 2005-11-21 Andy Wingo <wingo@pobox.com>
10649 * gst/playback/gstplaybin.c (gen_audio_element)
10650 (gen_video_element): Use the new MISSING_PLUGIN core error
10651 category. Closes #320060.
10653 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10654 * gst/videorate/gstvideorate.c (gst_videorate_event):
10655 * ext/theora/theoradec.c (theora_dec_sink_event):
10656 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10659 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10660 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10661 stream lock changes.
10663 2005-11-21 Wim Taymans <wim@fluendo.com>
10665 * gst-libs/gst/audio/gstbaseaudiosink.c:
10666 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10667 (gst_base_audio_sink_provide_clock),
10668 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10669 (gst_base_audio_sink_change_state):
10670 * gst/audioresample/gstaudioresample.c:
10671 Segment update fix.
10673 2005-11-21 Andy Wingo <wingo@pobox.com>
10676 * *.c: Ran scripts/update-macros. Oh yes.
10678 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10680 * sys/ximage/Makefile.am:
10681 * sys/ximage/ximage.c:
10682 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10683 remove your old libgstximage.* manually if necessary).
10685 2005-11-21 Michael Smith <msmith@fluendo.com>
10687 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10688 Minimal fix for bug #320200: set the min/max bitrate in the correct
10689 units. A better fix would be to upgrade to the RATEMANAGE2
10690 interface, rather than using the deprecated interface used here, but
10691 that would require an update in our libvorbis dependency (to 1.1),
10692 which is probably undesirable.
10694 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10696 * ext/libvisual/visual.c: (get_buffer):
10697 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10698 (gst_base_audio_src_fixate):
10699 * gst/audioconvert/gstaudioconvert.c:
10700 (gst_audio_convert_fixate_caps):
10701 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10702 * gst/audiotestsrc/gstaudiotestsrc.c:
10703 (gst_audiotestsrc_src_fixate):
10704 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10705 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10706 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10707 * gst/videotestsrc/gstvideotestsrc.c:
10708 (gst_videotestsrc_src_fixate):
10709 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10710 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10711 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10715 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10717 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10718 (gst_riff_create_iavs_caps):
10719 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10720 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10721 (gst_riff_parse_info):
10722 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10723 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10724 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10725 Fixes for GST_FOURCC_FORMAT API change.
10727 2005-11-21 Andy Wingo <wingo@pobox.com>
10729 patch by: Alessandro Dessina <alessandro nnva org>
10731 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10732 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10733 (gst_ogg_parse_chain):
10734 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10735 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10736 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10737 gst_value_list calls on arrays. Fixes #321962.
10739 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10741 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10742 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10743 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10744 * gst/adder/gstadder.c: (gst_adder_init),
10745 (gst_adder_request_new_pad), (gst_adder_collected),
10746 (gst_adder_change_state):
10747 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10750 2005-11-21 Michael Smith <msmith@fluendo.com>
10752 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10753 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10754 Properly handle pad_push return values.
10756 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10758 * gst-libs/gst/tag/Makefile.am:
10759 * gst-libs/gst/tag/gstvorbistag.c:
10760 (gst_tag_list_to_vorbiscomment_buffer):
10761 Remove obsolete vorbistag element and debug category.
10763 * gst/playback/gstplaybasebin.c: (check_queue):
10764 Don't divide by 0 when queue-threshold is 0.
10766 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10767 Don't modify an existing pixel-aspect-ratio if we fail to read
10770 2005-11-20 Wim Taymans <wim@fluendo.com>
10772 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10773 (gst_vorbisenc_push_packet):
10774 GST_PAD_IS_USABLE is gone, use the return value of
10775 the push or pad_alloc_buffer instead.
10777 2005-11-18 Julien MOUTTE <julien@moutte.net>
10779 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10780 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10781 (gst_ximagesink_ximage_destroy),
10782 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10783 (gst_ximagesink_xwindow_new),
10784 (gst_ximagesink_xwindow_update_geometry),
10785 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10786 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10787 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10788 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10789 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10790 (gst_ximagesink_navigation_send_event),
10791 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10792 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10793 (gst_ximagesink_finalize), (gst_ximagesink_init),
10794 (gst_ximagesink_class_init):
10795 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10796 This new version brings correct software scaling, non flickering
10797 window while resizing, pixel aspect ratio handling, usage of
10798 hardware buffer pools, out of data flow event thread for
10799 navigation and handling of expose events even when being PAUSED,
10800 a new property to keep video aspect ratio when resizing, etc...
10802 2005-11-18 Julien MOUTTE <julien@moutte.net>
10804 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10805 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10808 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10810 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10811 Unsetting IS_SINK flag from the fakesink, so decodebin
10812 never behaves as a sink.
10814 2005-11-17 Wim Taymans <wim@fluendo.com>
10816 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10817 (gst_base_audio_src_change_state):
10818 Fix the audiosrc base class again, we did not unflush.
10820 2005-11-17 Julien MOUTTE <julien@moutte.net>
10822 * examples/seeking/seek.c: (make_dv_pipeline),
10823 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10824 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10825 to ogg/vorbis/theora pipeline.
10827 2005-11-17 Wim Taymans <wim@fluendo.com>
10829 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10830 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10831 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10832 Fix EOS on multiple streams.
10835 2005-11-16 Wim Taymans <wim@fluendo.com>
10837 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10838 (gst_ogg_demux_perform_seek):
10839 Segment done must include stream time.
10841 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10842 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10843 (gst_ogg_mux_change_state):
10844 Fix ogg muxer again.
10846 2005-11-16 Wim Taymans <wim@fluendo.com>
10848 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10851 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10853 * ext/libvisual/visual.c: (gst_visual_init):
10854 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10855 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10856 (gst_ogg_parse_chain):
10857 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10858 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10859 * ext/theora/theoradec.c: (gst_theora_dec_init):
10860 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10861 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10862 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10863 * gst/adder/gstadder.c: (gst_adder_class_init),
10864 (gst_adder_dispose):
10865 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10866 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10867 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10868 Fix a whole set of pad template leaks
10870 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10872 * check/generic/states.c: (GST_START_TEST):
10873 fix the test so that it only checks for elements that are part of
10876 2005-11-16 Michael Smith <msmith@fluendo.com>
10878 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10879 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10880 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10881 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10882 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10883 (gst_ogg_mux_change_state):
10884 Fix leaking collectpads.
10886 2005-11-16 Edward Hervey <edward@fluendo.com>
10888 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10889 (gst_videorate_event), (gst_videorate_chain):
10890 Handle segment seeks
10892 2005-11-16 Wim Taymans <wim@fluendo.com>
10894 * gst-libs/gst/audio/gstbaseaudiosink.c:
10895 (gst_base_audio_sink_provide_clock),
10896 (gst_base_audio_sink_change_state):
10897 Set ringbuffer to non-flushing when going to PAUSED, set to
10898 flushing again when going to READY.
10900 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10901 (gst_ring_buffer_stop):
10902 Start in flushing mode by default.
10903 Don't set flushing in the _stop method, let the app call
10906 2005-11-16 Julien MOUTTE <julien@moutte.net>
10908 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10909 * gst-libs/gst/video/videosink.h: Add helper function needed
10912 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10914 * gst/videoscale/gstvideoscale.c:
10915 (gst_videoscale_handle_src_event):
10916 Don't leak reference to pad parent.
10918 2005-11-16 Wim Taymans <wim@fluendo.com>
10920 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10921 Set ringbuffer to flushing when stopping so that we don't
10922 block on wait_segment anymore and livelock.
10924 2005-11-16 Wim Taymans <wim@fluendo.com>
10926 * examples/seeking/seek.c: (send_event), (do_seek),
10927 (loop_toggle_cb), (segment_done), (main):
10928 Added looping checkbox.
10930 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10932 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10933 (gst_ogg_demux_init):
10934 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10935 (gst_vorbis_dec_init):
10936 revert unrefs, they don't pass make check
10938 2005-11-15 Johan Dahlin <johan@gnome.org>
10940 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10941 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10942 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10943 (gst_vorbis_dec_init):
10944 Fix pad template leaks.
10946 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10948 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10949 Make state change function thread safe.
10951 2005-11-15 Edward Hervey <edward@fluendo.com>
10953 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10954 (gst_ogg_demux_class_init):
10955 Implement GstElement::send_event, so we can send seek events
10958 2005-11-14 Julien MOUTTE <julien@moutte.net>
10960 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10961 Discovered how to take away flickering while resizing the
10962 window. Please don't put that in ximagesink, refactoring in
10965 2005-11-14 Michael Smith <msmith@fluendo.com>
10967 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10968 (gst_multifdsink_render):
10969 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10971 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10973 * gst/playback/gstplaybin.c: (gen_audio_element):
10974 Use autoaudiosink, it tends to be more widely available than
10977 2005-11-14 Andy Wingo <wingo@pobox.com>
10979 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10980 as well if it is available. Fixes #316442.
10982 2005-11-14 Michael Smith <msmith@fluendo.com>
10984 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10985 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10986 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10987 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10988 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10989 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10990 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10991 (gst_vorbisenc_change_state):
10992 Fix a small memory leak in vorbisenc.
10993 Fix large memory leaks in oggmux, also fix lots of state change
10996 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10998 * gst/videotestsrc/gstvideotestsrc.c:
10999 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11000 (gst_videotestsrc_src_fixate):
11001 move fixation to a fixate function
11002 remove negotiate function, basesrc's is good enough
11003 fixes a bug for check when using the element alone
11005 2005-11-13 Edward Hervey <edward@fluendo.com>
11007 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11008 (key_toggle_cb), (main):
11009 Added checkboxes for adding/removing the accurate and key_unit seek
11012 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11014 * configure.ac: back to HEAD
11016 === release 0.9.5 ===
11018 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11021 releasing 0.9.5, "No No Kia"
11023 2005-11-11 Edward Hervey <edward@fluendo.com>
11025 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11026 Added parse-launch syntax seeking mode for the seeking example.
11027 This should help stress-test even more cases.
11028 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11030 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11032 * sys/xvimage/xvimagesink.c:
11033 (gst_xvimagesink_navigation_send_event):
11034 Check whether peer pad exists before sending navigation events
11037 2005-11-11 Michael Smith <msmith@fluendo.com>
11039 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11040 (gst_vorbisenc_buffer_from_packet):
11041 * ext/vorbis/vorbisenc.h:
11042 Set duration on encoded buffers. This allows oggmux's
11043 max_page_delay parameter to actually work.
11045 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11047 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11048 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11049 (gst_ffmpegcsp_avpicture_fill):
11050 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11051 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11052 Make palettes work again (see #132341). Use our own macros
11055 2005-11-10 Andy Wingo <wingo@pobox.com>
11057 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11060 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11062 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11063 (gst_ffmpegcsp_transform_caps):
11064 Prefer passthrough in transform_caps
11066 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11068 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11069 check for ALSA errors properly, instead of relying on ALSA's
11070 error strings to serve to the user.
11072 2005-11-10 Wim Taymans <wim@fluendo.com>
11074 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11075 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11076 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11077 Modernise the seek code.
11079 2005-11-10 Michael Smith <msmith@fluendo.com>
11081 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11082 (setup_substreams), (set_active_source):
11083 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11084 trying to go to NULL if we failed to read a file.
11086 2005-11-10 Wim Taymans <wim@fluendo.com>
11088 * gst/audiotestsrc/gstaudiotestsrc.c:
11089 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11090 (gst_audiotestsrc_create):
11091 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11092 (gst_sinesrc_get_times), (gst_sinesrc_create):
11093 * gst/videotestsrc/gstvideotestsrc.c:
11094 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11095 (gst_videotestsrc_create):
11096 The base class can now sync for us.
11098 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11100 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11101 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11102 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11103 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11104 format=(fourcc)I420" ! xvimagesink
11106 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11108 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11109 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11110 (gst_sinesrc_newsegment):
11111 Send newsegment event in TIME format, set duration if
11112 num-buffers is set, fix duration querying.
11114 2005-11-10 Michael Smith <msmith@fluendo.com>
11116 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11117 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11118 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11119 (gst_ogg_mux_collected):
11120 Fix EOS handling, partially. Now forwarding an EOS event once we have
11121 EOS on all pads works correctly. However, we still don't properly set
11122 EOS on the actual ogg stream pages.
11124 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11126 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11127 Set elements to NULL state before disposing of them.
11129 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11131 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11133 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11134 (gst_base_rtp_depayload_init),
11135 (gst_base_rtp_depayload_set_gst_timestamp):
11136 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11137 We need to send a newsegment event for each instance, not
11138 just for the first instance of this class (get rid of
11139 static variable in function). (#321011).
11141 2005-11-08 Michael Smith <msmith@fluendo.com>
11143 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11144 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11145 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11146 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11147 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11148 This makes us mux things correctly according to the ogg muxing
11149 rules. Still not handling EOS correctly right now, though.
11151 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11153 * gst/audioconvert/gstaudioconvert.c:
11156 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11158 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11159 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11160 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11161 creating a new chain; should fix live streaming. Also
11162 add more debug output and fix a typo.
11164 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11166 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11168 * gst/volume/gstvolume.c: (volume_set_caps):
11169 Fix compilation on Solaris with Forte. (#320923)
11171 2005-11-08 Wim Taymans <wim@fluendo.com>
11173 * gst-libs/gst/audio/gstbaseaudiosink.c:
11174 (gst_base_audio_sink_render):
11175 No need to do a typecheck.
11177 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11179 * ext/alsa/gstalsa.h:
11180 We register a debug category, so let's use it.
11182 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11184 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11185 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11186 Fixed a small problem.
11188 2005-11-04 Wim Taymans <wim@fluendo.com>
11190 * examples/seeking/Makefile.am:
11191 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11192 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11193 (make_playerbin_pipeline), (format_value), (update_scale),
11194 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11195 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11196 (print_usage), (main):
11197 Added app for playback speed testing.
11199 * examples/seeking/seek.c: (dynamic_link),
11200 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11201 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11202 (message_received), (main):
11203 Updated seek example.
11205 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11207 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11208 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11209 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11210 (gst_base_rtp_depayload_set_clock):
11211 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11212 Don't sleep on the bench (system clock) when you have a nice
11213 comfortable bed (Gstreamer clock) to sleep on.
11215 2005-11-03 Wim Taymans <wim@fluendo.com>
11217 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11218 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11219 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11220 Handle the case where a pad_block failed.
11222 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11224 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11226 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11227 (gst_base_rtp_depayload_add_to_queue),
11228 (gst_base_rtp_depayload_push),
11229 (gst_base_rtp_depayload_set_gst_timestamp),
11230 (gst_base_rtp_depayload_queue_release):
11231 Fixes some bugs in the depayloader's queuing/de-queueing code.
11233 2005-10-31 Michael Smith <msmith@fluendo.com>
11235 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11236 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11237 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11238 Patch from Alessandro Decina <alessandro@nnva.org>.
11239 Make oggdemux only find the final time in a chain, not per-pad,
11240 since the per-pad information can be very expensive to locate, and
11241 it isn't used anywhere. This makes reading a file containing
11242 OggSkeleton reasonably fast.
11243 Also, make chain finding work when there are logical bitstreams that
11244 can't be decoded. Fixes #319110.
11246 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11248 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11249 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11250 (gst_base_rtp_depayload_chain),
11251 (gst_base_rtp_depayload_add_to_queue),
11252 (gst_base_rtp_depayload_push),
11253 (gst_base_rtp_depayload_set_gst_timestamp),
11254 (gst_base_rtp_depayload_queue_release),
11255 (gst_base_rtp_depayload_start_thread),
11256 (gst_base_rtp_depayload_set_property),
11257 (gst_base_rtp_depayload_get_property):
11258 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11259 Some random fixes, to fullfill the desires of thomas.
11261 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11263 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11264 (gst_base_rtp_depayload_add_to_queue),
11265 (gst_base_rtp_depayload_push):
11266 Fixed the queueing algorithm.
11268 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11270 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11271 (gst_base_rtp_depayload_push):
11274 2005-10-31 Wim Taymans <wim@fluendo.com>
11276 * gst-libs/gst/audio/gstringbuffer.h:
11279 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11280 (gst_ffmpeg_caps_to_pixfmt):
11281 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11282 (gst_ffmpegcsp_set_caps):
11283 Some more comments.
11284 Handle missing required caps fields better.
11286 2005-10-31 Wim Taymans <wim@fluendo.com>
11288 * gst-libs/gst/audio/gstbaseaudiosink.c:
11289 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11290 (gst_base_audio_sink_render):
11291 * gst-libs/gst/audio/gstringbuffer.c:
11292 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11293 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11294 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11295 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11296 (gst_ring_buffer_read):
11297 * gst-libs/gst/audio/gstringbuffer.h:
11298 Add flushing mode to the ringbuffer so that it in all cases does
11299 not try to handle more audio. This makes sure it does not try to
11300 block anymore when flushing and fixes a livelock.
11302 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11304 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11305 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11306 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11307 Explicitly check for -1 values before doing a conversion
11308 and always map them to -1. (#315545)
11310 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11312 * gst/playback/gstplaybin.c: (gen_video_element):
11313 first try autovideosink, then xvimagesink, then error out
11315 add translatable file
11330 update translations
11332 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11334 * gst-libs/gst/rtp/gstbasedepayload.c:
11335 * gst-libs/gst/rtp/gstbasedepayload.h:
11338 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11340 * gst/playback/.cvsignore:
11341 * gst/playback/decodetest.c:
11342 * gst/playback/test3.c:
11343 Port these two tests as well.
11345 2005-10-27 Wim Taymans <wim@fluendo.com>
11347 * ext/theora/theoradec.c: (theora_dec_src_query),
11348 (theora_dec_sink_event):
11349 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11350 (theora_enc_change_state):
11351 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11352 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11353 Take proper locks when handling events.
11355 2005-10-27 Wim Taymans <wim@fluendo.com>
11357 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11358 (gst_adder_change_state):
11359 Fix timestamps and fix deadlock when stopping the collectpads.
11361 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11363 * gst-libs/gst/rtp/gstrtpbuffer.h:
11364 Declaring the payload types as strings too so that they can be used
11365 in the padtemplate inialization.
11367 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11369 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11371 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11372 (gst_base_rtp_depayload_class_init):
11373 Fixes a small but nasty bug. The derived elements no longer segfaults
11376 2005-10-26 Michael Smith <msmith@fluendo.com>
11378 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11379 When clearing an audioconvert context, set tmpbufsize to zero, so
11380 we'll allocate it again later if required.
11381 This fixes audioconvert re-negotiating formats, which previously
11382 segfaulted with a NULL destination buffer.
11384 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11386 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11387 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11388 (gst_base_rtp_depayload_set_gst_timestamp),
11389 (gst_base_rtp_depayload_queue_release):
11390 Fixed a smalll memleak.
11392 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11393 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11394 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11395 (gst_base_rtp_depayload_finalize),
11396 (gst_base_rtp_depayload_setcaps),
11397 (gst_base_rtp_depayload_add_to_queue),
11398 (gst_base_rtp_depayload_push),
11399 (gst_base_rtp_depayload_set_gst_timestamp),
11400 (gst_base_rtp_depayload_queue_release),
11401 (gst_base_rtp_depayload_thread),
11402 (gst_base_rtp_depayload_change_state):
11403 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11404 Changed the C++ comments to C comments
11406 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11408 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11409 * gst/tcp/gsttcpclientsrc.h:
11410 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11411 * gst/tcp/gsttcpserversrc.h:
11412 Remove unused 'curoffset' structure member.
11414 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11416 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11417 (gst_base_rtp_depayload_base_init),
11418 (gst_base_rtp_depayload_finalize):
11419 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11420 * gst-libs/gst/rtp/gstbasertppayload.h:
11421 The pad-template on the sinkpad should be set by the derived classes.
11422 Also added some useful macros.
11424 2005-10-24 Wim Taymans <wim@fluendo.com>
11426 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11427 Correctly flush decoder samples even if we could not
11428 copy them to an output buffer. Fixes #319618.
11430 2005-10-24 Julien MOUTTE <julien@moutte.net>
11432 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11433 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11434 the caps against our xcontext caps.
11436 2005-10-24 Wim Taymans <wim@fluendo.com>
11438 * gst-libs/gst/audio/gstbaseaudiosink.c:
11439 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11441 Use sync property from baseclass to disable sync.
11443 2005-10-24 Wim Taymans <wim@fluendo.com>
11445 * gst-libs/gst/audio/gstbaseaudiosink.c:
11446 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11447 Buffers with no timestamps get aligned with previous buffers or
11448 on underrun, played ASAP.
11450 2005-10-24 Julien MOUTTE <julien@moutte.net>
11452 * gst-libs/gst/video/video.h:
11453 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11454 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11456 here comes my change on caps for framerate and geometry range.
11457 We are now accepting 1 to MAXINT for width and height, and from
11458 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11459 to be blended correctly in videomixer.
11461 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11466 === release 0.9.4 ===
11468 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11473 releasing 0.9.4, "Velociraptor"
11475 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11477 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11481 2005-10-21 Wim Taymans <wim@fluendo.com>
11483 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11484 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11485 (pad_blocked), (close_pad_link), (new_pad):
11486 Don't try to remove elements twice.
11488 2005-10-21 Wim Taymans <wim@fluendo.com>
11490 * ext/theora/theoradec.c: (theora_dec_src_query),
11491 (theora_dec_sink_event):
11492 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11493 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11494 (vorbis_handle_data_packet):
11495 * ext/vorbis/vorbisdec.h:
11498 * gst-libs/gst/audio/gstbaseaudiosink.c:
11499 (gst_base_audio_sink_render):
11500 Don't try to sync on buffers without a timestamp.
11502 2005-10-21 Wim Taymans <wim@fluendo.com>
11504 * ext/theora/theoradec.c: (theora_dec_src_query),
11505 (theora_dec_sink_event):
11506 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11507 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11508 (vorbis_handle_data_packet):
11509 * ext/vorbis/vorbisdec.h:
11512 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11514 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11515 (gst_vorbisenc_src_query):
11516 Implement position and duration queries.
11518 * gst/playback/test3.c: (update_scale), (main):
11519 Fix for async state changes and print nicer output.
11521 2005-10-20 Wim Taymans <wim@fluendo.com>
11523 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11524 (dump_element_stats), (main):
11525 * gst/playback/test6.c: (main):
11528 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11530 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11531 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11532 Don't use functions for position queries when handling
11535 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11537 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11538 (vorbis_handle_data_packet), (vorbis_dec_chain),
11539 (vorbis_dec_change_state):
11540 * ext/vorbis/vorbisdec.h:
11541 Vorbis streams can be embedded in other container formats
11542 than ogg, container formats where the demuxer might set
11543 timestamps on encoded vorbis buffers instead of those silly
11544 granulepos thingies. In short: make vorbisdec handle
11545 timestamps on incoming buffers as well.
11547 2005-10-20 Wim Taymans <wim@fluendo.com>
11549 * gst/playback/gstplaybasebin.c: (group_destroy),
11550 (gst_play_base_bin_change_state):
11552 Handle case where playbasebin is now ASYNC because
11555 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11557 * gst/audioconvert/Makefile.am:
11558 * gst/audioconvert/bufferframesconvert.c:
11559 * gst/audioconvert/plugin.c: (plugin_init):
11560 * gst/audioconvert/plugin.h:
11561 And bye bye buffer-frames-convert
11563 2005-10-19 Wim Taymans <wim@fluendo.com>
11565 * check/elements/audioconvert.c:
11566 * docs/libs/tmpl/gstaudio.sgml:
11567 * docs/libs/tmpl/gstcolorbalance.sgml:
11568 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11569 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11570 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11571 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11572 * gst-libs/gst/audio/audio.h:
11573 * gst/audioconvert/audioconvert.h:
11574 * gst/audioconvert/gstaudioconvert.c:
11575 (gst_audio_convert_parse_caps):
11576 * gst/volume/gstvolume.c:
11577 Bye bye buffer-frames.
11579 2005-10-19 Wim Taymans <wim@fluendo.com>
11581 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11582 (query_positions_elems), (query_positions_pads), (update_scale),
11583 (do_seek), (set_update_scale), (message_received), (main):
11584 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11585 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11586 (gst_ogg_demux_loop):
11587 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11588 * ext/theora/theoradec.c: (theora_dec_src_query),
11589 (theora_dec_sink_event):
11590 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11591 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11592 * gst/adder/gstadder.c: (gst_adder_query):
11593 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11594 * gst/playback/test3.c: (update_scale):
11595 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11596 (dump_element_stats), (main):
11597 * gst/playback/test6.c: (main):
11598 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11601 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11603 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11604 (xml_check_first_element), (xml_type_find), (smil_type_find),
11606 Add typefinding for SMIL and for generic XML. Based on patch by
11607 Akos Maroy (#308663).
11609 2005-10-18 Wim Taymans <wim@fluendo.com>
11611 * gst/playback/Makefile.am:
11612 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11613 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11614 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11615 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11616 (gst_decode_bin_change_state):
11617 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11618 (gst_play_bin_send_event_to_sink):
11619 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11620 (dump_element_stats), (main):
11621 * gst/playback/test6.c: (main):
11622 Make playbin async, it'll commit state to paused when all streams
11625 Added test6.c to show async behaviour.
11627 2005-10-18 Wim Taymans <wim@fluendo.com>
11629 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11630 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11631 Fix for segment-start/stop API change.
11633 2005-10-18 Wim Taymans <wim@fluendo.com>
11635 * check/Makefile.am:
11636 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11638 Add future test for clock selection.
11640 2005-10-18 Wim Taymans <wim@fluendo.com>
11642 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11643 (gst_alsasink_close):
11644 Set handle to NULL.
11646 * gst-libs/gst/audio/gstringbuffer.c:
11647 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11648 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11649 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11650 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11651 (gst_ring_buffer_read):
11654 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11656 * gst/audiotestsrc/Makefile.am:
11657 * gst/sine/Makefile.am:
11658 * gst/volume/Makefile.am:
11659 fix broken build of controllerized plugins
11661 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11663 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11665 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11666 (gst_riff_create_video_template_caps):
11667 Add support for Indeo-3 (IV32).
11669 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11674 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11676 * gst-libs/gst/video/video.c: (gst_video_get_size):
11677 * gst/audiotestsrc/gstaudiotestsrc.c:
11680 2005-10-17 Andy Wingo <wingo@pobox.com>
11682 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11683 with the collectpads change.
11684 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11686 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11688 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11690 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11691 alloc_buffer flow return to callers.
11692 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11693 change. Fix some memleaks in theoraenc.
11695 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11696 in strange circumstance.
11698 2005-10-17 Julien MOUTTE <julien@moutte.net>
11700 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11701 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11702 from caps, let's use the caps...
11704 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11707 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11709 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11711 * gst-libs/gst/interfaces/Makefile.am:
11714 2005-10-16 Andy Wingo <wingo@pobox.com>
11716 * gst/playback/gstdecodebin.c
11717 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11719 (try_to_link_1): Increase kraziness level.
11721 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11724 restructure like the core one
11725 * gst-libs/gst/audio/Makefile.am:
11726 * gst-libs/gst/interfaces/Makefile.am:
11727 * gst-libs/gst/net/Makefile.am:
11728 * gst-libs/gst/riff/Makefile.am:
11729 * gst-libs/gst/rtp/Makefile.am:
11730 * gst-libs/gst/tag/Makefile.am:
11731 * gst-libs/gst/video/Makefile.am:
11732 use correct linker flags, now the libs are properly versioned
11733 * check/elements/audioconvert.c: (verify_convert):
11734 * ext/alsa/gstalsaplugin.c:
11735 * ext/cdparanoia/gstcdparanoia.c:
11736 * ext/gnomevfs/gstgnomevfs.c:
11737 * ext/libvisual/visual.c:
11738 * ext/ogg/gstogg.c:
11739 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11740 * ext/theora/theora.c:
11741 * ext/vorbis/vorbis.c:
11742 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11743 * gst-libs/gst/tag/gsttagediting.c:
11744 * gst-libs/gst/video/video.c:
11745 * gst/adder/gstadder.c:
11746 * gst/audioconvert/plugin.c:
11747 * gst/audiorate/gstaudiorate.c:
11748 * gst/audioresample/gstaudioresample.c:
11749 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11750 * gst/audioscale/gstaudioscale.c:
11751 * gst/audioscale/resample.c:
11752 * gst/audiotestsrc/gstaudiotestsrc.c:
11753 * gst/ffmpegcolorspace/gstffmpeg.c:
11754 * gst/playback/gstdecodebin.c: (close_pad_link):
11755 * gst/playback/gstplaybin.c: (gen_video_element),
11756 (gen_audio_element):
11757 * gst/sine/gstsinesrc.c:
11758 * gst/subparse/gstsubparse.c:
11759 * gst/tags/gsttagediting.c:
11760 * gst/tcp/gsttcpplugin.c:
11761 * gst/typefind/gsttypefindfunctions.c:
11762 * gst/videorate/gstvideorate.c:
11763 * gst/videoscale/gstvideoscale.c:
11764 * gst/videotestsrc/gstvideotestsrc.c:
11765 * gst/volume/gstvolume.c:
11766 * sys/v4l/gstv4l.c:
11767 * sys/ximage/ximage.c:
11768 * sys/xvimage/xvimagesink.c:
11771 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11773 * ext/vorbis/vorbisenc.c:
11774 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11775 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11776 (gst_tag_to_vorbis_comments):
11777 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11779 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11781 * examples/stats/mp2ogg.c:
11782 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11785 2005-10-13 Michael Smith <msmith@fluendo.com>
11787 * ext/ogg/gstoggmux.c:
11788 Use magic glib macros to define constants as 64 bit, to ensure
11789 appropriate vararg passing.
11791 2005-10-13 Michael Smith <msmith@fluendo.com>
11793 * ext/ogg/gstoggmux.c:
11794 * gst/audioconvert/audioconvert.c: (float):
11795 Don't use LL suffix, as it's not portable, and neither of these
11796 uses required it anyway.
11798 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11800 * examples/indexing/indexmpeg.c: (main):
11801 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11802 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11803 (cdparanoia_convert), (cdparanoia_query):
11804 * ext/cdparanoia/gstcdparanoia.h:
11805 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11806 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11807 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11809 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11810 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11811 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11812 (gst_multifdsink_render), (gst_multifdsink_start),
11813 (gst_multifdsink_stop):
11814 * gst/tcp/gstmultifdsink.h:
11815 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11816 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11817 (gst_tcpclientsink_stop):
11818 * gst/tcp/gsttcpclientsink.h:
11819 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11820 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11821 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11822 * gst/tcp/gsttcpclientsrc.h:
11823 * gst/tcp/gsttcpserversink.h:
11824 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11825 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11826 (gst_tcpserversrc_stop):
11827 * gst/tcp/gsttcpserversrc.h:
11828 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11829 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11830 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11831 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11832 moved bitshift from macro to enum definition
11834 2005-10-12 Wim Taymans <wim@fluendo.com>
11836 * examples/seeking/Makefile.am:
11839 2005-10-12 Wim Taymans <wim@fluendo.com>
11841 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11842 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11843 Don't assert on normal stuff.
11845 * gst/playback/gstplaybin.c: (do_playbin_seek):
11848 2005-10-12 Wim Taymans <wim@fluendo.com>
11850 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11851 * examples/seeking/Makefile.am:
11852 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11853 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11854 (do_seek), (set_update_scale), (message_received), (main):
11855 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11856 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11857 Update for _get_state() API change.
11859 2005-10-11 Wim Taymans <wim@fluendo.com>
11861 * gst-libs/gst/audio/gstbaseaudiosink.c:
11862 (gst_base_audio_sink_render):
11863 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11864 (gst_base_audio_src_create):
11865 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11866 (gst_ring_buffer_read):
11868 Commit and read from ringbuffer in samples rather than bytes.
11870 2005-10-11 Wim Taymans <wim@fluendo.com>
11872 * gst-libs/gst/audio/gstbaseaudiosink.c:
11873 (gst_base_audio_sink_render):
11874 Respect segment rate and accum when scheduling samples.
11876 2005-10-11 Julien MOUTTE <julien@moutte.net>
11878 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11879 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11880 EOS correctly, that needs more work.
11882 2005-10-11 Wim Taymans <wim@fluendo.com>
11884 * check/generic/states.c: (GST_START_TEST):
11885 remove old property.
11887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11888 (gst_ogg_demux_perform_seek):
11889 * ext/theora/theoradec.c: (theora_dec_sink_event):
11890 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11891 (vorbis_handle_data_packet):
11892 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11893 (gst_base_rtp_depayload_set_gst_timestamp):
11894 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11895 Update for newsegment API change.
11897 2005-10-11 Michael Smith <msmith@fluendo.com>
11899 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11900 (do_playbin_seek), (gst_play_bin_send_event):
11901 Override send_event differently, so that we can takes bits of
11902 functionality from GstPipeline (special handling for seeks,
11903 including pausing/resuming, and resetting stream time) and still get
11904 the appropriate behaviour of only forwarding event to a single sink,
11905 rather than all of them.
11906 Unfortunately requires a lot of code duplication, but the
11907 alternatives are equally ugly in the end.
11909 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11911 * check/elements/audioconvert.c: (setup_audioconvert),
11912 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11913 (GST_START_TEST), (audioconvert_suite):
11914 clean up tests a little, fix some leaks.
11916 2005-10-10 Wim Taymans <wim@fluendo.com>
11918 * ext/alsa/gstalsasink.c:
11919 Also allow unsigned int.
11921 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11922 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11925 2005-10-10 Wim Taymans <wim@fluendo.com>
11927 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11928 Small update, use API as stated in design docs.
11930 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11931 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11932 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11933 (message_received), (main):
11934 Updated seek example for GOption. Some usability improvements.
11936 2005-10-10 Wim Taymans <wim@fluendo.com>
11938 * gst/audioconvert/audioconvert.h:
11939 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11940 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11941 Alloc temp storage somewhere else where we can do it more
11944 2005-10-10 Wim Taymans <wim@fluendo.com>
11946 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11947 (gst_tcpserversrc_start):
11948 Don't block in accept while doing the state change, move
11949 to poll and make cancellable.
11951 2005-10-09 Philippe Khalaf <burger@speedy.org>
11953 * gst-libs/gst/rtp/rtpbasedepayload.c:
11954 Set timestamp and add queue delay to timestamp
11955 * gst-libs/gst/rtp/rtpbuffer.h:
11956 Set correct payload type for h263
11958 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11960 * gst/audiotestsrc/gstaudiotestsrc.c:
11961 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11962 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11963 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11964 (gst_audiotestsrc_create_triangle),
11965 (gst_audiotestsrc_create_silence),
11966 (gst_audiotestsrc_create_white_noise),
11967 (gst_audiotestsrc_init_pink_noise),
11968 (gst_audiotestsrc_generate_pink_noise_value),
11969 (gst_audiotestsrc_create_pink_noise),
11970 (gst_audiotestsrc_change_wave):
11971 * gst/audiotestsrc/gstaudiotestsrc.h:
11972 fixed typo, added pink noise
11974 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11976 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11978 Add wavpack and spc typefind functions from 0.8 branch.
11980 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11982 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11983 (ar_type_find), (msdos_type_find), (plugin_init):
11984 Add typefind functions for tar archives, ar archives,
11985 RAR archives, and msdos-executables (dlls, exe, etc.).
11986 Some of those would be wrongly identified as mpeg
11987 streams of some sort before (#315550).
11989 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11992 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11993 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11994 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11995 * gst/audiotestsrc/Makefile.am:
11996 * gst/audiotestsrc/gstaudiotestsrc.c:
11997 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11998 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11999 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12000 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12001 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12002 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12003 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12004 (gst_audiotestsrc_create_silence),
12005 (gst_audiotestsrc_create_white_noise),
12006 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12007 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12008 (gst_audiotestsrc_start), (plugin_init):
12009 * gst/audiotestsrc/gstaudiotestsrc.h:
12010 add new plugin and element
12011 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12014 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12016 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12017 (gst_adder_init), (gst_adder_request_new_pad),
12018 (gst_adder_change_state):
12019 Add query function to source pad, so adder reports the correct
12020 time/sample position when queried (#315457); fix state change
12021 function; use GST_DEBUG_FUNCPTR() for pad functions.
12023 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12025 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12026 Fix leaks in typefind registration
12027 Clean up the gratuitous commenting and whitespacing a little
12029 2005-10-08 Wim Taymans <wim@fluendo.com>
12031 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12032 Only actually wait for the thread to be stopped if it's
12035 2005-10-08 Wim Taymans <wim@fluendo.com>
12037 * gst-libs/gst/audio/gstbaseaudiosink.c:
12038 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12039 If we receive EOS we can start playback of what we had.
12041 2005-10-08 Wim Taymans <wim@fluendo.com>
12043 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12044 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12045 (gst_multifdsink_stop):
12046 Fix crasher when going to NULL multiple times.
12048 2005-10-06 Wim Taymans <wim@fluendo.com>
12050 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12051 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12052 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12053 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12054 patch from Edgard Lima <edgard.lima@indt.org.br>
12055 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12057 2005-10-06 Wim Taymans <wim@fluendo.com>
12059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12060 Report the FLOW_RETURN as string in the error message.
12062 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12063 Don't assert when clearing an unnegotiated buffer.
12065 2005-10-04 Michael Smith <msmith@fluendo.com>
12067 * gst/playback/gstplaybasebin.c: (group_destroy),
12068 (gen_preroll_element), (remove_groups), (setup_source):
12069 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12070 (setup_sinks), (gst_play_bin_send_event),
12071 (gst_play_bin_change_state):
12072 Set state to NULL before removing from bin. Fix refcounting.
12074 2005-10-04 Michael Smith <msmith@fluendo.com>
12076 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12077 Correct refcounting in send_event() function. Previously was wrong
12078 if the first sink was unable to handle the event.
12080 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12083 back to development
12085 === release 0.9.3 ===
12087 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12090 Releasing 0.9.3, "De Facto"
12092 2005-10-03 Andy Wingo <wingo@pobox.com>
12094 * gst/playback/gstdecodebin.c (try_to_link_1)
12095 (remove_element_chain): set element to NULL before removing it.
12097 2005-10-02 Johan Dahlin <johan@gnome.org>
12099 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12100 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12103 2005-10-02 Andy Wingo <wingo@pobox.com>
12105 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12106 (gst_ring_buffer_prepare_read):
12107 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12110 2005-09-29 Wim Taymans <wim@fluendo.com>
12112 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12113 * ext/theora/theoradec.c: (theora_handle_data_packet):
12114 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12115 Propagate error codes from alloc_buffer too.
12117 2005-09-29 Wim Taymans <wim@fluendo.com>
12119 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12122 * gst/playback/Makefile.am:
12123 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12124 (dump_element_stats), (main):
12125 Added example stream introspection code.
12127 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12129 * gst/adder/gstadder.c: (gst_adder_collected):
12130 fix adder for float elements
12132 2005-09-28 Wim Taymans <wim@fluendo.com>
12134 * gst-libs/gst/audio/gstbaseaudiosink.c:
12135 (gst_base_audio_sink_class_init),
12136 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12137 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12138 (gst_base_audio_src_class_init),
12139 (gst_base_audio_src_provide_clock):
12140 get_clock -> provide_clock
12142 2005-09-28 Andy Wingo <wingo@pobox.com>
12144 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12147 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12150 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12151 Actually add the pad template.
12152 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12154 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12157 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12158 from fdsrc. Get caps in create() instead of start() so it can be
12159 interrupted. Interruption somewhat untested.
12161 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12162 Proper EOS handling.
12164 2005-09-27 Andy Wingo <wingo@pobox.com>
12166 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12168 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12170 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12172 * gst/tcp/gsttcp.h:
12173 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12174 out of tcpclientsrc.c. Cancellable.
12175 (gst_tcp_socket_read): Made private, cancellable, with better
12176 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12177 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12178 whole buffer, and better diagnostics.
12179 (gst_tcp_gdp_read_caps): Same.
12181 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12183 2005-09-26 Andy Wingo <wingo@pobox.com>
12185 * gst/sine/gstsinesrc.h:
12186 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12187 change the 'sync' property to 'is-live' and implement it halfway,
12188 update for controller api change.
12190 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12191 controller api change.
12193 2005-09-24 Wim Taymans <wim@fluendo.com>
12195 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12196 * gst-libs/gst/audio/gstaudiosink.c:
12197 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12198 (gst_audioringbuffer_stop):
12199 * gst-libs/gst/audio/gstbaseaudiosink.c:
12200 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12201 (gst_base_audio_sink_change_state):
12202 * gst-libs/gst/audio/gstbaseaudiosink.h:
12203 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12204 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12205 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12206 * gst-libs/gst/audio/gstringbuffer.h:
12207 Fix sync again. Moved sample alignment to basesink.
12209 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12211 * docs/plugins/Makefile.am:
12212 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12213 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12214 * gst/volume/gstvolume.c:
12216 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12217 * gst-libs/gst/audio/audio.h:
12218 add conversion macros for frames <-> clocktime
12220 2005-09-23 David Schleef <ds@schleef.org>
12222 * gst/audioresample/Makefile.am:
12223 * gst/audioresample/debug.h:
12224 * gst/audioresample/gstaudioresample.c:
12225 * gst/audioresample/resample.c: Convert to using gst debugging
12227 2005-09-22 Wim Taymans <wim@fluendo.com>
12229 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12230 (gst_play_bin_send_event):
12231 Only seek on one sink, the first one that succeeds.
12233 2005-09-22 Michael Smith <msmith@fluendo.com>
12235 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12236 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12237 Don't flush encoder state unless we have an initialised encoder.
12238 Clear out encoder state on PAUSED_TO_READY.
12240 2005-09-22 Wim Taymans <wim@fluendo.com>
12242 * gst-libs/gst/rtp/gstbasertppayload.c:
12243 (gst_basertppayload_class_init), (gst_basertppayload_init),
12244 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12245 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12246 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12247 (gst_basertppayload_set_property),
12248 (gst_basertppayload_get_property),
12249 (gst_basertppayload_change_state):
12250 * gst-libs/gst/rtp/gstbasertppayload.h:
12251 Added max-ptime to control amount of data in the rtp packets.
12253 2005-09-21 Andy Wingo <wingo@pobox.com>
12255 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12258 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12259 can be called multiple times, dogs.
12261 2005-09-21 Wim Taymans <wim@fluendo.com>
12263 * gst-libs/gst/rtp/gstbasertppayload.c:
12264 (gst_basertppayload_class_init), (gst_basertppayload_init),
12265 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12266 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12267 (gst_basertppayload_push), (gst_basertppayload_get_property),
12268 (gst_basertppayload_change_state):
12271 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12273 * docs/libs/compiling.sgml:
12276 2005-09-20 Wim Taymans <wim@fluendo.com>
12278 * gst-libs/gst/rtp/gstbasertppayload.c:
12279 (gst_basertppayload_class_init), (gst_basertppayload_init),
12280 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12281 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12282 (gst_basertppayload_push), (gst_basertppayload_set_property),
12283 (gst_basertppayload_get_property),
12284 (gst_basertppayload_change_state):
12285 * gst-libs/gst/rtp/gstbasertppayload.h:
12286 Added property to configure sequence number offsets.
12288 2005-09-20 Wim Taymans <wim@fluendo.com>
12290 * gst-libs/gst/rtp/gstbasertppayload.c:
12291 (gst_basertppayload_class_init), (gst_basertppayload_init),
12292 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12293 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12294 (gst_basertppayload_push), (gst_basertppayload_set_property),
12295 (gst_basertppayload_get_property),
12296 (gst_basertppayload_change_state):
12297 * gst-libs/gst/rtp/gstbasertppayload.h:
12298 Make timestamp offset configurable.
12300 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12302 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12303 fix wrong pop/unref
12305 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12307 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12309 * gst-libs/gst/interfaces/propertyprobe.c:
12310 (gst_property_probe_probe_property_name),
12311 (gst_property_probe_needs_probe_name),
12312 (gst_property_probe_get_values_name),
12313 (gst_property_probe_probe_and_get_values_name):
12314 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12315 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12317 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12319 * check/Makefile.am:
12320 have some tests be disabled for valgrinding
12321 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12323 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12324 Fix A Leak. Chain To Parent Finalize.
12326 2005-09-19 Wim Taymans <wim@fluendo.com>
12328 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12329 Fixed wav pipeline.
12331 2005-09-19 Wim Taymans <wim@fluendo.com>
12333 * gst-libs/gst/rtp/gstbasertppayload.c:
12334 (gst_basertppayload_class_init), (gst_basertppayload_init),
12335 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12336 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12337 (gst_basertppayload_push), (gst_basertppayload_get_property),
12338 (gst_basertppayload_change_state):
12339 Posting ERROR and WARNING messages is good.
12341 2005-09-19 Wim Taymans <wim@fluendo.com>
12343 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12344 (gst_base_rtp_depayload_add_to_queue),
12345 (gst_base_rtp_depayload_push),
12346 (gst_base_rtp_depayload_set_gst_timestamp),
12347 (gst_base_rtp_depayload_queue_release):
12348 This one was not supposed to go in.
12350 2005-09-19 Wim Taymans <wim@fluendo.com>
12352 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12355 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12356 (gst_base_rtp_depayload_chain),
12357 (gst_base_rtp_depayload_add_to_queue),
12358 (gst_base_rtp_depayload_push),
12359 (gst_base_rtp_depayload_set_gst_timestamp),
12360 (gst_base_rtp_depayload_queue_release):
12363 * gst-libs/gst/rtp/gstbasertppayload.c:
12364 (gst_basertppayload_class_init), (gst_basertppayload_init),
12365 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12366 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12367 (gst_basertppayload_get_property),
12368 (gst_basertppayload_change_state):
12369 Added debugging category.
12371 2005-09-18 David Schleef <ds@schleef.org>
12373 * gst/playback/gstdecodebin.c: free plugin list correctly
12374 * gst/playback/gstplaybin.c: emit warning if autovideosink
12375 and autoaudiosink can't be found (instead of segfaulting)
12377 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12379 * check/elements/audioconvert.c: (GST_START_TEST):
12380 try out 24 bit conversion
12382 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12384 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12385 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12386 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12387 * ext/vorbis/vorbisenc.h:
12388 Fix EOS handling. Still needs a fix in the ogg muxer to
12389 mark the last page as eos.
12391 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12393 * common/gtk-doc-plugins.mak:
12394 * docs/plugins/Makefile.am:
12395 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12396 * gst/ffmpegcolorspace/Makefile.am:
12397 * gst/ffmpegcolorspace/avcodec.h:
12398 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12399 * gst/tcp/gstmultifdsink.c:
12400 fix up ffmpegcolorspace docs; extract header
12402 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12404 * common/gtk-doc-plugins.mak:
12405 * docs/plugins/Makefile.am:
12406 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12407 * ext/theora/Makefile.am:
12408 * ext/theora/gsttheoraenc.h:
12409 * ext/theora/theoraenc.c:
12410 * ext/vorbis/vorbisenc.c:
12411 pick up signals and args for vorbis; add some docs for vorbis
12413 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12415 * common/gstdoc-scangobj:
12416 * common/gtk-doc-plugins.mak:
12417 * docs/libs/Makefile.am:
12418 * docs/plugins/gst-plugins-base-plugins.args:
12419 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12420 * docs/plugins/gst-plugins-base-plugins.interfaces:
12421 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12422 * docs/plugins/gst-plugins-base-plugins.signals:
12423 only scanobj stuff from our source module. Not sure yet
12424 if that's correct, given the hierarchy stuff :)
12426 2005-09-15 Wim Taymans <wim@fluendo.com>
12428 * gst/audioconvert/gstaudioconvert.c:
12429 And enable 24 bits mode as well..
12431 2005-09-15 Wim Taymans <wim@fluendo.com>
12433 * gst-libs/gst/rtp/Makefile.am:
12434 * gst-libs/gst/rtp/gstbasertppayload.c:
12435 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12436 (gst_basertppayload_class_init), (gst_basertppayload_init),
12437 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12438 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12439 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12440 (gst_basertppayload_set_property),
12441 (gst_basertppayload_get_property),
12442 (gst_basertppayload_change_state):
12443 * gst-libs/gst/rtp/gstbasertppayload.h:
12444 Added rtp payloader base class.
12446 2005-09-15 Andy Wingo <wingo@pobox.com>
12448 * configure.ac (plugindir): Remove the EOL matcher from the
12449 regexp, as it causes me problems. Libtool? Make? Who knows?
12451 2005-09-14 David Schleef <ds@schleef.org>
12453 * check/generic/states.c:
12454 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12455 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12456 Fixes for changes in registry API.
12458 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12459 to GST_PLUGIN_LDFLAGS.
12460 * ext/libvisual/visual.c: Make the library shut up.
12461 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12462 * gst-libs/gst/audio/gstaudiofilter.c: same
12464 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12466 * docs/plugins/Makefile.am:
12467 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12468 * docs/plugins/inspect/plugin-libvisual.xml:
12469 * docs/plugins/tmpl/element-tcpserversink.sgml:
12470 * ext/theora/theoraenc.c:
12471 add libvisual plugin and theoraenc element to docs
12473 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12475 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12476 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12477 * ext/theora/theoraenc.c:
12480 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12482 * gst/audioconvert/Makefile.am:
12483 Audioconvert derives from GstBaseTransform and should
12484 link to the library with our base elements to avoid
12485 unresolved symbols. Makes things work with MinGW (#316160)
12487 * gst/playback/test4.c: (main):
12488 Fix MinGW build problem and use g_usleep() instead of
12491 2005-09-12 Wim Taymans <wim@fluendo.com>
12493 * gst/audioconvert/audioconvert.c: (float),
12494 (audio_convert_prepare_context), (audio_convert_convert):
12495 * gst/audioconvert/audioconvert.h:
12496 Cleanups, speedups, simplifications, added back support
12499 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12501 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12502 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12503 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12504 * docs/plugins/tmpl/element-tcpserversink.sgml:
12505 * gst/ffmpegcolorspace/gstffmpeg.c:
12506 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12507 * gst/videotestsrc/gstvideotestsrc.c:
12508 * gst/volume/gstvolume.c:
12509 add more elements to the docs
12511 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12513 * check/Makefile.am:
12514 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12515 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12516 Add extra tests for basetransform based components.
12517 Comment out the test_element_negotiation test until we decide
12518 if it's testing correct behaviour.
12519 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12520 (gst_visual_chain), (gst_visual_change_state):
12521 Slightly more correct but still bogus timestamping.
12522 Fix state change function.
12523 * gst/audioconvert/gstaudioconvert.c:
12524 (gst_audio_convert_class_init):
12525 * gst/audioresample/gstaudioresample.c:
12526 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12527 (gst_ffmpegcsp_class_init):
12528 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12529 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12530 (gst_videoscale_prepare_image):
12531 * gst/volume/gstvolume.c: (gst_volume_class_init),
12532 (volume_transform_ip):
12533 Basetransform updates. Enable passthrough modes.
12534 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12535 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12536 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12537 Negotiation fix that allows the window to return to the original
12538 size and renegotiate passthrough upstream. Extra debug output.
12540 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12542 * gst/sine/gstsinesrc.c:
12543 * gst/volume/gstvolume.c:
12544 fix up header include
12546 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12548 * gst-libs/gst/audio/gstbaseaudiosink.c:
12549 (gst_base_audio_sink_render):
12550 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12551 * gst/volume/gstvolume.c: (gst_volume_class_init),
12552 (volume_transform):
12553 fixing lost sync, some more debugging
12555 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12557 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12558 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12559 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12560 (gst_xvimagesink_check_xshm_calls):
12561 Fix compilation when XShm is not available.
12563 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12565 * ext/libvisual/visual.c: (gst_visual_dispose),
12566 (gst_visual_getcaps), (gst_visual_src_setcaps),
12567 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12568 (gst_visual_change_state):
12569 Finish fixing up libvisual plugin so that it runs.
12571 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12573 * ext/vorbis/vorbisenc.c:
12574 * gst-libs/gst/tag/gstvorbistag.c:
12575 gsttaginterface.h -> gsttagsetter.h
12577 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12579 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12580 added another test that failes for me (test is not active by default)
12582 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12585 v4l2 is no longer in gst-plugins-base
12587 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12590 In the output at the end, don't show the first plugin on the same
12591 line as "Core plug-ins, always built:".
12592 Indent the output as for other plugin categories
12593 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12594 #define that can be used to not use peer buffer_alloc functions for
12596 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12597 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12598 (gst_ximagesink_show_frame):
12599 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12600 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12601 (gst_xvimagesink_show_frame):
12602 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12603 fails gracefully instead of XError aborting or deadlocking.
12605 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12607 * ext/libvisual/Makefile.am:
12608 link against gst-base-libs
12610 2005-09-06 David Schleef <ds@schleef.org>
12612 * configure.ac: Enable libvisual plugin.
12613 * ext/libvisual/Makefile.am:
12614 * ext/libvisual/visual.c: Fixes to make it compile.
12616 === release 0.9.2 ===
12618 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12623 * docs/random/ChangeLog-0.8:
12624 releasing 0.9.2, "Spoon"
12626 2005-09-05 Michael Smith <msmith@fluendo.com>
12628 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12629 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12630 that in the vorbisenc element.
12632 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12634 * common/gtk-doc-plugins.mak:
12635 * docs/plugins/Makefile.am:
12637 * gst/audioresample/resample.c:
12638 fix wrong docstring
12640 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12642 * common/gst-xmlinspect.py:
12643 * common/gtk-doc-plugins.mak:
12644 only inspect plugins for this given package
12645 require gst-python 0.9
12647 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12651 * common/gst-xmlinspect.py:
12653 * docs/Makefile.am:
12654 * docs/plugins/inspect/plugin-alsa.xml:
12655 * docs/plugins/inspect/plugin-audioresample.xml:
12656 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12657 * docs/plugins/inspect/plugin-ogg.xml:
12658 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12659 * docs/plugins/tmpl/element-multifdsink.sgml:
12660 * docs/plugins/tmpl/element-tcpserversink.sgml:
12661 * docs/plugins/tmpl/element-vorbisenc.sgml:
12662 * gst-plugins-base.spec.in:
12663 various doc-related updates
12665 2005-08-31 Wim Taymans <wim@fluendo.com>
12667 * gst-libs/gst/audio/gstbaseaudiosink.c:
12668 (gst_base_audio_sink_render):
12669 Resync if the buffer timestamps drift more than a 10th
12672 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12674 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12675 (gst_v4lsrc_get_property):
12676 The 'timestamp-offset' property is registered as an int64, so
12677 let's use g_value_{set|get}_int64() in our setter and getter
12678 functions (makes it work and fixes warnings with gst-inspect).
12680 2005-08-30 Wim Taymans <wim@fluendo.com>
12682 * check/elements/audioconvert.c: (setup_audioconvert):
12683 * check/elements/audioresample.c: (setup_audioresample):
12684 * check/elements/volume.c: (setup_volume):
12687 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12689 * common/gtk-doc-plugins.mak:
12690 * common/plugins.xsl:
12691 * docs/plugins/Makefile.am:
12692 make module a param
12694 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12696 * examples/seeking/seek.c: (make_mp3_pipeline),
12697 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12698 (play_cb), (pause_cb), (stop_cb):
12701 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12703 * gst/volume/gstvolume.c: (gst_volume_class_init),
12704 (volume_transform):
12705 do not update controlled params, if buffer has no timestamp
12707 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12710 * gst/sine/Makefile.am:
12711 * gst/volume/Makefile.am:
12712 controllerized elements also need to link against controller-libs ;)
12714 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12716 * docs/libs/tmpl/gstcolorbalance.sgml:
12717 * docs/libs/tmpl/gstgconf.sgml:
12718 * docs/libs/tmpl/gstmixer.sgml:
12719 * docs/libs/tmpl/gstringbuffer.sgml:
12720 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12721 (gst_sinesrc_create):
12722 * gst/volume/gstvolume.c: (gst_volume_class_init),
12723 (volume_transform):
12724 controllerized two audio plugins
12726 2005-08-29 Andy Wingo <wingo@pobox.com>
12728 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12729 (vorbis_handle_data_packet): Fix some int overflow errors.
12731 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12733 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12735 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12736 if it's valid. Fixed streaming-mode playback.
12738 * check/elements/volume.c (cleanup_volume): Fix for running
12741 * check/elements/audioconvert.c: Convert from native endian, not
12744 2005-08-29 Michael Smith <msmith@fluendo.com>
12746 * ext/ogg/Makefile.am:
12747 * ext/ogg/gstogg.c: (plugin_init):
12748 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12749 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12750 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12751 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12752 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12753 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12754 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12755 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12756 Add an ogg parser element.
12758 2005-08-28 Andy Wingo <wingo@pobox.com>
12760 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12762 2005-08-26 Wim Taymans <wim@fluendo.com>
12764 * gst/audioconvert/audioconvert.c: (if), (float),
12765 (audio_convert_get_func_index), (check_default),
12766 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12767 (audio_convert_clean_context), (audio_convert_get_sizes),
12768 (audio_convert_convert):
12771 2005-08-26 Wim Taymans <wim@fluendo.com>
12773 * gst/audioconvert/audioconvert.c: (if), (float),
12774 (audio_convert_get_func_index), (check_default),
12775 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12776 (audio_convert_clean_context), (audio_convert_get_sizes),
12777 (audio_convert_convert):
12778 More elegant and working temp buffer selection algo.
12780 2005-08-26 Wim Taymans <wim@fluendo.com>
12782 * gst/audioconvert/audioconvert.c: (if), (float),
12783 (audio_convert_get_func_index), (check_default),
12784 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12785 (audio_convert_clean_context), (audio_convert_get_sizes),
12786 (get_temp_buffer), (audio_convert_convert):
12787 Use realloc else we lose our original data.
12789 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12791 * gst/audioresample/gstaudioresample.c:
12792 use base class' newsegment to properly timestamp
12794 2005-08-26 Wim Taymans <wim@fluendo.com>
12796 * gst/audioconvert/audioconvert.c: (if), (float),
12797 (audio_convert_get_func_index), (check_default),
12798 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12799 (audio_convert_clean_context), (audio_convert_get_sizes),
12800 (get_temp_buffer), (audio_convert_convert):
12801 * gst/audioconvert/gstaudioconvert.c:
12802 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12803 (gst_audio_convert_transform_caps),
12804 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12805 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12806 Oops, allocate enough space to perform the channel mix.
12808 2005-08-26 Wim Taymans <wim@fluendo.com>
12810 * gst/audioconvert/Makefile.am:
12811 * gst/audioconvert/audioconvert.c: (if), (float),
12812 (audio_convert_get_func_index), (check_default),
12813 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12814 (audio_convert_clean_context), (audio_convert_get_sizes),
12815 (get_temp_buffer), (audio_convert_convert):
12816 * gst/audioconvert/audioconvert.h:
12817 * gst/audioconvert/gstaudioconvert.c:
12818 (gst_audio_convert_class_init), (gst_audio_convert_init),
12819 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12820 (gst_audio_convert_get_unit_size),
12821 (gst_audio_convert_transform_caps),
12822 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12823 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12824 * gst/audioconvert/gstaudioconvert.h:
12825 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12826 (gst_channel_mix_fill_identical),
12827 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12828 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12829 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12830 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12831 (gst_channel_mix_mix):
12832 * gst/audioconvert/gstchannelmix.h:
12833 Cleanups, librarify a bit, optimize, better negotiation and more.
12835 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12837 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12838 Another from MikeS:
12839 During typefinding, don't support negative offsets
12840 (offsets from the end of the stream) in our typefind->peek() function
12841 - nothing embedded in ogg ever needs them. However, we need to recognise
12842 those requests and reject them, otherwise we return invalid pointers.
12844 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12846 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12847 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12848 (vorbisdec_finalize), (vorbis_handle_type_packet):
12849 Big shout-out to MikeS for fixing this giant memory leak.
12852 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12854 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12855 (audio_convert_get_unit_size):
12858 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12860 * check/Makefile.am:
12861 * check/elements/audioconvert.c: (setup_audioconvert),
12862 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12863 (GST_START_TEST), (audioconvert_suite), (main):
12864 add a test for audioconvert
12865 * gst/audioresample/gstaudioresample.c:
12866 * gst/audioresample/gstaudioresample.h:
12867 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12868 note that for buffers of 1/3 sec this means DURATION(c) is
12869 one nanosecond more than for a and b
12871 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12873 * check/Makefile.am:
12874 * check/elements/audioresample.c: (setup_audioresample),
12875 (cleanup_audioresample), (fail_unless_perfect_stream),
12876 (test_perfect_stream_instance), (GST_START_TEST),
12877 add a check for audioresample
12878 (audioresample_suite), (main):
12879 * check/elements/volume.c: (GST_START_TEST):
12880 remove unused method
12881 * gst/audioresample/gstaudioresample.c:
12882 set correct buffer parameters since we're changing them
12883 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12886 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12888 * gst/audioresample/debug.c:
12889 * gst/audioresample/gstaudioresample.c:
12890 add room for extra overlap samples when asked to transform size
12891 protect against possible mem corruption and check for discrepancies
12892 between written size and outbuffer's size so we can warn for
12894 * gst/audioresample/resample.c: (resample_init),
12895 (resample_get_output_size_for_input), (resample_get_output_size),
12896 (resample_set_n_channels), (resample_set_format):
12897 set debug level based on RESAMPLE_DEBUG env var
12898 make sure that get_output_size* returns a whole number of
12900 set sample_size each time either channel or format is set
12901 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12902 * gst/audioresample/resample_functable.c:
12903 (resample_scale_functable):
12904 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12905 remove r->sample_size, it's done in resample.c now
12906 add some debugging to the ref implementation
12907 make sure we only give back bytes that are wholes of the sample
12910 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12911 * gst/playback/gstplaybasebin.c: (fill_buffer):
12912 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12914 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12916 * gst/volume/gstvolume.c:
12917 made set_caps function static
12919 2005-08-24 Wim Taymans <wim@fluendo.com>
12921 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12922 (gst_vorbisenc_change_state):
12923 Stop leaking taglists.
12925 2005-08-24 Wim Taymans <wim@fluendo.com>
12927 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12928 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12929 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12930 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12931 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12932 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12933 Parse seeking events better.
12935 Generate correct newsegment events, fixes seeking in live oggs.
12937 * ext/theora/theoradec.c: (theora_dec_src_query),
12938 (theora_dec_src_event), (theora_dec_src_getcaps),
12939 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12940 Use newsegment values to report correct play time.
12942 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12943 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12944 * ext/vorbis/vorbisdec.h:
12945 Parse and use newsegment values to report correct play time.
12947 * gst-libs/gst/audio/gstbaseaudiosink.c:
12948 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12949 Clear ringbuffer on flush.
12950 Use newsegment values to calculate playback time.
12952 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12953 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12954 Basesink does newsegment calculations for us now.
12956 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12958 * check/Makefile.am:
12960 add core's plugins to the mix so that playbin works
12961 * check/generic/states.c: (GST_START_TEST):
12962 set a 0 timeout on pipelines, so they don't force the next
12964 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12965 (gst_play_base_bin_change_state):
12966 remove the crappy error handling and do GST error handling
12968 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12970 * check/Makefile.am:
12971 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12972 add same test as to core, it bitches out on playbin atm.
12974 2005-08-24 Wim Taymans <wim@fluendo.com>
12979 2005-08-24 Wim Taymans <wim@fluendo.com>
12981 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12982 (gst_videoscale_prepare_size), (parse_caps),
12983 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12984 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12985 (gst_videoscale_transform):
12986 * gst/videoscale/gstvideoscale.h:
12987 Refactor, make use of BaseTranform really well.
12989 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12992 compile audioresample
12993 * gst/audioresample/Makefile.am:
12994 * gst/audioresample/buffer.c:
12995 * gst/audioresample/functable.c:
12996 * gst/audioresample/gstaudioresample.c:
12997 * gst/audioresample/gstaudioresample.h:
12998 * gst/audioresample/resample.c:
12999 (resample_get_output_size_for_input):
13000 * gst/audioresample/resample.h:
13001 * gst/audioresample/resample_chunk.c:
13002 * gst/audioresample/resample_functable.c:
13003 * gst/audioresample/resample_ref.c:
13004 port to use basetransform; doesn't work in all cases yet
13006 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13008 * gst/audioconvert/gstaudioconvert.c:
13009 (gst_audio_convert_class_init), (gst_audio_convert_init),
13010 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13011 (audio_convert_fixate_caps), (audio_convert_set_caps),
13012 (audio_convert_transform),
13013 (gst_audio_convert_buffer_to_default_format),
13014 (gst_audio_convert_buffer_from_default_format),
13015 (gst_audio_convert_channels):
13016 * gst/audioconvert/gstchannelmix.c:
13017 * gst/audioconvert/gstchannelmix.h:
13018 port to basetransform
13019 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13020 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13021 (gst_ffmpegcsp_get_unit_size):
13022 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13023 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13024 fix for basetransform changes
13026 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13028 * check/Makefile.am:
13029 Add CHECK_CFLAGS and LDFLAGS
13031 * gst/playback/gstplaybasebin.c: (fill_buffer):
13032 GST_MESSAGE_SRC became a GObject
13034 2005-08-24 Wim Taymans <wim@fluendo.com>
13036 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13037 (gst_ring_buffer_clear_all):
13038 * gst-libs/gst/audio/gstringbuffer.h:
13039 Added function to clear the ringbuffer.
13041 2005-08-24 Andy Wingo <wingo@pobox.com>
13043 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13044 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13045 of _open and _close.
13047 * sys/v4l/gstv4lxoverlay.h:
13048 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13049 an Xv connection here, instead of all the time. Make Xv only be
13050 loaded if you axe for it. Kindof a workaround for buggy behaviour
13051 of Xv when using remote xservers (XvQueryExtension would block).
13052 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13053 replace the _open and _close public API. Only start the xv
13054 connection if necessary.
13055 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13057 2005-08-23 David Schleef <ds@schleef.org>
13059 * gst/audioresample/Makefile.am: Leet audioresampling code
13060 * gst/audioresample/buffer.c:
13061 * gst/audioresample/buffer.h:
13062 * gst/audioresample/debug.c:
13063 * gst/audioresample/debug.h:
13064 * gst/audioresample/functable.c:
13065 * gst/audioresample/functable.h:
13066 * gst/audioresample/gstaudioresample.c:
13067 * gst/audioresample/gstaudioresample.h:
13068 * gst/audioresample/resample.c:
13069 * gst/audioresample/resample.h:
13070 * gst/audioresample/resample_chunk.c:
13071 * gst/audioresample/resample_functable.c:
13072 * gst/audioresample/resample_ref.c:
13074 2005-08-23 Wim Taymans <wim@fluendo.com>
13076 * examples/seeking/seek.c: (make_vorbis_pipeline),
13077 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13078 Small seek updates.
13080 2005-08-23 Andy Wingo <wingo@pobox.com>
13082 * gst-libs/gst/audio/gstbaseaudiosrc.c
13083 (gst_base_audio_src_fixate): Only fixate endianness if it is
13084 present in the caps.
13086 2005-08-22 Andy Wingo <wingo@pobox.com>
13088 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13089 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13090 device-name property.
13092 * gst-libs/gst/audio/gstaudiosrc.h:
13093 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13094 close_device in the ring buffer, like gstaudiosink.
13096 * ext/alsa/gstalsamixer.h:
13097 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13098 macro to implement the interface without much code. Cleanups.
13100 * ext/alsa/gstalsasrc.h:
13101 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13104 * ext/alsa/Makefile.am: Add new files.
13105 * ext/alsa/gstalsamixerelement.c:
13106 * ext/alsa/gstalsamixerelement.c: Split element code out from
13107 mixer code so that alsasrc can be a mixer too.
13109 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13111 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13113 * check/elements/vorbisdec.c: (setup_vorbisdec),
13114 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13115 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13116 (vorbis_handle_identification_packet),
13117 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13118 (vorbis_handle_header_packet), (vorbis_dec_push),
13119 (vorbis_dec_chain):
13120 use the setup/teardown methods to save code. save code is good.
13122 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13124 * check/Makefile.am:
13125 add ext dir for plugins
13126 add vorbisdec test conditionally
13127 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13128 (GST_START_TEST), (volume_suite):
13129 add a test with wrong caps
13130 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13131 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13132 add a vorbisdec test
13133 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13134 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13135 clean up debug output
13136 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13137 yay, fix a segfault/security issue in vorbisdec
13138 gst-launch fakesrc ! vorbisdec wasn't happy
13139 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13140 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13141 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13142 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13143 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13144 (gst_vorbisenc_set_metadata), (get_constraints_string),
13145 (update_start_message), (gst_vorbisenc_setup),
13146 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13147 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13148 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13149 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13150 * ext/vorbis/vorbisenc.h:
13152 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13153 (gst_ffmpegcsp_transform):
13154 have the kow come home
13155 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13157 * gst/volume/gstvolume.c: (volume_set_caps):
13160 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13163 * check/.cvsignore:
13164 * check/Makefile.am:
13165 * check/elements/.cvsignore:
13166 * check/elements/volume.c: (chain_func), (event_func),
13167 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13170 add unit test structure for gst-plugins-base
13171 add a test for volume
13172 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13173 (gst_volume_set_volume), (gst_volume_get_volume),
13174 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13175 (volume_funcfind), (volume_process_float), (volume_process_int16),
13176 (volume_set_caps), (volume_transform), (volume_update_mute),
13177 (volume_update_volume), (volume_set_property),
13178 (volume_get_property):
13179 document a little; use basetransform vmethod _set_caps
13181 2005-08-19 Andy Wingo <wingo@pobox.com>
13183 * ext/alsa/gstalsamixertrack.h:
13184 * ext/alsa/gstalsamixertrack.c:
13185 * ext/alsa/gstalsamixeroptions.h:
13186 * ext/alsa/gstalsamixeroptions.c:
13187 * ext/alsa/gstalsamixer.h:
13188 * ext/alsa/gstalsamixer.c: Port to 0.9.
13190 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13191 Remove gstalsa.c and alsaclock. No more cruft here.
13193 2005-08-18 Wim Taymans <wim@fluendo.com>
13195 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13196 (gst_base_rtp_depayload_chain),
13197 (gst_base_rtp_depayload_add_to_queue),
13198 (gst_base_rtp_depayload_push),
13199 (gst_base_rtp_depayload_queue_release):
13200 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13201 Fix for RTPBuffer changes.
13203 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13204 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13205 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13206 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13207 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13208 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13209 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13210 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13211 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13212 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13213 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13214 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13215 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13216 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13217 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13218 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13219 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13220 (gst_rtpbuffer_get_payload):
13221 * gst-libs/gst/rtp/gstrtpbuffer.h:
13222 Don't subclass GstBuffer but add methods and helper functions
13223 to construct and manipulate RTP packets in regular GstBuffers.
13225 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13227 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13228 moved statement below switch
13229 * gst/volume/gstvolume.c: (gst_volume_class_init):
13232 2005-08-16 Wim Taymans <wim@fluendo.com>
13234 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13235 (gst_base_audio_src_change_state):
13236 Open and close device in READY<->NULL state change.
13238 2005-08-16 Andy Wingo <wingo@pobox.com>
13240 * examples/seeking/Makefile.am: Don't compile non-compiling
13241 compiled objects with the compiler.
13243 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13246 2005-08-12 Philippe Khalaf <burger@speedy.org>
13247 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13248 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13249 Made a thread to release the queue.
13250 Removed timestamp conversion for now.
13252 2005-08-10 Philippe Khalaf <burger@speedy.org>
13253 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13254 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13255 Added rtp timestamp -> gst timestamp conversion.
13256 Fixed several problems with queue.
13258 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13260 * gst-libs/gst/audio/gstaudioclock.h:
13261 * gst-libs/gst/audio/gstaudiofilter.h:
13262 * gst-libs/gst/audio/gstaudiosink.h:
13263 * gst-libs/gst/audio/gstaudiosrc.h:
13264 * gst-libs/gst/audio/gstbaseaudiosink.h:
13265 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13266 * gst-libs/gst/audio/gstringbuffer.h:
13267 * gst-libs/gst/net/gstnetbuffer.h:
13268 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13269 * gst-libs/gst/rtp/gstrtpbuffer.h:
13270 Add padding (you will need to rebuild gst-plugins-base,
13271 gst-plugins and all applications afterwards!)
13273 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13275 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13276 (gst_riff_parse_chunk):
13277 Fix bug in debug message and add some more debug messages.
13279 2005-08-08 Edward Hervey <edward@fluendo.com>
13281 * gst-libs/gst/riff/riff-media.c:
13282 backported updates since branch
13284 2005-08-08 Andy Wingo <wingo@pobox.com>
13286 * gst-libs/gst/audio/gstbaseaudiosink.c
13287 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13288 like good elements should. Close on READY->NULL too.
13290 * gst-libs/gst/audio/gstaudiosink.c
13291 (gst_audioringbuffer_open_device,
13292 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13293 (gst_audioringbuffer_release): Updates for new ring buffer API,
13294 hook into the new audio sink api.
13296 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13297 (GstAudioSinkClass.close): Just open and close the device -- no
13298 resource allocation or configuration.
13299 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13300 vmethods, handle device setup and resource allocation.
13302 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13303 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13306 * gst-libs/gst/audio/gstringbuffer.h
13307 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13310 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13311 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13312 New API functions. The device should be opened before acquiring
13313 and closed after releasing.
13315 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13317 * gst-libs/gst/interfaces/mixer.h:
13318 Reset padding to GST_PADDING.
13320 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13322 * gst/playback/gstplaybin.c: (remove_sinks):
13323 Remove visualization from parent explicitely; works around some
13324 apparent refcount issue that I haven't tracked down yet.
13326 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13328 * ext/alsa/gstalsasink.c: (set_hwparams):
13329 Assign debug category, add negotiation debug msgs.
13331 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13333 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13334 Fix error code for file-not-found to NOT_FOUND.
13336 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13338 * common/gtk-doc-plugins.mak:
13339 * docs/plugins/Makefile.am:
13340 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13341 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13342 renamed to actual element names, so much nicer to look at
13343 * docs/plugins/tmpl/gstmultifdsink.sgml:
13345 * docs/plugins/tmpl/multifdsink.sgml:
13346 * docs/plugins/tmpl/tcpserversink.sgml:
13348 * ext/alsa/gstalsa.c:
13349 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13350 * ext/ogg/gstoggmux.c:
13351 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13352 * gst/playback/gstdecodebin.c:
13353 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13354 * gst/tcp/gsttcpserversink.c:
13355 various fixes and documentation additions
13357 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13359 * common/Makefile.am:
13360 * common/gstdoc-scangobj:
13361 * common/gtk-doc-plugins.mak:
13362 * common/gtk-doc.mak:
13363 add a custom scangobj that uses the registry
13364 add a custom gtk-doc-plugins.mak that uses it
13365 some doc build fixes
13367 * docs/Makefile.am:
13368 * docs/plugins/Makefile.am:
13369 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13370 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13371 * docs/plugins/gst-plugins-base-plugins.types:
13372 * docs/plugins/tmpl/gstmultifdsink.sgml:
13373 add docs for one element, multifdsink
13374 * gst/adder/gstadder.h:
13375 * gst/volume/gstvolume.h:
13376 don't privatize enum
13377 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13378 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13379 (gst_sync_method_get_type), (gst_client_status_get_type),
13380 (gst_multifdsink_class_init),
13381 (gst_multifdsink_client_queue_buffer),
13382 (gst_multifdsink_handle_client_write):
13383 * gst/tcp/gstmultifdsink.h:
13384 * gst/tcp/gsttcp.h:
13385 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13386 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13387 (gst_tcpclientsink_render):
13388 * gst/tcp/gsttcpclientsink.h:
13389 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13390 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13391 (gst_tcpclientsrc_start):
13392 * gst/tcp/gsttcpclientsrc.h:
13393 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13394 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13395 * gst/tcp/gsttcpserversrc.h:
13396 * gst/typefind/gsttypefindfunctions.c:
13397 remove superfluous Type stuff
13399 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13401 * gst/playback/gstplaybin.c: (gen_video_element):
13404 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13406 * gst-libs/gst/gconf/gconf.c:
13407 * gst-libs/gst/gconf/gconf.h:
13408 Fix some Andy Problem [tm].
13410 2005-08-04 Andy Wingo <wingo@pobox.com>
13412 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13413 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13414 (gst_ffmpegcsp_get_size): Adapt to API changes.
13416 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13417 Implement an in-place do-nothing transform.
13419 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13421 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13422 (gst_ximagesink_renegotiate_size):
13423 Do not set new window sizes yet if we prepare a new buffer size
13424 for upstream renegotiation (software scaling) at some point in the
13425 future, because this new size waqs not actually accepted yet. Once
13426 accepted, renegotiation later on will set the new sizes just fine.
13427 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13428 embedding testcase.
13430 2005-08-03 Andy Wingo <wingo@pobox.com>
13432 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13433 (gst_ximagesink_buffer_alloc):
13434 Protect the height, width, and desired_caps with the pool_lock.
13435 Fixes videotestsrc ! queue ! ximagesink.
13437 2005-08-02 Edward Hervey <edward@fluendo.com>
13439 * gst/volume/gstvolume.c:
13440 include left from controller cleanup
13442 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13443 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13444 Stop collectpads before calling the parent state
13445 change function on PAUSED->READY.
13447 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13449 When testing for X libs, use the X CFlags
13450 * gst/adder/gstadder.c: (gst_adder_change_state):
13451 Stop the collectpads before calling parent state change function
13452 on PAUSED->READY, otherwise we deadlock deactivating pads.
13454 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13457 * docs/libs/tmpl/gstcolorbalance.sgml:
13458 * docs/libs/tmpl/gstmixer.sgml:
13459 * examples/Makefile.am:
13460 * gst/sine/Makefile.am:
13461 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13462 (gst_sinesrc_set_property), (plugin_init):
13463 * gst/sine/gstsinesrc.h:
13464 * gst/volume/Makefile.am:
13465 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13466 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13467 (volume_process_float), (volume_process_int16),
13468 (volume_set_property), (plugin_init):
13469 * gst/volume/gstvolume.h:
13470 deactivate and remove dparams (libgstcontrol)
13472 2005-07-29 Wim Taymans <wim@fluendo.com>
13474 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13475 Convert me to BaseTransform!! help..
13477 2005-07-29 Andy Wingo <wingo@pobox.com>
13479 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13482 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13483 support of both endiannesses.
13485 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13487 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13488 Fix confusing debug message (s/event/query/)
13490 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13492 * gst/videotestsrc/videotestsrc.h:
13493 Use "_stdint.h" instead of <stdint.h>
13495 2005-07-27 Wim Taymans <wim@fluendo.com>
13497 * ext/vorbis/Makefile.am:
13498 Revert wrong commit.
13500 2005-07-27 Wim Taymans <wim@fluendo.com>
13502 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13503 More compilation fixen.
13505 2005-07-27 Wim Taymans <wim@fluendo.com>
13507 * gst-libs/gst/audio/gstbaseaudiosink.c:
13508 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13509 (gst_base_audio_sink_create_ringbuffer),
13510 (gst_base_audio_sink_change_state):
13513 2005-07-27 Wim Taymans <wim@fluendo.com>
13515 * examples/seeking/seek.c: (setup_dynamic_link),
13516 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13517 (query_positions_elems), (query_positions_pads), (do_seek):
13518 Update seek example.
13520 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13521 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13522 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13523 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13524 (gst_ogg_demux_handle_event),
13525 (gst_ogg_demux_deactivate_current_chain),
13526 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13527 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13528 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13529 (gst_ogg_demux_loop):
13530 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13531 * ext/theora/theoradec.c: (theora_dec_src_event),
13532 (theora_dec_src_getcaps), (theora_dec_sink_event),
13533 (theora_dec_push), (theora_dec_chain):
13534 * ext/vorbis/Makefile.am:
13535 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13536 (vorbis_dec_sink_event), (vorbis_dec_push),
13537 (vorbis_handle_data_packet):
13538 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13539 (gst_vorbisenc_chain):
13540 * gst/playback/gststreaminfo.c: (cb_probe):
13541 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13542 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13543 * gst/videoscale/gstvideoscale.c:
13544 (gst_videoscale_handle_src_event):
13545 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13546 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13547 (gst_ximagesink_navigation_send_event):
13548 * sys/xvimage/xvimagesink.c:
13549 (gst_xvimagesink_navigation_send_event):
13550 Various event updates and cleanups
13552 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13554 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13555 Fix segfault for I420/YV12.
13557 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13559 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13562 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13564 * gst/playback/gstplaybin.c: (gen_video_element),
13565 (gen_audio_element):
13566 Switch to auto*sink elements as default sinks; add volume element
13567 so that volume control in totem works.
13569 2005-07-21 Wim Taymans <wim@fluendo.com>
13571 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13572 * gst/playback/gstplaybin.c: (setup_sinks),
13573 (gst_play_bin_change_state):
13574 Refcount fix and more comments.
13576 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13578 * sys/ximage/Makefile.am:
13579 * sys/ximage/ximage.c: (plugin_init):
13580 * sys/ximage/ximagesink.c:
13581 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13584 2005-07-21 Wim Taymans <wim@fluendo.com>
13586 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13587 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13588 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13589 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13590 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13591 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13592 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13593 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13594 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13595 Generate correct disconts for live chained oggs.
13597 * gst-libs/gst/audio/gstbaseaudiosink.c:
13598 (gst_base_audio_sink_render),
13599 (gst_base_audio_sink_create_ringbuffer),
13600 (gst_base_audio_sink_change_state):
13601 Handle discont math correctly.
13603 * gst/playback/gstplaybin.c: (add_sink):
13604 Some small debug cleanup.
13606 2005-07-21 Wim Taymans <wim@fluendo.com>
13608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13609 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13610 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13611 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13612 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13613 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13614 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13615 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13616 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13617 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13618 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13619 (gst_ogg_demux_change_state), (gst_ogg_print):
13620 Reorganize code to send the right disconts when in streaming
13623 2005-07-20 Andy Wingo <wingo@pobox.com>
13625 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13626 fix (?), fixes a seggie mcfalterson (#310894).
13628 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13630 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13631 (gst_ogg_mux_set_header_on_caps):
13632 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13633 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13634 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13635 * gst-libs/gst/audio/multichannel.c:
13636 (gst_audio_set_channel_positions),
13637 (gst_audio_set_structure_channel_positions_list):
13638 * gst/playback/gstdecodebin.c: (dynamic_create):
13639 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13640 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13641 Fixes for API changes in core.
13643 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13645 * gst/playback/gstplaybasebin.c: (fill_buffer):
13646 Use _new_custom() so we can set custom message types for buffering
13649 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13652 * gst-libs/gst/Makefile.am:
13653 * gst-libs/gst/gconf/.cvsignore:
13654 * gst-libs/gst/gconf/Makefile.am:
13655 * gst-libs/gst/gconf/test-gconf.c:
13656 * pkgconfig/Makefile.am:
13657 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13658 * pkgconfig/gstreamer-gconf.pc.in:
13659 Remove gconf stuff, use gconf elements instead from now on.
13661 2005-07-20 Wim Taymans <wim@fluendo.com>
13663 * gst-libs/gst/audio/TODO:
13664 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13665 (gst_audio_clock_get_internal_time):
13666 * gst-libs/gst/audio/gstaudioclock.h:
13667 * gst-libs/gst/audio/gstbaseaudiosink.c:
13668 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13669 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13670 (gst_base_audio_sink_render),
13671 (gst_base_audio_sink_create_ringbuffer),
13672 (gst_base_audio_sink_change_state):
13673 Make sure the audio clock always returns an increasing value.
13675 2005-07-19 Andy Wingo <wingo@pobox.com>
13677 * gst/videotestsrc/: Cleanups.
13679 2005-07-19 Wim Taymans <wim@fluendo.com>
13681 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13684 2005-07-19 Wim Taymans <wim@fluendo.com>
13686 * examples/seeking/seek.c: (make_dv_pipeline),
13687 (make_vorbis_theora_pipeline), (query_rates),
13688 (query_positions_elems), (query_positions_pads), (do_seek):
13689 Make correct DV pipeline.
13691 2005-07-18 Andy Wingo <wingo@pobox.com>
13693 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13694 default. Also because it's the only thing that really works. (This
13695 is used in the GConf elements).
13696 Use AS_LIBTOOL_TAGS.
13698 2005-07-18 Wim Taymans <wim@fluendo.com>
13700 * gst/playback/gstdecodebin.c: (remove_element_chain):
13701 * gst/playback/gstplaybin.c: (add_sink):
13702 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13703 (gst_stream_info_set_mute):
13704 * gst/playback/gststreamselector.c:
13705 (gst_stream_selector_get_linked_pad),
13706 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13707 More leak and compile fixes.
13709 2005-07-18 Wim Taymans <wim@fluendo.com>
13711 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13712 (query_rates), (query_positions_elems), (query_positions_pads),
13713 (do_seek), (seek_cb), (stop_seek):
13714 Updated seek example.
13716 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13717 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13718 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13719 * gst/playback/gstplaybin.c: (add_sink):
13720 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13721 (gst_stream_info_set_mute):
13722 Some refcount leak fixes.
13724 2005-07-16 Wim Taymans <wim@fluendo.com>
13726 * gst-libs/gst/audio/gstbaseaudiosink.c:
13727 (gst_base_audio_sink_render):
13728 Align samples even if we have roundoff errors in the
13729 timestamp conversion.
13731 2005-07-16 Wim Taymans <wim@fluendo.com>
13733 * docs/libs/tmpl/gstringbuffer.sgml:
13734 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13735 (query_rates), (query_positions_elems), (query_positions_pads),
13736 (update_scale), (do_seek):
13737 Updated seek example.
13739 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13740 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13741 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13742 (gst_ogg_demux_loop):
13743 Push out correct discont values.
13745 * ext/theora/theoradec.c: (theora_dec_src_convert),
13746 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13747 (theora_dec_sink_event), (theora_handle_type_packet),
13748 (theora_handle_header_packet), (theora_dec_push),
13749 (theora_handle_data_packet), (theora_dec_chain),
13750 (theora_dec_change_state):
13751 Better timestamping.
13753 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13754 (vorbis_dec_sink_event), (vorbis_dec_push),
13755 (vorbis_handle_data_packet), (vorbis_dec_chain):
13756 * ext/vorbis/vorbisdec.h:
13757 Better timestamping.
13759 * gst-libs/gst/audio/gstbaseaudiosink.c:
13760 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13761 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13762 Handle syncing on timestamps instead of sample offsets. Make
13763 use of DISCONT values as described in design docs.
13765 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13766 (gst_base_audio_src_get_time):
13767 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13768 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13769 (gst_ring_buffer_read):
13770 * gst-libs/gst/audio/gstringbuffer.h:
13771 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13772 (gst_ximagesink_show_frame):
13773 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13774 Correcly convert buffer timestamp to stream time.
13776 2005-07-16 Wim Taymans <wim@fluendo.com>
13778 * gst/audioconvert/gstaudioconvert.c:
13779 (gst_audio_convert_get_buffer):
13780 Timestamp buffers correctly.
13782 * gst/playback/gstplaybin.c: (gen_video_element):
13783 Make internal fakesink silent.
13785 2005-07-15 Wim Taymans <wim@fluendo.com>
13787 * gst/ffmpegcolorspace/Makefile.am:
13788 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13789 (gst_ffmpegcsp_caps_remove_format_info),
13790 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13791 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13792 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13793 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13794 Ported ffmpegcolorspace to basetransform.
13796 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13797 * gst/volume/gstvolume.c: (volume_transform):
13800 2005-07-14 Wim Taymans <wim@fluendo.com>
13802 * gst/videotestsrc/Makefile.am:
13803 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13804 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13805 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13806 (gst_videotestsrc_init), (gst_videotestsrc_event),
13807 (gst_videotestsrc_create), (gst_videotestsrc_start),
13808 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13809 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13810 (gst_videotestsrc_get_property):
13811 * gst/videotestsrc/gstvideotestsrc.h:
13812 Make videotestsrc a pushsrc.
13814 2005-07-14 Wim Taymans <wim@fluendo.com>
13816 * gst/tcp/gstfdset.c: (gst_fdset_free):
13817 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13818 (gst_multifdsink_add), (gst_multifdsink_remove),
13819 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13820 (gst_multifdsink_remove_client_link),
13821 (gst_multifdsink_client_queue_data),
13822 (gst_multifdsink_client_queue_caps),
13823 (gst_multifdsink_client_queue_buffer),
13824 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13825 (gst_multifdsink_stop):
13826 * gst/tcp/gstmultifdsink.h:
13829 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13830 Also draw image when not from a pool.
13832 2005-07-14 Wim Taymans <wim@fluendo.com>
13834 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13835 (mute_stream), (silence_stream):
13836 Small debug additions.
13838 2005-07-14 Wim Taymans <wim@fluendo.com>
13840 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13841 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13842 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13843 Better error recovery, ignore unconnected pads and
13846 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13848 * docs/libs/tmpl/gstaudio.sgml:
13849 * docs/libs/tmpl/gstcolorbalance.sgml:
13850 * docs/libs/tmpl/gstgconf.sgml:
13851 * docs/libs/tmpl/gstmixer.sgml:
13852 * docs/libs/tmpl/gstringbuffer.sgml:
13853 * docs/libs/tmpl/gsttuner.sgml:
13854 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13855 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13856 (gst_tcpclientsrc_class_init):
13857 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13858 (gst_tcpserversrc_class_init):
13859 * sys/v4l/gstv4lelement.c:
13860 more autistic cleanliness in functions/names/defines
13862 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13865 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13866 added manually to each Makefile.am so we are sure it goes
13867 *last* and doesn't add -L flags before linking in libs of our
13868 own, like, say, internal .la libs, that then accidentally pick
13869 up the installed copy.
13870 * docs/libs/Makefile.am:
13871 * ext/alsa/Makefile.am:
13872 * ext/cdparanoia/Makefile.am:
13873 * ext/gnomevfs/Makefile.am:
13874 * ext/libvisual/Makefile.am:
13875 * ext/ogg/Makefile.am:
13876 * ext/theora/Makefile.am:
13877 * ext/vorbis/Makefile.am:
13878 * gst-libs/gst/video/Makefile.am:
13879 * gst/adder/Makefile.am:
13880 * gst/audioconvert/Makefile.am:
13881 * gst/audiorate/Makefile.am:
13882 * gst/audioscale/Makefile.am:
13883 * gst/ffmpegcolorspace/Makefile.am:
13884 * gst/playback/Makefile.am:
13885 * gst/sine/Makefile.am:
13886 * gst/subparse/Makefile.am:
13887 * gst/tags/Makefile.am:
13888 * gst/tcp/Makefile.am:
13889 * gst/typefind/Makefile.am:
13890 * gst/videorate/Makefile.am:
13891 * gst/videoscale/Makefile.am:
13892 * gst/videotestsrc/Makefile.am:
13893 * gst/volume/Makefile.am:
13894 * sys/v4l/Makefile.am:
13895 * sys/ximage/Makefile.am:
13896 * sys/xvimage/Makefile.am:
13897 adapt properly to this change. This should make sure that
13898 plugins and libs properly link to the as-yet-uninstalled
13899 copies of stuff like libgstinterfaces and libgstvideo
13901 2005-07-13 Andy Wingo <wingo@pobox.com>
13903 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13904 (gst_v4lsrc_fixate): Fixate on format as well.
13906 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13907 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13908 buffer points to it.
13909 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13910 rather just doing X calls ourselves. Also fixes a memleak.
13912 2005-07-12 Andy Wingo <wingo@pobox.com>
13914 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13915 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13916 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13917 TRUE to avoid deadlocks if an element holds on to our buffers.
13919 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13921 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13922 (gst_sinesrc_init), (gst_sinesrc_create),
13923 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13924 (gst_sinesrc_start):
13925 * gst/sine/gstsinesrc.h:
13926 removing num-buffers property before moving it
13928 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13931 use overridable ERROR_CFLAGS
13932 * docs/libs/gst-plugins-base-libs.types:
13933 * docs/libs/tmpl/gstringbuffer.sgml:
13934 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13935 (gst_alsasink_class_init):
13936 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13937 (gst_alsasrc_class_init):
13938 * gst-libs/gst/audio/audio.h:
13939 * gst-libs/gst/audio/gstaudioclock.h:
13940 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13941 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13942 (gst_audio_filter_link), (gst_audio_filter_init),
13943 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13944 (gst_audio_filter_get_property),
13945 (gst_audio_filter_class_add_pad_templates):
13946 * gst-libs/gst/audio/gstaudiofilter.h:
13947 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13948 (gst_audio_filter_template_get_type),
13949 (gst_audio_filter_template_base_init),
13950 (gst_audio_filter_template_class_init),
13951 (gst_audio_filter_template_init),
13952 (gst_audio_filter_template_set_property),
13953 (gst_audio_filter_template_get_property), (plugin_init),
13954 (gst_audio_filter_template_setup),
13955 (gst_audio_filter_template_filter),
13956 (gst_audio_filter_template_filter_inplace):
13957 * gst-libs/gst/audio/gstaudiosink.c:
13958 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13959 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13960 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13961 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13962 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13963 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13964 * gst-libs/gst/audio/gstaudiosink.h:
13965 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13966 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13967 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13968 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13969 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13970 (gst_audio_src_class_init), (gst_audio_src_init),
13971 (gst_audio_src_create_ringbuffer):
13972 * gst-libs/gst/audio/gstaudiosrc.h:
13973 * gst-libs/gst/audio/gstbaseaudiosink.c:
13974 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13975 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13976 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13977 (gst_base_audio_sink_set_property),
13978 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13979 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13980 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13981 (gst_base_audio_sink_create_ringbuffer),
13982 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13983 * gst-libs/gst/audio/gstbaseaudiosink.h:
13984 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13985 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13986 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13987 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13988 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13989 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13990 (gst_base_audio_src_event), (gst_base_audio_src_create),
13991 (gst_base_audio_src_create_ringbuffer),
13992 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13993 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13994 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13995 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13996 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13997 (gst_ring_buffer_debug_spec_caps),
13998 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13999 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14000 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14001 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14002 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14003 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14004 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14005 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14006 (gst_ring_buffer_clear):
14007 * gst-libs/gst/audio/gstringbuffer.h:
14008 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14009 (gst_video_sink_class_init), (gst_video_sink_get_type):
14010 * gst-libs/gst/video/videosink.h:
14011 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14012 (gst_multifdsink_class_init),
14013 (gst_multifdsink_handle_client_write),
14014 (gst_multifdsink_change_state):
14015 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14016 (gst_tcpclientsink_setcaps):
14017 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14018 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14019 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14020 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14021 (gst_ximagesink_send_pending_navigation),
14022 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14023 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14024 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14025 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14026 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14027 (gst_xvimagesink_send_pending_navigation),
14028 (gst_xvimagesink_navigation_send_event),
14029 (gst_xvimagesink_set_xwindow_id),
14030 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14031 (gst_xvimagesink_get_type):
14032 more macro splitting
14034 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14036 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14037 plug a memleak, allows me to import 1479 albums in one go
14039 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14040 (vorbis_handle_type_packet), (vorbis_dec_chain),
14041 (vorbis_dec_change_state):
14042 fix some format strings
14044 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14046 * docs/libs/tmpl/gstcolorbalance.sgml:
14047 * docs/libs/tmpl/gstmixer.sgml:
14048 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14049 (gst_alsasink_set_property), (gst_alsasink_get_property):
14050 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14051 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14052 add device property
14054 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14056 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14057 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14058 (audiocast_register_listener), (audiocast_thread_run),
14059 (gst_gnomevfssrc_send_additional_headers_callback),
14060 (gst_gnomevfssrc_received_headers_callback),
14061 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14062 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14063 (gst_gnomevfssrc_get_size):
14064 add/clean up debugging
14065 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14068 2005-07-07 Andy Wingo <wingo@pobox.com>
14070 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14071 framerate. Need to get a handle on when exactly this function is
14074 * sys/v4l/v4lsrc_calls.h:
14075 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14076 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14077 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14079 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14080 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14081 v4lelements are sources.
14083 * sys/v4l/gstv4lxoverlay.h:
14084 * sys/v4l/gstv4lxoverlay.c:
14085 * sys/v4l/gstv4ltuner.h:
14086 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14088 * sys/v4l/gstv4lsrc.h:
14089 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14090 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14091 or something should handle that. Made a live source.
14093 * sys/v4l/gstv4lelement.h:
14094 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14095 signals. Some cleanups.
14097 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14099 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14102 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14105 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14107 2005-07-07 Wim Taymans <wim@fluendo.com>
14109 * ext/theora/theoradec.c: (theora_get_query_types),
14110 (theora_dec_src_getcaps), (theora_dec_push):
14111 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14112 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14113 Remove deprecated/unused query types.
14115 2005-07-06 Wim Taymans <wim@fluendo.com>
14117 * ext/alsa/Makefile.am:
14118 * ext/alsa/gstalsaplugin.c: (plugin_init):
14119 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14120 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14121 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14122 (gst_alsasrc_class_init), (gst_alsasrc_init),
14123 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14124 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14125 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14126 (gst_alsasrc_reset):
14127 * ext/alsa/gstalsasrc.h:
14128 * gst-libs/gst/audio/Makefile.am:
14129 * gst-libs/gst/audio/gstaudiosink.c:
14130 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14131 (gst_audioringbuffer_start):
14132 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14133 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14134 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14135 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14136 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14137 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14138 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14139 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14140 * gst-libs/gst/audio/gstaudiosrc.h:
14141 * gst-libs/gst/audio/gstbaseaudiosink.c:
14142 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14143 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14144 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14145 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14146 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14147 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14148 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14149 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14150 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14151 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14152 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14153 (gst_baseaudiosrc_change_state):
14154 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14155 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14156 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14157 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14158 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14159 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14160 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14161 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14162 * gst-libs/gst/audio/gstringbuffer.h:
14163 Added audiosource base classes.
14164 Ported alsasrc, still very basic.
14166 2005-07-06 Wim Taymans <wim@fluendo.com>
14168 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14169 (theora_dec_push), (theora_handle_data_packet):
14170 Prepare for better timestamp fix later.
14172 * gst/audioconvert/gstaudioconvert.c:
14173 List most accurate caps first
14175 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14176 Use proper pad task function.
14178 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14179 (gst_xvimagesink_show_frame):
14180 Fix deadlock when alloc failed.
14182 2005-07-05 Andy Wingo <wingo@pobox.com>
14184 * ext/gnomevfs/gstgnomevfssrc.c:
14185 * gst/sine/gstsinesrc.c:
14186 * gst/tcp/gsttcpserversrc.c:
14187 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14189 * sys/v4l/: Port from 0.8.
14191 * Many files: Null if we got it....
14193 2005-07-05 Andy Wingo <wingo@pobox.com>
14195 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14196 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14199 2005-07-05 Wim Taymans <wim@fluendo.com>
14202 * gst/tcp/Makefile.am:
14204 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14205 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14206 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14207 (is_sync_frame), (gst_multifdsink_handle_client_write),
14208 (gst_multifdsink_render), (gst_multifdsink_start),
14209 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14210 * gst/tcp/gstmultifdsink.h:
14211 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14212 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14213 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14214 * gst/tcp/gsttcp.h:
14215 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14216 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14217 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14218 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14219 * gst/tcp/gsttcpclientsink.h:
14220 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14221 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14222 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14223 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14224 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14225 * gst/tcp/gsttcpclientsrc.h:
14226 * gst/tcp/gsttcpplugin.c: (plugin_init):
14227 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14228 * gst/tcp/gsttcpserversink.h:
14229 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14230 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14231 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14232 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14233 (gst_tcpserversrc_stop):
14234 * gst/tcp/gsttcpserversrc.h:
14235 * gst/tcp/gsttcpsink.c:
14236 * gst/tcp/gsttcpsink.h:
14237 * gst/tcp/gsttcpsrc.c:
14238 * gst/tcp/gsttcpsrc.h:
14239 Ported tcp plugins to 0.9.
14242 2005-07-05 Andy Wingo <wingo@pobox.com>
14244 * gst/playback/gstplaybasebin.c (fill_buffer):
14245 message_new_application fixen.
14247 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14250 2005-07-04 Wim Taymans <wim@fluendo.com>
14252 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14253 Set caps on output buffer.
14255 2005-07-04 Andy Wingo <wingo@pobox.com>
14257 * ext/gnomevfs/gstgnomevfssrc.c
14258 (gst_gnomevfssrc_received_headers_callback)
14259 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14262 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14263 No refcount leakage.
14265 * configure.ac: Enable -Werror.
14267 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14268 * gst/audioconvert/bufferframesconvert.c
14269 (buffer_frames_convert_fixate):
14270 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14271 (gst_audio_convert_fixate):
14272 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14273 (gst_sinesrc_create): Fixate func changes.
14275 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14276 (gst_ximagesink_buffer_alloc): Unused var.
14278 2005-07-01 Andy Wingo <wingo@pobox.com>
14280 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14281 getcaps to do explicit caps. Needs to be done in all decoders,
14282 possibly via a base class.
14284 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14286 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14287 caps on the sink pad, just rely on the pad template. Also, setting
14288 ANY caps on a pad is not valid because the caps are not fixed.
14290 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14291 caps on the buffer, and get the width from the desired_caps if
14293 (gst_ximagesink_renegotiate_size): Implement via setting the
14294 desired_caps on the ximagesink.
14295 (gst_ximagesink_setcaps): Only reset the width of the player if it
14296 wasn't already set. Not sure if this is right.
14297 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14299 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14300 that the user wants. NULL unless the window has been resized.
14302 * gst/volume/gstvolume.c (volume_transform): Adapt to
14303 basetransform refcount changes.
14305 2005-07-01 Andy Wingo <wingo@pobox.com>
14307 * gst/videoscale/gstvideoscale.c:
14308 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14309 from BaseTransform, implements a transform_caps. Removed dead code
14310 including some PAR stuff that was never reached -- should probably
14311 be added back somehow.
14313 2005-07-01 Andy Wingo <wingo@pobox.com>
14315 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14318 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14321 * docs/libs/Makefile.am:
14322 * docs/libs/gst-plugins-libs.types:
14323 * ext/alsa/Makefile.am:
14324 * ext/alsa/gstalsamixer.h:
14325 * ext/alsa/gstalsamixeroptions.h:
14326 * ext/alsa/gstalsamixertrack.h:
14327 * gst-libs/gst/Makefile.am:
14328 * gst-libs/gst/colorbalance/.cvsignore:
14329 * gst-libs/gst/colorbalance/Makefile.am:
14330 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14331 * gst-libs/gst/colorbalance/colorbalance.c:
14332 * gst-libs/gst/colorbalance/colorbalance.h:
14333 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14334 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14335 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14336 * gst-libs/gst/interfaces/Makefile.am:
14337 * gst-libs/gst/interfaces/colorbalance.c:
14338 (gst_color_balance_class_init):
14339 * gst-libs/gst/interfaces/colorbalance.h:
14340 * gst-libs/gst/interfaces/interfaces-marshal.list:
14341 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14342 * gst-libs/gst/interfaces/mixer.h:
14343 * gst-libs/gst/interfaces/mixeroptions.h:
14344 * gst-libs/gst/interfaces/navigation.c:
14345 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14346 * gst-libs/gst/interfaces/tuner.h:
14347 * gst/volume/Makefile.am:
14348 * gst/volume/gstvolume.c:
14349 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14350 * sys/ximage/Makefile.am:
14351 * sys/ximage/ximagesink.c:
14352 * sys/xvimage/Makefile.am:
14353 * sys/xvimage/xvimagesink.c:
14354 fold in all interfaces into an interfaces dir, preserving CVS
14357 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14359 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14360 Fix build after riff changes.
14362 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14364 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14365 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14366 (gst_riff_create_video_template_caps),
14367 (gst_riff_create_audio_template_caps),
14368 (gst_riff_create_iavs_template_caps):
14369 * gst-libs/gst/riff/riff-media.h:
14370 * gst-libs/gst/riff/riff-read.h:
14371 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14372 Add gst_riff_init() to initialize the debug category, instead
14373 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14375 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14377 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14378 Oops, I shouldn't apply hacks.
14380 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14382 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14383 Remove pad_loop function which doesn't work.
14385 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14387 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14388 Send EOS when deactivating.
14389 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14390 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14391 (gen_preroll_element), (probe_triggered), (mute_stream),
14392 (silence_stream), (new_decoded_pad), (setup_substreams),
14393 (set_active_source):
14394 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14395 (remove_sinks), (add_sink):
14396 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14397 Change for new probe API.
14399 2005-06-29 Wim Taymans <wim@fluendo.com>
14401 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14402 * gst-libs/gst/audio/gstbaseaudiosink.c:
14403 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14404 (gst_baseaudiosink_change_state):
14405 * gst-libs/gst/audio/gstbaseaudiosink.h:
14406 * gst-libs/gst/audio/gstringbuffer.c:
14407 (gst_ringbuffer_set_callback):
14408 Fix compilation error.
14409 Ringbuffer starts out as not running.
14410 Free our clock in dispose.
14411 When releasing the ringbuffer we need to renegotiate so
14412 clear the pad caps.
14414 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14418 * docs/Makefile.am:
14419 * docs/libs/Makefile.am:
14420 * docs/libs/gst-plugins-libs-docs.sgml:
14421 * docs/libs/gst-plugins-libs-sections.txt:
14422 * docs/libs/gst-plugins-libs.types:
14423 * docs/libs/tmpl/gstaudio.sgml:
14424 * docs/libs/tmpl/gstcolorbalance.sgml:
14425 * docs/libs/tmpl/gstringbuffer.sgml:
14426 * gst-libs/gst/audio/gstringbuffer.c:
14427 (gst_ringbuffer_set_callback):
14428 reinstate gtk-doc docs for plugin libs
14430 2005-06-28 Wim Taymans <wim@fluendo.com>
14432 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14433 (gst_ogg_demux_init):
14434 Removed pad loop function.
14436 2005-06-28 Wim Taymans <wim@fluendo.com>
14438 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14439 If we're building a chain we are not in an error case
14440 when we queue a buffer.
14442 2005-06-28 Andy Wingo <wingo@pobox.com>
14444 * *.c: Don't cast to GstObject before reffing/unreffing.
14446 2005-06-27 Andy Wingo <wingo@pobox.com>
14448 * gst/videotestsrc/gstvideotestsrc.c
14449 (gst_videotestsrc_activate_push): Activation API changes.
14451 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14452 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14453 they have refs on the decodebin.
14455 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14457 (gst_ogg_pad_typefind): Don't leak a pad ref.
14458 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14459 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14460 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14462 2005-06-27 Edward Hervey <edward@fluendo.com>
14464 * ext/theora/theoradec.c: (theora_dec_change_state):
14465 re-arranged call to parent's state change in order to avoid locks (or
14468 2005-06-26 Edward Hervey <edward@fluendo.com>
14470 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14471 2nd argument of 'unknow-type' signal is a GstCaps and not a
14474 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14475 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14476 Set the worker thread's running flag to TRUE before starting the
14478 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14479 Catch a failure to add typefind to the bin.
14481 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14483 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14484 (gst_sinesrc_init), (gst_sinesrc_create),
14485 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14486 (gst_sinesrc_start):
14487 * gst/sine/gstsinesrc.h:
14488 add num-buffers and timestamp-offset properties
14489 * gst/videotestsrc/gstvideotestsrc.c:
14490 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14491 (gst_videotestsrc_get_property):
14492 add timestamp-offset property
14494 2005-06-23 Christian Schaller <uraeus@gnome.org>
14496 * configure.ac: add videorate
14497 * gst-plugins-base.spec.in: add videorate
14499 2005-06-23 Wim Taymans <wim@fluendo.com>
14501 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14502 (gst_videorate_getcaps), (gst_videorate_setcaps),
14503 (gst_videorate_event), (gst_videorate_chain):
14504 Fixed videorate, fixating an already fixated caps is not
14507 2005-06-23 Wim Taymans <wim@fluendo.com>
14510 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14511 Buffer on caps is not boxed anymore.
14513 2005-06-22 Wim Taymans <wim@fluendo.com>
14515 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14516 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14517 Set buffers on caps as miniobjects and not as boxed.
14519 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14524 === release 0.9.1 ===
14526 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14547 updates for release
14549 2005-06-09 Andy Wingo <wingo@pobox.com>
14551 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14553 2005-06-09 Andy Wingo <wingo@pobox.com>
14556 * gst-libs/gst/Makefile.am:
14557 * gst-libs/gst/net/Makefile.am:
14558 Add gstnet to build.
14560 2005-06-09 Andy Wingo <wingo@pobox.com>
14562 * gst-libs/gst/gconf/gconf.c:
14563 * gst/playback/test.c:
14564 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14567 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14569 * ext/theora/theoraenc.c (theora_enc_chain):
14570 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14572 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14575 2005-06-02 Wim Taymans <wim@fluendo.com>
14577 * gst-libs/gst/net/Makefile.am:
14578 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14579 * pkgconfig/gstreamer-libs.pc.in:
14580 Added net stuff, version net lib.
14582 2005-06-02 Wim Taymans <wim@fluendo.com>
14584 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14585 (query_rates), (query_positions_elems), (query_positions_pads),
14587 Updated seek example.
14589 2005-06-02 Andy Wingo <wingo@pobox.com>
14591 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14592 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14595 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14596 remove the typefind, the bin dispose will do it for us. When it's
14597 removed and unreffed, the signal handler will be disconnected,
14599 (unlinked): It's too difficult to disconnect from unlinked
14600 handlers, as they are on pads not elements. Just punt if the pads
14601 aren't grandkids of the bin.
14603 2005-06-02 Wim Taymans <wim@fluendo.com>
14606 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14607 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14608 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14609 * ext/theora/theoradec.c: (theora_dec_src_query),
14610 (theora_handle_data_packet):
14611 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14612 (theora_enc_chain):
14613 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14614 (vorbis_handle_data_packet):
14615 * gst/audioconvert/bufferframesconvert.c:
14616 (buffer_frames_convert_chain):
14617 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14618 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14619 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14620 (gst_ffmpegcsp_chain):
14621 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14622 (gst_videorate_getcaps), (gst_videorate_setcaps),
14623 (gst_videorate_event), (gst_videorate_chain):
14624 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14625 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14626 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14627 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14628 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14629 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14630 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14631 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14632 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14633 Cleanups and buffer alloc.
14635 2005-05-31 Wim Taymans <wim@fluendo.com>
14637 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14638 Don't try to call the delay method when the device is not
14641 2005-05-31 Wim Taymans <wim@fluendo.com>
14643 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14644 Get actual segment size and buffer size after opening
14647 2005-05-30 Wim Taymans <wim@fluendo.com>
14649 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14650 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14651 Also FLUSH upstream, makes the loop function exit faster.
14653 * ext/theora/theoradec.c: (theora_dec_src_query):
14654 Some more debug info in the query.
14656 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14657 (gst_ximagesink_setcaps):
14658 Release lock on par error, better error reporting.
14660 2005-05-26 Wim Taymans <wim@fluendo.com>
14662 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14663 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14664 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14665 Clear chains in READY
14666 Queue packets until the chain is activated.
14668 2005-05-25 Wim Taymans <wim@fluendo.com>
14670 * gst-libs/gst/audio/gstaudiosink.c:
14671 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14672 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14673 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14674 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14675 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14676 (gst_audiosink_create_ringbuffer):
14677 * gst-libs/gst/audio/gstbaseaudiosink.c:
14678 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14679 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14680 (gst_baseaudiosink_set_property), (build_linear_format),
14681 (debug_spec_caps), (debug_spec_buffer),
14682 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14683 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14684 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14685 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14686 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14687 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14688 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14689 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14690 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14691 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14692 (wait_segment), (gst_ringbuffer_commit),
14693 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14694 (gst_ringbuffer_clear):
14695 Various small cleanups.
14697 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14698 (gst_audio_convert_change_state):
14699 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14700 No need to take the locks anymore.
14702 2005-05-25 Wim Taymans <wim@fluendo.com>
14704 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14705 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14706 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14708 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14709 (group_destroy), (group_commit), (queue_overrun),
14710 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14711 (mute_stream), (new_decoded_pad), (setup_substreams),
14712 (setup_source), (mute_group_type), (set_active_source),
14713 (gst_play_base_bin_change_state):
14714 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14715 (gen_video_element), (gen_text_element), (gen_audio_element),
14716 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14717 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14718 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14719 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14720 Some playbin cleanups mostly refcounting sloppyness.
14722 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14724 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14725 Work with streaming input.
14727 2005-05-25 Wim Taymans <wim@fluendo.com>
14729 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14730 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14731 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14732 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14733 No need to take the STREAM lock anymore.
14735 2005-05-25 Wim Taymans <wim@fluendo.com>
14737 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14738 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14739 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14740 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14741 (gst_ogg_demux_sink_activate):
14742 * ext/theora/theoradec.c: (theora_dec_src_event),
14743 (theora_handle_comment_packet), (theora_dec_chain),
14744 (theora_dec_change_state):
14745 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14746 (vorbis_handle_data_packet), (vorbis_dec_chain),
14747 (vorbis_dec_change_state):
14748 Remove STREAM locks as they are taken in core now.
14749 Never set bogus granulepos on vorbis/theora.
14750 Fix leaks in theoradec tag parsing.
14752 2005-05-25 Wim Taymans <wim@fluendo.com>
14754 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14755 Fix memleaks, GST_BUFFER_DATA() is not freed.
14757 2005-05-25 Wim Taymans <wim@fluendo.com>
14759 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14760 Open non-blocking, set to blocking mode afterwards to avoid
14761 lockups when audio device is busy.
14763 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14765 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14766 This can't be good.
14768 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14770 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14771 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14772 (gst_audio_convert_setcaps):
14773 Implement instant setup switching.
14775 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14777 * gst/playback/gstplaybasebin.c: (probe_triggered):
14778 Fix missing unlock.
14779 * gst/playback/gstplaybin.c: (add_sink):
14780 First add, then link (otherwise pad link fails).
14782 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14784 * examples/Makefile.am:
14785 fix buildbot (make distcheck)
14787 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14789 * gst/playback/gstplaybin.c: (gen_vis_element):
14790 Remove some wrong code. Doesn't work yet.
14792 2005-05-19 Wim Taymans <wim@fluendo.com>
14794 * gst-libs/gst/net/Makefile.am:
14795 * gst-libs/gst/net/README:
14796 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14797 (gst_netbuffer_class_init), (gst_netbuffer_init),
14798 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14799 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14800 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14801 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14802 * gst-libs/gst/net/gstnetbuffer.h:
14803 Added buffer subclass to store extra to/from addresses for
14804 network sources/sinks.
14806 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14808 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14809 Don't lock an unassigned variable.
14811 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14813 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14814 Increase buffer for video, decrease buffer for other media types.
14815 * gst/playback/gstplaybin.c: (gen_video_element),
14816 (gen_audio_element):
14817 Change names for debugging purposes.
14819 2005-05-18 Wim Taymans <wim@fluendo.com>
14821 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14822 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14823 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14824 (gst_ffmpegcsp_chain):
14825 Enable buffer alloc passthrough if the source and dest
14826 formats are the same.
14828 2005-05-17 Wim Taymans <wim@fluendo.com>
14830 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14831 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14832 (gst_ogg_demux_chain_unlocked):
14833 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14834 (gst_audio_convert_caps_remove_format_info),
14835 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14836 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14837 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14838 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14839 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14840 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14841 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14842 (gst_ffmpegcsp_get_property):
14843 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14844 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14845 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14846 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14847 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14848 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14849 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14850 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14851 Leak fixes in oggdemux.
14852 Some cleanups in audioconvert.
14853 Make passthrough work along with buffer_alloc etc.
14854 Make buffer_alloc and buffer recycling actually work in
14857 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14859 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14860 make the compiler happy
14862 2005-05-17 Wim Taymans <wim@fluendo.com>
14864 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14865 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14866 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14867 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14868 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14869 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14870 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14871 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14872 (gst_xvimagesink_set_xwindow_id):
14873 * sys/xvimage/xvimagesink.h:
14874 Port xvimagesink to new MiniObject.
14876 2005-05-17 Wim Taymans <wim@fluendo.com>
14878 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14879 (gst_audiofilter_chain):
14880 * gst-libs/gst/audio/gstaudiosink.c:
14881 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14882 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14883 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14884 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14885 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14886 (gst_audiosink_create_ringbuffer):
14887 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14888 (gst_audio_convert_caps_remove_format_info),
14889 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14890 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14891 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14892 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14893 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14894 Fix passthrough in ffmpegcolorspace.
14895 Fix memset in audiosink on wrong memory.
14897 2005-05-16 David Schleef <ds@schleef.org>
14899 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14902 2005-05-16 David Schleef <ds@schleef.org>
14904 Port from GstData to GstMiniObject.
14905 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14906 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14907 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14908 (gst_ogg_mux_collected):
14909 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14910 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14911 (theora_handle_data_packet):
14912 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14913 (theora_set_header_on_caps), (theora_enc_chain):
14914 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14915 (vorbis_handle_comment_packet):
14916 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14917 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14918 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14919 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14920 * gst/audioconvert/gstaudioconvert.c:
14921 (gst_audio_convert_get_buffer):
14922 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14923 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14924 (mute_stream), (silence_stream):
14925 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14926 * gst/volume/gstvolume.c: (volume_transform):
14927 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14928 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14929 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14930 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14931 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14932 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14933 (gst_ximagesink_buffer_alloc):
14934 * sys/ximage/ximagesink.h:
14936 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14938 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14939 (fill_buffer), (check_queue), (queue_threshold_reached),
14940 (queue_out_of_data):
14941 * gst/playback/gstplaybasebin.h:
14942 Post buffer-fullness on the bus.
14944 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14946 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14948 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14949 (group_commit), (probe_triggered), (setup_source),
14950 (gst_play_base_bin_change_state):
14951 * gst/playback/gstplaybasebin.h:
14952 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14953 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14954 (gst_play_bin_change_state):
14955 Move setup_output_pads into a virtual function, remove
14956 group-switch (no longer needed) and redirect (handled by bus
14959 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14961 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14962 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14963 (get_active_group), (get_building_group), (group_destroy),
14964 (group_commit), (check_queue), (queue_overrun),
14965 (queue_threshold_reached), (queue_out_of_data),
14966 (gen_preroll_element), (remove_groups), (unknown_type),
14967 (add_element_stream), (no_more_pads), (probe_triggered),
14968 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14969 (setup_substreams), (setup_source), (finish_source),
14970 (prepare_output), (muted_group_change_state),
14971 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14972 (gst_play_base_bin_change_state):
14973 * gst/playback/gstplaybasebin.h:
14974 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14975 (gst_play_bin_init), (gst_play_bin_set_property),
14976 (gen_video_element), (gen_text_element), (gen_audio_element),
14977 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14978 (gst_play_bin_change_state):
14979 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14980 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14981 (stream_info_change_state), (gst_stream_info_set_mute),
14982 (gst_stream_info_get_property):
14983 * gst/playback/gststreaminfo.h:
14984 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14985 (gst_stream_selector_get_linked_pad),
14986 (gst_stream_selector_getcaps),
14987 (gst_stream_selector_get_linked_pads),
14988 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14989 * gst/playback/gststreamselector.h:
14990 Rough port of playbin. Needs some more work, but is mostly done,
14991 and uses a few locks in important places, which should make stuff
14992 like chain-switches clean. Still uses GST_STATE() in a few places,
14993 which isn't all that good an idea, subtitles/elements disabled
14994 because no elements to test with and thus probably broken, query
14995 and event handling moved to GstBin, internal thread removed
14996 alltogether because the pipeline does that for us now. Can play
14997 Ogg/Vorbis files. Haven't tested anything else yet.
14999 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15001 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15002 Do no-more-pads (needed for autoplugging).
15004 2005-05-10 Andy Wingo <wingo@pobox.com>
15006 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15007 message to the bus with the tags. Still not sent downstream tho.
15009 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15011 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15012 avoid refcounting hassles.
15014 2005-05-09 Andy Wingo <wingo@pobox.com>
15016 * gst/volume/Makefile.am:
15017 * gst/volume/demo.c
15018 * gst/volume/gstvolume.h
15019 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15020 basetransform. Probably need an audio filter base class.
15022 2005-05-09 Wim Taymans <wim@fluendo.com>
15024 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15025 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15026 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15027 (gst_vorbisenc_chain):
15028 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15029 (gst_audio_convert_caps_remove_format_info),
15030 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15031 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15032 Make caps writable before writing to it.
15033 Fix negotiation in audioconvert some more.
15035 2005-05-09 Wim Taymans <wim@fluendo.com>
15037 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15038 (gst_videorate_getcaps), (gst_videorate_setcaps),
15039 (gst_videorate_event), (gst_videorate_chain):
15040 Better negotiation.
15042 2005-05-09 Wim Taymans <wim@fluendo.com>
15044 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15045 (gst_videorate_getcaps), (gst_videorate_setcaps),
15046 (gst_videorate_blank_data), (gst_videorate_init),
15047 (gst_videorate_event), (gst_videorate_chain),
15048 (gst_videorate_change_state):
15049 Port videorate, do a better job at negotiation while we're at
15052 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15057 * examples/Makefile.am:
15058 * gst-libs/gst/audio/Makefile.am:
15059 * gst-libs/gst/riff/Makefile.am:
15060 * gst-libs/gst/tag/Makefile.am:
15061 * gst-libs/gst/video/Makefile.am:
15062 Fixups for missing variables.
15064 2005-05-09 Wim Taymans <wim@fluendo.com>
15066 * examples/seeking/seek.c: (make_theora_pipeline),
15067 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15068 (query_rates), (query_positions_elems), (query_positions_pads),
15069 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15070 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15071 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15072 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15073 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15074 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15075 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15076 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15077 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15078 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15079 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15080 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15081 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15082 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15083 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15084 (theora_dec_src_convert), (theora_dec_sink_convert),
15085 (theora_dec_src_query), (theora_dec_sink_query),
15086 (theora_dec_src_event), (theora_dec_sink_event),
15087 (theora_handle_comment_packet), (theora_handle_type_packet),
15088 (theora_handle_header_packet), (theora_handle_data_packet),
15089 (theora_dec_chain):
15090 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15091 (vorbis_dec_convert), (vorbis_dec_src_query),
15092 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15093 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15094 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15095 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15096 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15097 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15098 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15099 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15100 (gst_play_bin_query):
15101 * gst/playback/test3.c: (update_scale):
15102 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15103 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15104 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15105 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15106 (gst_videotestsrc_src_query):
15107 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15108 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15109 (paint_hline_YUV9):
15110 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15111 Port to new query API.
15113 Cleanups in x[v]imagesink
15115 2005-05-09 Andy Wingo <wingo@pobox.com>
15117 * ext/alsa/gstalsasink.h:
15118 * ext/gnomevfs/gstgnomevfssrc.c:
15119 (gst_gnomevfssrc_get_icy_metadata):
15120 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15121 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15122 * ext/theora/theoradec.c (theora_dec_src_query)
15123 (theora_dec_src_event, theora_dec_sink_event)
15124 (theora_handle_comment_packet, theora_handle_data_packet):
15125 * ext/theora/theoraenc.c (theora_enc_chain):
15126 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15127 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15128 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15129 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15131 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15132 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15133 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15134 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15135 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15136 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15137 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15138 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15139 (paint_setup_RGB565, paint_setup_xRGB1555):
15140 * gst/videotestsrc/videotestsrc.h:
15141 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15142 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15143 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15146 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15147 gst_pad_query_position. Fixes oggdemux.
15149 2005-05-08 David Schleef <ds@schleef.org>
15151 * configure.ac: Require liboil.
15152 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15154 * gst/videotestsrc/videotestsrc.c:
15155 * gst/videotestsrc/videotestsrc.h:
15157 2005-05-06 Wim Taymans <wim@fluendo.com>
15159 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15160 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15161 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15162 Well, unreffing a buffer right before pushing it is asking
15165 2005-05-06 Christian Schaller <uraeus@gnome.org>
15167 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15169 2005-05-06 Wim Taymans <wim@fluendo.com>
15171 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15172 (gst_audio_convert_caps_remove_format_info),
15173 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15174 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15175 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15176 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15177 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15178 * gst/sine/Makefile.am:
15179 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15180 (gst_sinesrc_class_init), (gst_sinesrc_init),
15181 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15182 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15183 (gst_sinesrc_update_freq):
15184 * gst/sine/gstsinesrc.h:
15185 * gst/tcp/gstmultifdsink.c:
15186 * sys/xvimage/xvimagesink.c:
15187 Fixed negotiation wrt _peer_get_caps()
15191 2005-05-06 Wim Taymans <wim@fluendo.com>
15193 * gst-libs/gst/audio/gstaudiosink.c:
15194 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15195 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15196 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15197 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15198 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15199 (gst_audiosink_create_ringbuffer):
15200 * gst-libs/gst/audio/gstbaseaudiosink.c:
15201 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15202 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15203 (gst_baseaudiosink_set_property), (build_linear_format),
15204 (debug_spec_caps), (debug_spec_buffer),
15205 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15206 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15207 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15208 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15209 * gst-libs/gst/audio/gstbaseaudiosink.h:
15210 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15211 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15212 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15213 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15214 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15215 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15216 (wait_segment), (gst_ringbuffer_commit),
15217 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15218 (gst_ringbuffer_clear):
15219 * gst-libs/gst/audio/gstringbuffer.h:
15220 Make the base audiosink return an error when there is no
15221 audiobuffer negotiated.
15223 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15226 Disable cdparanoia until someone ports it!
15228 2005-05-06 Wim Taymans <wim@fluendo.com>
15230 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15231 (gst_ogg_demux_sink_activate):
15232 And revert after wingo's revert.. sigh..
15234 2005-05-05 Andy Wingo <wingo@pobox.com>
15236 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15238 * configure.ac: Return audiorate and subparse from the ghetto.
15239 Re-enable -Wall -Werror.
15240 * gst/subparse/gstsubparse.c:
15241 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15242 or chain-based. Cleaned up a bit. Not tested.
15244 2005-05-05 Christian Schaller <christian@fluendo.com>
15246 * Makefile.am: remove stuff that is not building
15247 * configure.ac: remove stuff that is not building
15248 * examples/Makefile.am: remove stuff that is not building
15249 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15250 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15251 * sys/Makefile.am: remove stuff that is not building
15252 * testsuite/Makefile.am: remove stuff that is not building
15254 2005-05-05 Andy Wingo <wingo@pobox.com>
15256 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15257 * gst-libs/gst/tag/gstvorbistag.c:
15258 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15259 * gst/adder/gstadder.h:
15260 * gst/audioconvert/gstchannelmix.c:
15261 (gst_audio_convert_fill_one_other):
15262 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15263 (gst_audiorate_init), (gst_audiorate_chain):
15264 * gst/playback/gstplaybasebin.c: (setup_source):
15265 * gst/playback/test3.c: (update_scale):
15283 2005-05-05 Wim Taymans <wim@fluendo.com>
15285 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15286 (gst_audio_convert_caps_remove_format_info),
15287 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15288 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15289 * gst/videotestsrc/gstvideotestsrc.c:
15290 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15291 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15292 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15293 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15294 Don't ignore _push() return values.
15295 Make sure no processing is done when shutting down.
15296 Videotestsrc pad activation fix.
15298 2005-05-05 Wim Taymans <wim@fluendo.com>
15300 * gst/adder/Makefile.am:
15301 * gst/adder/gstadder.c: (gst_adder_setcaps),
15302 (gst_adder_class_init), (gst_adder_init),
15303 (gst_adder_request_new_pad), (gst_adder_collected),
15304 (gst_adder_change_state):
15305 * gst/adder/gstadder.h:
15306 Ported adder as an example of a mixer element using
15307 collect pads. Needs more negotiation work.
15309 2005-05-05 Wim Taymans <wim@fluendo.com>
15311 * ext/theora/theoradec.c: (_inc_granulepos),
15312 (theora_dec_src_event), (theora_dec_sink_event),
15313 (theora_handle_comment_packet), (theora_handle_type_packet),
15314 (theora_handle_header_packet), (theora_handle_data_packet),
15315 (theora_dec_chain):
15316 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15317 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15318 (theora_push_buffer), (theora_push_packet),
15319 (theora_enc_sink_event), (theora_enc_chain),
15320 (theora_enc_change_state), (theora_enc_set_property),
15321 (theora_enc_get_property):
15322 Added stream lock to decoder so that we can serialize
15324 More theoraenc porting, recover from errors, do clean
15327 2005-05-05 Wim Taymans <wim@fluendo.com>
15329 * ext/ogg/Makefile.am:
15331 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15332 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15334 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15335 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15336 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15337 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15338 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15339 (gst_ogg_mux_change_state):
15342 2005-05-05 Wim Taymans <wim@fluendo.com>
15344 * docs/design-audiosinks.txt:
15345 * gst-libs/gst/audio/TODO:
15346 * gst-libs/gst/audio/gstaudiosink.c:
15347 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15348 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15349 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15350 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15351 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15352 (gst_audiosink_create_ringbuffer):
15353 * gst-libs/gst/audio/gstbaseaudiosink.c:
15354 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15355 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15356 (gst_baseaudiosink_set_property), (build_linear_format),
15357 (debug_spec_caps), (debug_spec_buffer),
15358 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15359 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15360 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15361 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15362 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15363 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15364 (gst_ringbuffer_release), (gst_ringbuffer_play),
15365 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15366 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15367 (gst_ringbuffer_set_sample), (wait_segment),
15368 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15369 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15370 More work on the audiosink, mostly debugging and a race in
15373 2005-04-28 Wim Taymans <wim@fluendo.com>
15375 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15376 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15377 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15378 (vorbis_dec_src_query), (vorbis_dec_src_event),
15379 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15380 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15381 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15382 Don't crap out when seeking back to position 0.
15384 2005-04-28 Wim Taymans <wim@fluendo.com>
15386 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15387 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15388 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15389 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15390 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15391 Make audio sink configurable, use alsasink as default.
15393 2005-04-28 Wim Taymans <wim@fluendo.com>
15395 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15396 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15397 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15398 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15399 (vorbis_dec_change_state):
15400 * ext/vorbis/vorbisdec.h:
15401 Refactor, use STREAM_LOCK.
15403 2005-04-28 Wim Taymans <wim@fluendo.com>
15405 * ext/theora/theoradec.c: (_inc_granulepos),
15406 (theora_dec_sink_event), (theora_handle_comment_packet),
15407 (theora_handle_type_packet), (theora_handle_header_packet),
15408 (theora_handle_data_packet), (theora_dec_chain),
15409 (theora_dec_change_state):
15410 Refactor a bit, use STREAM_LOCK.
15412 2005-04-28 Wim Taymans <wim@fluendo.com>
15414 * ext/alsa/Makefile.am:
15415 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15416 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15417 (gst_alsa_link), (gst_alsa_close_audio):
15418 * ext/alsa/gstalsaplugin.c: (plugin_init):
15419 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15420 (gst_alsasink_dispose), (gst_alsasink_base_init),
15421 (gst_alsasink_class_init), (gst_alsasink_init),
15422 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15423 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15424 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15425 (gst_alsasink_reset):
15426 * ext/alsa/gstalsasink.h:
15427 Implement alsasink with simple open/write/close API.
15428 Make alsa dir build by disabling compilation of code.
15430 2005-04-28 Wim Taymans <wim@fluendo.com>
15432 * gst-libs/gst/audio/Makefile.am:
15433 * gst-libs/gst/audio/audio.h:
15434 * gst-libs/gst/audio/audioclock.c:
15435 * gst-libs/gst/audio/audioclock.h:
15436 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15437 (gst_audio_clock_class_init), (gst_audio_clock_init),
15438 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15439 * gst-libs/gst/audio/gstaudioclock.h:
15440 * gst-libs/gst/audio/gstaudiosink.c:
15441 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15442 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15443 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15444 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15445 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15446 (gst_audiosink_create_ringbuffer):
15447 * gst-libs/gst/audio/gstbaseaudiosink.c:
15448 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15449 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15450 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15451 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15452 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15453 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15454 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15455 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15456 * gst-libs/gst/audio/gstbaseaudiosink.h:
15457 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15458 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15459 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15460 (gst_ringbuffer_release), (gst_ringbuffer_play),
15461 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15462 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15463 (gst_ringbuffer_set_sample), (wait_segment),
15464 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15465 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15466 * gst-libs/gst/audio/gstringbuffer.h:
15467 Make ringbuffer faster and more simple by removing the locks
15468 in the playback thread.
15469 Add sample accurate playback based on buffer sample offsets.
15470 Make the baseaudiosink provide a clock.
15471 Parse caps in the base class.
15472 Correctly handle seeking, flushing and state changes.
15474 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15477 * gst/audioconvert/Makefile.am:
15478 * gst/audioscale/Makefile.am:
15479 Fix part of the build. Come on guys, autogen didn't even work :)
15481 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15484 * gst-libs/gst/Makefile.am:
15485 * gst-libs/gst/media-info/.cvsignore:
15486 * gst-libs/gst/media-info/Makefile.am:
15487 * gst-libs/gst/media-info/README:
15488 * gst-libs/gst/media-info/media-info-priv.c:
15489 * gst-libs/gst/media-info/media-info-priv.h:
15490 * gst-libs/gst/media-info/media-info-test.c:
15491 * gst-libs/gst/media-info/media-info.c:
15492 * gst-libs/gst/media-info/media-info.h:
15493 * gst-libs/gst/media-info/media-info.vcproj:
15494 * pkgconfig/Makefile.am:
15495 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15496 * pkgconfig/gstreamer-media-info.pc.in:
15497 Remove media-info, which is also successed by playbin (see Totem
15500 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15503 * examples/Makefile.am:
15504 * examples/gstplay/.cvsignore:
15505 * examples/gstplay/Makefile.am:
15506 * examples/gstplay/player.c:
15507 * gst-libs/gst/Makefile.am:
15508 * gst-libs/gst/play/.cvsignore:
15509 * gst-libs/gst/play/Makefile.am:
15510 * gst-libs/gst/play/play.c:
15511 * gst-libs/gst/play/play.h:
15512 * gst-libs/gst/play/play.vcproj:
15513 * pkgconfig/Makefile.am:
15514 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15515 * pkgconfig/gstreamer-play.pc.in:
15516 Remove libgstplay, playbin is now the official successor.
15518 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15521 * gst-libs/gst/Makefile.am:
15522 * gst-libs/gst/xwindowlistener/Makefile.am:
15523 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15524 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15525 Remove deprecated xwindowlistener (I've moved xwindowlistening
15526 in the v4l/v4l2 plugins over to serverside).
15528 2005-04-25 David Schleef <ds@schleef.org>
15530 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15531 to examples/dynparams. Examples do not belong interspersed with
15533 * examples/dynparams/demo-dparams.c:
15534 * gst/sine/Makefile.am:
15535 * gst/sine/demo-dparams.c:
15537 2005-04-25 David Schleef <ds@schleef.org>
15539 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15540 * gst-libs/gst/audio/Makefile.am:
15541 * gst-libs/gst/riff/Makefile.am:
15542 * gst-libs/gst/tag/Makefile.am:
15543 * gst-libs/gst/video/Makefile.am:
15544 * gst-libs/gst/xwindowlistener/Makefile.am:
15546 Convert to 0.9 API, seems to work:
15547 * sys/ximage/Makefile.am:
15548 * sys/ximage/ximagesink.c:
15550 2005-04-24 David Schleef <ds@schleef.org>
15552 Link plugins against libraries:
15553 * ext/alsa/Makefile.am:
15554 * gst/tcp/Makefile.am:
15556 Remove asm code that should be in liboil
15557 * gst/videoscale/Makefile.am:
15558 * gst/videoscale/videoscale_x86_asm.s:
15560 gettext wants these checked in:
15576 2005-04-24 David Schleef <ds@schleef.org>
15578 Convert gst_main() to g_main_loop_run()
15579 * gst/playback/decodetest.c: (main):
15580 * gst/playback/test2.c: (main):
15581 * gst/playback/test3.c: (main):
15582 * gst/playback/test4.c: (main):
15584 Link plugins against libraries:
15585 * ext/libvisual/Makefile.am:
15586 * sys/xvimage/Makefile.am:
15588 2005-04-24 David Schleef <ds@schleef.org>
15590 * configure.ac: Remove idct and resample libs
15591 * gst-libs/gst/Makefile.am: same
15593 Remove usage of gst_library_load():
15594 * ext/alsa/gstalsaplugin.c: (plugin_init):
15595 * ext/libvisual/visual.c: (plugin_init):
15596 * ext/ogg/gstogg.c: (plugin_init):
15597 * ext/theora/theora.c: (plugin_init):
15598 * ext/vorbis/vorbis.c: (plugin_init):
15599 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15600 * gst/audioscale/gstaudioscale.c:
15601 * gst/adder/gstadder.c: (plugin_init):
15602 * gst/audioconvert/plugin.c: (plugin_init):
15603 * sys/ximage/ximagesink.c: (plugin_init):
15604 * sys/xvimage/xvimagesink.c: (plugin_init):
15605 * gst/tcp/gsttcpplugin.c: (plugin_init):
15607 Link plugins against libraries:
15608 * ext/ogg/Makefile.am:
15609 * ext/theora/Makefile.am:
15610 * ext/vorbis/Makefile.am:
15611 * gst/audioconvert/Makefile.am:
15613 Create proper libraries:
15614 * gst-libs/gst/riff/Makefile.am:
15615 * gst-libs/gst/audio/Makefile.am:
15616 * gst-libs/gst/video/Makefile.am:
15618 Move resample library to audioscale plugin directory:
15619 * gst-libs/gst/resample/Makefile.am:
15620 * gst-libs/gst/resample/README:
15621 * gst-libs/gst/resample/dtof.c:
15622 * gst-libs/gst/resample/dtos.c:
15623 * gst-libs/gst/resample/functable.c:
15624 * gst-libs/gst/resample/private.h:
15625 * gst-libs/gst/resample/resample.c:
15626 * gst-libs/gst/resample/resample.h:
15627 * gst-libs/gst/resample/resample.vcproj:
15628 * gst-libs/gst/resample/test.c:
15629 * gst/audioscale/Makefile.am:
15630 * gst/audioscale/README:
15631 * gst/audioscale/dtof.c:
15632 * gst/audioscale/dtos.c:
15633 * gst/audioscale/functable.c:
15634 * gst/audioscale/private.h:
15635 * gst/audioscale/resample.c:
15636 * gst/audioscale/resample.h:
15637 * gst/audioscale/test.c:
15639 Move tagedit library to gst-libs:
15640 * gst-libs/gst/tag/Makefile.am:
15641 * gst-libs/gst/tag/gstid3tag.c:
15642 * gst-libs/gst/tag/gsttagediting.c:
15643 * gst-libs/gst/tag/gsttageditingprivate.h:
15644 * gst-libs/gst/tag/gstvorbistag.c:
15645 * gst/tags/Makefile.am:
15646 * gst/tags/gstid3tag.c:
15647 * gst/tags/gstvorbistag.c:
15649 Fix for core changes:
15650 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15651 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15652 (gst_sinesrc_getrange):
15654 2005-04-23 David Schleef <ds@schleef.org>
15656 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15657 in gst-plugins in a long time, and properly belongs in liboil.
15658 * gst-libs/gst/idct/Makefile.am:
15659 * gst-libs/gst/idct/README:
15660 * gst-libs/gst/idct/dct.h:
15661 * gst-libs/gst/idct/doieee:
15662 * gst-libs/gst/idct/fastintidct.c:
15663 * gst-libs/gst/idct/floatidct.c:
15664 * gst-libs/gst/idct/idct.c:
15665 * gst-libs/gst/idct/idct.h:
15666 * gst-libs/gst/idct/idtc.vcproj:
15667 * gst-libs/gst/idct/ieeetest.c:
15668 * gst-libs/gst/idct/intidct.c:
15670 2005-04-20 Wim Taymans <wim@fluendo.com>
15672 * docs/design-audiosinks.txt:
15673 * gst-libs/gst/audio/Makefile.am:
15674 * gst-libs/gst/audio/TODO:
15675 * gst-libs/gst/audio/gstaudiosink.c:
15676 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15677 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15678 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15679 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15680 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15681 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15682 (gst_audiosink_class_init), (gst_audiosink_init),
15683 (gst_audiosink_create_ringbuffer):
15684 * gst-libs/gst/audio/gstaudiosink.h:
15685 * gst-libs/gst/audio/gstbaseaudiosink.c:
15686 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15687 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15688 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15689 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15690 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15691 (gst_baseaudiosink_create_ringbuffer),
15692 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15693 * gst-libs/gst/audio/gstbaseaudiosink.h:
15694 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15695 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15696 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15697 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15698 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15699 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15700 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15701 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15702 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15703 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15704 * gst-libs/gst/audio/gstringbuffer.h:
15705 An attempt at a set of audio base classes together with some
15708 2005-04-20 Wim Taymans <wim@fluendo.com>
15710 * gst/audioconvert/Makefile.am:
15711 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15712 (gst_audio_convert_caps_remove_format_info),
15713 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15714 (gst_audio_convert_channels):
15715 Link against audio libs.
15716 Fix audio convert plugin.
15718 2005-04-20 Wim Taymans <wim@fluendo.com>
15720 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15721 (gst_ogg_demux_sink_activate):
15722 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15723 (theora_set_header_on_caps), (theora_enc_sink_event),
15724 (theora_enc_chain):
15725 Fix theora encoder.
15727 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15729 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15730 * gst/playback/gstdecodebin.c: (find_compatibles):
15731 Work with staticpadtemplates in elementfactories.
15733 2005-04-12 Wim Taymans <wim@fluendo.com>
15735 * gst/playback/README:
15736 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15737 (compare_ranks), (print_feature), (gst_decode_bin_init),
15738 (dynamic_create), (dynamic_free), (find_compatibles),
15739 (mimetype_is_raw), (close_pad_link), (got_redirect),
15740 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15741 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15742 (gst_decode_bin_change_state):
15743 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15744 (gst_play_base_bin_init), (group_destroy), (group_commit),
15745 (check_queue), (queue_overrun), (queue_threshold_reached),
15746 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15747 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15748 (got_redirect), (setup_source), (play_base_eos),
15749 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15750 (gst_play_base_bin_remove_element):
15751 * gst/playback/gstplaybasebin.h:
15752 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15753 (gst_play_bin_init), (gst_play_bin_dispose),
15754 (gst_play_bin_set_property), (gen_video_element),
15755 (gen_text_element), (gen_audio_element), (remove_sinks),
15756 (gst_play_bin_send_event):
15757 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15758 (stream_info_change_state), (gst_stream_info_set_mute):
15759 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15760 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15761 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15762 (gst_stream_selector_chain):
15763 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15765 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15766 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15767 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15768 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15769 Raw and crude port of decodebin.
15770 Make playbin compile.
15772 2005-04-06 Wim Taymans <wim@fluendo.com>
15774 * ext/gnomevfs/Makefile.am:
15775 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15776 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15777 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15778 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15779 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15780 (gst_gnomevfssrc_stop):
15781 * ext/ogg/Makefile.am:
15782 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15783 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15784 * ext/theora/Makefile.am:
15785 * ext/theora/theoradec.c: (_inc_granulepos),
15786 (theora_dec_sink_event), (theora_dec_chain):
15787 * ext/vorbis/Makefile.am:
15788 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15789 (vorbis_dec_sink_event), (vorbis_dec_chain):
15790 * gst-libs/gst/audio/Makefile.am:
15791 * sys/xvimage/Makefile.am:
15792 Make gnomevfssrc extend the source base class.
15793 Fix linking against libs in various plugins.
15795 2005-04-06 Andy Wingo <wingo@pobox.com>
15797 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15800 * configure.ac: Add check and AC_SUBST for libgstbase.
15802 2005-03-31 Wim Taymans <wim@fluendo.com>
15804 * examples/seeking/Makefile.am:
15805 * examples/seeking/cdparanoia.c: (main):
15806 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15807 (play_cb), (pause_cb), (stop_cb), (main):
15808 * examples/seeking/playbin.c:
15809 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15810 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15811 (make_sid_pipeline), (make_vorbis_pipeline),
15812 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15813 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15814 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15815 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15816 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15818 * examples/seeking/spider_seek.c:
15819 * examples/seeking/vorbisfile.c:
15820 * ext/gnomevfs/Makefile.am:
15821 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15822 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15823 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15824 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15825 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15826 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15827 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15828 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15830 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15831 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15832 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15833 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15834 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15835 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15836 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15837 (gst_ogg_demux_factory_filter), (compare_ranks),
15838 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15839 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15840 (gst_ogg_chain_new), (gst_ogg_chain_free),
15841 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15842 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15843 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15844 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15845 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15846 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15847 (gst_ogg_demux_get_prev_page),
15848 (gst_ogg_demux_deactivate_current_chain),
15849 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15850 (gst_ogg_demux_bisect_forward_serialno),
15851 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15852 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15853 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15854 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15855 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15856 (gst_ogg_demux_change_state), (gst_ogg_print):
15857 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15858 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15859 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15860 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15861 (gst_ogg_mux_loop):
15862 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15863 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15864 (theora_dec_src_convert), (theora_dec_sink_convert),
15865 (theora_dec_src_query), (theora_dec_src_event),
15866 (theora_dec_sink_event), (theora_dec_chain),
15867 (theora_dec_change_state):
15868 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15869 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15870 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15871 (theora_enc_change_state):
15872 * ext/vorbis/Makefile.am:
15873 * ext/vorbis/oggvorbisenc.c:
15874 * ext/vorbis/oggvorbisenc.h:
15875 * ext/vorbis/vorbis.c: (plugin_init):
15876 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15877 (vorbis_dec_src_query), (vorbis_dec_src_event),
15878 (vorbis_dec_sink_event), (vorbis_dec_chain),
15879 (vorbis_dec_change_state):
15880 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15881 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15882 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15883 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15884 (gst_vorbisenc_change_state):
15885 * ext/vorbis/vorbisenc.h:
15886 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15887 * gst-libs/gst/audio/audioclock.c:
15888 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15889 (gst_audiofilter_init), (gst_audiofilter_chain):
15890 * gst-libs/gst/audio/testchannels.c: (main):
15891 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15892 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15893 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15894 (gmip_find_track_streaminfo), (gmip_find_track_format):
15895 * gst-libs/gst/media-info/media-info.c:
15896 (gst_media_info_read_idler):
15897 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15898 (gst_play_get_all_by_interface):
15899 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15900 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15901 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15902 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15903 (gst_riff_parse_info):
15904 * gst-libs/gst/riff/riff-read.h:
15905 * gst-libs/gst/riff/riff.c: (plugin_init):
15906 * gst-libs/gst/video/Makefile.am:
15907 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15908 (gst_videosink_class_init), (gst_videosink_get_type):
15909 * gst-libs/gst/video/videosink.h:
15910 * gst/audioconvert/bufferframesconvert.c:
15911 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15912 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15913 * gst/audioconvert/channelmixtest.c: (main):
15914 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15915 (gst_audio_convert_chain),
15916 (gst_audio_convert_caps_remove_format_info),
15917 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15918 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15919 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15920 (gst_audio_convert_buffer_to_default_format),
15921 (gst_audio_convert_buffer_from_default_format),
15922 (gst_audio_convert_channels):
15923 * gst/audioconvert/gstchannelmix.h:
15924 * gst/ffmpegcolorspace/avcodec.h:
15925 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15926 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15927 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15928 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15929 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15930 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15931 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15932 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15933 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15935 * gst/videotestsrc/gstvideotestsrc.c:
15936 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15937 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15938 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15939 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15940 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15941 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15942 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15944 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15945 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15946 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15947 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15948 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15949 (gst_xvimagesink_navigation_send_event),
15950 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15951 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15952 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15953 * sys/xvimage/xvimagesink.h:
15954 Plugin port to 0.9, ogg/theora playback should work in the seek
15956 Removed old examples.
15957 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15958 explained in 0.9 TODO doc.
15961 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15983 * testsuite/Makefile.am:
15984 remove a whole bunch of plugins. This module now contains a set
15985 of free reference plugins/elements as agreed.
15987 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15990 hunting season on 0.9 is now OPEN
15992 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15994 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15995 Kick the hell out of gcc for not warning me about a symbol conflict.
15997 2005-02-22 Luca Ognibene <luogni@tin.it>
15999 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16001 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16002 Don't leak caps string (fixes #168134)
16004 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16005 (gst_jpegenc_init), (gst_jpegenc_finalize),
16006 (gst_jpegenc_change_state):
16007 Don't leak line buffers and context struct (fixes #168133).
16009 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16012 * ext/dirac/gstdiracdec.cc:
16013 (gst_diracdec_chain):
16014 Since dirac 0.5.0 the framerate in dirac is expressed as a
16015 rational number. Fix build and up requirement to 0.5.0, and
16016 also pass parameters to gst_diracdec_link in the right order
16019 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16021 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16022 * ext/faad/gstfaad.h:
16023 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16024 certain invalid muxed streams, where some packets will contain
16025 junk after decoder data. Partially fixes #149158.
16027 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16028 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16029 Make sure we only write to writable buffers
16031 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16033 * gst-libs/gst/riff/riff-media.c:
16034 (gst_riff_create_audio_caps_with_data):
16035 Do actually fix invalid RIFF fmt header values for alaw
16036 and mulaw audio instead of just saying so.
16038 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16039 Give gst_riff_create_audio_caps_with_data() a chance to
16040 fix up broken format header fields before extracting any
16041 parameters from the header. (fixes #167633)
16043 2005-02-19 Martin Holters <martin.holters@gmx.de>
16045 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16047 * gst/audioconvert/bufferframesconvert.c:
16048 (buffer_frames_convert_link):
16049 Don't leak othercaps. (fixes #167878)
16051 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16054 * ext/libvisual/visual.c: (gst_visual_srclink),
16055 (gst_visual_change_state):
16056 Support libvisual 0.2.0.
16058 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16060 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16061 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16062 Use same rowstrides for I420 as used everywhere else.
16064 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16066 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16067 Declare variables at beginning of block and make gcc-2.95 happy
16068 (fixes # 167482, patch by Gergely Nagy).
16070 * gst/tcp/gsttcpclientsrc.c:
16071 * gst/tcp/gsttcpclientsrc.h:
16072 Move some includes into the header, so that struct sockaddr_in is
16073 defined when it should be defined on FreeBSD as well (fixes
16076 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16077 Don't pass uninitialised values to setsockopt() here either.
16079 2005-02-17 Luca Ognibene <luogni at tin dot it>
16081 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16083 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16084 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16086 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16088 * gst/playback/gstplaybin.c: (add_sink):
16089 Invert bin_add/link order to workaround deadlock in opt.
16091 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16093 * gst/modplug/gstmodplug.cc:
16094 Add missing break causing position queries to fail.
16096 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16098 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16099 Granpos can apparently be -1, which screws up calculations...
16101 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16103 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16104 (gst_ximagesink_send_pending_navigation),
16105 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16106 (gst_ximagesink_init):
16107 * sys/ximage/ximagesink.h:
16108 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16109 (gst_xvimagesink_send_pending_navigation),
16110 (gst_xvimagesink_navigation_send_event),
16111 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16112 * sys/xvimage/xvimagesink.h:
16113 Use a mutex protected list to marshal navigation
16114 events into the stream thread from whichever thread
16117 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16119 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16120 Display current position and track length; misc. clean-ups.
16122 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16123 (speed_init), (speed_chain):
16124 Add query function, so that the stream length and current position
16125 get adjusted when queried (note that current position queries may
16126 still be wrong if the audio sink returns values based on buffer
16127 timestamps instead of passing on the query).
16129 2005-02-13 Benjamin Otte <otte@gnome.org>
16131 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16132 (gst_audio_convert_channels):
16133 create channel conversion matrix when linking
16134 * gst/audioconvert/.cvsignore:
16135 * gst/audioconvert/Makefile.am:
16136 * gst/audioconvert/channelmixtest.c: (main):
16137 add (ugly) test that ensures stereo <=> mono conversion works
16140 2005-02-13 Benjamin Otte <otte@gnome.org>
16142 * gst/audioconvert/gstchannelmix.h:
16143 include missing header file
16144 * gst/audioconvert/gstchannelmix.c:
16145 (gst_audio_convert_fill_compatible):
16146 use same sign for both channels when converting to/from compatible
16147 channel. Previously used different signs made the signals cancel
16148 each other out and appear like silence. (fixes #167269)
16150 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16152 * gst/ffmpegcolorspace/avcodec.h:
16153 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16154 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16155 (gst_ffmpegcsp_avpicture_fill):
16156 * gst/ffmpegcolorspace/imgconvert.c:
16157 Convert to and from YV12 (fixes #156379).
16159 2005-02-12 Julien MOUTTE <julien@moutte.net>
16161 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16162 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16163 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16164 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16165 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16166 methods from chain and negotiation and vice versa (Fixes #166142).
16167 * sys/ximage/ximagesink.h: Add stream_lock.
16168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16169 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16170 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16171 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16173 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16175 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16176 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16177 error message when we can't open the DVD device (when dvdnav_open()
16178 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16179 the above). Send something more useful instead (fixes #167117).
16181 2005-02-11 Julien MOUTTE <julien@moutte.net>
16183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16184 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16185 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16186 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16187 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16188 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16189 methods from chain and negotiation and vice versa (Fixes #166142).
16190 Fix a possible bug of images in the buffer pool being discarded because
16191 we are looking at the wrong geometry.
16192 * sys/xvimage/xvimagesink.h: Add stream_lock.
16194 2005-02-11 David Schleef <ds@schleef.org>
16196 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16197 unsigned int. (fixes #167128)
16199 2005-02-11 David Schleef <ds@schleef.org>
16201 * gst/librfb/Makefile.am: Testing stuff before committing is
16202 for wimps... and people with fast machines. Fix stupid
16205 2005-02-11 David Schleef <ds@schleef.org>
16207 * configure.ac: Pull in librfb from my CVS tree, because it is
16208 too small and annoying to be separate. Move rfbsrc plugin
16211 * ext/librfb/Makefile.am:
16212 * ext/librfb/gstrfbsrc.c:
16213 * gst/librfb/Makefile.am:
16214 * gst/librfb/gstrfbsrc.c:
16215 * gst/librfb/rfb.c:
16216 * gst/librfb/rfb.h:
16217 * gst/librfb/rfbbuffer.c:
16218 * gst/librfb/rfbbuffer.h:
16219 * gst/librfb/rfbbytestream.c:
16220 * gst/librfb/rfbbytestream.h:
16221 * gst/librfb/rfbcontext.h:
16222 * gst/librfb/rfbdecoder.c:
16223 * gst/librfb/rfbdecoder.h:
16224 * gst/librfb/rfbutil.h:
16226 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16228 * gst/speed/Makefile.am:
16229 * gst/speed/demo-mp3.c: (main):
16230 * gst/speed/filter.func:
16231 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16232 (speed_class_init), (speed_init), (speed_chain_int16),
16233 (speed_chain_float32), (speed_chain), (speed_set_property),
16234 (speed_get_property), (speed_change_state):
16235 * gst/speed/gstspeed.h:
16236 Fix speed element and make it chain-based (fixes #156467),
16237 and make it handle more than one channel.
16239 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16241 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16242 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16243 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16244 * ext/dts/gstdtsdec.h:
16245 Don't clobber the stack constructing the channels array.
16246 Make the element chain-based. DTS tracks can now be played.
16248 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16250 * gst-libs/gst/audio/multichannel.h:
16251 * gst-libs/gst/gconf/gconf.h:
16252 * gst-libs/gst/idct/idct.h:
16253 * gst-libs/gst/media-info/media-info-priv.h:
16254 * gst-libs/gst/play/play.h:
16255 * gst-libs/gst/resample/private.h:
16256 * gst-libs/gst/resample/resample.h:
16257 * gst-libs/gst/riff/riff-ids.h:
16258 * gst-libs/gst/video/video.h:
16259 * gst-libs/gst/video/videosink.h:
16260 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16261 missing, so that they work when included from C++ code.
16263 2005-02-09 David Schleef <ds@schleef.org>
16265 * testsuite/gst-lint: Check for non-statically scoped
16266 parent_class variables. This won't be a problem once
16267 plugins are loaded with RTLD_LOCAL.
16269 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16271 * ext/mplex/gstmplexibitstream.cc:
16274 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16276 * ext/ogg/gstogmparse.c:
16277 * gst/debug/gstnavigationtest.c:
16278 Die, thou faulty symbol pollutors (non-static parent_class).
16280 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16282 * ext/mplex/gstmplexibitstream.cc:
16283 Fix event handling (#165525).
16285 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16287 * ext/mikmod/gstmikmod.c:
16288 * gst/modplug/gstmodplug.cc:
16289 Add missing endianness to template (fixes #165509).
16291 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16293 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16294 Fix wrong order of reading of optional bytes (#165290).
16296 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16298 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16299 Implement FILLER event awareness.
16301 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16303 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16304 Fix track calculations (#166208).
16306 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16308 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16310 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16311 * ext/libpng/gstpngenc.c:
16312 Fix byte-order, use proper fixed caps. Fixes #164197.
16314 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16319 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16320 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16321 Don't push buffers if the src pad isn't negotiated yet.
16323 * gst/audioconvert/gstaudioconvert.c:
16324 (gst_audio_convert_buffer_to_default_format),
16325 (gst_audio_convert_buffer_from_default_format):
16326 Add support for 24-bit width.
16328 * gst/dvdlpcmdec/.cvsignore:
16329 * gst/dvdlpcmdec/Makefile.am:
16330 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16331 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16332 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16333 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16335 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16336 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16337 format. Needs support for the channels maps if someone can find
16338 a DVD LPCM track with > 2 channels.
16340 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16341 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16342 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16343 * gst/mpegstream/gstdvddemux.h:
16344 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16345 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16346 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16347 * gst/mpegstream/gstmpegdemux.h:
16348 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16349 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16350 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16351 (gst_mpeg_parse_handle_src_query),
16352 (gst_mpeg_parse_handle_src_event):
16353 Use audio/x-dvd-lpcm for LPCM output.
16356 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16358 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16360 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16361 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16362 Add BGRA handling (#165736).
16364 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16366 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16368 * gst/law/alaw-decode.c: (alawdec_link):
16369 * gst/law/alaw-encode.c: (alawenc_link):
16370 * gst/law/mulaw-decode.c: (mulawdec_link):
16371 * gst/law/mulaw-encode.c: (mulawenc_link):
16372 Fix caps memleaks (#166600).
16374 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16376 * ext/tarkin/mem.h:
16377 * ext/tarkin/wavelet.h:
16378 * ext/tarkin/yuv.h:
16379 * gst/ffmpegcolorspace/avcodec.h:
16380 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16381 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16383 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16385 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16386 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16387 (gst_xvimagesink_change_state):
16388 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16389 Xv video (and thereby regenerate Xv colourkey) in clear() so
16390 that PLAY -> READY -> PLAY works (fixes #162504).
16392 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16394 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16395 Switch to list instead of range, since MJPEG-devices really just
16396 support decimations, not any size.
16398 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16399 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16400 (gst_mpeg2dec_reset), (free_all_buffers),
16401 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16402 * ext/mpeg2dec/gstmpeg2dec.h:
16403 The libmpeg2 user-allocated buffer management is awkward,
16404 to say the least. Hopefully this fixes things.
16406 2005-02-04 Andy Wingo <wingo@pobox.com>
16408 * gst/audioconvert/bufferframesconvert.c
16409 (buffer_frames_convert_fixate): New function, fixates to 256
16410 frames per buffer by default. (Much better than 1.)
16411 (buffer_frames_convert_init): Set the fixate function for both src
16413 (buffer_frames_convert_link): After success setting nonfixed caps,
16414 get the negotiated caps so we can know how many buffer-frames it
16415 will be. No idea how this worked at all before.
16417 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16419 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16420 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16421 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16422 (handle_sequence), (handle_picture):
16423 * ext/mpeg2dec/gstmpeg2dec.h:
16424 Rearrange buffer tracking and refcounting and refactor
16425 a little for readability.
16427 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16428 * sys/v4l/gstv4l.c: (plugin_init):
16429 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16430 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16431 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16432 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16433 * sys/v4l/gstv4ljpegsrc.h:
16434 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16435 * sys/v4l/v4l_calls.h:
16436 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16437 (gst_v4lsrc_get_fps):
16438 * sys/v4l/v4lsrc_calls.h:
16439 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16440 you jpeg inside rgb frames" driver.
16441 Don't error in the v4lsrc link function, just return
16444 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16446 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16447 (gst_qcamsrc_open):
16448 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16450 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16452 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16453 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16455 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16457 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16458 Reset negotiated state on PAUSED->READY.
16460 2005-02-02 David Schleef <ds@schleef.org>
16462 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16463 whereever possible. (Fixes #165997)
16464 * examples/capsfilter/capsfilter1.c: (main):
16465 * examples/dynparams/filter.c: (create_ui):
16466 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16467 * examples/seeking/chained.c: (main):
16468 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16469 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16470 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16471 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16472 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16473 * examples/switch/switcher.c: (main):
16474 * ext/dv/demo-play.c: (main):
16475 * ext/faad/gstfaad.c: (gst_faad_change_state):
16476 * ext/mad/gstmad.c: (gst_mad_chain):
16477 * ext/smoothwave/demo-osssrc.c: (main):
16478 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16479 (gst_gconf_render_bin_from_description),
16480 (gst_gconf_get_default_audio_sink),
16481 (gst_gconf_get_default_video_sink),
16482 (gst_gconf_get_default_audio_src),
16483 (gst_gconf_get_default_video_src),
16484 (gst_gconf_get_default_visualization_element):
16485 * gst/level/demo.c: (main):
16486 * gst/level/plot.c: (main):
16487 * gst/playback/gstplaybin.c: (gen_video_element),
16488 (gen_audio_element):
16489 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16490 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16491 * gst/sine/demo-dparams.c: (main):
16492 * gst/spectrum/demo-osssrc.c: (main):
16493 * gst/speed/demo-mp3.c: (main):
16494 * gst/volume/demo.c: (main):
16495 * testsuite/embed/embed.c: (main):
16497 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16499 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16500 (gst_tcpclientsink_finalize):
16501 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16502 (gst_tcpclientsrc_finalize):
16503 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16504 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16505 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16506 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16507 Don't leak the hostname when shutting down.
16508 In tcpserversrc, take a copy of the default hostname.
16510 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16512 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16513 Set caps to systemstream=TRUE.
16515 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16517 * testsuite/Makefile.am:
16518 Fix more OSX buildbots.
16520 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16522 * ext/mpeg2dec/gstmpeg2dec.c:
16523 Don't send things to NULL PAD_PEERs
16525 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16526 Copy-on-write the incoming buffer.
16528 * gst/mpegstream/gstdvddemux.h:
16529 * gst/mpegstream/gstmpegclock.h:
16530 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16531 (normal_seek), (gst_mpeg_demux_handle_src_event):
16532 * gst/mpegstream/gstmpegdemux.h:
16533 * gst/mpegstream/gstmpegpacketize.h:
16534 * gst/mpegstream/gstmpegparse.c:
16535 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16536 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16537 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16538 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16539 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16540 * gst/mpegstream/gstmpegparse.h:
16541 * gst/mpegstream/gstrfc2250enc.h:
16542 Various changes to the way time is computed that make seeking and
16543 total time estimation much better here.
16544 Use G_BEGIN/END_DECLS instead of __cplusplus
16546 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16547 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16549 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16551 * gst/subparse/gstsubparse.c:
16554 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16556 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16557 (theora_enc_chain), (theora_enc_change_state):
16558 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16559 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16560 (gst_vorbisenc_change_state):
16561 * ext/vorbis/vorbisenc.h:
16562 Set granulepos and timestamp correctly for streams not
16563 starting at 0, taking into account the initial delay.
16565 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16567 * gst/mpegstream/gstdvddemux.c:
16568 Add audio/x-dts to audio pad template caps
16570 2005-01-30 David Schleef <ds@schleef.org>
16572 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16573 (create_context), (gst_polypsink_link): Fix silly endianness
16574 bug. Add some debugging. Remove float from caps; it doesn't
16575 work. Attempt to get remote audio working.
16577 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16579 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16582 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16584 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16585 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16586 (gst_avi_demux_stream_data):
16587 * gst/avi/gstavidemux.h:
16588 Invert DIB images. Fixes #132341.
16590 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16592 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16593 (gst_ffmpegcsp_chain):
16594 D'oh, reference the palette data, not the palette structure.
16595 Fixes color distortion in #132341.
16597 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16599 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16600 PAR can be non-fixed when not provided as argument (#162626).
16602 2005-01-29 David Moore <dcm@acm.org>
16604 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16606 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16607 (gst_qtdemux_loop_header):
16608 Re-apply patch from #142272 that allows non-seekable sources,
16609 re-proposed by Daniel Drake <dsd@gentoo.org>.
16611 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16613 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16614 Use the src template for creating the src pad (#162330).
16616 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16619 * ext/musepack/Makefile.am:
16620 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16621 (gst_musepackdec_init), (gst_musepackdec_dispose),
16622 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16623 (gst_musepack_stream_init), (gst_musepackdec_loop),
16624 (gst_musepackdec_change_state):
16625 * ext/musepack/gstmusepackdec.cpp:
16626 * ext/musepack/gstmusepackdec.h:
16627 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16628 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16629 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16630 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16631 * ext/musepack/gstmusepackreader.cpp:
16632 * ext/musepack/gstmusepackreader.h:
16633 Update to 1.1 API (#165446).
16635 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16640 2005-01-28 Andy Wingo <wingo@pobox.com>
16642 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16643 to reflect a different dubious internet source. Add a reference
16644 and some commentary.
16646 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16648 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16649 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16650 * gst/playback/gststreamselector.h:
16651 Be more selective when we're redoing caps negotiation from
16652 within the chain function on a stream change.
16654 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16658 * ext/amrnb/Makefile.am:
16659 * ext/amrnb/amrnb.c: (plugin_init):
16660 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16661 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16662 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16663 (gst_amrnbdec_state_change):
16664 * ext/amrnb/amrnbdec.h:
16665 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16666 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16667 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16668 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16669 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16670 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16671 * ext/amrnb/amrnbparse.h:
16672 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16673 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16674 Add AMR-NB/-WB raw formats.
16675 * ext/alsa/gstalsa.c: (gst_alsa_link):
16676 Keep valid time when changing format.
16677 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16678 (qtdemux_parse_trak):
16679 Add some more format-specific options (#140141, #143555, #155163).
16681 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16683 * gst/matroska/matroska-demux.c:
16684 (gst_matroska_demux_parse_blockgroup):
16685 Fix logic error in timing of subtitle stream synchronization.
16686 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16687 Add skip-chunk, which is found in kodak-camera streams.
16689 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16693 Adding Vietnamese translation (submitted by Clytie Siddall)
16695 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16697 * gst/playback/gstdecodebin.c: (try_to_link_1):
16698 Use realpad for signal.
16700 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16702 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16703 Fix category so decodebin picks it up.
16705 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16707 * ext/mad/Makefile.am:
16708 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16709 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16710 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16711 (found_type), (gst_id3demux_bin_change_state):
16712 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16713 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16714 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16715 (gst_id3_tag_change_state), (plugin_init):
16716 * ext/mad/gstmad.h:
16717 Add id3demuxbin (which is a simple bin consisting of id3demux
16718 and typefind), take over rank from id3demux, remove typefind
16719 code from id3demux. Makes all broken mp3s that I know of work,
16720 and thereby fixes #152688.
16722 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16724 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16726 * ext/mad/gstmad.c: (gst_mad_src_event):
16727 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16728 Allow seeks on audio pad, make mad forward those (#164826).
16729 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16730 Set duration (#165335).
16732 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16734 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16735 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16736 (gst_asf_demux_process_ext_content_desc),
16737 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16738 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16739 * gst/asfdemux/gstasfdemux.h:
16740 Improve metadata display, e.g. if the metadata comes before the
16741 streams are loaded (which is perfectly valid).
16743 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16745 * tools/gst-launch-ext-m.m:
16746 Fix AVI/ASF pipelines (#165340).
16748 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16749 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16750 build failure on amd64
16752 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16754 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16755 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16756 Check environment variables GST_ID3V2_TAG_ENCODING,
16757 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16758 list of character encodings to force interpretation of non-unicode
16759 strings stored in an ID3v2 tag to a particular encoding. If none
16760 is specified, try to use current locale's encoding, then fall back
16761 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16762 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16763 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16764 Check environment variables GST_ID3V1_TAG_ENCODING,
16765 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16766 list of character encodings to use in case a string encountered
16767 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16768 specified, try to use the current locale's encoding, then fall
16769 back to ISO-8859-1 (which will always succeed).
16771 2005-01-25 Benjamin Otte <otte@gnome.org>
16773 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16774 - on half framerate, compute the rate in advance so the comparisons
16775 don't compare wrong values
16776 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16778 - don't use mad_header_decode anymore, mad_frame_decode does that
16780 - when getting rid of consumed bytes, reset the stream's skiplen
16783 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16785 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16786 Use 1/2 a second for default max_discont, as PES streams from DVB
16787 seem to have larger spacings in the SCR.
16790 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16792 * gst/playback/gstplaybasebin.c: (group_commit):
16793 Notify delayed stream-info availability.
16795 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16796 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16797 (gst_a52dec_handle_event), (gst_a52dec_chain):
16798 Add some debug output. Check that a discont has a valid
16800 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16801 (gst_alsa_sink_loop):
16802 Ignore TAG events. A little extra debug for broken timestamps.
16803 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16804 (dvdnavsrc_change_state):
16805 Ensure we send a discont to engage the link before we send any
16807 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16808 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16809 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16810 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16811 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16812 dvd://title works in totem because typefinding sends a seek that ends
16813 up going back to chapter 1 regardless.
16814 * ext/mpeg2dec/gstmpeg2dec.c:
16815 * ext/mpeg2dec/gstmpeg2dec.h:
16816 Output correct timestamps and handle disconts.
16817 * ext/ogg/gstoggdemux.c: (get_relative):
16818 Small guard against a null dereference.
16819 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16820 (gst_textoverlay_set_property):
16821 Free memory when done. Don't call gst_event_filler_get_duration on
16822 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16824 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16825 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16826 (gst_sw_srclink), (gst_smoothwave_chain):
16827 Draw solid lines, prettier colours.
16828 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16829 Add a default palette that'll work for some movies.
16830 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16831 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16832 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16833 * gst/mpegstream/gstdvddemux.h:
16834 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16835 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16836 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16837 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16838 * gst/mpegstream/gstmpegparse.h:
16839 Use PTM/NAV events when for timestamp adjustment when connected to
16840 dvdnavsrc. Don't use many discont events where one suffices.
16841 * gst/playback/gstplaybasebin.c: (group_destroy),
16842 (gen_preroll_element), (gst_play_base_bin_add_element):
16843 * gst/playback/gstplaybasebin.h:
16844 Make sure we remove subtitles from the same bin we put them in.
16845 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16846 (gst_subparse_buffer_format_autodetect),
16847 (gst_subparse_change_state):
16848 Fix some memleaks and invalid accesses.
16849 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16850 (oggskel_type_find), (cmml_type_find), (plugin_init):
16851 Some typefind functions for Annodex v3.0 files
16852 * gst/wavparse/gstwavparse.h:
16853 GstRiffReadClass is the correct parent class.
16855 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16857 * gst-libs/gst/riff/riff-media.c:
16858 (gst_riff_create_video_caps_with_data):
16859 Add extradata to huffyuv (fixes #165013).
16860 * gst-libs/gst/riff/riff-read.c:
16861 (gst_riff_read_strf_vids_with_data):
16862 Fix extradata extraction if it is in the chunk size.
16864 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16866 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16868 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16869 (gst_quarktv_change_state), (gst_quarktv_dispose):
16870 Memory free'ing location fix (#164708).
16872 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16874 * gst/playback/gstplaybasebin.c: (group_commit),
16875 (gen_preroll_element), (probe_triggered), (gen_source_element),
16876 (setup_source), (gst_play_base_bin_change_state),
16877 (gst_play_base_bin_add_element):
16878 Don't block for streams.
16879 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16880 (gst_stream_info_set_mute):
16881 Use gst_pad_set_active_recursive.
16883 2005-01-25 Andy Wingo <wingo@pobox.com>
16885 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16886 for #ifndef HAVE_XVIDEO.
16888 2005-01-24 Jeffrey C. Ollie
16890 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16892 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16893 * ext/gsm/gstgsmdec.h:
16894 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16895 * ext/gsm/gstgsmenc.h:
16896 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16897 was given by property. Add proper buffer timestamps and offsets.
16899 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16901 * gst-libs/gst/riff/riff-media.c:
16902 (gst_riff_create_audio_caps_with_data):
16903 Audio can be <8000Hz.
16905 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16907 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16908 Explicit state change to workaround refcount bugs.
16910 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16912 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16913 (gst_avimux_riff_get_avi_header):
16916 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16918 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16919 (gst_riff_read_element_data):
16920 * gst-libs/gst/riff/riff-read.h:
16921 Add _peek version (req'ed in CDXA).
16922 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16923 (gst_cdxaparse_loop):
16924 Fix parsing in playbin.
16925 * gst/playback/gstdecodebin.c: (close_pad_link):
16926 Ignore current_ pads, they cause major annoyance.
16928 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16930 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16933 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16935 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16938 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16940 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16941 Allow for 0-sized buffers. Fixes length query problems in
16942 starwars.mkv from the testsuite.
16944 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16946 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16947 (gst_video_box_i420), (gst_video_box_chain):
16948 Fix row strides for I420 (fixes #163159)
16950 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16952 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16953 MPEG2 has a useful rate property, so we can actually use that.
16954 For MPEG-1, continue using the bytes/time properties.
16956 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16958 * gst-libs/gst/riff/riff-media.c:
16959 (gst_riff_create_video_caps_with_data),
16960 (gst_riff_create_video_template_caps):
16963 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16965 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16966 Fail if caps negotiation fails. Should fix #162184, and should
16967 definately be in there regardless of it fixing the actual bug.
16968 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16969 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16970 (gst_avimux_riff_get_avix_header),
16971 (gst_avimux_riff_get_video_header),
16972 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16973 (gst_avimux_start_file), (gst_avimux_handle_event),
16974 (gst_avimux_change_state):
16975 * gst/avi/gstavimux.h:
16976 Refactor structure writing to use GST_WRITE_UINT macros, add
16977 metadata writing support.
16979 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16981 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16982 Elements may already be destroyed when this function is called.
16984 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16986 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16987 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16988 More memory leak fixes (#149162).
16990 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16992 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16993 (gst_qtdemux_add_stream):
16996 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16998 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17001 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17003 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17004 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17005 when fixating to six channels in Totem.
17007 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17009 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17010 Fix compile warnings on Solaris 10 buildbot
17012 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17014 * ext/dvdread/dvdreadsrc.c: (_read):
17015 Don't read beyond the last cell in a chapter (fixes
17016 invalid memory access)
17018 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17020 * ext/dvdread/stream_labels.c:
17021 (dvdreadsrc_get_audio_stream_labels):
17022 Use NULL for an empty GList instead of g_list_alloc(); fix
17023 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17024 of GString (easier to bulk free later)
17026 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17028 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17030 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17031 (gst_ffmpeg_pixfmt_to_caps):
17032 Fix BGRA32 caps (#164209).
17034 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17036 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17038 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17039 (gst_ffmpeg_caps_to_pixfmt):
17040 alpha_mask can be RGBA/ABGR. Fixes #164265.
17042 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17044 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17046 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17047 (gst_mpeg2dec_alloc_buffer):
17048 * ext/mpeg2dec/gstmpeg2dec.h:
17049 Crop if decoding size is not the actual image size (#163676).
17051 2005-01-17 Steve Baker <steve@stevebaker.org>
17053 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17055 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17056 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17057 Add libsndfile typefind functions (#163309).
17059 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17061 * tools/gst-launch-ext-m.m:
17062 Add .aac, fix .m1v/.m2v (#163891).
17064 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17066 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17067 Sanity check, don't wait endlessly since the clock might not
17068 actually run at this point (which is a deadlock). Fixes #164069.
17070 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17072 * gst/playback/gstplaybasebin.c: (probe_triggered):
17073 Of course, only pause if group is done...
17075 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17077 * gst/playback/gstplaybasebin.c: (probe_triggered):
17080 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17082 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17083 Don't return state change success when the parent
17086 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17088 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17089 Free events (fix memleak in #162905).
17091 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17093 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17095 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17096 (gst_ffmpeg_caps_to_pixfmt):
17097 Fix for depth = 15. Fixes #161675.
17099 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17101 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17102 Set FPS correctly, even for webcams and the like.
17103 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17104 Don error on setting while capturing.
17106 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17108 * ext/dv/gstdvdec.c:
17109 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17110 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17111 I'm a bad boy. using /1001. to force C to do float division
17112 and not integer division (as it did in my last commit)
17113 Thanks to David I. Lehn for pointing this mistake.
17115 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17117 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17118 Revert Johan's 1.35->1.36 since it breaks compat.
17120 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17122 * ext/dv/gstdvdec.c:
17123 * ext/libfame/gstlibfame.c:
17124 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17125 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17126 replace framerate aproximations by their real value
17127 (24000/1001, 30000/1001, 60000/1001)
17128 Finish fixing bug #164049
17130 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17132 * ext/ogg/gstoggmux.c:
17134 * gst/tcp/gstmultifdsink.c:
17135 * gst/tcp/gstmultifdsink.h:
17136 * gst/tcp/gsttcp.c:
17137 * gst/tcp/gsttcp.h:
17138 * gst/tcp/gsttcpclientsink.c:
17139 * gst/tcp/gsttcpclientsrc.c:
17140 * gst/tcp/gsttcpserversink.c:
17141 * gst/tcp/gsttcpserversrc.c:
17142 improve reusability of elements after state changes and errors
17143 make multifdsink throw away streamheaders when receiving new ones
17145 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17147 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17148 Fix for if items are already in list...
17150 2005-01-12 Benjamin Otte <otte@gnome.org>
17152 * gst/adder/gstadder.c: (gst_adder_loop):
17153 fix adder a bit so it doesn't screw up with events as much anymore
17155 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17157 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17158 (pixbufscale_scale), (gst_pixbufscale_chain):
17159 * ext/gdk_pixbuf/pixbufscale.h:
17160 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17161 to ensure rowstrides are calculated the same way as
17163 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17164 that we pick up duration and offset also.
17166 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17168 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17169 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17172 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17174 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17175 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17176 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17177 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17178 Update flags when requested.
17180 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17182 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17185 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17187 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17188 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17189 (probe_triggered), (new_decoded_pad), (gen_source_element),
17190 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17191 * gst/playback/gstplaybasebin.h:
17192 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17193 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17194 (gst_play_bin_change_state):
17195 Implement group-switch signal for use in apps to clear metadata
17196 cache, clean up subtitle, add suburi property instead of # hack,
17197 some error-out fixes.
17199 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17201 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17203 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17204 If we got a state change in the _get handler, don't return success.
17206 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17208 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17209 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17210 Make jpegdec quiet on MJPEG decoding
17211 * gst/asfdemux/README:
17212 Fix mimetypes for MJPEG and H263
17214 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17216 * ext/theora/theoradec.c: (theora_dec_chain):
17217 Fix broken code generation by gcc by swapping arguments.
17218 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17221 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17224 delete this file, it is by far outdated
17225 * ext/alsa/gstalsa.1: remove
17226 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17227 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17228 (gst_alsa_get_caps):
17229 Add HW probing for supported sample rates. Fixes #161704
17231 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17233 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17234 Don't crash, biatch! :).
17236 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17238 * ext/musepack/gstmusepackreader.cpp:
17239 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17240 Some work on tags - still doesn't work in playbin...
17241 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17244 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17246 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17247 Also shove tags on kid pads.
17249 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17251 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17252 Don't bail on unknown events.
17253 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17254 Don't crash on events before negotiation.
17255 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17256 Send tags on pads, too.
17257 * gst/playback/gststreamselector.c:
17258 (gst_stream_selector_request_new_pad):
17259 Forward events on first pad if no input was selected yet.
17261 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17263 * gst/playback/gstplaybasebin.c: (setup_substreams):
17264 Don't disable streamtype if the stream doesn't exist, since
17265 then playing a video after audio will disable both and nothing
17266 will happen. Fixes the testsuite.
17268 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17270 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17271 (gst_v4l_xoverlay_set_xwindow_id):
17272 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17273 (gst_v4l2_xoverlay_set_xwindow_id):
17274 Add debug categories, fix overlay disabling.
17276 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17278 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17279 * ext/alsa/gstalsa.h:
17280 Add HW probing for period_count/size and buffer_size MIX/MAX
17281 Adjust default/user defined value if out of bounds
17282 Should fix bug #162024
17284 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17286 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17287 Fix warning (#161191).
17289 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17291 * ext/dvdread/stream_labels.c:
17292 (dvdreadsrc_get_audio_stream_labels):
17293 Fix warning (init the good variable in switch default)
17295 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17297 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17299 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17300 Fix gcc-2.95 compile (#163485).
17302 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17305 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17306 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17307 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17308 (gst_flacenc_change_state):
17309 * ext/flac/gstflacenc.h:
17310 Update for API change in flac-1.1.1. Update requirement in
17311 configure.ac. Fixes #162974.
17313 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17315 * gst/playback/gstplaybasebin.c: (group_destroy):
17316 Remove hack to get rid of assert and get rid of unlinked
17319 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17321 * gst/playback/gstplaybasebin.c: (setup_source):
17322 Set source to NULL so that resources are free'ed. Fixes issues
17323 with playback of CDDA and similar device-accessing things.
17325 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17327 * testsuite/embed/Makefile.am:
17328 test->noinst, fix make test in buildbot.
17330 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17332 * ext/dvdread/stream_labels.c: new file
17333 * ext/dvdread/stream_labels.h: new file
17334 * ext/dvdread/Makefile.am:
17335 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17336 Extract audio stream label from DVD IFO files.
17337 It only dump them on the console for now, still have to
17338 make playbin aware of them.
17340 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17342 * gst/playback/gstplaybasebin.c: (setup_source):
17345 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17347 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17348 (gen_preroll_element), (remove_groups), (setup_subtitle),
17349 (gen_source_element), (setup_source):
17350 * gst/playback/gstplaybasebin.h:
17351 Multiple .sub files is just a stupid idea... Fix some threading
17352 mistakes. Interestingly, external .sub files cause playbin to
17353 hang, I don't know why... Parsing fixes contributed by Fran??ois
17354 Kooman <fkooman@tuxed.net>.
17356 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17358 * testsuite/embed/Makefile.am:
17361 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17363 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17365 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17366 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17367 (gst_pngenc_set_property):
17368 * ext/libpng/gstpngenc.h:
17369 Add compression level property (#163323).
17371 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17374 * examples/capsfilter/capsfilter1.c: (main):
17375 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17376 * ext/dvdread/Makefile.am:
17377 * ext/dvdread/demo-play:
17378 * ext/dvdread/demo-play.c:
17379 * gconf/gstreamer.schemas.in:
17380 * gst-libs/gst/gconf/gconf.c:
17382 * testsuite/Makefile.am:
17383 * testsuite/embed/Makefile.am:
17384 * testsuite/embed/embed.c: (cb_expose), (main):
17385 Remove all references to xvideosink, fix examples (#140845).
17386 * gst/playback/gstplaybasebin.c: (group_destroy):
17387 Apparently, disposal does not unlink - so do explicitely.
17388 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17391 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17393 * README: fix PKG_CONFIG_PATH instructions, what was there
17394 previously was breaking default search path, not nice.
17397 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17399 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17400 (gst_audioscale_chain):
17401 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17402 when resampling - how the ^@$^!@^! is this possible?!?
17404 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17406 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17407 Reset variables on READY.
17408 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17409 (gst_matroska_mux_loop):
17410 Require data before writing header.
17412 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17414 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17416 * ext/mad/gstmad.c: (gst_mad_chain):
17417 Don't call mad_stream_sync() directly after recovering sync.
17420 2005-01-09 Martin Eikermann <meiker@upb.de>
17422 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17424 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17425 (snapshot_handler), (gst_snapshot_sinkconnect),
17426 (gst_snapshot_chain):
17427 Allocate resources when required, fix recursive signal emission
17428 and fix caps. Fixes #161667.
17430 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17432 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17434 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17435 (gst_pngdec_chain):
17436 Handle only 8-bppc (bits-per-pixel-component) images, better
17437 error handling and correct strides. Fixes #163177.
17438 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17439 (gst_pngenc_chain):
17440 Better error handling. Fixes #163348.
17442 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17444 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17445 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17446 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17447 (dvdnavsrc_uri_handler_init):
17448 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17449 * gst/playback/gstplaybasebin.c: (gen_source_element):
17450 Add MMS to streaming URIs.
17452 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17454 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17455 * sys/xvimage/xvimagesink.c:
17456 (gst_xvimagesink_navigation_send_event):
17457 Check for pad availability before sending event.
17459 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17461 * gst-plugins.spec.in:
17464 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17467 Since we use functions from CVS, up requirement.
17469 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17471 * gst/playback/Makefile.am:
17472 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17473 (group_destroy), (group_commit), (group_is_muted),
17474 (gen_preroll_element), (add_stream), (unknown_type),
17475 (probe_triggered), (preroll_unlinked), (mute_stream),
17476 (silence_stream), (new_decoded_pad), (setup_substreams),
17477 (setup_source), (get_active_source), (mute_group_type),
17478 (muted_group_change_state), (set_active_source),
17479 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17480 (play_base_eos), (gst_play_base_bin_change_state):
17481 * gst/playback/gstplaybasebin.h:
17482 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17483 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17484 (gst_stream_info_dispose), (stream_info_mute_pad),
17485 (stream_info_change_state), (gst_stream_info_set_mute):
17486 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17487 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17488 (gst_stream_selector_init), (gst_stream_selector_dispose),
17489 (gst_stream_selector_get_linked_pad),
17490 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17491 (gst_stream_selector_get_linked_pads),
17492 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17493 * gst/playback/gststreamselector.h:
17494 Adding stream selection support plus required properties for
17495 applications to use this. Fully fixes #100931.
17497 2005-01-08 Benjamin Otte <otte@gnome.org>
17499 * gst/games/gstpuzzle.c: (nav_event_handler):
17500 - handle nav events differently: forward every event no matter if it
17501 was handled or not.
17503 You can now cheat by using navigationtest ! puzzle and moving the
17504 mouse close to the edge of a tile. ;)
17506 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17509 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17510 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17511 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17512 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17513 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17514 (gst_ogm_parse_plugin_init):
17515 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17516 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17517 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17518 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17519 * ext/pango/gsttextoverlay.h:
17520 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17521 (gst_matroska_demux_handle_seek_event),
17522 (gst_matroska_demux_sync_streams),
17523 (gst_matroska_demux_parse_blockgroup),
17524 (gst_matroska_demux_subtitle_caps),
17525 (gst_matroska_demux_plugin_init):
17526 * gst/matroska/matroska-ids.h:
17527 * gst/playback/gstdecodebin.c: (close_pad_link):
17528 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17529 (gen_preroll_element), (remove_groups), (add_stream),
17530 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17532 * gst/playback/gstplaybasebin.h:
17533 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17534 * gst/subparse/Makefile.am:
17535 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17536 (gst_subparse_base_init), (gst_subparse_class_init),
17537 (gst_subparse_init), (gst_subparse_formats),
17538 (gst_subparse_eventmask), (gst_subparse_event),
17539 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17540 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17541 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17542 (parse_mpsub_deinit), (parse_mpsub_init),
17543 (gst_subparse_buffer_format_autodetect),
17544 (gst_subparse_format_autodetect), (gst_subparse_loop),
17545 (gst_subparse_change_state), (gst_subparse_type_find),
17547 * gst/subparse/gstsubparse.h:
17548 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17550 Add subtitle support, .sub parser (supports SRT and MPsub),
17551 OGM text support, Matroska UTF-8 text support, deadlock fixes
17552 all over the place, subtitle awareness in decodebin/playbin
17553 and some fixes to textoverlay to handle subtitles in a stream
17554 correctly. Fixes #100931.
17556 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17558 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17559 Check for pad availability before doing a query on it.
17561 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17563 * ext/dv/gstdvdec.c:
17564 really fix bpp24/32 dvdec caps (classic rgba indeed)
17565 * gst/asfdemux/gstasfdemux.c:
17566 (gst_asf_demux_process_ext_content_desc):
17567 don't send text tags if they are empty (bis repetita)
17569 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17571 * ext/dv/gstdvdec.c:
17572 remove unneeded comment from dvdec
17573 (related to DV 4CC codes in AVI files)
17574 moved them in gstreamer/docs/random/mimetypes
17575 * gst/asfdemux/gstasfdemux.c:
17576 (gst_asf_demux_process_ext_content_desc):
17577 don't send text tags if they are empty
17578 fix mem leak on error path
17579 * gst/ffmpegcolorspace/avcodec.h:
17580 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17581 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17582 (gst_ffmpegcsp_avpicture_fill):
17583 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17584 * gst/ffmpegcolorspace/imgconvert_template.h:
17585 adds BGR32 and BGRA32 to ffmpegcolorspace
17586 (still bad colors, fixing it on next commit)
17587 helps with dvdec outputing BGR32
17589 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17591 * ext/dv/gstdvdec.c:
17592 Fix audio caps i just broke (missing ',')
17593 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17594 (gst_matroska_mux_reset):
17595 Fix typo + add FIXME about old "x-gst-metadata" crap
17597 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17599 * ext/dv/demo-play.c: (main):
17600 xvideosink -> xvimagesink
17601 * ext/dv/gstdvdec.c:
17602 change rgb 32/32 caps to 24/32 (no alpha)
17603 change nb of channels to be a list (2 or 4, not 2)
17604 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17605 * gst/asfdemux/gstasfdemux.c:
17606 (gst_asf_demux_process_ext_content_desc):
17607 Add 'date/year' to extracted metadata list
17609 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17611 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17612 The return value of fixate_to does not imply that the requested
17613 value was set, so don't assume.
17615 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17617 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17619 * ext/libpng/gstpngdec.c:
17620 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17621 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17622 * ext/libpng/gstpngenc.h:
17623 Alpha support (encoder; #163161), mime fixage.
17625 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17627 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17629 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17630 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17631 (gst_faac_set_property), (gst_faac_get_property):
17632 * ext/faac/gstfaac.h:
17633 Allow for ADTS output (#153434).
17635 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17637 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17638 Fix against template (#150576).
17640 2005-01-06 Benjamin Otte <otte@gnome.org>
17642 * gst/games/gstpuzzle.c: (draw_puzzle):
17643 don't draw a puzzle if either width or height of tiles would be 0.
17645 2005-01-06 Benjamin Otte <otte@gnome.org>
17647 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17648 (gst_puzzle_class_init), (gst_puzzle_finalize):
17649 no memleaks, please
17650 (gst_puzzle_create), (gst_puzzle_init),
17651 (gst_puzzle_set_property), (gst_puzzle_setup):
17652 change initialization code around so we don't reshuffle on resize
17654 fix another stupid typo
17656 2005-01-06 Benjamin Otte <otte@gnome.org>
17658 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17659 fix stupid typo that borked copying on YUY2
17661 2005-01-06 Benjamin Otte <otte@gnome.org>
17663 * gst/games/gstpuzzle.c: (draw_puzzle):
17664 fix edges when image sizes aren't multiples of tile sizes
17666 2005-01-06 Benjamin Otte <otte@gnome.org>
17668 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17669 make RGB endianness work correctly
17670 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17671 refactor and fix race with initial shuffling
17672 (nav_event_handler):
17673 allow using the mouse to puzzle
17675 insist on tiles having width and height as multiples of 4 to get
17676 clean YUV image handling
17677 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17678 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17679 s/DEBUG/LOG/ for common messages
17680 (gst_xvimagesink_navigation_send_event):
17681 fix mouse event translation to not include screen PAR
17682 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17683 fix mouse event translation to actually work
17685 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17687 * gst/asfdemux/gstasfdemux.c:
17688 (gst_asf_demux_process_ext_content_desc):
17689 Extract TrackNumber metadata + clean up code
17690 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17691 Hope this is the good fix (var used unitialised)
17693 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17695 * ext/faad/gstfaad.c: (gst_faad_chain):
17696 Only increment timestamp if it's valid. Fixes raw AAC streams.
17698 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17701 * gst/games/Makefile.am:
17702 * gst/games/gstpuzzle.c:
17703 add a puzzle game with...
17704 * gst/games/gstvideoimage.c:
17705 * gst/games/gstvideoimage.h:
17706 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17707 from videotestsrc and made into something that would be a nice
17708 library for a lot of other plugins.
17710 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17713 don't compile faad plugin if a RC of 2.0 is found
17714 Fixes #155346 (and FC1 buildbot)
17715 * gst/asfdemux/gstasfdemux.c:
17716 (gst_asf_demux_process_ext_content_desc):
17717 try to make Solaris compiler happier
17719 2005-01-06 Paul Jack <pjack@sfaf.org>
17721 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17723 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17724 Fix segfault (#161667).
17726 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17728 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17729 Fix framerate reporting.
17731 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17733 * gst-libs/gst/riff/riff-ids.h:
17734 * gst/wavenc/riff.h:
17735 Add AMR (VBR and CBR) ids to riff.h audio codec list
17736 * gst/asfdemux/gstasfdemux.c:
17737 (gst_asf_demux_process_ext_content_desc),
17738 (gst_asf_demux_process_object):
17739 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17741 2005-01-05 Martin Eikermann <meiker@upb.de>
17743 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17745 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17746 (gst_dvd_demux_handle_discont):
17747 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17748 (gst_mpeg_demux_handle_discont):
17749 Recreate pads on new-media (#160730).
17750 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17751 Send discont even if manager changes timestamps (#161929).
17753 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17755 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17757 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17758 Fix invalid memory access (#159211).
17760 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17762 * examples/gstplay/player.c: (main):
17764 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17765 Add visualizations.
17766 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17767 (gst_a52dec_handle_frame):
17769 * ext/dvdnav/gst-dvd:
17770 Add audioconvert. Fixes #161325.
17771 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17772 Explicitely case to gint64. Possible valgrind error.
17773 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17774 (gst_play_tick_callback), (gst_play_change_state),
17775 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17776 (gst_play_set_location), (gst_play_get_location),
17777 (gst_play_seek_to_time), (gst_play_set_data_src),
17778 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17779 (gst_play_set_visualization), (gst_play_connect_visualization),
17780 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17782 Use playbin. Fixes #139749 and #147744.
17783 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17785 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17786 (audioscale_get_type), (gst_audioscale_base_init),
17787 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17788 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17789 (gst_audioscale_link), (gst_audioscale_get_buffer),
17790 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17791 (gst_audioscale_init), (gst_audioscale_dispose),
17792 (gst_audioscale_chain), (gst_audioscale_set_property),
17793 (gst_audioscale_get_property), (plugin_init):
17795 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17797 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17798 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17799 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17800 Add more metadata (fixes #162656).
17802 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17807 === release 0.8.7 ===
17809 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17814 releasing 0.8.7, "Hyperspace"
17816 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17818 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17820 * gst/playback/gstplaybasebin.c:
17821 Fix for #162924 - free caps after use, not before
17823 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17825 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17827 * gst/playback/gstplaybasebin.c:
17828 * gst/wavparse/gstwavparse.c:
17829 Fix for #154773 - fixes playback of small .wav files
17831 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17833 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17835 * gst/audioscale/gstaudioscale.c:
17836 Fix for #162819 - make audioscale reusable
17837 Fixes playback of more than one file with playbin/totem
17839 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17841 * gst/ffmpegcolorspace/avcodec.h:
17842 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17843 * gst/ffmpegcolorspace/imgconvert.c:
17844 clean up the mess that made me cry and avoid needless duplication
17846 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17848 * gst/ffmpegcolorspace/imgconvert.c:
17849 give some indication of why we're segfaulting
17851 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17854 Fix indentation, fix v4l2 plugin detection.
17856 Fix libmms location (Maciej, use diff -u!).
17857 * ext/alsa/gstalsa.c: (gst_alsa_init):
17858 Initialize caps cache to NULL.
17859 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17860 Only change state on audiosink if it exists.
17862 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17864 * gst/matroska/matroska-demux.c:
17865 * gst/matroska/matroska-ids.h:
17866 * gst/matroska/matroska-demux.h:
17867 Fix Vorbis streams failing to decode in some files, where cluster_time
17868 isn't 0, because then it doesn't send codec_priv before actual data.
17869 Remove time-based test and replace it with marker set on beginning of
17872 2004-12-28 David Schleef <ds@schleef.org>
17874 Merge patch from Ronald fixing problems with streaming
17876 * ext/cairo/gstcairo.c: (plugin_init):
17877 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17878 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17879 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17880 (gst_textoverlay_font_init), (gst_textoverlay_init),
17881 (gst_textoverlay_set_property):
17882 * ext/cairo/gsttextoverlay.h:
17884 2004-12-27 David Schleef <ds@schleef.org>
17886 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17887 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17888 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17889 (gst_textoverlay_font_init), (gst_textoverlay_init),
17890 (gst_textoverlay_set_property): Improvements to actually
17891 render text as white on black outline on video, including
17892 font selection and horizontal/vertical alignment. (Ronald's
17894 * ext/cairo/gsttextoverlay.h:
17896 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17898 * ext/ogg/gstogg.c:
17899 * ext/ogg/gstogmparse.c:
17900 fix ogm[audio/video]parse plugin registration
17901 (riff won't load if bytestream is already loaded)
17903 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17905 * gst/audioconvert/gstchannelmix.c:
17908 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17912 disable docs again until it actually passes make distcheck.
17914 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17916 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17917 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17919 Add 3GP (variables name Q3GP because they can't start with a
17920 number). Add samr audio fourcc (used in .3gp files), decoder
17921 is work in progress. Also do a GST_WARNING instead of ERROR
17922 in case of unknown nodes, to decrease output.
17924 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17929 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17932 * ext/speex/gstspeexdec.h:
17933 * ext/speex/gstspeexenc.h:
17934 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17935 Fix detection code in configure.ac
17937 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17939 * gst/matroska/matroska-demux.c:
17940 (gst_matroska_demux_parse_blockgroup):
17941 Save position, so that queries give proper return values. Don't
17942 know how this could ever have worked before...
17944 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17947 Put additional LAME check inside the conditional. Fixes #152339
17949 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17951 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17952 (gst_avi_demux_stream_scan):
17953 Add some more debug. Fix logic error when setting movi offset
17954 while reading index.
17956 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17958 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17959 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17960 (gst_avi_demux_process_next_entry):
17961 Add some debugging. Better detection of broken indexes and the
17962 accompanying index recovery. No infinite loops on state changes
17963 when we're still in our loopfunction.
17965 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17970 2004-12-22 Archana Shah <archana.shah@wipro.com>
17972 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17974 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17975 Normalizing the value before setting
17976 (gst_sunaudiomixer_get_volume):
17977 Normalizing the value after getting. Fixes bug# 161980
17979 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17981 * Makefile.am: Make sure docs gets disted
17982 * docs/Makefile.am: Make sure all needed files get disted
17983 * gst-plugins.spec.in: latest updates
17985 2004-12-22 Wim Taymans <wim@fluendo.com>
17987 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17988 Revert patch 1.38 as clock distribution over schedulers does
17989 not work correcly in the core yet.
17991 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17993 * sys/oss/README: remove this file, which predates my birth
17994 (and which content is by far outdated)
17996 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18000 * docs/Makefile.am:
18001 * docs/libs/Makefile.am:
18002 * docs/libs/gst-plugins-libs-docs.sgml:
18003 * docs/libs/gst-plugins-libs-sections.txt:
18004 * docs/libs/tmpl/gstgconf.sgml:
18006 * docs/version.entities.in:
18007 Added boilerplate gtk-doc files for plugin-libs documentation.
18009 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18011 * gst/auparse/gstauparse.c: fix int and float audio caps
18013 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18015 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18016 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18017 g_assert() can be a macro, don't use #ifdef inside it.
18019 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18021 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18023 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18024 (gst_videorate_init), (gst_videorate_chain),
18025 (gst_videorate_change_state):
18026 Event handling (fixes #159986).
18028 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18030 * gst-libs/gst/riff/riff-media.c:
18031 (gst_riff_create_video_caps_with_data):
18032 Add BLZ0 (Blizzard's version of DivX) fourcc.
18034 2004-12-18 David Schleef <ds@schleef.org>
18036 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18039 2004-12-18 David Schleef <ds@schleef.org>
18041 * gst/tta/ttadec.h: Disable some header code that isn't used
18042 and clearly isn't portable.
18044 2004-12-18 David Schleef <ds@schleef.org>
18046 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18047 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18048 (avcodec_get_pix_fmt), (avpicture_layout),
18049 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18050 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18051 Fix code to not use GCC extensions (and c99 extensions that
18052 Forte does not like.)
18054 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18056 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18058 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18059 (gst_deinterlace_chain):
18060 Rowstride fixes. Fixes #161039.
18061 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18062 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18063 (gst_video_crop_getcaps), (gst_video_crop_link),
18064 (gst_video_crop_i420), (gst_video_crop_chain),
18065 (gst_video_crop_change_state):
18066 Rework of negotiation. Actually works now. Fixes #158650.
18068 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18070 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18071 That was very stupid.
18073 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18075 * gst/matroska/matroska-demux.c:
18076 (gst_matroska_demux_parse_blockgroup):
18077 Fix possible crasher.
18079 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18081 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18082 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18083 Lace sizes can be zero.
18085 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18087 * ext/musepack/gstmusepackdec.cpp:
18088 Fetch error return values. Fixes #161624.
18089 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18092 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18094 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18095 Work for truncated (unfinished download etc.) files. Fixes #160514.
18097 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18099 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18100 Fix for integer overflow. Makes #156001 not crash. Probably masks
18103 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18105 * gst/ac3parse/gstac3parse.c: (plugin_init):
18106 Parsers never have ranks. Fixes #159651.
18108 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18110 * gst/playback/gstdecodebin.c: (compare_ranks):
18111 make sure the facotries are ordered the same every time even if they
18112 have the same rank by using the name
18113 * gst/playback/gstdecodebin.c: (find_compatibles):
18114 make sure we don't add factories to the list twice
18116 2004-12-16 David Schleef <ds@schleef.org>
18118 * configure.ac: look for musepack headers as musepack/*.h
18120 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18121 * ext/musepack/gstmusepackreader.h: same
18123 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18125 * gst-libs/gst/riff/riff-read.c:
18126 (gst_riff_read_strf_auds_with_data):
18127 Read extradata correctly (fixes #155879).
18129 2004-12-16 David Schleef <ds@schleef.org>
18131 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18132 audio. does _not_ attempt or allow conversion unless channels
18135 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18137 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18139 2004-12-16 David Schleef <ds@schleef.org>
18141 * gst/audioscale/gstaudioscale.c: the resample library only
18142 handles 1 or 2 channels. Change caps to compensate.
18144 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18146 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18147 (gst_matroska_demux_audio_caps):
18148 Some MPEG-AAC hacks, because else it doesn't work...
18150 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18152 * gst-libs/gst/riff/riff-media.c:
18153 (gst_riff_create_video_caps_with_data),
18154 (gst_riff_create_video_template_caps):
18157 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18159 * gst-libs/gst/audio/Makefile.am:
18160 Try to fix buildbot.
18162 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18164 * gst/tcp/gstmultifdsink.c:
18165 Clean up and uniformize debugging.
18167 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18169 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18171 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18172 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18173 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18174 (gst_mpeg_demux_change_state):
18175 Reset on ready. Fixes 160276.
18177 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18179 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18181 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18182 (gst_ffmpegcsp_pad_link):
18183 Fix memleak (#154815).
18185 2004-12-16 James Bowes <bowes@cs.dal.ca>
18187 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18189 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18190 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18191 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18192 * ext/musicbrainz/gsttrm.h:
18193 Add support for using a proxy server when getting a trm id from
18194 the MusicBrainz database (#149613).
18196 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18198 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18200 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18201 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18202 Fix memleaks (#157233).
18204 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18206 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18208 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18209 * gst-libs/gst/resample/resample.h:
18210 * gst/audioscale/gstaudioscale.c:
18211 Fix memleak (#159215).
18213 2004-12-16 Toni Willberg <toniw@iki.fi>
18215 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18217 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18218 * sys/oss/oss_probe.c: (main):
18219 Check for mono/stereo support (similar to samplerate probing),
18220 fixes #159433. Also add missing copyright header to oss_probe.c.
18222 2004-12-15 David Schleef <ds@schleef.org>
18224 * configure.ac: add audioresample and cairo plugins. Remove
18225 HAVE_MMX stuff, because it's not used.
18226 * ext/Makefile.am: same
18227 * ext/audioresample/Makefile.am: You are not ready for an
18228 audio resampling element based on audioresample.
18229 * ext/audioresample/gstaudioresample.c:
18230 * ext/audioresample/gstaudioresample.h:
18231 * ext/cairo/Makefile.am: You are not ready for overlay elements
18232 based on cairo. Don't look too closely, these elements kinda
18234 * ext/cairo/gstcairo.c: new
18235 * ext/cairo/gsttextoverlay.c: new
18236 * ext/cairo/gsttextoverlay.h: new
18237 * ext/cairo/gsttimeoverlay.c: new
18238 * ext/cairo/gsttimeoverlay.h: new
18239 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18240 problem with compilers that don't support variadic macros.
18242 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18244 Reviewed by: David Schleef <ds@schleef.org>
18246 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18247 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18248 bit. Also ran indent-gst.
18249 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18250 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18251 (gst_sunaudiosrc_setparams):
18253 2004-12-14 David Schleef <ds@schleef.org>
18255 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18256 output rate to 16000. Should fix #160235.
18258 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18260 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18261 Add typefinding for mpeg2 pes streams
18263 2004-12-13 David Schleef <ds@schleef.org>
18265 * configure.ac: Applied patch from bug #143659, making default
18266 sources and sinks OS-dependent (for Solaris), and added code
18268 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18270 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18272 * gst-libs/gst/riff/riff-media.c:
18273 forgot to add h2.64 to avidemux template caps
18275 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18277 * gst/wavenc/riff.h:
18278 * gst-libs/gst/riff/riff-media.c:
18279 * gst-libs/gst/riff/riff-ids.h:
18280 * gst/avi/gstavimux.c
18281 add 4CC code for VideoSoft h264 in AVI (VSSH)
18283 remove s323 from riff, it's quicktime specific :(
18285 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18287 * gst/asfdemux/README
18288 * gst/wavenc/riff.h
18289 * gst-libs/gst/riff/riff-ids.h
18290 * gst-libs/gst/riff/riff-media.c
18291 * gst/qtdemux/qtdemux.c:
18292 add new 4CC codes for h263 related codecs
18293 fixes partially bug #155163
18295 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18297 * configure.ac: Update polyaudio requirement to 0.7
18298 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18300 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18302 * gst/interleave/deinterleave.c:
18303 fix my name's spelling! :)
18305 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18307 * AUTHORS ChangeLog
18308 * gst/auparse/gstauparse.c
18309 * gst/interleave/deinterleave.c
18311 alaw-decode.c alaw-encode.c
18312 mulaw-decode.c mulaw-encode.c
18313 * gst/oneton/gstoneton.c
18315 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18317 cocoawindow.h cocoawindow.m
18318 osxvideosink.h osxvideosink.m
18320 put the same mail address for Zaheer Abbas Merali everywhere
18322 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18324 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18325 Align by packetsize, and assert that we a packet available before
18326 playing. The first makes webstreams work (they often include
18327 trailing padding data in a packet), the second allows pausing a
18328 ASF stream in totem without getting demux errors afterwards.
18330 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18332 * ext/ogg/gstoggdemux.c: (get_relative):
18333 Check for non-NULL before accessing member (end-of-chain).
18335 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18337 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18338 (cdparanoia_set_property), (cdparanoia_get_property):
18339 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18340 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18341 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18342 (dvdreadsrc_init), (dvdreadsrc_set_property),
18343 (dvdreadsrc_get_property):
18344 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18345 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18346 Synchronize property names where not yet the case. Devices are
18347 now device=X, other versions are deprecated (but still exist).
18348 Also use g_free() unconditionally.
18349 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18350 (setup_source), (gst_play_base_bin_get_property):
18353 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18355 * configure.ac: move GCONF macro outside conditional for the am
18356 conditional. Fixes #160439
18358 2004-12-08 David Schleef <ds@schleef.org>
18360 * tools/gst-visualise-m.m: Switch to elements that currently
18363 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18365 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18366 We love wrong commas.
18368 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18370 * gst/matroska/matroska-demux.c:
18371 (gst_matroska_demux_handle_src_query):
18372 Don't set DEFAULT, unsupported - makes length display incorrectly
18375 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18377 * gst/monoscope/README: remove blurb about files being GPL
18378 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18379 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18380 monoscope is now effectively LGPL licensed
18382 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18384 * gst/monoscope/README: Update information to be more correct
18385 * gst/monoscope/convolve.c: Relicense to LGPL
18386 * gst/monoscope/convolve.h: Relicense to LGPL
18388 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18390 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18391 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18392 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18393 set default_duration for mpeg1 audio
18395 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18397 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18398 * ext/alsa/gstalsa.h:
18399 refactor big chunks of the core caps negotiation code to make it
18400 a lot faster, because people claim it's really slow
18401 (actually, just cache the getcaps when the device is opened)
18403 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18405 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18406 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18407 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18408 (gst_a52dec_change_state), (plugin_init):
18409 * ext/a52dec/gsta52dec.h:
18410 Do something useful with timestamps. Make chain-based (since
18411 there's really no reason to be loopbased).
18412 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18413 Update current_byte/frame correctly.
18415 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18417 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18418 (gst_ape_demux_stream_init):
18421 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18423 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18424 Let's make sure we're done typefinding when detecting tags.
18426 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18428 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18429 (gst_ebml_read_init), (gst_ebml_read_use_event),
18430 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18431 (gst_ebml_read_seek), (gst_ebml_read_skip),
18432 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18433 (gst_ebml_read_master):
18434 * gst/matroska/ebml-read.h:
18435 * gst/matroska/matroska-demux.c:
18436 (gst_matroska_demux_parse_contents),
18437 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18438 Disgustingly evil hack for working around INTERRUPT events and
18439 their extremely annoying habit of being a pain in the ass. We
18440 simply peek a cluster before reading any of it.
18442 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18444 * ext/musepack/gstmusepackdec.cpp:
18445 There's also floating point libmusepacks.
18447 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18449 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18450 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18451 Set DURATION even if source buffer didn't. Also use increasing
18453 * gst-libs/gst/riff/riff-media.c:
18454 (gst_riff_create_audio_caps_with_data):
18455 Block_align can have larger values than 8192.
18457 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18459 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18460 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18461 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18462 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18465 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18467 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18470 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18472 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18475 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18477 * ext/esd/esdsink.c: (gst_esdsink_chain):
18478 Make error actually say something useful (fixes #156798).
18479 * gst-libs/gst/riff/riff-media.c:
18480 (gst_riff_create_video_caps_with_data),
18481 (gst_riff_create_video_template_caps):
18482 Add Intel Video 5.0 fourcc (IV50).
18484 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18486 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18487 detection on mono and stereo mp3 files.
18489 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18491 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18492 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18493 the contained stream).
18495 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18497 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18498 Oops, remove debug.
18500 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18502 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18504 * gst/law/alaw-decode.c: (alawdec_getcaps):
18505 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18506 Prevent warnings when negotiating caps (fixes #159338).
18508 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18510 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18511 (gst_ffmpegcsp_chain):
18512 Remove old leftover that shouldn't be there...
18514 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18516 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18518 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18519 Don't forward DISCONT events (fixes #159684).
18521 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18523 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18524 Unlink manually since sometimes bin disposal (and therefore
18525 pad unlinking) is delayed, which will cause a new media file
18526 to not be able to start playing instantly.
18528 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18530 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18531 On mute of an unlinked stream, check for pad availability so
18532 we don't crash on unlinked pad.
18534 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18536 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18537 (gst_avi_demux_massage_index):
18538 Fix quite humiliating bug in omitting 0-sized index chunks but
18539 forgetting to count them for timestamps.
18541 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18543 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18544 Actually leave the loop if we failed to sync. Don't crash.
18546 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18548 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18549 (gst_dvd_demux_process_private):
18550 * gst/mpegstream/gstdvddemux.h:
18551 Fix crash (#159759). Doesn't work, though. :-(.
18553 2004-11-28 Benjamin Otte <otte@gnome.org>
18555 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18556 more overwriting protection due to modifying channels one by one
18557 instead of all at once
18559 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18561 * gst/audioconvert/gstchannelmix.c:
18562 (gst_audio_convert_fill_normalize):
18563 Normalize using absolute values.
18565 2004-11-28 Julien MOUTTE <julien@moutte.net>
18569 * ext/directfb/Makefile.am:
18570 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18571 (gst_directfbvideosink_get_pixel_format),
18572 (gst_directfbvideosink_get_format_from_fourcc),
18573 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18574 (gst_directfbvideosink_sink_link),
18575 (gst_directfbvideosink_change_state),
18576 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18577 (gst_directfbvideosink_buffer_alloc),
18578 (gst_directfbvideosink_interface_supported),
18579 (gst_directfbvideosink_interface_init),
18580 (gst_directfbvideosink_navigation_send_event),
18581 (gst_directfbvideosink_navigation_init),
18582 (gst_directfbvideosink_set_property),
18583 (gst_directfbvideosink_get_property),
18584 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18585 (gst_directfbvideosink_base_init),
18586 (gst_directfbvideosink_class_init),
18587 (gst_directfbvideosink_get_type), (plugin_init):
18588 * ext/directfb/directfbvideosink.h: Adding a first version of
18590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18593 2004-11-28 Benjamin Otte <otte@gnome.org>
18595 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18596 walk the samples backwards if out_channels > in_channels so we don't
18599 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * gst/audioconvert/Makefile.am:
18602 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18603 (gst_audio_convert_link), (gst_audio_convert_change_state),
18604 (gst_audio_convert_channels):
18605 * gst/audioconvert/gstchannelmix.c:
18606 (gst_audio_convert_unset_matrix),
18607 (gst_audio_convert_fill_identical),
18608 (gst_audio_convert_fill_compatible),
18609 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18610 (gst_audio_convert_fill_others),
18611 (gst_audio_convert_fill_normalize),
18612 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18613 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18614 * gst/audioconvert/gstchannelmix.h:
18615 Implement a channel mixer.
18617 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18619 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18620 * ext/alsa/gstalsa.h:
18621 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18622 Make alsasink actually honor gst_element_set_clock and use that
18623 clock instead of its internal one.
18625 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18627 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18628 (gst_play_base_bin_change_state): nullify source and decoder when
18629 going from READY to NULL so that we don't try to do weird stuff with
18630 them when going from NULL to READY
18631 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18632 instead of g_object_unref
18633 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18634 it should be correct
18635 (gst_play_bin_change_state): don't call remove_sinks if we are
18636 currently disposing the object
18638 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18640 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18641 Don't forget bass if it's there. Else left channel is silent...
18643 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18645 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18646 (gst_a52dec_change_state):
18647 Don't do sample adjusting anymore, we use float audio now.
18648 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18649 Don't fixate to non-existing properties.
18651 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18653 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18654 (gst_a52dec_change_state):
18655 Advertise that we can do surround sound.
18657 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18659 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18660 Add buffer-frames=0.
18661 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18662 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18663 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18664 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18665 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18666 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18667 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18668 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18669 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18670 * ext/dvdread/dvdreadsrc.h:
18671 Add seeking, querying for bytes, sectors, title, angle and
18672 chapter. Handle multiple chapters. Relicense to LGPL because
18673 Billy agreed on that (thanks Billy!).
18675 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18677 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18678 call parent dispose method
18680 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18682 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18683 (gst_audio_clock_get_internal_time):
18684 Fix active <-> inactive transitions: ensure time value always
18685 grows and avoid abrupt value changes.
18687 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18690 * gst/tta/Makefile.am:
18692 * gst/tta/filters.h:
18693 * gst/tta/gsttta.c:
18694 * gst/tta/gstttadec.c:
18695 * gst/tta/gstttadec.h:
18696 * gst/tta/gstttaparse.c:
18697 * gst/tta/gstttaparse.h:
18698 * gst/tta/ttadec.h:
18699 added TTA parser and decoder
18701 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18703 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18704 (probe_triggered), (check_queue), (buffer_underrun),
18705 (buffer_running), (buffer_overrun), (gen_source_element),
18707 * gst/playback/gstplaybasebin.h:
18708 Implement buffering. Needs some more work.
18710 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18712 * ext/theora/theoradec.c: (theora_dec_chain):
18713 Fix ilog mask range overflow.
18715 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18717 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18718 Don't omit the last (which in case of dmix is the only :) )
18719 channel count. Don't set channels if <= 2.
18721 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18723 * gst/playback/gstplaybin.c: (gen_video_element),
18724 (gen_audio_element): Removed 2 obsolete comments
18726 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18728 * ext/vorbis/oggvorbisenc.c
18729 * ext/vorbis/vorbisenc.c :
18730 change description fields of those plugins to differentiate them
18731 (pitivi show Encoders by description, they had the same one)
18733 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18735 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18737 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18738 (gst_play_bin_set_property), (gen_video_element),
18739 (gen_audio_element):
18740 Refcounting fixes for provided audio-/videosinks.
18742 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18744 * gst/playback/gstplaybin.c: (gen_video_element),
18745 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18746 Don't reference all sinks, but only the video- and audiosinks.
18747 The vis. element should be disposed when we're done with it.
18748 We don't have any reason to keep it around. This fixes warnings
18749 when reusing playbin for playing multiple audio files with
18750 vis. enabled. Also release audio device on pause - idea stolen
18753 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18755 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18756 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18757 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18758 * ext/alsa/gstalsaplugin.c: (plugin_init):
18759 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18760 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18761 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18762 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18763 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18764 (gst_faad_change_state), (plugin_init):
18765 * ext/faad/gstfaad.h:
18766 * ext/vorbis/vorbis.c: (plugin_init):
18767 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18768 * gst-libs/gst/audio/Makefile.am:
18769 * gst-libs/gst/audio/audio.c: (plugin_init):
18770 * gst-libs/gst/audio/multichannel.c:
18771 (gst_audio_check_channel_positions),
18772 (gst_audio_get_channel_positions),
18773 (gst_audio_set_channel_positions),
18774 (gst_audio_set_structure_channel_positions_list),
18775 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18776 (gst_audio_fixate_channel_positions):
18777 * gst-libs/gst/audio/multichannel.h:
18778 * gst-libs/gst/audio/testchannels.c: (main):
18779 * gst/audioconvert/gstaudioconvert.c:
18780 (gst_audio_convert_class_init), (gst_audio_convert_init),
18781 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18782 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18783 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18784 * gst/audioconvert/plugin.c: (plugin_init):
18785 Surround sound support.
18787 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18789 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18790 Fix position for discont if we're close as well. Nitpicking, but
18791 saves a few milliseconds of extra waiting or skipping.
18793 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18795 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18796 We sometimes need parsers for playback, so add those too.
18798 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18801 * gst/apetag/Makefile.am:
18802 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18803 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18804 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18805 (gst_ape_demux_get_src_query_types),
18806 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18807 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18808 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18809 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18810 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18811 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18812 (gst_ape_demux_change_state):
18813 * gst/apetag/apedemux.h:
18814 * gst/apetag/apetag.c: (plugin_init):
18815 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18817 APE v1/2 tag reader plus typefind function.
18819 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18822 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18823 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18824 Remove hacks for older core. Require newer core version
18827 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18829 * gst/cdxaparse/Makefile.am:
18830 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18831 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18832 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18833 * gst/cdxaparse/gstcdxaparse.h:
18834 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18835 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18836 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18837 (gst_cdxastrip_get_src_query_types),
18838 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18839 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18840 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18841 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18842 * gst/cdxaparse/gstcdxastrip.h:
18843 SVCD/VCD header stripping separated from CDXA image parsing.
18844 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18846 Add VCD/SVCD header typefinding for VCD/SVCD.
18847 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18848 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18849 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18850 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18851 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18852 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18853 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18854 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18855 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18856 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18857 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18858 * sys/vcd/vcdsrc.h:
18859 Fix up, add seeking, querying, URI interface. Works in totem now.
18861 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18866 === release 0.8.6 ===
18868 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18886 releasing 0.8.6, "IOU Love"
18888 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18890 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18892 * gst/playback/gstplaybasebin.c:
18893 Fix unplayable files error handling. Fixes #158365
18895 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18897 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18899 * gst/typefind/gsttypefindfunctions.c:
18900 Fix broken mp3 typefinding. Fixes #158375
18902 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18904 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18906 * ext/ogg/gstoggdemux.c:
18907 Fix sync on broken files. Fixes #158976
18909 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18911 patch by: Edward Hervey <bilboed@bilboed.com>
18913 * ext/libpng/gstpngenc.c:
18914 Copy over buffer properties. Fixes #158832
18916 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18918 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18920 * ext/dvdread/dvdreadsrc.c:
18921 Fixes invalid reads (#158462)
18923 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18925 * sys/v4l/gstv4lsrc.c:
18926 * sys/v4l/gstv4lsrc.h:
18927 * sys/v4l/v4lsrc_calls.c:
18928 Probe less and cache it. Fixes #159187.
18930 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18932 * gst/videorate/gstvideorate.c:
18933 Handle all video formats. Fixes #159186.
18935 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18936 * gst/synaesthesia/gstsynaesthesia.c:
18937 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18938 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18939 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18940 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18941 (gst_synaesthesia_change_state), (plugin_init):
18942 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18943 Force 320x200 output, as that's the only thing the underlying
18944 synaesthesia implementation supports. Still needs to be made
18947 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18950 Fix mpeg2enc configure check (similar to mplex check below).
18952 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18954 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18956 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18957 Fix for gcc-2.95 (fixes #158221).
18959 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18961 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18962 Re-add clock distribution hack (until new core is released).
18965 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18967 fix mplex configure check segfaulting on some systems (bug #140994)
18969 2004-11-13 Benjamin Otte <otte@gnome.org>
18971 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18973 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18974 do a wait when we enter the loop func with no data available to
18975 write instead of getting into an 100% CPU loop by just returning and
18976 being called again by the scheduler
18978 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18981 * ext/libvisual/visual.c: (gst_visual_get_type),
18982 (libvisual_log_handler), (gst_visual_getcaps),
18983 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18985 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18986 * ext/smoothwave/Makefile.am:
18987 * ext/smoothwave/demo-osssrc.c: (main):
18988 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18989 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18990 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18992 * ext/smoothwave/gstsmoothwave.h:
18993 Make gstsmoothwave a working element in the 20th century.
18995 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18996 Fix incorrect link function
18998 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19000 * gst/volume/gstvolume.c:
19001 Allow buffer-frames=0.
19003 2004-11-12 Iain <iaingnome@gmail.com>
19005 * configure.ac: Check for polypaudio
19007 * ext/Makefile.am: Build the polyp dir
19009 * ext/polyp: The polypsink sources.
19011 2004-10-30 Iain <iaingnome@gmail.com>
19013 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19014 caps to reflect the new number of channels.
19016 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19018 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19019 Fix for negotiation order problem. This would show when the
19020 ALSA loopfuction was called before any other function. ALSA
19021 wouldn't do anything because we're not negotiated yet, leading
19022 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19024 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19026 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19028 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19029 No warnings (#157986).
19031 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19033 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19034 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19036 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19038 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19039 Signal no-more-pads (so it works in playbin).
19041 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19043 * ext/musepack/gstmusepackreader.cpp:
19044 Workaround for older core.
19046 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19048 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19049 Actually test for odd width/height rather than testing whether
19050 a temporary variable that was 0 before we subtracted 1 is now
19051 not equal to zero (which it always is).
19053 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19055 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19056 Fix compilation if HAVE_XVIDEO is not defined
19058 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19060 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19061 Fix compilation if HAVE_XVIDEO is not defined
19063 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19065 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19066 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19067 (gst_goom_change_state), (plugin_init):
19068 Use the bytestream adapter so goom doesn't depend on the input
19070 Add a debug category
19072 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19074 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19075 Only set hardware parameters *after* negotiation. Before
19076 negotiation, it will set ANY and that seems to cause crashes
19077 (see e.g. #151288, #153227).
19079 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19081 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19082 This seems to be antique leftover. It needs to pass error
19084 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19085 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19086 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19087 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19088 Fix GstXOverlay implementation (#151059).
19090 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19092 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19093 Don't assert (#157853).
19095 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19097 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19098 Fix bytes/samples confustion.
19099 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19100 Fix for underrun (#144389).
19102 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19104 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19105 Disable halfway-seek for pending release (since it needs a new
19108 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19110 * sys/v4l/gstv4lsrc.c:
19111 * sys/v4l/gstv4lsrc.h:
19112 * sys/v4l/v4lsrc_calls.c:
19113 add autoprobe-fps property so we can separate autoprobing parts
19115 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19117 * sys/v4l/gstv4lsrc.c:
19118 * sys/v4l/v4lsrc_calls.c:
19119 initialise fourcc to catch unset fourcc's, and debug
19121 2004-11-09 Wim Taymans <wim@fluendo.com>
19123 * gst/playback/README:
19124 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19125 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19126 (gst_play_bin_dispose), (gst_play_bin_set_property),
19127 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19128 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19129 (gst_play_bin_get_formats), (gst_play_bin_convert),
19130 (gst_play_bin_get_query_types), (gst_play_bin_query):
19131 Cleanups and some more documentation.
19133 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19135 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19136 (gst_cacasink_init), (gst_cacasink_chain):
19137 * ext/libcaca/gstcacasink.h:
19138 Cacasink inherits from VideoSink, so let that store the clock.
19140 2004-11-09 Wim Taymans <wim@fluendo.com>
19142 * gst/playback/README:
19143 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19144 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19145 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19146 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19147 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19149 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19150 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19151 * gst/playback/gststreaminfo.h:
19153 Only switch groups if all streams have muted (EOSed).
19154 Send Tags in sync with the stream playback instead of in
19155 the playback/preroll phase.
19156 Some cleanups, free the fakesrc elements.
19158 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19160 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19161 buffer-frames property was missing
19162 * ext/arts/gst_arts.c:
19163 rate missing from sinkcaps
19164 * ext/audiofile/gstafparse.c:
19165 * ext/audiofile/gstafsink.c:
19166 * ext/audiofile/gstafsrc.c:
19167 * ext/swfdec/gstswfdec.c:
19168 int audio doesn't know buffer-frames
19169 * ext/cdparanoia/gstcdparanoia.c:
19170 int audio doesn't know chunksize either
19171 * ext/nas/nassink.c:
19172 it's endianness, not endianess
19173 * gst-libs/gst/audio/audio.h:
19174 make float standard pad template caps really describe float
19175 * gst/law/mulaw.c: (linear_factory):
19176 signed only, please
19177 * gst/mpegstream/gstdvddemux.c:
19178 widths of 20 are not valid
19180 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19182 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19188 2004-11-08 Wim Taymans <wim@fluendo.com>
19190 * gst/playback/README:
19191 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19192 * gst/playback/gstplaybasebin.c: (probe_triggered),
19193 (gst_play_base_bin_change_state):
19194 Updated README, added more comments for fixmes etc..
19196 2004-11-08 Wim Taymans <wim@fluendo.com>
19198 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19199 We can remove this hack now.
19201 2004-11-08 Wim Taymans <wim@fluendo.com>
19203 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19204 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19205 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19206 Only mix AYUV for maximum quality.
19208 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19210 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19211 (gst_ogg_demux_push), (gst_ogg_pad_push):
19212 Let's act as if we're synchronized now! :).
19213 * ext/theora/theoradec.c: (theora_dec_chain):
19216 2004-11-08 Wim Taymans <wim@fluendo.com>
19218 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19219 (gst_alpha_set_property), (gst_alpha_sink_link),
19220 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19221 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19222 (gst_alpha_init_params), (gst_alpha_chain):
19223 Implement alpha functions for AYUV too, this increases
19224 accuracy quite a bit.
19226 2004-11-08 Wim Taymans <wim@fluendo.com>
19228 * gst/ffmpegcolorspace/avcodec.h:
19229 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19230 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19231 (gst_ffmpegcsp_avpicture_fill):
19232 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19233 (gst_ffmpegcsp_caps_remove_format_info):
19234 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19235 (shrink12), (img_get_alpha_info), (deinterlace_line),
19236 (deinterlace_line_inplace):
19237 * gst/ffmpegcolorspace/imgconvert_template.h:
19238 Added AYUV colorspace and handle RGBA a bit more respectful.
19240 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19242 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19243 Actually always send a discont (cornercase when resending the
19244 same serial-tagged chain twice).
19246 2004-11-08 Julien MOUTTE <julien@moutte.net>
19248 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19249 (gst_ximagesink_finalize):
19250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19251 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19253 2004-11-08 Wim Taymans <wim@fluendo.com>
19255 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19256 Don't segfault on NULL data.
19258 2004-11-08 Wim Taymans <wim@fluendo.com>
19260 * gst/playback/gstdecodebin.c: (unlinked):
19261 * gst/playback/gstplay-marshal.list:
19262 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19263 (gst_play_base_bin_init), (group_create), (get_active_group),
19264 (get_building_group), (group_destroy), (group_commit),
19265 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19266 (add_element_stream), (no_more_pads), (probe_triggered),
19267 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19268 (state_change), (setup_source), (gst_play_base_bin_get_property),
19269 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19270 (gst_play_base_bin_link_stream),
19271 (gst_play_base_bin_get_streaminfo):
19272 * gst/playback/gstplaybasebin.h:
19273 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19274 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19275 Add support for chained ogg files. Prepare for playlist
19276 support. This patch introduces the concept of pad groups, which
19277 together compose one playable media file.
19279 2004-11-07 David Schleef <ds@schleef.org>
19281 * testsuite/gst-lint: Check for pad templates that aren't statically
19284 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19288 * ext/musepack/Makefile.am:
19289 * ext/musepack/gstmusepackdec.cpp:
19290 * ext/musepack/gstmusepackdec.h:
19291 * ext/musepack/gstmusepackreader.cpp:
19292 * ext/musepack/gstmusepackreader.h:
19293 Add musepack decoder.
19294 * ext/faad/gstfaad.c: (gst_faad_base_init):
19295 Make pad templates static.
19296 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19298 Add musepack typefinder, make mp3 typefinding work halfway stream,
19299 which doesn't actually work yet because id3demux doesn't implement
19302 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19304 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19305 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19306 Fix interrupt event handling (#144436).
19308 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19310 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19313 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19315 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19317 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19318 Fix weird caps (#157548).
19320 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19322 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19324 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19325 Add missing NULL terminator (#157543).
19327 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19329 * gst/tcp/gsttcp.h:
19330 * gst/tcp/gsttcpclientsink.c:
19331 * gst/tcp/gsttcpclientsrc.c:
19332 * gst/tcp/gsttcpserversink.c:
19333 * gst/tcp/gsttcpserversrc.c:
19334 ports can go up to 65535. Move common defines to gsttcp.h
19336 2004-11-05 Wim Taymans <wim@fluendo.com>
19338 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19339 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19340 Added two more colorspaces.
19342 2004-11-05 Wim Taymans <wim@fluendo.com>
19344 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19345 (gst_ffmpegcsp_avpicture_fill):
19346 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19347 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19348 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19351 2004-11-05 Wim Taymans <wim@fluendo.com>
19353 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19354 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19355 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19356 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19357 (gst_videomixer_loop):
19360 2004-11-05 Benjamin Otte <otte@gnome.org>
19362 * ext/mad/gstmad.c: (gst_mad_chain):
19363 don't overflow data buffer. Flush not needed sync data when syncing
19366 2004-11-04 Wim Taymans <wim@fluendo.com>
19368 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19369 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19370 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19371 (gst_alpha_init_params), (gst_alpha_chain),
19372 (gst_alpha_change_state):
19373 Updated the chroma keying algorithm with something more
19376 2004-11-03 Wim Taymans <wim@fluendo.com>
19378 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19379 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19380 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19381 Fix stride issues. Does not completely work for odd
19384 2004-11-03 Wim Taymans <wim@fluendo.com>
19386 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19387 (gst_alpha_chroma_key), (gst_alpha_chain):
19388 Fix stride issues. Does not completely work for odd
19391 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19393 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19394 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19397 2004-11-03 Wim Taymans <wim@fluendo.com>
19399 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19400 (gst_ffmpegcsp_avpicture_fill):
19401 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19403 * gst/ffmpegcolorspace/imgconvert_template.h:
19404 Use correct _fill function to get correct strides.
19406 2004-11-02 David Schleef <ds@schleef.org>
19408 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19409 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19410 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19411 Change all g_print()s to debugging. Add a bunch of consistency
19414 2004-11-02 Wim Taymans <wim@fluendo.com>
19416 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19417 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19418 (unlinked), (no_more_pads), (close_link):
19419 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19420 (unknown_type), (add_element_stream), (new_decoded_pad),
19421 (removed_decoded_pad), (setup_source):
19422 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19423 (gst_stream_info_class_init), (gst_stream_info_init),
19424 (gst_stream_info_new), (gst_stream_info_dispose),
19425 (stream_info_mute_pad), (gst_stream_info_set_property),
19426 (gst_stream_info_get_property):
19427 * gst/playback/gststreaminfo.h:
19428 Fix playback of multiple files.
19429 a slightly different approach to handling dynamic pad removals.
19430 This one only looks at pads that we have linked.
19432 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19434 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19435 free" warning from libc.
19437 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19439 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19440 (get_unconnected_element), (remove_starting_from), (pad_removed),
19442 Implement support for dynamic pad changing. We listen to "live"
19443 pad removals (i.e. while playing) and re-setup autoplugging
19444 after that. Playbasebin/playbin need some more work for this
19445 to finally work, but decodebin supports (and replugs) chained
19448 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19450 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19451 (gst_alsa_finalize):
19452 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19453 (gst_cdaudio_finalize):
19454 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19455 (cdparanoia_finalize):
19456 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19457 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19458 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19459 (dvdreadsrc_finalize):
19460 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19461 (gst_flacdec_finalize):
19462 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19463 (gst_flacenc_finalize):
19464 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19465 (gst_gnomevfssink_finalize):
19466 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19467 (gst_gnomevfssrc_finalize):
19468 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19469 (gst_fameenc_finalize):
19470 * ext/nas/nassink.c: (gst_nassink_class_init),
19471 (gst_nassink_finalize):
19472 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19473 (gst_sdlvideosink_class_init):
19474 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19475 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19476 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19477 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19478 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19479 (gst_x_window_listener_dispose):
19480 * gst/audioscale/gstaudioscale.c:
19481 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19482 (play_on_demand_finalize):
19483 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19484 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19485 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19486 (cdplayer_finalize):
19487 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19488 (gst_glimagesink_class_init):
19489 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19490 (gst_osselement_finalize):
19491 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19492 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19493 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19494 Fixes a bunch of problems with finalize and dispose functions,
19495 either assumptions that dispose is only called once, or not calling
19496 the parent class dispose/finalize function
19498 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19500 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19501 added two api precondition guards
19502 use g_strdup with getenv to fix crash when using ENVVAR
19504 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19505 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19506 (gst_esdsink_finalize):
19507 Use a finalize function, not dispose, and more importantly,
19508 call the parent class finalize function too
19510 2004-11-01 Johan Dahlin <johan@gnome.org>
19512 * ext/ogg/gstoggdemux.c:
19513 * gst/tags/gstvorbistag.c:
19516 2004-10-31 Benjamin Otte <otte@gnome.org>
19518 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19519 lotsa memleaks today. But they're all small...
19521 2004-10-31 Benjamin Otte <otte@gnome.org>
19523 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19524 another memleak crushed
19526 2004-10-31 Benjamin Otte <otte@gnome.org>
19528 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19531 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19533 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19534 Hack to prevent crash when going to READY inside signal handler
19535 while this function is active.
19537 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19539 * gst/ffmpegcolorspace/Makefile.am:
19540 * gst/ffmpegcolorspace/avcodec.h:
19541 * gst/ffmpegcolorspace/common.h:
19542 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19543 * gst/ffmpegcolorspace/dsputil.h:
19544 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19545 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19546 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19547 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19548 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19549 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19550 (gst_ffmpegcsp_avpicture_fill):
19551 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19552 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19553 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19554 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19555 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19556 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19557 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19558 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19559 * gst/ffmpegcolorspace/imgconvert.c:
19560 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19561 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19562 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19563 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19564 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19565 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19566 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19567 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19568 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19569 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19570 (grow21), (grow22), (grow41), (grow44), (conv411),
19571 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19572 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19573 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19574 (avpicture_free), (is_yuv_planar), (img_convert),
19575 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19576 (deinterlace_line_inplace), (deinterlace_bottom_field),
19577 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19578 * gst/ffmpegcolorspace/imgconvert_template.h:
19579 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19580 * gst/ffmpegcolorspace/mmx.h:
19581 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19582 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19583 (av_freep), (avcodec_get_context_defaults),
19584 (avcodec_alloc_context), (avcodec_init):
19585 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19586 handling plus update from ffmpeg CVS. Large clean-up.
19588 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19590 * gst/playback/Makefile.am:
19591 We need the marshallers for decodebin, too.
19593 2004-10-30 David Schleef <ds@schleef.org>
19595 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19596 quicktime typefinding work with 64-bit offsets.
19598 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19600 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19601 Set EOS on the element when processing an EOS event.
19602 * ext/speex/gstspeexdec.h:
19603 * ext/speex/gstspeexenc.h:
19604 Only keep a const ptr to the mode
19605 * gst-libs/gst/riff/riff-media.c:
19606 (gst_riff_create_audio_caps_with_data),
19607 (gst_riff_create_audio_template_caps):
19608 Allow WMAV3, with up to 6 channels.
19609 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19610 Don't call gst_pad_set_event_function on a sink pad.
19611 * gst/mpegstream/gstdvddemux.c:
19612 (gst_dvd_demux_get_subpicture_stream),
19613 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19614 Copy the explicit caps that were set across to the cur_* pads,
19615 instead of trying to use a possibly non-existent negotiated caps.
19616 Reset the type of subpicture pads to UNKNOWN after calling
19617 init_stream, so that the caps get set.
19619 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19621 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19623 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19624 Don't touch buffer if it is of size 0 (fixes #151064).
19626 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19628 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19629 Synchronized discont handling.
19631 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19633 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19634 (gst_ogg_demux_push):
19635 Make seeking sort-of exact again (fixes #156387).
19637 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19639 * gst/playback/gstplaybasebin.c: (unknown_type),
19640 (add_element_stream), (new_decoded_pad),
19641 (gst_play_base_bin_change_state):
19642 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19643 (gst_stream_info_init), (gst_stream_info_new),
19644 (gst_stream_info_dispose), (gst_stream_info_get_property):
19645 * gst/playback/gststreaminfo.h:
19646 Make caps explicitely available. Makes testing for unsupported
19647 types possible. Improves error reporting.
19649 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19651 * gst/audioconvert/gstaudioconvert.c:
19652 (gst_audio_convert_buffer_to_default_format):
19653 Really don't touch read-only buffers (#156563).
19655 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19657 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19659 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19660 Fix memleak (#155223).
19662 2004-10-29 Wim Taymans <wim@fluendo.com>
19664 * gst/tcp/.cvsignore:
19665 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19666 (gst_multifdsink_class_init), (gst_multifdsink_init),
19667 (gst_multifdsink_add), (gst_multifdsink_remove),
19668 (gst_multifdsink_remove_client_link), (is_sync_frame),
19669 (gst_multifdsink_new_client),
19670 (gst_multifdsink_handle_client_write),
19671 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19672 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19673 (gst_multifdsink_get_property):
19674 * gst/tcp/gstmultifdsink.h:
19675 Added burst on connect sync_method, deprecated sync_clients,
19676 streamlined the sync code some more.
19678 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19680 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19681 (gst_play_base_bin_change_state):
19682 Improve error reporting.
19684 2004-10-28 Wim Taymans <wim@fluendo.com>
19686 * gst/tcp/Makefile.am:
19687 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19688 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19689 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19690 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19691 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19692 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19694 Added more locks around fdset structures. Fixed/reworked
19695 the poll array resizing code.
19696 Added stress test for fdset.
19698 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19700 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19703 2004-10-28 Benjamin Otte <otte@gnome.org>
19705 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19706 fix link function to always query channels and query width for
19710 * gst/equalizer/Makefile.am:
19711 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19712 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19713 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19714 (arg_to_scale), (setup_filter),
19715 (gst_iir_equalizer_compute_frequencies),
19716 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19717 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19721 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19723 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19727 Added Norwegian Bokmaal translation
19729 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19731 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19732 Don't break on options (fixes #156488).
19734 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19737 * ext/cdaudio/Makefile.am:
19739 fix build on older automake
19741 2004-10-26 Wim Taymans <wim@fluendo.com>
19743 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19744 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19745 Allow a little margin when negotiating the framerate.
19747 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19749 * gst/level/gstlevel.c:
19750 synchonised naming of pads and pad-templates
19752 2004-10-26 Wim Taymans <wim@fluendo.com>
19754 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19755 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19756 (_find_streams_check), (gst_ogg_demux_push):
19757 Fix EOS again. Needs to be done in a better way. We should not
19758 remove the pad if there is no new chained stream.
19760 2004-10-26 Iain <iaingnome@gmail.com>
19762 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19763 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19765 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19767 (interleave_release_pad): Remove the pad.
19768 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19769 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19771 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19773 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19774 (gst_xvimagesink_finalize): Free the par.
19776 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19778 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19779 (gst_avimux_stop_file):
19780 First calculate the rate, and only then use it. Hdr.rate is a
19781 multiple and not a derivative of hdr.scale. Scale is not the
19782 same as blockalign but is solely related to rate.
19784 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19786 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19787 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19790 2004-10-25 James Henstridge <james@jamesh.id.au>
19792 Reviewed by: David Schleef <ds@schleef.org>
19794 * examples/gstplay/player.c: (got_stream_length), (main):
19795 * examples/seeking/cdplayer.c: (update_scale):
19796 * examples/seeking/seek.c: (format_value), (update_scale):
19797 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19799 Build fixes on AMD64.
19801 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19803 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19805 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19806 Fix for some v4l cards which hang in v4lsrc
19808 2004-10-25 Wim Taymans <wim@fluendo.com>
19810 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19811 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19812 Make sure to remove the pad when a new chain is
19813 encountered. Set some vars to NULL so we don't try
19814 to reference freed memory.
19816 2004-10-25 Wim Taymans <wim@fluendo.com>
19818 * examples/seeking/Makefile.am:
19819 * examples/seeking/cdplayer.c: (update_scale):
19820 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19821 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19822 (format_value), (update_scale), (iterate), (start_seek),
19823 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19824 (print_usage), (main):
19825 Added some more examples, update others.
19827 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19829 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19830 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19831 * ext/theora/theoradec.c: (theora_dec_chain):
19832 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19833 Add codec-name metadata.
19835 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19837 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19839 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19840 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19841 * ext/alsa/gstalsamixertrack.h:
19843 ALSA mixer track label internationalization (#154054).
19845 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19847 * ext/theora/theoradec.c: (theora_dec_chain):
19848 Export bitrate as metadata.
19850 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19852 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19853 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19854 * ext/alsa/gstalsamixertrack.h:
19855 Fix names, fix loop.
19857 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19859 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19860 (speex_dec_convert):
19861 sinkconvert function so oggdemux can get the file length (totem).
19863 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19865 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19867 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19868 Don't push incomplete packets.
19869 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19870 Fix MPEG-4 audio typefinding.
19872 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19874 * sys/v4l/Makefile.am:
19875 * sys/v4l/gstv4l.c: (plugin_init):
19876 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19877 (gst_v4lelement_init), (gst_v4lelement_dispose),
19878 (gst_v4lelement_change_state):
19879 * sys/v4l/gstv4lelement.h:
19880 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19881 (gst_v4l_xoverlay_close), (idle_refresh),
19882 (gst_v4l_xoverlay_set_xwindow_id):
19883 * sys/v4l/gstv4lxoverlay.h:
19884 * sys/v4l/v4l-overlay_calls.c:
19885 * sys/v4l/v4l_calls.h:
19886 * sys/v4l2/Makefile.am:
19887 * sys/v4l2/gstv4l2.c: (plugin_init):
19888 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19889 (gst_v4l2element_init), (gst_v4l2element_dispose),
19890 (gst_v4l2element_change_state):
19891 * sys/v4l2/gstv4l2element.h:
19892 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19893 (gst_v4l2_xoverlay_close), (idle_refresh),
19894 (gst_v4l2_xoverlay_set_xwindow_id):
19895 * sys/v4l2/gstv4l2xoverlay.h:
19896 * sys/v4l2/v4l2-overlay_calls.c:
19897 * sys/v4l2/v4l2_calls.h:
19898 Remove client-side overlay handling, use the X-server v4l plugin
19899 for that. Nicer overlay, less code. Also make the plugin
19900 compileable without X (but then without overlay, obviously).
19901 Makes xwindowlistener obsolete, should we remove that?
19903 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19905 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19906 (gst_osssrc_src_query):
19907 * sys/oss/gstosssrc.h:
19908 OK, so people want offset in DEFAULT. This time, actually fix all
19910 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19913 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19915 * gst/asfdemux/gstasfmux.c:
19916 * gst/avi/gstavimux.c:
19919 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19921 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19922 Fix properties (channel, norm, frequency).
19924 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19926 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19928 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19931 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19933 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19936 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19938 * sys/v4l2/gstv4l2element.h:
19939 Yet Another Hack (tm) for kernel header borkedness.
19940 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19941 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19942 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19943 (gst_v4l2src_change_state):
19944 * sys/v4l2/gstv4l2src.h:
19945 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19946 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19947 Fix caps, keep track of state, work.
19949 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19951 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19954 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19956 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19957 Don't mix bytes and samples.
19959 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19961 * ext/ogg/gstoggmux.c:
19962 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19963 and theora. Any is incorrect.
19964 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19966 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19967 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19968 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19969 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19970 * sys/v4l/gstv4lmjpegsrc.h:
19971 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19972 (gst_v4lsrc_change_state):
19973 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19974 (gst_v4lmjpegsrc_capture_stop):
19975 Fix caps. Keep track of internal state. Work.
19977 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19980 Fix the build fixes.
19982 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19984 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19985 (gst_ogg_demux_src_event), (_find_chain_seek),
19986 (gst_ogg_pad_push):
19987 Check for pad availability before using it.
19988 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19989 Fix parsing of chained ogg. Needs more work on the decoder side.
19991 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19993 * gst/spectrum/Makefile.am:
19994 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19996 Fix demo and reenable it. Yes, I'm currently playing with audio
19999 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20001 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20002 We love it if files that start at zero work too...
20004 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20006 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20007 Handle files with missing EOS headers.
20009 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20011 * gst/tcp/gsttcpserversink.c:
20012 (gst_tcpserversink_handle_server_read),
20013 (gst_tcpserversink_init_send):
20014 Zero some variables first (need for accept not to return EINVAL)
20016 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20018 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20019 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20020 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20021 (theora_dec_chain):
20022 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20023 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20024 Seeking and querying finetune.
20026 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20030 * ext/raw1394/Makefile.am:
20033 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20035 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20037 * gst/playback/Makefile.am:
20038 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20039 * gst/playback/gstplay-marshal.list:
20040 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20043 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20045 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20048 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20050 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20051 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20052 (gst_ogg_pad_push):
20053 Yay for non-lineair granulepos in theora.
20055 2004-10-18 Wim Taymans <wim@fluendo.com>
20057 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20058 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20059 * ext/dv/gstdvdec.h:
20060 Make sure we renegotiate aspect ratio when the camera switches.
20062 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20064 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20065 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20067 * ext/theora/theoradec.c: (theora_dec_chain):
20068 Skip headers. Bad idea for chained ogg, but fixes seeking.
20070 2004-10-18 Wim Taymans <wim@fluendo.com>
20073 I swear, this is the last time I touch this.
20075 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20077 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20078 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20079 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20081 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20082 Time-to-default conversion.
20083 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20084 Don't error on unknown packets, just skip. We should probably
20085 read them if we want to support chained ogg.
20087 2004-10-18 Wim Taymans <wim@fluendo.com>
20090 Added cdaudio to wrong list.
20092 2004-10-18 Wim Taymans <wim@fluendo.com>
20097 2004-10-18 Wim Taymans <wim@fluendo.com>
20099 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20100 (gst_dvdec_video_link), (gst_dvdec_push):
20101 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20102 (gst_smokeenc_resync), (gst_smokeenc_chain):
20103 Fix mimetype on smoke encoder.
20104 Add aspect ratio to dvdec. Not sure if these
20105 values are correct though....
20107 2004-10-18 Wim Taymans <wim@fluendo.com>
20109 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20110 Fix vorbis property descriptions and ranges.
20112 2004-10-18 Wim Taymans <wim@fluendo.com>
20114 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20115 Really do nothing when no data is available.
20116 Go to the playing state when the stream is not seekable
20117 instead of failing.
20119 2004-10-18 Wim Taymans <wim@fluendo.com>
20121 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20122 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20123 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20124 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20125 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20126 Added uri handler for cd://
20129 2004-10-18 Wim Taymans <wim@fluendo.com>
20131 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20132 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20133 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20134 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20135 (remove_prerolls), (unknown_type), (add_element_stream),
20136 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20137 (gst_play_base_bin_remove_element),
20138 (gst_play_base_bin_link_stream):
20139 * gst/playback/gstplaybin.c: (gen_video_element),
20140 (gen_vis_element), (remove_sinks), (setup_sinks):
20141 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20142 (gst_stream_info_get_type), (gst_stream_info_class_init),
20143 (gst_stream_info_init), (gst_stream_info_new),
20144 (gst_stream_info_dispose), (stream_info_mute_pad),
20145 (gst_stream_info_set_property), (gst_stream_info_get_property):
20146 * gst/playback/gststreaminfo.h:
20147 Add sink padtemplate to decodebin.
20148 Added some more comments.
20149 Make queue size configurable in playbasebin.
20150 Added possibility to use elements as sinks (ex cdaudio).
20152 2004-10-15 Wim Taymans <wim@fluendo.com>
20154 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20155 (gst_speexenc_chain):
20156 Fix speex timestamps so that it gets muxed properly.
20158 2004-10-15 Wim Taymans <wim@fluendo.com>
20160 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20161 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20162 (gst_dv1394src_init), (gst_dv1394src_dispose),
20163 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20164 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20165 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20166 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20167 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20168 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20169 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20170 * ext/raw1394/gstdv1394src.h:
20171 Added conversion/query functions.
20172 Update buffer timestamps,
20174 Added uri dv:// so it might play from the firewire in playbin.
20175 Fix a possible leak.
20178 2004-10-15 Wim Taymans <wim@fluendo.com>
20180 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20181 (gst_dv1394src_init), (gst_dv1394src_set_property),
20182 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20183 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20184 * ext/raw1394/gstdv1394src.h:
20185 Added AV/C VTR control support needed for some cameras.
20186 Added automatic port detection.
20187 Added properties for selecting the channel.
20188 The configure.ac script is not yet updated to reflect the
20189 new libavc1394 and librom1394 dependencies.
20191 2004-10-15 Wim Taymans <wim@fluendo.com>
20193 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20194 (qtdemux_parse), (gst_qtdemux_handle_esds):
20195 An esds box is not a container.
20196 Fix parsing of mp4v boxes.
20197 Do not try to renegotiate fps for each frame. Need to
20198 find a better method. This should fix mp4 playback.
20200 2004-10-14 David Schleef <ds@schleef.org>
20202 * configure.ac: update for swfdec-0.3 and liboil-0.2
20203 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20204 * ext/swfdec/gstswfdec.h: same
20205 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20206 * gst/videotestsrc/videotestsrc.c: same
20208 2004-10-14 Wim Taymans <wim@fluendo.com>
20210 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20211 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20212 (is_sync_frame), (gst_multifdsink_new_client),
20213 (gst_multifdsink_handle_client_write),
20214 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20215 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20216 Turn warnings into info.
20217 Don't allow a state change in the streaming thread.
20219 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20221 * ext/vorbis/oggvorbisenc.c:
20222 * ext/vorbis/vorbisdec.c:
20223 fix template sample rate
20225 2004-10-13 Wim Taymans <wim@fluendo.com>
20227 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20228 Decoding the header first fixes some problems in resyncing
20231 2004-10-12 Wim Taymans <wim@fluendo.com>
20233 * gst/playback/gstplaybin.c: (gen_video_element),
20234 (gen_vis_element), (remove_sinks), (setup_sinks):
20235 Added vis plugin support, need to configure the vis
20236 element to activate it.
20238 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20240 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20241 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20243 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20244 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20245 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20246 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20247 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20248 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20249 * gst/avi/gstavidemux.h:
20250 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20251 recovery (where, if part of the index is broken, we will still read
20252 the rest of the index and recover the broken part by stream
20253 scanning). More broken media support. EOS workarounds. General AVI
20254 braindamage headache recovery. Aspirin included.
20256 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20258 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20259 (cdparanoia_event), (cdparanoia_query):
20260 Get rid of hideous lead-in.
20262 2004-10-11 Wim Taymans <wim@fluendo.com>
20264 * gst/playback/gstplaybasebin.c: (setup_source):
20265 Wrong var used to get g_list_next.
20267 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20269 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20270 (cdparanoia_get), (cdparanoia_open):
20271 Report discid as metadata, add duration.
20273 2004-10-11 Wim Taymans <wim@fluendo.com>
20275 * gst/playback/gstplaybasebin.c: (setup_source):
20276 Cleanup the previous pipeline a little earlier for the
20277 case that a source element provides raw data.
20279 2004-10-11 Benjamin Otte <otte@gnome.org>
20281 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20282 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20283 consuming the last 128 bytes, even though it was valid mp3 data.
20285 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20287 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20288 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20289 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20290 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20292 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20294 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20295 Fix for webcams that support only specific width or height
20297 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20299 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20301 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20302 Fix wrong discont event setup (fixes #154967).
20304 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20306 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20308 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20309 Error out on invalid data (fixes #154807).
20311 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20313 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20315 * ext/dvdread/dvdreadsrc.c: (_read):
20316 Make titles > 0 work again (fixes #154834).
20318 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20320 * gst-libs/gst/riff/riff-media.c:
20321 (gst_riff_create_video_template_caps):
20322 WMV3 missing in template caps.
20324 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20326 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20327 OK, so the original code was too strict. It makes random AVI files
20328 hang for seconds upon opening, which is unacceptable and is far
20329 beyond the original goal of getting multiple chunks for one-chunk
20330 sounc stream files. So now do just that.
20332 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20334 * gst/playback/gstplaybasebin.c: (setup_source),
20335 (gst_play_base_bin_change_state):
20336 Actually clean up streaminfo if output fails. This would trigger
20337 if, for example, there was no CD in the drive. No preroll, so
20338 a streaminfo structure is created, but the subsequent state change
20339 of the thread fails.
20340 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20341 Don't change state if parent failed.
20343 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20345 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20346 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20347 (gen_video_element), (remove_sinks):
20348 Add small bits of code for screenshot handling.
20350 2004-10-08 Wim Taymans <wim@fluendo.com>
20352 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20353 (gen_video_element), (gen_audio_element), (setup_sinks):
20354 Don't assume the user provided sinks are named "sink"...
20356 2004-10-08 Wim Taymans <wim@fluendo.com>
20358 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20359 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20360 (gst_play_base_bin_link_stream):
20361 Do not try to autoplug sources that generate raw streams like
20363 disconnect the preroll overrun signal when we don't need it anymore.
20365 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20367 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20368 Added reworked patch from #154903 from milosz derezynski (deadchip).
20370 2004-10-08 Wim Taymans <wim@fluendo.com>
20372 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20373 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20374 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20375 (cdparanoia_convert), (cdparanoia_uri_get_type),
20376 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20377 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20378 * ext/cdparanoia/gstcdparanoia.h:
20379 This adds the cdda://<tracknum> uri.
20381 2004-10-08 Wim Taymans <wim@fluendo.com>
20383 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20384 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20385 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20386 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20387 (unknown_type), (gst_play_base_bin_remove_element),
20388 (gst_play_base_bin_link_stream):
20389 * gst/playback/gstplaybasebin.h:
20390 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20391 (gst_play_bin_set_property), (gen_video_element),
20392 (gen_audio_element), (setup_sinks):
20393 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20394 (gst_stream_info_get_type), (gst_stream_info_class_init),
20395 (gst_stream_info_init), (gst_stream_info_new),
20396 (gst_stream_info_dispose), (stream_info_mute_pad),
20397 (gst_stream_info_set_property), (gst_stream_info_get_property):
20398 * gst/playback/gststreaminfo.h:
20399 Reuse the audio and video bins.
20400 Some internal cleanups in the stream selection code.
20402 2004-10-08 Julien MOUTTE <julien@moutte.net>
20404 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20405 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20406 * sys/ximage/ximagesink.h:
20407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20408 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20409 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20410 not coming from those elements. Moreover these elements should not keep
20411 the xid they have been given when in NULL state.
20413 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20415 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20416 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20417 * sys/ximage/ximagesink.h:
20418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20419 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20420 * sys/xvimage/xvimagesink.h:
20421 Actually only create a new toplevel window if we're not gonna
20422 embed it right after.
20424 2004-10-07 Wim Taymans <wim@fluendo.com>
20426 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20427 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20428 * gst/playback/gstplaybin.c: (setup_sinks):
20429 Implement muting/unmuting of streams, mute streams that are not
20432 2004-10-07 Wim Taymans <wim@fluendo.com>
20434 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20436 Added lame audio/x-ac3 typefind function.
20438 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20443 === release 0.8.5 ===
20445 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20450 releasing 0.8.5, "Take You On"
20452 2004-10-06 Wim Taymans <wim@fluendo.com>
20454 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20455 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20456 (no_more_pads), (close_link), (type_found):
20457 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20458 * gst/playback/gstplaybin.c: (gen_video_element):
20459 Do not signal the no_more_pads after the first pad when
20460 we are plugging a non dynamic element with multiple
20461 output pads (like swfdec, dvdec, ...).
20463 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20466 bump for prerelease
20468 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20470 * gst/wavparse/gstwavparse.c:
20471 add ATRAC3 to STATIC CAPS to fix a warning
20473 * gst/matroska/ebml-read.c:
20474 * gst-libs/gst/riff/riff-read.c:
20477 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20479 * gst-libs/gst/riff/riff-media.c:
20480 generate caps for ATRAC3 audio streams
20482 * gst/realmedia/rmdemux.c:
20483 generate caps for ATRAC3 audio streams
20485 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20487 * gst/wavparse/Makefile.am
20488 * gst/wavparse/riff.h
20489 * gst/wavparse/wavparse.vcproj
20490 riff.h removal (unused and duplication with riff-ids.h)
20492 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20494 * gst/wavparse/gstwavparse.h
20495 remove duplicated defines for audio codec codes
20497 * gst-libs/gst/riff/riff-ids.h
20498 * gst/wavenc/riff.h:
20499 add "4CC" code for ATRAC3 audio streams
20500 add "4CC" code for ITU_G721_ADPCM (unused for now)
20502 2004-10-06 Wim Taymans <wim@fluendo.com>
20504 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20505 Actually _do_ negotiation. Pass gdouble as arg instead
20506 of guint64 for the framerate.
20508 2004-10-06 Wim Taymans <wim@fluendo.com>
20510 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20511 (find_compatibles), (close_pad_link), (try_to_link_1),
20512 (no_more_pads), (close_link), (type_found):
20513 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20514 * gst/playback/gstplaybin.c: (gen_video_element),
20515 (gen_audio_element):
20516 Set state on newly added element to READY so that negotiation
20518 Addes some more debug info.
20519 Do not try to plug pads with multiple caps structures or ANY
20520 because it is too dangerous since we do not do dynamic
20523 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20525 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20529 add Oriya translation
20531 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20533 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20534 Prevent overwrite of size member. Makes audio sound crappy.
20536 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20538 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20539 Add rmvb to the list of known RealMedia extensions
20541 2004-10-05 Wim Taymans <wim@fluendo.com>
20543 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20544 (mngdec_openstream), (mngdec_closestream),
20545 (mngdec_handle_sink_event), (mngdec_readdata),
20546 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20547 (mngdec_getcanvasline), (mngdec_refresh),
20548 (gst_mngdec_change_state):
20549 Set the framerate correctly.
20551 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20553 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20554 There was something wrong with the index massaging.
20556 2004-10-04 Wim Taymans <wim@fluendo.com>
20558 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20559 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20560 (gst_smokedec_chain):
20561 * ext/jpeg/gstsmokedec.h:
20562 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20563 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20564 * ext/jpeg/gstsmokeenc.h:
20565 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20566 (smokecodec_decode_new), (smokecodec_info_free),
20567 (smokecodec_set_quality), (smokecodec_get_quality),
20568 (smokecodec_set_threshold), (smokecodec_get_threshold),
20569 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20570 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20571 (smokecodec_encode), (smokecodec_parse_id),
20572 (smokecodec_parse_header), (smokecodec_decode):
20573 * ext/jpeg/smokecodec.h:
20574 * ext/jpeg/smokeformat.h:
20575 Updated smoke, new bitstream, allows embedding in ogg.
20577 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20579 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20580 Fix seeking in some files. All this code is no longer needed (and
20581 actually breaks stuff) because we now synchronize the full index
20582 right when reading the header.
20584 2004-10-04 Wim Taymans <wim@fluendo.com>
20587 configure update for libmng.
20589 2004-10-04 Wim Taymans <wim@fluendo.com>
20591 * ext/libmng/Makefile.am:
20592 * ext/libmng/gstmng.c: (plugin_init):
20593 * ext/libmng/gstmng.h:
20594 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20595 (gst_mngdec_base_init), (gst_mngdec_class_init),
20596 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20597 (gst_mngdec_loop), (gst_mngdec_get_property),
20598 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20599 (mngdec_closestream), (mngdec_handle_sink_event),
20600 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20601 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20602 (gst_mngdec_change_state):
20603 * ext/libmng/gstmngdec.h:
20604 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20605 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20606 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20607 (gst_mngenc_chain), (gst_mngenc_get_property),
20608 (gst_mngenc_set_property):
20609 * ext/libmng/gstmngenc.h:
20610 Added basic MNG decoder. Needs more work. The encoder does
20613 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20615 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20616 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20617 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20618 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20621 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20624 you need at least 1.0.4 of speex
20626 2004-10-04 Iain <iaingnome@gmail.com>
20628 * ext/speex/gstspeexdec.h: Revert the includes changes.
20630 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20632 2004-09-30 Iain <iaingnome@gmail.com>
20634 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20635 found during init or set as a property instead of hardcoding /dev/audio
20637 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20639 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20640 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20641 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20642 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20643 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20644 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20645 (gst_rmdemux_dump_data):
20646 Use debug category, fix EOS handling. filesrc ! rmdemux now
20649 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20651 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20652 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20653 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20654 Improve allocation, cutting and sorting of the index. How takes a
20655 few seconds instead of minutes.
20657 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20659 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20662 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20664 * gst-libs/gst/riff/riff-media.c:
20665 (gst_riff_create_video_caps_with_data),
20666 (gst_riff_create_video_template_caps):
20667 Add wing commander format mimetype/fourccs.
20668 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20669 Don't crash if some value is 0.
20671 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20673 * gst-libs/gst/riff/riff-media.c:
20674 (gst_riff_create_video_caps_with_data),
20675 (gst_riff_create_video_template_caps):
20676 Add DIB fourcc (raw, palettized 8-bit RGB).
20677 * gst-libs/gst/riff/riff-read.c:
20678 (gst_riff_read_strf_vids_with_data):
20679 Oops, fix strf_data reading bug.
20680 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20681 Use a non-NULL tag.
20682 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20683 Time for hacks. Sorry Dave. At least one quicktime movie (a
20684 trailer) that I've encountered contains multiple video tracks.
20685 One of those is the actual video track, the other are one-frame
20686 tracks (images). Unfortunately, the number of frames according
20687 to the trak header is 1 for each, so that doesn't help. So
20688 instead, I look at the duration and discard tracks with a
20689 duration shorter than 20% of the length of the stream. Better
20692 2004-10-01 Christian Schaller <christian@fluendo.com>
20694 * ext/ivorbis/vorbis.c:
20695 Patch from Phil Blundell (Bug 152341)
20697 2004-10-01 Wim Taymans <wim@fluendo.com>
20699 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20700 (speex_dec_get_formats), (speex_dec_convert),
20701 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20702 (speex_dec_chain), (gst_speexdec_get_property),
20703 (gst_speexdec_set_property):
20706 2004-10-01 Wim Taymans <wim@fluendo.com>
20708 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20709 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20710 (gst_wavparse_other), (gst_wavparse_loop),
20711 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20712 (gst_wavparse_srcpad_event):
20713 * gst/wavparse/gstwavparse.h:
20714 Added some more debugging info.
20715 Fix the case where the length of the file is 0.
20716 Make sure we seek to sample borders.
20718 2004-10-01 Wim Taymans <wim@fluendo.com>
20720 * gst/playback/README:
20721 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20722 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20723 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20724 Add some debug info to decodebin, update README
20726 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20728 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20729 Don't use g_print(); use GST_DEBUG().
20731 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20733 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20734 (gst_ogg_mux_queue_pads):
20735 Handle EOS properly.
20737 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20739 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20741 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20742 (gst_faad_chain), (gst_faad_change_state):
20743 * ext/faad/gstfaad.h:
20744 Allow playback of raw (unframed) MPEG AAC files (#148993).
20746 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20748 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20750 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20751 Throw error if we didn't recognize the stream. Fixes #152289.
20753 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20755 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20758 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20760 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20762 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20765 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20767 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20769 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20771 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20774 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20776 * gst-libs/gst/riff/riff-media.c:
20777 (gst_riff_create_video_caps_with_data),
20778 (gst_riff_create_audio_caps_with_data):
20779 Add codec_data handling (like asfdemux used to do).
20780 * gst/asfdemux/gstasf.c: (plugin_init):
20781 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20782 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20783 Use riff-media for caps creation instead of our own (mostly
20784 broken) copy of its functions.
20786 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20788 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20789 Don't actually error out if we get another return value than
20790 -EINVAL. Opposite to what I first thought, drivers have random
20791 return values for this, although -EINVAL is the expected return
20792 value. Since this is not fatal, we shouldn't use
20793 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20795 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20797 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20798 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20799 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20800 (dvdreadsrc_get), (dvdreadsrc_open_file),
20801 (dvdreadsrc_change_state):
20802 Fix. Don't do one big huge loop around the whole DVD, that will
20803 cache all data and thus eat sizeof(dvd) (several GB) before we
20805 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20806 Actually NULL'ify event after using it.
20807 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20808 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20809 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20810 (gst_ebml_read_seek), (gst_ebml_read_skip):
20812 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20813 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20814 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20815 Fix timing (this will probably break if I seek using menus, but
20816 I didn't get there yet). VOBs and normal DVDs should now work.
20817 Add a mpeg2-only pad with high rank so this get autoplugged for
20819 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20820 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20821 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20822 (gst_mpeg_demux_get_audio_stream),
20823 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20824 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20825 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20826 MPEG-1 but use dvddemux for MPEG-2.
20827 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20828 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20829 (gst_mpeg_parse_parse_packhead):
20830 Timing. Only add pad template if it exists. Add sink template from
20831 class and not from ourselves. This means we will always use the
20832 correct sink template even if it is not the one defined in this
20835 2004-09-29 Wim Taymans <wim@fluendo.com>
20837 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20838 (gst_mpeg_demux_parse_pes):
20839 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20840 Fix playback of mpeg again, timestamps where screwed up by
20843 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20845 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20846 Only return true if we actually filled something in. Prevents
20847 player applications from showing a random length for flac files.
20848 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20849 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20850 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20851 (gst_riff_read_strf_vids_with_data),
20852 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20853 OK, ok, so I implemented event handling. Apparently it's normal
20854 that we receive random events at random points without asking
20856 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20857 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20858 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20859 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20860 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20861 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20862 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20863 * gst/avi/gstavidemux.h:
20864 Implement non-lineair chunk handling and subchunk processing.
20865 The first solves playback of AVI files where the audio and video
20866 data of individual buffers that we read are not synchronized.
20867 This should not happen according to the wonderful AVI specs, but
20868 of course it does happen in reality. It is also a prerequisite for
20869 the second. Subchunk processing allows us to cut chunks in small
20870 pieces and process each of these pieces separately. This is
20871 required because I've seen several AVI files with incredibly large
20872 audio chunks, even some files with only one audio chunk for the
20873 whole file. This allows for proper playback including seeking.
20874 This patch is supposed to fix all AVI A/V sync issues.
20875 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20876 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20878 * gst/modplug/gstmodplug.cc:
20879 Proper return value setting for the query() function.
20880 * gst/playback/gstplaybasebin.c: (setup_source):
20881 Being in non-playing state (after, e.g., EOS) is not necessarily
20882 a bad thing. Allow for that. This fixes playback of short files.
20883 They don't actually playback fully now, because the clock already
20884 runs. This means that small files (<500kB) with a small length
20885 (<2sec) will still not or barely play. Other files, such as mod
20886 or flx, will work correctly, however.
20888 2004-09-28 Wim Taymans <wim@fluendo.com>
20890 * ext/speex/gstspeex.c: (plugin_init):
20891 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20892 (gst_speex_dec_class_init), (speex_dec_get_formats),
20893 (speex_get_event_masks), (speex_get_query_types),
20894 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20895 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20896 (gst_speexdec_get_property), (gst_speexdec_set_property),
20897 (speex_dec_change_state):
20898 * ext/speex/gstspeexdec.h:
20899 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20900 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20901 (gst_speexenc_base_init), (gst_speexenc_class_init),
20902 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20903 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20904 (gst_speexenc_src_query), (gst_speexenc_init),
20905 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20906 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20907 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20908 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20909 (gst_speexenc_chain), (gst_speexenc_get_property),
20910 (gst_speexenc_set_property), (gst_speexenc_change_state):
20911 * ext/speex/gstspeexenc.h:
20912 Rewrote speex encoder, make sure it can be embedded in ogg.
20913 Implemented speex decoder.
20915 2004-09-28 Christian Schaller <christian@fluendo.com>
20918 Remove kioslave plugin. Markey is brewing a new working one
20919 * ext/Makefile.am: Remove kioslave plugin
20921 * gst-plugins.spec.in: remove kio plugin from spec
20923 2004-09-27 Wim Taymans <wim@fluendo.com>
20925 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20926 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20927 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20928 (gst_multifdsink_new_client),
20929 (gst_multifdsink_handle_client_write),
20930 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20931 (gst_multifdsink_handle_clients):
20932 * gst/tcp/gstmultifdsink.h:
20933 Make syncing to keyframes actually work for new clients and lagging
20936 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20938 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20939 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20940 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20941 * gst/debug/gstnavigationtest.h:
20942 make navigationtest display button-press and button-release events
20944 2004-09-26 Iain <iaingnome@gmail.com>
20946 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20947 the channels have received a new media event.
20948 (interleave_buffered_loop): Compresses a new media event on all
20951 2004-09-26 Iain <iaingnome@gmail.com>
20953 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20954 call the sinkpad's default event handler and not the srcpads. He also
20955 says this is confusing :)
20956 (gst_wavenc_stop_file): Company says that seek events only go upstream
20957 we should send a discontinuous downstream instead.
20959 2004-09-25 Christian Schaller <christian@fluendo.com>
20961 * Update SPEC file to be usable in conjunction with Fedora Core,
20962 Fedora.us and freshrpms packages
20963 * Fix typo in multifilesrc test Makefile
20965 2004-09-24 Wim Taymans <wim@fluendo.com>
20967 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20968 Only signal the no_more_pads signal when we have
20969 added the stream to our list.
20971 2004-09-24 Wim Taymans <wim@fluendo.com>
20973 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20975 * gst/playback/gstplaybasebin.h:
20976 * gst/playback/gstplaybin.c: (setup_sinks):
20977 Don't try to preroll or decode more than one audio/video
20980 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20982 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20983 Throw error if we failed to find a suitable output. This should
20984 throw an error if we successfully set up a pipeline (e.g. because
20985 we recognized a media file) but found no decodable streams in it
20986 (e.g. because it contains only media stream types for which we
20987 have no decoders, or because it's not a media type).
20989 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20991 * ext/dirac/Makefile.am:
20992 * ext/dirac/gstdirac.cc:
20993 * ext/dirac/gstdiracdec.cc:
20994 * ext/dirac/gstdiracdec.h:
20995 Do something. Don't actually know if this works because I don't
20996 have a demuxer yet.
20997 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20998 Add channels=1 to caps returned from _getcaps().
20999 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21000 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21001 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21002 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21003 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21004 (gst_ogm_parse_change_state):
21005 Separate between audio/video so ogmaudioparse actually uses the
21006 audio pad templates. Both audio and video work now, including
21007 autoplugging. Also use sometimes-srcpad hack.
21008 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21009 Handle events better. Don't hang on infinite loops.
21010 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21011 (gst_avi_demux_init), (gst_avi_demux_reset),
21012 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21013 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21014 (gst_avi_demux_change_state):
21015 * gst/avi/gstavidemux.h:
21016 Improve A/V sync. Still not perfect.
21017 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21018 (gst_ebml_read_skip):
21019 Handle events better.
21020 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21021 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21022 (qtdemux_audio_caps):
21023 Add IMA4. Improve event handling. Save offset after a seek when
21024 the headers are at the end of the file so that we don't end up in
21026 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21027 Add low-priority typefind support for files with no length.
21029 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21031 * testsuite/multifilesink/Makefile.am:
21034 2004-09-22 Julien MOUTTE <julien@moutte.net>
21036 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21037 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21038 mistakes from thaytan's patches.
21040 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21042 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21043 For completeness, XSync in the destroy function as xvimage does.
21045 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21047 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21048 Correct caps negotiation
21049 * gst/volume/gstvolume.c: (volume_chain_float),
21050 (volume_chain_int16):
21051 Modify debug output to be little more informative
21052 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21053 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21054 (gst_xvimagesink_xvimage_destroy):
21055 Add XSync calls after detaching from the shared memory segment to
21058 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21060 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21061 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21062 * ext/vorbis/vorbis.c: (plugin_init):
21063 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21064 (gst_vorbisenc_chain):
21065 * ext/vorbis/vorbisenc.h:
21066 remove explicit newmedia support from oggmux and vorbisenc
21067 add debug category to vorbisenc
21068 * gst/multifilesink/gstmultifilesink.c:
21069 (gst_multifilesink_class_init), (gst_multifilesink_init),
21070 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21071 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21072 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21074 * gst/multifilesink/gstmultifilesink.h:
21075 add support for streamheader in multifilesink
21077 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21079 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21080 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21081 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21082 Prevent infinite loops. More correct error reporting.
21083 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21084 Error out if negotiation fails.
21085 * gst/playback/gstplaybasebin.c: (setup_source),
21086 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21087 (gst_play_base_bin_found_tag):
21088 Error/tag forwarding. Pre-roll fixes for source errors on state
21089 changes (e.g. "file does not exist") to prevent hangs.
21091 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21093 * testsuite/multifilesink/Makefile.am:
21094 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21095 (gst_newmedia_class_init), (gst_newmedia_init),
21096 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21097 (newfile_signal), (test_signal), (main):
21098 * testsuite/multifilesink/multifilesrc_test.c: (main):
21099 * testsuite/multifilesink/oggtheora_test.c:
21100 (gst_newmedia_base_init), (gst_newmedia_class_init),
21101 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21102 (test_format), (newfile_signal), (test_signal), (main):
21103 * testsuite/multifilesink/oggvorbis_test.c:
21104 (gst_newmedia_base_init), (gst_newmedia_class_init),
21105 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21106 (test_format), (newfile_signal), (test_signal), (main):
21107 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21108 (gst_newmedia_class_init), (gst_newmedia_init),
21109 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21110 (newfile_signal), (test_signal), (main):
21113 2004-09-20 Christian Schaller <christian@fluendo.com>
21115 * Fix mikmod license to LGPL as they have relicensed
21116 * Move Dirac and Effectv into LGPL section of README_license
21118 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21120 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21121 (gst_mad_change_state):
21122 Allow for mp3 rate/channels changes. However, only very
21123 conservatively. Reason that we *have* to enable this is smiply
21124 because the mad find_sync() function is not good enough, it will
21125 regularly sync on random data as valid frames and therefore make
21126 us provide random caps as *final* caps of the stream. The best fix
21127 I could think of is to simply require several of the same stream
21128 changes in a row before we change caps.
21129 The actual testcase that works now is #
21130 * ext/ogg/Makefile.am:
21131 * ext/ogg/gstogg.c: (plugin_init):
21132 * ext/ogg/gstogmparse.c:
21133 OGM support (video only for now; I need an audio sample file).
21134 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21135 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21136 (gst_asf_demux_add_video_stream):
21138 * gst/playback/gstplaybasebin.c: (unknown_type):
21139 Don't error out on single unknown-types after all. It's wrong.
21140 If we found type of video and audio but not of a subtitle stream,
21141 it will still error out (which is unwanted). Will find a better fix
21143 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21144 (ogmaudio_type_find), (plugin_init):
21147 2004-09-20 Johan Dahlin <johan@gnome.org>
21149 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21150 after setting caps.
21152 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21154 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21155 * gst/wavenc/gstwavenc.h:
21156 Added newmedia support to wavenc
21158 2004-09-17 Wim Taymans <wim@fluendo.com>
21160 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21161 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21162 (gst_fdset_fd_can_write), (gst_fdset_wait):
21163 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21164 (gst_multifdsink_init), (gst_multifdsink_add),
21165 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21166 (gst_multifdsink_remove_client_link),
21167 (gst_multifdsink_client_queue_buffer),
21168 (gst_multifdsink_handle_client_write),
21169 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21170 (gst_multifdsink_close), (gst_multifdsink_change_state):
21171 * gst/tcp/gstmultifdsink.h:
21172 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21173 (gst_tcpserversink_removed):
21174 Small cleanups in fdset.c
21175 Use a hastable to map fd to the client structure for faster
21176 lookup in _remove and get_stats.
21177 Added virtual function to close the fds.
21178 Handle clients even when the select/poll call was unblocked because
21180 Implement syncing to keyframe in the recovery procedure.
21182 2004-09-16 Iain <iaingnome@gmail.com>
21184 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21187 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21189 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21190 Caps are only set if the type of the stream is unknown, but this
21191 is initialized in ->init_stream(), so set to UNKNOWN after calling
21192 ->init_stream() so that capsnego starts.
21194 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21196 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21197 (gst_avi_demux_stream_data):
21198 Just hardcode for raw audio then. AVI audio sucks.
21200 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21202 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21203 * gst/matroska/matroska-mux.c: (audiosink_templ),
21204 (gst_matroska_mux_audio_pad_link):
21205 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21206 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21208 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21210 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21211 (gst_avi_demux_stream_data):
21212 Try to fix a/v sync issues.
21214 2004-09-15 David Schleef <ds@schleef.org>
21216 * configure.ac: remove NASM check, since we don't use it. Update
21218 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21219 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21220 Initialized variables.
21221 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21222 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21223 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21226 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21228 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21229 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21230 * gst/avi/gstavidemux.h:
21231 Fix for compressed audio (mp3) timestamp generation. How did this
21234 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21236 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21237 Volume is a double not a float.
21239 2004-09-15 Wim Taymans <wim@fluendo.com>
21241 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21242 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21243 Don't close the fd in multifdsink as we didn't open it in the
21244 first place. Some cleanups.
21246 2004-09-15 Wim Taymans <wim@fluendo.com>
21248 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21249 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21250 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21251 Fix the case where the muxer would mark pages as delta
21252 frames when they are not (vorbis only ogg).
21254 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21256 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21257 (gst_play_base_bin_change_state):
21258 Handle the case where we failed to setup a clear pipeline. This
21259 will throw an error (or EOS, another nice case) and if you don't
21260 catch that, the app will wait for the signal forever (and thus
21263 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21265 * ext/gnomevfs/gstgnomevfssink.c:
21266 (gst_gnomevfssink_uri_get_protocols):
21267 * ext/gnomevfs/gstgnomevfssrc.c:
21268 (gst_gnomevfssrc_uri_get_protocols):
21269 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21270 * ext/gnomevfs/gstgnomevfsuri.h:
21271 Use _uri_new() instead of _open(), so it doesn't take as long and
21272 Christophe's computer won't hang.
21273 * gst/playback/gstplaybasebin.c: (unknown_type):
21274 Throw error on unknown media type, so apps actually display it.
21276 2004-09-14 Brian Cameron <brian.cameron@sun.com
21278 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21279 this script to work on Solaris since bash shell handles echo
21280 differenly than bash.
21282 2004-09-17 Wim Taymans <wim@fluendo.com>
21284 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21285 (setup_source), (gst_play_base_bin_set_property),
21286 (gst_play_base_bin_add_element):
21287 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21288 Some more work on making sure seeking pauses the pipeline and
21289 that changing the uri actually does something.
21291 2004-09-17 Wim Taymans <wim@fluendo.com>
21293 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21294 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21295 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21296 (gst_tcpserversink_close):
21297 Be a bit more paranoid when freeing memory.
21299 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21301 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21302 (qtdemux_parse_trak):
21303 Don't crash by dividing by zero (see sample movie in #126922).
21305 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21307 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21308 Don't touch non-existing data (fixes crash on file in #140147).
21310 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21312 * gst/playback/gstplaybasebin.c:
21313 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21314 Handle double disposals, and proper change of URIs.
21316 2004-09-13 Martin Eikermann <meiker@upb.de>
21318 * gst/mpegstream/gstmpegparse.c:
21319 fix synchronistation for streams recorded from digital PCR
21322 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21324 * ext/gnomevfs/Makefile.am:
21325 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21326 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21327 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21328 (gst_gnomevfssink_uri_get_type),
21329 (gst_gnomevfssink_uri_get_protocols),
21330 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21331 (gst_gnomevfssink_uri_handler_init),
21332 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21333 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21334 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21335 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21336 (gst_gnomevfssrc_uri_get_type),
21337 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21338 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21339 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21340 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21341 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21342 * ext/gnomevfs/gstgnomevfsuri.h:
21343 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21344 of fake URIs to see which this version of Gnome-VFS likes, and
21345 uses that for the Gst-URI interface. Makes playbin support http://
21346 streams. Also fix up some stupid behaviour in gnomevfssrc.
21348 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21350 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21351 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21352 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21353 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21354 Update mixer (to sync with other sessions) if we try to obtain
21355 a new value. This makes alsamixer work accross applications.
21356 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21357 Only call sync functions if we're running, else alsalib asserts.
21358 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21359 Sometimes fails to compile. Possibly a gcc bug.
21360 * gst/playback/gstplaybin.c: (gen_video_element),
21361 (gen_audio_element):
21362 Add a reference to an application-provided object, because we lose
21363 this same reference if we add it to the bin. If we don't do this,
21364 we can only use this object once and thus crash if we go from
21365 ready to playing, back to ready and back to playing again.
21366 Also add an audioscale element because several cheap soundcards -
21367 like mine - don't support all samplerates.
21368 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21369 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21370 Fix wrong order or PAR calls. Makes automatically obtained PAR
21371 from the X server atually being used.
21373 2004-09-12 David Schleef <ds@schleef.org>
21375 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21376 #151887, #152102, #152247.
21377 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21378 * examples/seeking/cdparanoia.c: same
21379 * examples/seeking/cdplayer.c: same
21380 * examples/seeking/seek.c: same
21381 * examples/seeking/spider_seek.c: same
21382 * examples/seeking/vorbisfile.c: same
21383 * examples/stats/mp2ogg.c: same
21384 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21385 (gst_esdsink_dispose): Dispose of element properly.
21386 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21388 * ext/nas/nassink.c: (gst_nassink_class_init),
21389 (gst_nassink_dispose): Dispose of element correctly.
21390 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21391 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21392 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21393 Fix 64-bit warning.
21394 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21395 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21396 Fix 64-bit warning.
21398 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21400 * configure.ac : change speex detection as 1.1.6 now uses
21401 .pc/pkg-config and they changed their headers location.
21403 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21405 * gst/matroska/matroska-mux.h:
21406 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21407 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21408 (gst_matroska_mux_write_data):
21409 Write multiple blocks/frames per cluster.
21410 Write meta-seek information (seek heads).
21412 2004-09-09 Scott Wheeler <wheeler@kde.org>
21414 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21415 (gst_play_bin_set_property), (gst_play_bin_get_property),
21416 (gen_audio_element), (gen_audio_element):
21417 Add a volume element / property to the pipeline.
21419 2004-09-07 Wim Taymans <wim@fluendo.com>
21421 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21422 Copy timestamps from the master pad to the output buffers.
21424 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21426 * ext/raw1394/gstdv1394src.c:
21427 throw errors when applicable
21429 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21431 * gst/matroska/ebml-ids.h:
21432 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21433 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21434 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21435 automatically convert unix time <-> ebml time when reading/writing
21436 a date, use gst_ebml_write_uint to write CUETIME,
21437 not gst_ebml_write_date.
21438 * gst/matroska/matroska-ids.h:
21439 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21440 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21441 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21442 (gst_matroska_mux_write_data):
21443 Write track and segment UIDs, write muxing date, write
21444 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21445 Create cues for audio only files.
21447 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21449 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21450 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21451 Re-commit ALSA switches.
21452 * gst/adder/gstadder.c: (gst_adder_loop):
21453 64-bit fix (#151416).
21454 * gst/debug/progressreport.c: (gst_progressreport_report):
21455 64-bit fix (#151419).
21456 * gst/matroska/matroska-demux.c:
21457 (gst_matroska_demux_parse_contents):
21458 64-bit fix (#151420).
21459 * gst/playback/test3.c: (update_scale):
21460 64-bit fix (#151421).
21462 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21467 === release 0.8.4 ===
21469 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21471 * configure.ac: releasing 0.8.4, "Alias"
21473 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21475 * ext/theora/Makefile.am:
21476 fix makefile. Fixes #151462.
21478 2004-08-30 Wim Taymans <wim@fluendo.com>
21480 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21481 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21482 (gst_multifdsink_remove_client_link),
21483 (gst_multifdsink_client_queue_buffer),
21484 (gst_multifdsink_handle_client_write):
21485 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21486 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21487 Fix some memory leaks.
21489 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21491 Patch by: David Schleef
21495 rename our detection macro for V4L2. Fixes #151236.
21497 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21499 Patch by: David Schleef
21502 check to define LAMEPRESET. Fixes #151232.
21504 2004-08-27 David Schleef <ds@schleef.org>
21506 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21507 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21508 (gst_glimagesink_fixate): Move local variable declarations to
21509 make gcc-2.95 happy.
21511 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21514 bump nano for prerelease
21516 2004-08-27 David Schleef <ds@schleef.org>
21518 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21519 * sys/sunaudio/gstsunaudiosrc.c:
21520 * sys/sunaudio/gstsunaudiosrc.h:
21522 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21524 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21525 handle EOS correctly
21526 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21527 * gst/matroska/matroska-mux.h:
21528 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21529 VFW compatibility mode
21531 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21533 patch by: Zaheer Abbas Merali
21535 * ext/ogg/gstoggmux.c:
21536 * ext/vorbis/vorbisenc.c:
21537 * ext/vorbis/vorbisenc.h:
21540 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21542 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21543 fix byte order reversion on little endian machines.
21544 * gst/matroska/matroska-mux.c: (audiosink_templ),
21545 (gst_matroska_mux_audio_pad_link):
21546 add TTA codec to the list of supported codecs.
21547 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21548 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21549 (gst_matroska_mux_write_data):
21550 * gst/matroska/matroska-mux.h:
21551 write segment duration correctly, write muxing app string, fixes bugs
21552 #140897 and #140898.
21553 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21554 wait for all pads to be negotiated before starting to mux.
21556 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21558 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21559 * ext/lame/gstlame.h:
21560 Added new media support to lame
21562 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21564 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21565 send vorbis headers at the beginning of a stream, fixes bug #141554.
21566 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21568 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21569 (gst_matroska_demux_plugin_init):
21570 * gst/matroska/matroska-ids.h:
21571 enable demuxing of TTA audio streams, fixes bug #148951.
21572 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21573 enable typefinding for TTA audio files, fixes bug #148711.
21574 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21575 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21576 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21578 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21580 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21581 (gst_riff_read_element_data), (gst_riff_read_seek),
21582 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21583 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21586 2004-08-23 Iain <iaingnome@gmail.com>
21588 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21589 tags. They appear to be handled differently to normal.
21590 (tag_list_to_id3_tag_foreach): Ditto.
21592 2004-08-22 Wim Taymans <wim@fluendo.com>
21594 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21595 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21596 Make sure we never send -1 granulepos.
21598 2004-08-20 Wim Taymans <wim@fluendo.com>
21600 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21601 (gst_ogg_mux_loop):
21602 I will accept bitchslappings with non sharp objects.
21604 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21607 Clean up the test for lame presets
21609 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21612 * ext/lame/Makefile.am:
21613 * ext/lame/gstlame.c: (gst_lame_class_init),
21614 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21615 Only enable lame presets if version of lame has presets in API
21617 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21618 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21619 * gst/udp/gstudpsrc.h:
21620 Don't call gst_pad_push in a get function. Fixes #150449
21622 2004-08-18 Wim Taymans <wim@fluendo.com>
21624 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21625 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21626 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21627 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21628 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21630 * gst/tcp/gstfdset.h:
21631 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21632 (gst_multifdsink_client_queue_buffer),
21633 (gst_multifdsink_handle_client_write):
21634 * gst/tcp/gstmultifdsink.h:
21635 Some extra checks in gstfdset.
21636 Only use send() when the fd is a socket. Don't try to
21637 read from write only fds.
21639 2004-08-18 Wim Taymans <wim@fluendo.com>
21641 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21642 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21643 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21644 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21646 Add more locking and bounds checking.
21648 2004-08-18 Wim Taymans <wim@fluendo.com>
21650 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21651 Realloc test fdset in the lock and right before starting
21652 the poll call. Bump the limit to 4096.
21654 2004-08-17 David Schleef <ds@schleef.org>
21656 * sys/sunaudio/Makefile.am:
21657 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21658 of rates and channels. Make debugging less obnoxious.
21660 Patch from Balamurali Viswanathan implementing a mixer for
21661 Sun audio. (bug #144091):
21662 * sys/sunaudio/gstsunelement.c:
21663 * sys/sunaudio/gstsunelement.h:
21664 * sys/sunaudio/gstsunmixer.c:
21665 * sys/sunaudio/gstsunmixer.h:
21667 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21669 * gst/audioscale/gstaudioscale.c:
21670 * gst/audioscale/gstaudioscale.h:
21671 made audioscale resample from any sample rate to any sample rate
21673 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21675 * ext/libpng/gstpngdec.c:
21676 error out on unsupported types
21678 2004-08-17 Iain <iaingnome@gmail.com>
21680 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21681 mid_side and loose_mid_side properties if its a stereo stream.
21683 2004-08-17 Wim Taymans <wim@fluendo.com>
21685 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21686 (theora_get_formats), (theora_dec_src_convert),
21687 (theora_dec_sink_convert), (theora_dec_src_query),
21688 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21691 2004-08-17 Wim Taymans <wim@fluendo.com>
21693 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21694 (gst_ogg_pad_push):
21695 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21696 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21697 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21698 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21699 Mark delta units in the muxer.
21700 Try to decode the packet after an out-of-sync error from
21703 2004-08-17 Wim Taymans <wim@fluendo.com>
21705 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21706 (gst_multifdsink_init), (gst_multifdsink_add),
21707 (gst_multifdsink_client_queue_buffer),
21708 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21709 * gst/tcp/gstmultifdsink.h:
21710 Added option to send a keyframe to clients as the first buffer.
21711 Make timeout property writable.
21713 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21715 patch by: Wim Taymans
21717 * gst/tcp/gstfdset.c:
21718 * gst/tcp/gstmultifdsink.c:
21719 fix index comparison, should include 0
21721 2004-08-16 Wim Taymans <wim@fluendo.com>
21723 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21724 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21725 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21726 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21728 copy when reallocing for poll so the select arguments don't get
21729 changed during the call
21731 2004-08-16 Wim Taymans <wim@fluendo.com>
21733 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21734 (gst_theora_enc_class_init), (theora_enc_sink_link),
21735 (theora_buffer_from_packet), (theora_enc_chain):
21736 Fix bug where buffers were not marked as keyframes
21739 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21741 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21742 (gst_lame_preset_get_type), (gst_lame_class_init):
21743 describe the enum values for vbr mode and presets more verbosely
21745 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21747 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21748 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21749 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21750 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21751 * ext/lame/gstlame.h:
21752 add preset property to lame so it can use lame presets
21754 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21756 * ext/lame/gstlame.c: (gst_lame_get_property):
21757 whoops forgot break, thanks teuf
21759 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21761 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21762 (gst_lame_class_init), (gst_lame_src_getcaps),
21763 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21764 (gst_lame_get_property), (gst_lame_setup):
21765 * ext/lame/gstlame.h:
21766 fix lame's broken vbr stuff, allow it to resample if need be, and also
21767 make xing header optional
21769 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21771 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21772 added getcaps function so samplerate doesnt get fixated to silly values
21774 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21776 * ext/lame/gstlame.c: (gst_lame_src_link):
21777 revert previous fix
21779 2004-08-12 Johan Dahlin <johan@gnome.org>
21781 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21782 checks. Doesn't matter what state we are in. Interfaces are a
21783 compile time thing, not runtime. It also broke the python bindings.
21785 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21787 * ext/lame/gstlame.c: (gst_lame_src_link):
21788 made source pad link function check if sinkpad is ok..fixes the problem
21789 where core fixates the output rate of lame stupidly
21791 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21793 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21794 * sys/v4l/v4l_calls.c:
21795 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21796 fix fixate function to handle nonsimple caps.
21797 remove bogus check in _link
21800 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21802 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21803 set default compression ratio parameter to 0.0 so bitrate parameter
21806 2004-08-11 David Schleef <ds@schleef.org>
21808 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21810 2004-08-11 David Schleef <ds@schleef.org>
21812 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21815 2004-08-11 David Schleef <ds@schleef.org>
21817 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21819 2004-08-11 David Schleef <ds@schleef.org>
21821 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21823 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21824 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21826 * gst/auparse/gstauparse.c: Fix plugin license field.
21827 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21828 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21829 * gst/rtp/gstrtp.c: Fix plugin license field.
21831 2004-08-11 Wim Taymans <wim@fluendo.com>
21833 * gst/tcp/Makefile.am:
21834 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21835 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21836 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21837 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21838 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21839 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21840 (gst_fdset_fd_can_write), (gst_fdset_wait):
21841 * gst/tcp/gstfdset.h:
21842 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21843 (gst_multifdsink_class_init), (gst_multifdsink_init),
21844 (gst_multifdsink_add), (gst_multifdsink_remove),
21845 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21846 (gst_multifdsink_remove_client_link),
21847 (gst_multifdsink_handle_client_read),
21848 (gst_multifdsink_client_queue_data),
21849 (gst_multifdsink_client_queue_caps),
21850 (gst_multifdsink_client_queue_buffer),
21851 (gst_multifdsink_handle_client_write),
21852 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21853 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21854 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21855 (gst_multifdsink_close):
21856 * gst/tcp/gstmultifdsink.h:
21857 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21858 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21859 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21860 (gst_tcpserversink_close):
21861 * gst/tcp/gsttcpserversink.h:
21862 Abstracted away the select call, implemented poll (yes we ran into
21863 the 1024 limit in production).
21865 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21867 * gst/tcp/gsttcp.c:
21868 * gst/tcp/gsttcpplugin.c:
21869 improve debuggging, remove assert
21871 2004-08-10 Wim Taymans <wim@fluendo.com>
21873 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21874 (gst_client_status_get_type), (gst_multifdsink_class_init),
21875 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21876 (gst_multifdsink_handle_client_read),
21877 (gst_multifdsink_handle_client_write),
21878 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21879 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21880 (gst_multifdsink_get_property):
21881 * gst/tcp/gstmultifdsink.h:
21882 * gst/tcp/gsttcp-marshal.list:
21883 Starting to prepare for specifying buffer time in other units
21884 than buffers. Expose remove reason in signal.
21886 2004-08-10 Wim Taymans <wim@fluendo.com>
21888 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21889 (gst_multifdsink_remove), (gst_multifdsink_clear),
21890 (gst_multifdsink_remove_client_link),
21891 (gst_multifdsink_handle_client_read),
21892 (gst_multifdsink_client_queue_data),
21893 (gst_multifdsink_client_queue_buffer),
21894 (gst_multifdsink_handle_client_write),
21895 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21896 (gst_multifdsink_chain), (gst_multifdsink_close):
21897 * gst/tcp/gstmultifdsink.h:
21898 Added more debugging info. Changed the way clients are
21899 removed from the lists. Fixed a bug where a bad file descriptor
21900 could cause many clients to be removed.
21902 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21904 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21905 allow all pixel-aspect-ratios, not just 1:1
21907 2004-08-09 David Schleef <ds@schleef.org>
21909 * sys/glsink/ARB_multitexture.h: Remove old files.
21910 * sys/glsink/EXT_paletted_texture.h:
21911 * sys/glsink/NV_register_combiners.h:
21912 * sys/glsink/gstgl_nvimage.c:
21913 * sys/glsink/gstgl_pdrimage.c:
21914 * sys/glsink/gstgl_rgbimage.c:
21915 * sys/glsink/gstglsink.c:
21916 * sys/glsink/gstglsink.h:
21917 * sys/glsink/gstglxwindow.c:
21918 * sys/glsink/regcomb_yuvrgb.c:
21920 2004-08-09 David Schleef <ds@schleef.org>
21922 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21923 GL sink plugin. (Bug #147302)
21925 * configure.ac: Test for OpenGL
21926 * sys/Makefile.am: Use test for OpenGL
21927 * sys/glsink/Makefile.am:
21928 * sys/glsink/glimagesink.c: rewrite
21929 * sys/glsink/glimagesink.h: rewrite
21931 2004-08-09 David Schleef <ds@schleef.org>
21933 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21935 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21936 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21937 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21939 2004-08-09 Wim Taymans <wim@fluendo.com>
21941 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21942 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21943 (gst_multifdsink_client_remove),
21944 (gst_multifdsink_handle_client_read),
21945 (gst_multifdsink_handle_client_write),
21946 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21947 Do a bit more logging, make the client_read code more robust.
21949 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21951 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21952 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21953 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21954 (gst_jpegdec_init), (gst_jpegdec_chain):
21955 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21956 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21957 cleanups, debugging fixes and memleak plugging
21959 2004-08-09 Wim Taymans <wim@fluendo.com>
21961 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21962 (theora_get_formats), (theora_dec_src_convert),
21963 (theora_dec_sink_convert), (theora_dec_src_query),
21964 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21965 (theora_dec_change_state):
21966 Don't crash on missing header packets.
21968 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21972 Added Albanian translation (Laurent Dhima)
21976 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21978 * ext/lame/gstlame.c:
21981 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21983 * sys/ximage/ximagesink.c:
21984 * sys/xvimage/xvimagesink.c:
21985 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21987 2004-08-06 Wim Taymans <wim@fluendo.com>
21989 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21990 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21991 (gst_multifdsink_client_remove),
21992 (gst_multifdsink_handle_client_read),
21993 (gst_multifdsink_handle_client_write),
21994 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21995 Make sure we don't try to read more from a client that what
21996 ioctl says us or we deadlock.
21998 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22000 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22001 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22002 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22003 decouple running_time and n_frames so it can handle changing
22004 framerate while running
22006 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22010 updated translations
22012 2004-08-04 Benjamin Otte <otte@gnome.org>
22014 * gst/videotestsrc/gstvideotestsrc.c:
22015 (gst_videotestsrc_get_capslist), (generate_capslist),
22017 generate the list of supported caps at startup and reuse it instead
22018 of always generating it
22020 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22022 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22023 whoops, last checkin broke normal build
22025 2004-08-03 Benjamin Otte <otte@gnome.org>
22027 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22028 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22029 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22030 (gst_alsa_mixer_get_option):
22031 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22032 (dvdnavsrc_print_event):
22033 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22034 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22035 (gst_ogg_mux_pad_unlink):
22036 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22037 (gst_multipart_mux_pad_unlink):
22038 * gst/videofilter/gstvideobalance.c:
22039 (gst_videobalance_colorbalance_set_value):
22040 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22041 (gst_videomixer_pad_unlink):
22043 * sys/oss/gstossmixer.c:
22044 * sys/v4l/gstv4lcolorbalance.c:
22045 * sys/v4l/gstv4ltuner.c:
22046 * sys/v4l/v4lsrc_calls.c:
22047 * sys/v4l2/gstv4l2colorbalance.c:
22048 * sys/v4l2/gstv4l2tuner.c:
22049 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22051 2004-08-03 Benjamin Otte <otte@gnome.org>
22053 * examples/dynparams/filter.c: (ui_control_create):
22054 * examples/gstplay/player.c: (print_tag):
22055 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22056 * ext/gdk_pixbuf/gstgdkanimation.c:
22057 (gst_gdk_animation_iter_may_advance):
22058 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22059 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22060 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22061 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22062 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22063 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22064 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22065 * gst/sine/demo-dparams.c: (main):
22066 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22067 * testsuite/alsa/formats.c: (create_pipeline):
22068 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22069 fixes for G_DISABLE_ASSERT and friends
22070 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22071 (mp3_type_frame_length_from_header), (mp3_type_find),
22073 require mp3 typefinding to have at least MIN_HEADERS valid headers
22074 add typefinding for AAC adts files
22076 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22078 * sys/ximage/ximagesink.c:
22079 (gst_ximagesink_calculate_pixel_aspect_ratio):
22080 * sys/xvimage/xvimagesink.c:
22081 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22082 Make sure we calculate pixel-aspect-ratio using floating point maths
22084 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22087 updated translation
22089 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22091 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22092 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22093 add debugging for display PAR calculation
22095 2004-08-02 David Schleef <ds@schleef.org>
22097 * configure.ac: Fix mikmod CFLAGS.
22099 2004-07-27 Benjamin Otte <otte@gnome.org>
22101 * gst/audioscale/gstaudioscale.c:
22102 - fix templates to only support S16, it's the only format that works
22103 - make caps nego code use try_set_caps_nonfixed and fixation instead
22104 of try_set_caps twice, which is not nice for autopluggers
22105 - change rank to secondary, so autopluggers can pick it up after
22108 2004-08-02 Iain <iain@prettypeople.org>
22110 * gst/interleave/interleave.c (interleave_init),
22111 (interleave_request_new_pad),
22112 (interleave_pad_removed),
22113 (interleave_buffered_loop): Use the real pad count, not the artificial
22116 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22118 * configure.ac: bump nano back to development
22120 === release 0.8.3 ===
22122 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22124 * configure.ac: releasing 0.8.3, "Water"
22126 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22128 * sys/xvimage/xvimagesink.c:
22129 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22130 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22131 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22132 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22133 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22134 * sys/xvimage/xvimagesink.h:
22135 apply similar PAR fixes as to ximagesink
22137 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22139 patch from: Benjamin Otte
22141 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22142 add link function to lame. Fixes #148986.
22144 2004-08-02 Johan Dahlin <johan@gnome.org>
22146 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22149 2004-07-30 David Schleef <ds@schleef.org>
22151 * gst/videomixer/Makefile.am: Fix things that should have been
22152 fixed in the last checkin.
22154 2004-07-30 David Schleef <ds@schleef.org>
22156 * gst/multipart/Makefile.am: Fix things that should have been
22157 fixed in the last checkin.
22159 2004-07-30 David Schleef <ds@schleef.org>
22161 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22163 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22166 bump nano for prerelease
22178 2004-07-30 Wim Taymans <wim@fluendo.com>
22180 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22181 (gst_multifdsink_add), (gst_multifdsink_remove),
22182 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22183 (gst_multifdsink_client_remove),
22184 (gst_multifdsink_handle_client_write),
22185 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22186 * gst/tcp/gstmultifdsink.h:
22187 Recover from a select with a bad file descriptor by removing
22190 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22193 fix requirement of core
22194 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22195 (gst_play_pipeline_setup):
22196 don't use colorspace element. do use hermescolorspace element.
22197 make macro to get a colorspace element.
22198 mark strings for translation.
22210 update translations
22212 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22214 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22215 fix default for newmedia flag
22217 2004-07-30 Wim Taymans <wim@fluendo.com>
22219 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22220 (gst_theora_dec_init), (theora_get_formats),
22221 (theora_dec_src_convert), (theora_dec_sink_convert),
22222 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22223 (theora_dec_chain), (theora_dec_set_property),
22224 (theora_dec_get_property):
22225 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22226 (gst_theora_enc_class_init), (gst_theora_enc_init),
22227 (theora_enc_sink_link), (theora_enc_chain),
22228 (theora_enc_set_property), (theora_enc_get_property):
22229 Added cropping option to theora decoder.
22230 Added border option to theora encoder.
22232 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22234 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22235 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22236 (gst_pngenc_set_property):
22237 * ext/libpng/gstpngenc.h:
22238 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
22240 2004-07-30 Wim Taymans <wim@fluendo.com>
22242 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22243 (theora_enc_sink_link), (theora_enc_chain),
22244 (theora_enc_set_property), (theora_enc_get_property):
22245 Fix encoding of non-multiple-of-16 video.
22247 2004-07-29 David Schleef <ds@schleef.org>
22249 * configure.ac: make test for audiofile more strict
22251 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22253 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22254 give different names to typefind functions
22256 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22258 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22259 (gst_ximagesink_calculate_pixel_aspect_ratio),
22260 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22261 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22262 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22263 (gst_ximagesink_get_property), (gst_ximagesink_init):
22264 * sys/ximage/ximagesink.h:
22265 allocate PAR's dynamically.
22266 use autodetected PAR if no object-set PAR is given.
22267 add workaround for directfb's X not setting physical size.
22268 fix to xvimagesink will follow tomorrow.
22270 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22272 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22273 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22274 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22275 (gst_shout2send_class_init), (gst_shout2send_init),
22276 (set_shout_metadata), (gst_shout2send_set_metadata),
22277 (gst_shout2send_chain), (gst_shout2send_set_property),
22278 (gst_shout2send_get_property), (gst_shout2send_connect),
22279 (gst_shout2send_change_state):
22280 * ext/shout2/gstshout2.h:
22281 - fix for sending mp3 audio to icecast2 server, if pad link function not
22282 called before PAUSED state
22283 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22284 - added tagging support for mp3 audio broadcasted
22285 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22288 2004-07-28 Wim Taymans <wim@fluendo.com>
22290 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22291 (gst_ogg_demux_push):
22292 Return query failure when we don't know the length of
22293 an ogg stream insteda of returning TRUE with a bogus value.
22295 2004-07-28 Wim Taymans <wim@fluendo.com>
22297 * ext/theora/theoradec.c: (theora_get_formats),
22298 (theora_dec_src_convert), (theora_dec_sink_convert),
22299 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22300 (theora_dec_chain):
22301 Don't screw up the 1 Chroma for 1 luma sample situation when we
22302 have an odd offset/width by adding a black border in those cases.
22304 2004-07-28 Wim Taymans <wim@fluendo.com>
22306 * ext/theora/theoradec.c: (theora_get_formats),
22307 (theora_dec_src_convert), (theora_dec_sink_convert),
22308 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22309 (theora_dec_chain):
22310 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22311 Added first attempt at cropping of the image as required by the
22312 theora spec. We need more properties in the caps (offset_x,
22313 offset_y,stride) to implement this correctly.
22315 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22317 * ext/dvdnav/README:
22318 Update the README to use dvddemux
22319 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22320 Ensure getcaps returns a subset of the template caps
22321 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22322 (gst_mpeg2subt_init):
22323 Ensure getcaps returns a subset of the template caps
22324 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22325 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22326 (gst_dvd_demux_get_subpicture_stream),
22327 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22328 * gst/mpegstream/gstdvddemux.h:
22329 Set the explicit caps on the current_video pad before pushing
22331 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22332 (gst_mpeg_demux_get_audio_stream):
22333 Free caps used to gst_pad_set_explicit_caps, which takes a const
22336 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22338 * configure.ac: update GStreamer requirement to 0.8.4 because of
22341 2004-07-28 Wim Taymans <wim@fluendo.com>
22343 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22344 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22345 Add the pad to the element after setting up the caps. This
22346 makes it a lot easier to autoplug.
22348 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22350 * gst/median/gstmedian.c:
22351 * gst/mpeg2subt/gstmpeg2subt.c:
22352 * gst/mpegaudioparse/gstmpegaudioparse.c:
22353 * gst/mpegstream/gstdvddemux.c:
22354 * gst/mpegstream/gstmpegdemux.c:
22355 * gst/mpegstream/gstmpegpacketize.c:
22356 * gst/rtjpeg/gstrtjpeg.c:
22357 * gst/rtjpeg/gstrtjpegdec.c:
22358 * gst/rtjpeg/gstrtjpegenc.c:
22359 * gst/sine/gstsinesrc.c:
22360 * gst/smooth/gstsmooth.c:
22361 * gst/smpte/gstsmpte.c:
22362 * gst/smpte/gstsmpte.h:
22363 * gst/stereo/gststereo.c:
22364 * gst/videofilter/gstgamma.c:
22365 * gst/videofilter/gstvideobalance.c:
22366 * gst/videofilter/gstvideofilter.c:
22367 * gst/videofilter/gstvideoflip.c:
22368 * gst/videoscale/gstvideoscale.c:
22369 * gst/videoscale/videoscale.c:
22370 * gst/videotestsrc/gstvideotestsrc.c:
22371 * gst/videotestsrc/videotestsrc.c:
22372 * gst/wavenc/gstwavenc.c:
22373 * gst/wavparse/gstwavparse.c:
22374 fix local includes and 64 bits constants
22376 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22379 * gst-libs/gst/*/*.vcproj:
22381 more working plugins
22383 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22385 * testsuite/alsa/Makefile.am:
22386 * testsuite/alsa/srcstate.c:
22387 add test for alsasrc changing state
22389 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22391 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22393 * gst/silence/gstsilence.h:
22394 fix silence generation for 16bit raw audio
22396 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22398 * gst/matroska/matroska-demux.c:
22399 (gst_matroska_demux_parse_metadata),
22400 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22401 * gst/mpegaudio/common.c:
22402 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22403 (gst_videoscale_getcaps), (gst_videoscale_link),
22404 (gst_videoscale_src_fixate), (gst_videoscale_init),
22405 (gst_videoscale_finalize):
22406 * gst/videoscale/gstvideoscale.h:
22407 * gst/videotestsrc/gstvideotestsrc.c:
22408 (gst_videotestsrc_get_capslist):
22409 * gst/wavenc/gstwavenc.c:
22410 * sys/oss/gstossmixer.c: (fill_labels):
22411 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22412 (gst_ximagesink_handle_xevents),
22413 (gst_ximagesink_calculate_pixel_aspect_ratio),
22414 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22415 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22416 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22417 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22418 (gst_ximagesink_init), (gst_ximagesink_class_init):
22419 * sys/ximage/ximagesink.h:
22420 * sys/xvimage/xvimagesink.c:
22421 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22422 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22423 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22424 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22425 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22426 * sys/xvimage/xvimagesink.h:
22427 first batch of pixel aspect ratio commits.
22429 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22431 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22432 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22433 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22434 handle stride, needs work if we want to move stride handling
22435 upstream, but works correctly for our purposes.
22437 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22439 * gst/videoscale/README:
22440 add testing examples
22441 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22442 (gst_videoscale_chain):
22443 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22444 (gst_videoscale_get_size):
22445 add get_size function that handles stride like videotestsrc.
22446 fixes conversion for YUV formats for as much as I can test them.
22448 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22450 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22451 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22452 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22453 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22454 (gst_xvimagesink_xvimage_put):
22455 further cleanups, logging, error handling and synchronizing
22457 2004-07-27 Wim Taymans <wim@fluendo.com>
22459 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22460 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22461 (gst_videomixer_pad_set_property),
22462 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22463 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22464 (gst_videomixer_class_init), (gst_videomixer_init),
22465 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22466 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22467 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22468 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22469 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22470 (gst_videomixer_loop), (plugin_init):
22471 Be a nicer negotiation citizen and provide a getcaps function on
22472 the srcpad. This also fixes a crash when resizing.
22474 2004-07-27 Julien MOUTTE <julien@moutte.net>
22476 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22477 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22479 2004-07-27 Wim Taymans <wim@fluendo.com>
22481 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22482 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22483 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22484 (gst_pngenc_set_property):
22485 * ext/libpng/gstpngenc.h:
22486 Added snapshot property to pngenc.
22487 removed g_print from pngdec
22489 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22491 * gst/ac3parse/ac3parse.vcproj
22492 * gst/adder/adder.vcproj
22493 * gst/alpha/alpha.vcproj
22494 * gst/alpha/alphacolor.vcproj
22495 * gst/asfdemux/asf.vcproj
22496 * gst/audioconvert/audioconvert.vcproj
22497 * gst/audiorate/audiorate.vcproj
22498 * gst/audioscale/audioscale.vcproj
22499 * gst/auparse/auparse.vcproj
22500 * gst/avi/avi.vcproj
22501 * gst/cdxaparse/cdxaparse.vcproj
22502 * gst/chart/chart.vcproj
22503 * gst/colorspace/colorspace.vcproj
22504 * gst/cutter/cutter.vcproj
22505 * gst/debug/debug.vcproj
22506 * gst/debug/efence.vcproj
22507 * gst/debug/navigationtest.vcproj
22508 * gst/deinterlace/deinterlace.vcproj
22509 * gst/effectv/effectv.vcproj
22510 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22511 * gst/filter/filter.vcproj
22512 * gst/flx/flxdec.vcproj
22513 * gst/goom/goom.vcproj
22514 * gst/interleave/interleave.vcproj
22515 * gst/law/alaw.vcproj
22516 * gst/law/mulaw.vcproj
22517 * gst/matroska/matroska.vcproj
22518 * gst/median/median.vcproj
22519 * gst/mixmatrix/mixmatrix.vcproj
22520 * gst/mpeg1sys/mpeg1systemencode.vcproj
22521 * gst/mpeg1videoparse/mp1videoparse.vcproj
22522 * gst/mpeg2sub/mpeg2subt.vcproj
22523 * gst/mpegaudio/mpegaudio.vcproj
22524 * gst/mpegaudioparse/mpegaudioparse.vcproj
22525 * gst/mpegstream/mpegstream.vcproj
22526 * gst/multifilesink/multifilesink.vcproj
22527 * gst/multipart/multipart.vcproj
22528 * gst/oneton/oneton.vcproj
22529 * gst/overlay/overlay.vcproj
22530 * gst/passthrough/passthrough.vcproj
22531 * gst/qtdemux/qtdemux.vcproj
22532 * gst/realmedia/rmdemux.vcproj
22533 * gst/rtjpeg/rtjpeg.vcproj
22534 * gst/rtp/rtp.vcproj
22535 * gst/silence/silence.vcproj
22536 * gst/sine/sinesrc.vcproj
22537 * gst/smooth/smooth.vcproj
22538 * gst/smpte/smpte.vcproj
22539 * gst/spectrum/spectrum.vcproj
22540 * gst/speed/speed.vcproj
22541 * gst/stereo/stereo.vcproj
22542 * gst/switch/switch.vcproj
22543 * gst/tags/tagedit.vcproj
22544 * gst/tcp/tcp.vcproj
22545 * gst/typefind/typefindfunctions.vcproj
22546 * gst/udp/udp.vcproj
22547 * gst/videobox/videobox.vcproj
22548 * gst/videocrop/videocrop.vcproj
22549 * gst/videodrop/videodrop.vcproj
22550 * gst/videofilter/gamma.vcproj
22551 * gst/videofilter/videobalance.vcproj
22552 * gst/videofilter/videofilter.vcproj
22553 * gst/videofilter/videoflip.vcproj
22554 * gst/videoflip/videoflip.vcproj
22555 * gst/videomixer/videomixer.vcproj
22556 * gst/videorate/videorate.vcproj
22557 * gst/videoscale/videoscale.vcproj
22558 * gst/videotestsrc/videotestsrc.vcproj
22559 * gst/virtualdub/virtualdub.vcproj
22560 * gst/volenv/volenv.vcproj
22561 * gst/volume/volume.vcproj
22562 * gst/wavenc/wavenc.vcproj
22563 * gst/wavparse/wavparse.vcproj
22564 * gst/y4m/y4menc.vcproj
22565 * gst-libs/gst/audio/audio.vcproj
22566 * gst-libs/gst/audio/audiofilter.vcproj
22567 * gst-libs/gst/colorbalance/colorbalance.vcproj
22568 * gst-libs/gst/idct/idtc.vcproj
22569 * gst-libs/gst/media-info/media-info.vcproj
22570 * gst-libs/gst/mixer/mixer.vcproj
22571 * gst-libs/gst/navigation/navigation.vcproj
22572 * gst-libs/gst/play/play.vcproj
22573 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22574 * gst-libs/gst/resample/resample.vcproj
22575 * gst-libs/gst/riff/riff.vcproj
22576 * gst-libs/gst/tuner/tuner.vcproj
22577 * gst-libs/gst/video/video.vcproj
22578 * gst-libs/gst/xoverlay/xoverlay.vcproj
22579 avoid problems with math.h, fix release dependancy
22580 rename GStreamer-0.8.lib to libgstreamer.lib
22582 2004-07-27 Julien MOUTTE <julien@moutte.net>
22584 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22585 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22586 the atom is not available we have to unlock the mutex. Fixes #148023
22588 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22590 * gst-libs/gst/media-info/media-info.h:
22591 issue for a vararg macro with MSVC
22593 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22595 * gst/effectv/effectv.vcproj
22596 * gst-libs/gst/idct/idct.vcproj:
22597 * gst-libs/gst/media-info/media-info.vcproj:
22598 * gst-libs/gst/navigation/navigation.vcproj:
22599 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22600 * gst-libs/gst/video/video.vcproj:
22601 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22602 fixes for build problems
22604 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22606 * gst-libs/gst/audio/audio.def:
22607 * gst-libs/gst/audio/riff.def:
22608 add some definitions needed by plugins
22610 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22612 * gst/asfdemux/gstasfmux.c
22613 Fix some 64 bits constants to be glib friendly
22615 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22617 * gst/ac3parse/gstac3parse.c
22618 * gst/audioscale/gstaudioscale.c
22619 * gst/auparse/gstauparse.c
22620 * gst/colorspace/gstcolorspace.c
22621 * gst/colorspace/yuv2rgb.h
22622 local include fixes
22624 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22627 add more plugins to the build
22629 2004-07-26 Julien MOUTTE <julien@moutte.net>
22631 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22632 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22634 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22636 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22637 (gst_level_set_property), (gst_level_get_property),
22638 (gst_level_base_init), (gst_level_class_init):
22639 add debugging categories. cleanups.
22641 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22643 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22644 (gst_videoscale_planar411), (gst_videoscale_planar400),
22645 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22646 (gst_videoscale_scale_nearest_str1),
22647 (gst_videoscale_scale_nearest_str2),
22648 (gst_videoscale_scale_nearest_str4),
22649 (gst_videoscale_scale_nearest_16bit),
22650 (gst_videoscale_scale_nearest_24bit):
22651 fixed stride issues
22652 tested with 320x240 -> 321, 322, 324 x240
22653 tested with YV12, I420, YUY2, UYVY
22654 fixed packed422rev (don't think it could have worked before)
22655 by testing with UYVY
22657 2004-07-26 Benjamin Otte <otte@gnome.org>
22659 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22660 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22662 add debugging category, add error checks like checking return values
22663 of setup calls, make sure it still works after
22664 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22666 2004-07-26 Wim Taymans <wim@fluendo.com>
22668 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22669 (gst_mpeg_demux_get_audio_stream),
22670 (gst_mpeg_demux_process_private):
22671 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22672 Check for error codes from the negotiation functions. Make sure
22673 we really set the pad caps when a new pad is created.
22675 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22677 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22678 (gst_ffmpeg_caps_to_pix_fmt):
22679 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22680 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22681 (gst_ffmpegcolorspace_pad_link):
22682 don't make function do two things at the same time without reason.
22684 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22686 * gst/ac3parse/ac3parse.vcproj
22687 * gst/adder/adder.vcproj
22688 * gst/alpha/alpha.vcproj
22689 * gst/alpha/alphacolor.vcproj
22690 * gst/asfdemux/asf.vcproj
22691 * gst/audioconvert/audioconvert.vcproj
22692 * gst/audiorate/audiorate.vcproj
22693 * gst/audioscale/audioscale.vcproj
22694 * gst/auparse/auparse.vcproj
22695 * gst/avi/avi.vcproj
22696 * gst/cdxaparse/cdxaparse.vcproj
22697 * gst/chart/chart.vcproj
22698 * gst/colorspace/colorspace.vcproj
22699 * gst/cutter/cutter.vcproj
22700 * gst/debug/debug.vcproj
22701 * gst/debug/efence.vcproj
22702 * gst/debug/navigationtest.vcproj
22703 * gst/deinterlace/deinterlace.vcproj
22704 * gst/effectv/effectv.vcproj
22705 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22706 * gst/filter/filter.vcproj
22707 * gst/flx/flxdec.vcproj
22708 * gst/goom/goom.vcproj
22709 * gst/interleave/interleave.vcproj
22710 * gst/law/alaw.vcproj
22711 * gst/law/mulaw.vcproj
22712 * gst/matroska/matroska.vcproj
22713 * gst/median/median.vcproj
22714 * gst/mixmatrix/mixmatrix.vcproj
22715 * gst/mpeg1sys/mpeg1systemencode.vcproj
22716 * gst/mpeg1videoparse/mp1videoparse.vcproj
22717 * gst/mpeg2sub/mpeg2subt.vcproj
22718 * gst/mpegaudio/mpegaudio.vcproj
22719 * gst/mpegaudioparse/mpegaudioparse.vcproj
22720 * gst/mpegstream/mpegstream.vcproj
22721 * gst/multifilesink/multifilesink.vcproj
22722 * gst/multipart/multipart.vcproj
22723 * gst/oneton/oneton.vcproj
22724 * gst/overlay/overlay.vcproj
22725 * gst/passthrough/passthrough.vcproj
22726 * gst/qtdemux/qtdemux.vcproj
22727 * gst/realmedia/rmdemux.vcproj
22728 * gst/rtjpeg/rtjpeg.vcproj
22729 * gst/rtp/rtp.vcproj
22730 * gst/silence/silence.vcproj
22731 * gst/sine/sinesrc.vcproj
22732 * gst/smooth/smooth.vcproj
22733 * gst/smpte/smpte.vcproj
22734 * gst/spectrum/spectrum.vcproj
22735 * gst/speed/speed.vcproj
22736 * gst/stereo/stereo.vcproj
22737 * gst/switch/switch.vcproj
22738 * gst/tags/tagedit.vcproj
22739 * gst/tcp/tcp.vcproj
22740 * gst/typefind/typefindfunctions.vcproj
22741 * gst/udp/udp.vcproj
22742 * gst/videobox/videobox.vcproj
22743 * gst/videocrop/videocrop.vcproj
22744 * gst/videodrop/videodrop.vcproj
22745 * gst/videofilter/gamma.vcproj
22746 * gst/videofilter/videobalance.vcproj
22747 * gst/videofilter/videofilter.vcproj
22748 * gst/videofilter/videoflip.vcproj
22749 * gst/videoflip/videoflip.vcproj
22750 * gst/videomixer/videomixer.vcproj
22751 * gst/videorate/videorate.vcproj
22752 * gst/videoscale/videoscale.vcproj
22753 * gst/videotestsrc/videotestsrc.vcproj
22754 * gst/virtualdub/virtualdub.vcproj
22755 * gst/volenv/volenv.vcproj
22756 * gst/volume/volume.vcproj
22757 * gst/wavenc/wavenc.vcproj
22758 * gst/wavparse/wavparse.vcproj
22759 * gst/y4m/y4menc.vcproj
22760 more plugins supported under windows
22762 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22764 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22765 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22766 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22767 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22768 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22769 Add debugging statements. Use the sizes as returned by the
22770 *CreateImage calls.
22772 2004-07-26 Johan Dahlin <johan@gnome.org>
22774 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22775 the pad is negotiated.
22777 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22779 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22781 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22782 * gst-libs/gst/idct/idct.vcproj:
22783 * gst-libs/gst/media-info/media-info.vcproj:
22784 * gst-libs/gst/mixer/mixer.vcproj:
22785 * gst-libs/gst/navigation/navigation.vcproj:
22786 * gst-libs/gst/play/play.vcproj:
22787 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22788 * gst-libs/gst/resample/resample.vcproj:
22789 * gst-libs/gst/tuner/tuner.vcproj:
22790 * gst-libs/gst/video/video.vcproj:
22791 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22792 more plugins supported under windows
22794 2004-07-25 Iain <iain@prettypeople.org>
22796 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22797 pad now rather than when the pad is created because state changes wipe
22798 explicit caps (fixes #148043).
22800 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22802 reviewed by Benjamin Otte <otte@gnome.org>
22804 * ext/mad/gstmad.c:
22805 fix mad plugin crashing on Sun (fixes #148289)
22807 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22810 * gst/avi/avi.vcproj:
22811 * gst/matroska/matroska.def:
22812 * gst/matroska/matroska.vcproj:
22813 remove unused .def files
22815 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22817 * gst-libs/gst/audio/gstaudiofilter.c:
22818 Clean the local include
22820 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22823 * gst-libs/gst/audio/audio.def:
22824 * gst-libs/gst/audio/audio.vcproj:
22825 * gst-libs/gst/audio/audiofilter.vcproj:
22826 * gst-libs/gst/audio/riff.def:
22827 * gst-libs/gst/audio/riff.vcproj:
22828 * gst-libs/gst/gst-libs.def:
22829 * gst-libs/gst/gst-libs.vcproj:
22830 * gst/avi/avi.vcproj:
22831 * gst/avi/avi.vcproj:
22832 Copy the files where needed after building, cleaner projects
22834 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22836 * gst/matroska/ebml-write.c:
22837 Fix some 64 bits constants to be glib friendly
22839 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22842 * gst-libs/gst/gst-libs.def:
22843 * gst-libs/gst/gst-libs.vcproj:
22844 * gst/matroska/matroska.def:
22845 * gst/matroska/matroska.vcproj:
22846 Add the preliminary canvas to build plugins on Win32
22848 2004-07-23 Benjamin Otte <otte@gnome.org>
22850 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22851 don't enfore negotiation from source side, it breaks
22852 sinesrc ! audioconvert ! osssink
22854 2004-07-22 David Schleef <ds@schleef.org>
22856 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22857 for ELF files, since they can easily be recognized as audio/mpeg.
22860 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22862 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22863 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22864 (gst_videoscale_scale_nearest_24bit),
22865 (gst_videoscale_scale_nearest_16bit):
22866 fix 16bit and 24bit for stride (24bit might need testing)
22867 don't pretend we do more than one algorithm
22869 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22873 * gst/multifilesink/Makefile.am:
22874 * gst/multifilesink/gstmultifilesink.c:
22875 (gst_multifilesink_get_formats),
22876 (gst_multifilesink_get_query_types), (_do_init),
22877 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22878 (gst_multifilesink_init), (gst_multifilesink_dispose),
22879 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22880 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22881 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22882 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22883 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22884 (gst_multifilesink_uri_get_type),
22885 (gst_multifilesink_uri_get_protocols),
22886 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22887 (gst_multifilesink_uri_handler_init), (plugin_init):
22888 * gst/multifilesink/gstmultifilesink.h:
22889 * testsuite/Makefile.am:
22890 * testsuite/multifilesink/Makefile.am:
22891 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22892 (gst_newmedia_class_init), (gst_newmedia_init),
22893 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22894 (newfile_signal), (test_signal), (main):
22895 multifilesink plugin for creating new files every time a new media
22896 discontinuity event occurs
22898 2004-07-22 Wim Taymans <wim@fluendo.com>
22900 * gst/alpha/Makefile.am:
22901 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22902 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22903 (gst_alpha_color_init), (gst_alpha_color_set_property),
22904 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22905 (transform), (gst_alpha_color_chain),
22906 (gst_alpha_color_change_state), (plugin_init):
22907 Stupid plugin to to RGBA to AYUV conversion because none of
22908 the colorspace plugins can handle that yet.
22910 2004-07-22 Wim Taymans <wim@fluendo.com>
22912 * examples/seeking/seek.c: (update_scale), (main):
22913 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22914 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22915 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22916 (gst_decode_bin_init), (gst_decode_bin_dispose),
22917 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22918 (no_more_pads), (close_link), (type_found),
22919 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22921 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22922 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22923 (gst_play_base_bin_dispose), (queue_overrun),
22924 (gen_preroll_element), (remove_prerolls), (unknown_type),
22925 (no_more_pads), (new_stream), (setup_source),
22926 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22927 (play_base_eos), (gst_play_base_bin_change_state),
22928 (gst_play_base_bin_add_element),
22929 (gst_play_base_bin_remove_element),
22930 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22931 (gst_play_base_bin_unlink_stream),
22932 (gst_play_base_bin_get_streaminfo):
22933 * gst/playback/gstplaybin.c: (gen_video_element),
22934 (gen_audio_element):
22935 * gst/playback/gststreaminfo.h:
22936 More playback updates, attempt to fix things after the state change
22939 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22941 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22942 (gst_videoscale_scale_nearest_16bit):
22945 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22947 * gst/videotestsrc/gstvideotestsrc.c:
22948 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22949 (gst_videotestsrc_init), (gst_videotestsrc_get),
22950 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22951 (gst_videotestsrc_get_property):
22952 * gst/videotestsrc/gstvideotestsrc.h:
22953 * gst/videotestsrc/videotestsrc.c:
22954 * gst/videotestsrc/videotestsrc.h:
22955 cleanup and commenting
22957 2004-07-21 Wim Taymans <wim@fluendo.com>
22959 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22960 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22961 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22962 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22963 (_find_chain_get_unknown_part), (_find_streams_check),
22964 (gst_ogg_demux_push), (gst_ogg_pad_push):
22965 * ext/theora/theoradec.c: (theora_get_formats),
22966 (theora_dec_src_convert), (theora_dec_sink_convert),
22967 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22968 (theora_dec_chain):
22969 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22970 (vorbis_dec_convert), (vorbis_dec_src_query),
22971 (vorbis_dec_src_event), (vorbis_dec_event):
22972 More seeking fixes, oggdemux now supports seeking to time and
22973 uses the downstream element to convert granulepos to time.
22974 Seeking in theora-only ogg files now works.
22976 2004-07-21 Wim Taymans <wim@fluendo.com>
22978 * ext/theora/theoradec.c: (gst_theora_dec_init),
22979 (theora_get_formats), (theora_get_event_masks),
22980 (theora_get_query_types), (theora_dec_src_convert),
22981 (theora_dec_sink_convert), (theora_dec_src_query),
22982 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22983 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22984 (vorbis_get_event_masks), (vorbis_get_query_types),
22985 (gst_vorbis_dec_init), (vorbis_dec_convert),
22986 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22987 Added query/convert/formats functions to vorbis and theora decoders
22988 so that the outside world can use them too. Fixed seeking on an
22989 ogg/theora/vorbis file by disabling the seeking seeking on the
22992 2004-07-21 Julien MOUTTE <julien@moutte.net>
22994 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22995 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22996 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22997 images creation for both elements. We don't create the image on caps
22998 nego or renego, we just destroy the internal one if present if it does
22999 not match the needs. The chain function takes care of creating a new
23001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23002 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23003 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23004 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23005 the image format information. The buffer pool checks for the context
23006 image format and discard images with different formats.
23007 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23009 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23011 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23012 (gst_ffmpegcolorspace_chain):
23013 no point in doing any chaining if the pad we want to push from
23016 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23018 * gst-libs/gst/riff/riff-media.c:
23019 (gst_riff_create_audio_caps_with_data):
23020 Fix double end-to-native symbol conversion (#148021).
23022 2004-07-20 David Schleef <ds@schleef.org>
23024 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23025 Don't use an Atom that doesn't exist.
23027 2004-07-20 Wim Taymans <wim@fluendo.com>
23029 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23030 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23031 (gst_multifdsink_client_remove),
23032 (gst_multifdsink_handle_client_write),
23033 (gst_multifdsink_queue_buffer):
23034 * gst/tcp/gstmultifdsink.h:
23035 More multifdsink stats. Avoid deadlock by releasing locks
23036 before sending out a signal.
23038 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23042 added Hungarian translation (Laszlo Dvornik)
23044 2004-07-20 Wim Taymans <wim@fluendo.com>
23046 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23047 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23048 (gst_multifdsink_handle_client_write),
23049 (gst_multifdsink_queue_buffer):
23050 * gst/tcp/gsttcp-marshal.list:
23051 Fixed the stupid marshal definition.
23053 2004-07-20 Wim Taymans <wim@fluendo.com>
23055 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23056 (gst_multifdsink_init), (gst_multifdsink_add),
23057 (gst_multifdsink_client_remove),
23058 (gst_multifdsink_handle_client_write),
23059 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23060 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23061 (gst_multifdsink_init_send):
23062 * gst/tcp/gstmultifdsink.h:
23063 Added more stats, added timeout for a client, fixed some typos
23064 and added some comments.
23066 2004-07-20 Wim Taymans <wim@fluendo.com>
23068 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23069 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23070 (gst_multifdsink_client_remove),
23071 (gst_multifdsink_handle_client_write):
23072 * gst/tcp/gstmultifdsink.h:
23073 * gst/tcp/gsttcp-marshal.list:
23074 Added get_stats method that returns a GValueArray of
23077 2004-07-19 Benjamin Otte <otte@gnome.org>
23079 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23080 make sure longname, description and author are valid UTF-8
23082 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23084 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23085 (gst_ximagesink_set_property):
23086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23087 (gst_xvimagesink_set_property):
23088 make sure SYNCHRONOUS is respected after getting the X context
23090 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23092 * gst/matroska/matroska-demux.c:
23093 (gst_matroska_demux_handle_src_event),
23094 (gst_matroska_demux_parse_blockgroup):
23095 * gst/matroska/matroska-ids.h:
23096 add BlockReference tag and ignore it to clear out log.
23097 ignore NAVIGATION events to clear out log.
23099 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23101 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23102 (gst_matroska_demux_add_stream):
23103 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23104 add debug categories
23106 2004-07-16 Wim Taymans <wim@fluendo.com>
23108 * ext/libpng/Makefile.am:
23109 * ext/libpng/gstpng.c: (plugin_init):
23110 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23111 (gst_pngdec_get_type), (gst_pngdec_base_init),
23112 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23113 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23114 * ext/libpng/gstpngdec.h:
23117 2004-07-16 Julien MOUTTE <julien@moutte.net>
23119 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23120 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23121 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23122 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23123 (gst_ximagesink_buffer_alloc):
23124 * sys/ximage/ximagesink.h:
23125 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23126 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23127 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23128 (gst_xvimagesink_buffer_alloc):
23129 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23130 again. Using internal data pointer of the x(v)image to store image's
23131 data to be coherent with the buffer alloc mechanism. Investigated the
23132 image destruction code to be sure that everything gets freed correctly.
23134 2004-07-16 Wim Taymans <wim@fluendo.com>
23136 * gst-libs/gst/riff/riff-read.c:
23137 (gst_riff_read_strf_vids_with_data),
23138 (gst_riff_read_strf_auds_with_data):
23139 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23140 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23141 Make sure we don't create 0 sized subbuffers in riff-read.
23142 Signal the no more pads signal after reading the avi header.
23144 2004-07-16 Wim Taymans <wim@fluendo.com>
23146 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23147 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23148 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23149 (gst_decode_bin_init), (gst_decode_bin_dispose),
23150 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23151 (no_more_pads), (close_link), (type_found),
23152 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23153 (gst_decode_bin_change_state), (plugin_init):
23154 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23155 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23156 (gst_play_base_bin_dispose), (queue_overrun),
23157 (gen_preroll_element), (remove_prerolls), (unknown_type),
23158 (no_more_pads), (new_stream), (setup_source),
23159 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23160 (play_base_eos), (gst_play_base_bin_change_state),
23161 (gst_play_base_bin_add_element),
23162 (gst_play_base_bin_remove_element),
23163 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23164 (gst_play_base_bin_unlink_stream),
23165 (gst_play_base_bin_get_streaminfo):
23166 * gst/playback/gstplaybasebin.h:
23167 Better error recovery. Added configurable preroll queue size. Faster
23168 detection of no-more-pads.
23170 2004-07-16 Wim Taymans <wim@fluendo.com>
23172 * gst-libs/gst/video/video.h:
23173 Added 32 bits RGBA. Not sure if we should use another mime-type
23174 for alpha rgb. Currently the presence of the alpha_mask property
23175 signals an alpha channel.
23177 2004-07-16 Wim Taymans <wim@fluendo.com>
23179 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23180 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23181 FPS seems to be 0.0 to MAX everywhere else.
23183 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23185 * gst-libs/gst/riff/riff-media.c:
23186 (gst_riff_create_video_caps_with_data):
23187 mp42/mp43 (no caps) exist too.
23188 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23189 Set pixel_width/height; we've got them in-caps.
23190 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23191 * gst/wavparse/gstwavparse.c: (plugin_init):
23192 Both are valid primary.
23193 * sys/oss/gstossmixer.c:
23194 Remove i18n hack and enable translations.
23196 2004-07-15 Benjamin Otte <otte@gnome.org>
23198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23199 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23200 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23202 2004-07-15 Benjamin Otte <otte@gnome.org>
23204 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23205 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23206 (gst_alsa_close_audio):
23207 disable some of the debugging code for now. Writing debugging to a
23208 buffer is broken in current alsalib releases.
23210 2004-07-12 Benjamin Otte <otte@gnome.org>
23212 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23215 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23217 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23218 (theora_dec_src_query), (theora_dec_event):
23219 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23220 add debugging categories. Remove \n's.
23222 2004-07-13 Johan Dahlin <johan@gnome.org>
23224 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23225 (gst_play_bin_get_property): Impl.
23227 2004-07-13 Wim Taymans <wim@fluendo.com>
23229 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23230 When trying to find the stream length, seek back N pages
23231 instead of just one, where N is the number of streams in
23234 2004-07-13 Wim Taymans <wim@fluendo.com>
23236 * gst-libs/gst/riff/riff-media.c:
23237 (gst_riff_create_audio_caps_with_data),
23238 (gst_riff_create_audio_caps),
23239 (gst_riff_create_audio_template_caps):
23240 * gst-libs/gst/riff/riff-media.h:
23241 * gst-libs/gst/riff/riff-read.c:
23242 (gst_riff_read_strf_vids_with_data),
23243 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23244 * gst-libs/gst/riff/riff-read.h:
23245 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23246 (gst_avi_demux_add_stream):
23247 Set codec_data on caps for avidemuxer.
23249 2004-07-12 David Schleef <ds@schleef.org>
23251 * configure.ac: Fix test for Objective C
23253 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23254 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23255 (gst_gdk_pixbuf_chain):
23256 Add svg and pcx to template caps, and ensure that getcaps returns a
23257 subset of the template caps.
23258 Copy each row manually for output, as gdkpixbuf may pad the
23259 rowstride to a 32-bit word boundary.
23261 2004-07-12 Wim Taymans <wim@fluendo.com>
23263 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23264 (gst_riff_create_video_template_caps):
23265 Fix the template caps to include some more media types.
23267 2004-07-12 Wim Taymans <wim@fluendo.com>
23269 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23270 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23271 (compare_ranks), (print_feature), (gst_decode_bin_init),
23272 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23273 (try_to_link_1), (new_pad), (close_link), (type_found),
23274 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23275 (gst_decode_bin_change_state), (plugin_init):
23276 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23277 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23278 (gst_play_base_bin_dispose), (queue_overrun),
23279 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23280 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23281 (gst_play_base_bin_get_property), (play_base_eos),
23282 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23283 (gst_play_base_bin_remove_element),
23284 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23285 (gst_play_base_bin_unlink_stream),
23286 (gst_play_base_bin_get_streaminfo):
23287 * gst/playback/gstplaybasebin.h:
23288 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23289 (gst_play_bin_class_init), (gst_play_bin_init),
23290 (gst_play_bin_dispose), (gst_play_bin_set_property),
23291 (gst_play_bin_get_property), (gen_video_element),
23292 (gen_audio_element), (remove_sinks), (setup_sinks),
23293 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23294 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23295 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23296 (gst_play_bin_query), (plugin_init):
23297 * gst/playback/test4.c: (main):
23298 More fixes on reusing of the element.
23300 2004-07-11 Benjamin Otte <otte@gnome.org>
23302 * ext/mad/gstmad.c: (normal_seek):
23303 allow seeking for other methods than just SET
23305 2004-07-11 Andy Wingo <wingo@pobox.com>
23307 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23308 float, "any" caps -> buffer_frames=[0,MAX].
23310 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23311 doesn't intersect our caps with the template any more. Do it
23313 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23315 2004-07-09 Wim Taymans <wim@fluendo.com>
23317 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23318 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23319 (compare_ranks), (print_feature), (gst_decode_bin_init),
23320 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23321 (try_to_link_1), (new_pad), (close_link), (type_found),
23322 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23323 (gst_decode_bin_change_state), (plugin_init):
23324 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23325 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23326 (gst_play_base_bin_dispose), (queue_overrun),
23327 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23328 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23329 (gst_play_base_bin_get_property), (play_base_eos),
23330 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23331 (gst_play_base_bin_remove_element),
23332 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23333 (gst_play_base_bin_unlink_stream),
23334 (gst_play_base_bin_get_streaminfo):
23335 * gst/playback/gstplaybasebin.h:
23336 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23337 (gst_play_bin_class_init), (gst_play_bin_init),
23338 (gst_play_bin_dispose), (gst_play_bin_set_property),
23339 (gst_play_bin_get_property), (gen_video_element),
23340 (gen_audio_element), (remove_sinks), (setup_sinks),
23341 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23342 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23343 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23344 (gst_play_bin_query), (plugin_init):
23345 * gst/playback/test4.c: (main):
23346 Work on object reuse and seeking.
23348 2004-07-09 Wim Taymans <wim@fluendo.com>
23350 * examples/seeking/seek.c: (iterate):
23351 Don't consume all CPU in the idle loop.
23353 2004-07-09 Wim Taymans <wim@fluendo.com>
23355 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23356 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23357 Add pad to element *after* setting the pad functions so that
23358 the scheduler can use the correct ones.
23360 2004-07-09 Wim Taymans <wim@fluendo.com>
23362 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23363 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23364 Sync to keyframe after seek
23366 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23368 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23369 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23370 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23371 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23372 * ext/libvisual/visual.c: (gst_visual_change_state):
23373 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23374 * ext/theora/theoradec.c: (theora_dec_change_state):
23375 * ext/theora/theoraenc.c: (theora_enc_change_state):
23376 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23377 * gst-libs/gst/navigation/navigation.c:
23378 * gst/adder/gstadder.c: (gst_adder_change_state):
23379 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23380 (gst_audio_convert_get_buffer):
23381 * gst/multipart/multipartdemux.c:
23382 (gst_multipart_demux_change_state):
23383 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23384 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23385 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23386 * gst/videoscale/gstvideoscale.c:
23387 (gst_videoscale_handle_src_event):
23388 * gst/volume/gstvolume.c: (volume_chain_int16):
23389 don't assert in state change, this should be done by the base
23391 various debugging fixes.
23393 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23396 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23397 (gst_play_dispose), (gst_play_set_location),
23398 (gst_play_set_data_src), (gst_play_set_video_sink),
23399 (gst_play_set_audio_sink), (gst_play_set_visualization),
23400 (gst_play_connect_visualization), (gst_play_get_sink_element),
23401 (gst_play_get_all_by_interface):
23402 * gst-libs/gst/play/play.h:
23403 add new method to get elements implementing an interface.
23404 add various error logging
23406 2004-07-08 Wim Taymans <wim@fluendo.com>
23408 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23409 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23410 (make_playerbin_pipeline), (query_durations_elems),
23411 (query_durations_pads), (query_positions_elems),
23412 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23414 Added playbin seeking example.
23416 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23418 * gst-libs/gst/play/play.c: (gst_play_set_location),
23419 (gst_play_set_data_src), (gst_play_set_video_sink),
23420 (gst_play_set_audio_sink), (gst_play_set_visualization),
23421 (gst_play_connect_visualization), (gst_play_get_framerate):
23422 use a macro to look up elements from hash table
23424 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23426 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23427 (gst_play_get_length_callback), (gst_play_set_location),
23428 (gst_play_seek_to_time), (gst_play_set_data_src),
23429 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23430 (gst_play_set_visualization), (gst_play_connect_visualization),
23431 (gst_play_get_sink_element):
23432 - add debugging info
23433 - fix looking up sink elements by iterating over complete caps
23434 - put everything except for source and autoplugger in a complete bin
23436 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23438 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23439 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23440 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23441 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23442 * ext/alsa/gstalsasink.h:
23443 - add debugging info
23444 - clean up schizophrenia of data/buffer/event
23445 - fix double event unref error
23447 2004-07-08 Wim Taymans <wim@fluendo.com>
23449 * gst/playback/Makefile.am:
23450 Add headers to noinst
23452 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23454 * tools/gst-launch-ext-m.m:
23455 * tools/gst-launch-ext.1.in:
23456 convert to the third millenium
23458 2004-07-07 David Schleef <ds@schleef.org>
23460 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23462 2004-07-07 Wim Taymans <wim@fluendo.com>
23464 * gst/playback/Makefile.am:
23465 * gst/playback/README:
23466 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23467 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23468 (compare_ranks), (print_feature), (gst_decode_bin_init),
23469 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23470 (try_to_link_1), (new_pad), (close_link), (type_found),
23471 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23473 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23474 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23475 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23476 (gen_preroll_element), (no_more_pads), (new_stream),
23477 (setup_source), (gst_play_base_bin_set_property),
23478 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23479 (gst_play_base_bin_add_element),
23480 (gst_play_base_bin_remove_element),
23481 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23482 (gst_play_base_bin_unlink_stream),
23483 (gst_play_base_bin_get_streaminfo):
23484 * gst/playback/gstplaybasebin.h:
23485 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23486 (gst_play_bin_class_init), (gst_play_bin_init),
23487 (gst_play_bin_dispose), (gst_play_bin_set_property),
23488 (gst_play_bin_get_property), (gen_video_element),
23489 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23490 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23491 (gst_play_bin_get_formats), (gst_play_bin_convert),
23492 (gst_play_bin_get_query_types), (gst_play_bin_query),
23494 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23495 (gst_stream_info_get_type), (gst_stream_info_class_init),
23496 (gst_stream_info_init), (gst_stream_info_new),
23497 (gst_stream_info_dispose), (gst_stream_info_set_property),
23498 (gst_stream_info_get_property):
23499 * gst/playback/gststreaminfo.h:
23500 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23502 * gst/playback/test2.c: (main):
23503 * gst/playback/test3.c: (update_scale), (main):
23504 More playbin fixes. Added README. Do better element filtering.
23505 Added base class to preroll media. Added test apps.
23507 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23509 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23510 * ext/mpeg2dec/gstmpeg2dec.h:
23511 various debugging improvements. Reset stream to next picture
23512 instead of sequence header, otherwise seeks cannot work.
23514 2004-07-07 Wim Taymans <wim@fluendo.com>
23516 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23517 (gst_video_box_class_init), (gst_video_box_set_property),
23518 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23519 Use pad_alloc where possible.
23521 2004-07-07 Wim Taymans <wim@fluendo.com>
23523 * sys/oss/gstosselement.c: (gst_osselement_reset),
23524 (gst_osselement_parse_caps):
23525 * sys/oss/gstosselement.h:
23526 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23527 Fix offset on osssrc.
23529 2004-07-07 Wim Taymans <wim@fluendo.com>
23531 * ext/theora/theora.c: (plugin_init):
23532 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23533 (theora_dec_src_query), (theora_dec_chain):
23534 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23535 (theora_enc_sink_link), (theora_buffer_from_packet),
23536 (theora_push_packet), (theora_enc_chain):
23537 Fix theora granulepos calculation.
23538 Fix overflow in duration/position calculation.
23539 Bump rank to PRIMARY for theoradec.
23540 Use granulepos of last packet to calculate position.
23541 Set keyframe flag on buffers when needed.
23543 2004-07-06 David Schleef <ds@schleef.org>
23545 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23546 serious? (Fixed, obviously.)
23548 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23552 added Czech translation (Miloslav Trmac)
23554 2004-07-05 Wim Taymans <wim@fluendo.com>
23556 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23557 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23558 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23559 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23560 (close_link), (type_found), (gst_decode_bin_set_property),
23561 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23562 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23563 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23564 (gst_decode_bin_query), (plugin_init):
23565 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23566 (gst_play_bin_class_init), (gst_play_bin_init),
23567 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23568 (get_video_element), (new_pad), (setup_source),
23569 (gst_play_bin_set_property), (gst_play_bin_get_property),
23570 (gst_play_bin_change_state), (gst_play_bin_add_element),
23571 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23572 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23573 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23574 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23575 * gst/playback/test.c: (main):
23576 More fixes, cleaned up playbin, make it use decodebin. Added
23577 threaded property to playbin.
23579 2004-07-05 Wim Taymans <wim@fluendo.com>
23582 * gst/playback/Makefile.am:
23583 * gst/playback/decodetest.c: (main):
23584 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23585 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23586 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23587 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23588 (close_link), (type_found), (gst_decode_bin_set_property),
23589 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23590 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23591 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23592 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23594 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23595 (gst_play_bin_class_init), (gst_play_bin_init),
23596 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23597 (collect_sink_pads), (find_compatibles), (close_pad_link),
23598 (try_to_link_1), (new_pad), (close_link), (type_found),
23599 (setup_source), (gst_play_bin_set_property),
23600 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23601 (compare_ranks), (gst_play_bin_collect_factories),
23602 (gst_play_bin_change_state), (gst_play_bin_add_element),
23603 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23604 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23605 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23606 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23607 * gst/playback/test.c: (main):
23608 Added some playback helper elements and some test apps, very alpha
23611 2004-07-04 Benjamin Otte <otte@gnome.org>
23613 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23614 only restart audio when we indeed have an xrun to fix repeated
23615 xruns. Fix suggested by Giuliano Pochini.
23617 2004-07-03 David Schleef <ds@schleef.org>
23619 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23620 call to gst_debug_log() if debugging is disabled (bug #145118)
23622 2004-07-03 Benjamin Otte <otte@gnome.org>
23624 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23625 use our own functions for restarting the alsa device.
23626 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23627 I should apply patches myself - use MIN for the third argument, not
23628 the second, this fixes seeking
23630 2004-07-02 David Schleef <ds@schleef.org>
23632 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23633 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23636 2004-07-02 David Schleef <ds@schleef.org>
23638 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23639 output buffers. Fix logic mistake. (bug #144866)
23641 2004-07-02 David Schleef <ds@schleef.org>
23643 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23644 on X. (bug #144753)
23646 2004-07-02 David Schleef <ds@schleef.org>
23648 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23649 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23651 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23652 (gst_osselement_rate_probe_check): Add another workaround for
23653 buggy drivers (bug #145336)
23655 2004-07-02 David Schleef <ds@schleef.org>
23657 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23658 Most systems don't have MSG_NOSIGNAL.
23660 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23663 * gst-libs/gst/colorbalance/Makefile.am:
23664 * gst-libs/gst/mixer/Makefile.am:
23665 * gst-libs/gst/play/Makefile.am:
23666 * gst-libs/gst/tuner/Makefile.am:
23667 (hopefully) fix both install and dist and make error message useful.
23668 needs testing across automakes.
23670 2004-07-02 Benjamin Otte <otte@gnome.org>
23672 * ext/ogg/gstogg.c: (plugin_init):
23673 we require bytestream now
23674 * ext/ogg/gstoggdemux.c:
23675 huge diff to implement chain setup in a fast and generic way. This
23676 improves tag reading and startup of huge files (read: Theora videos)
23677 quite a bit. It probably contains bugs, too, so please test.
23678 Seeking is not improved to the fast method.
23680 2004-06-29 Wim Taymans <wim@fluendo.com>
23682 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23683 * ext/ogg/gstoggmux.c:
23684 Fix memleak in oggdemux when running unconnected pads.
23685 doc update in mux, start working on keyframe mode.
23687 2004-06-29 Benjamin Otte <otte@gnome.org>
23689 * sys/oss/gstosssink.c:
23690 * sys/oss/gstosssrc.c:
23691 advertise correct template caps - we indeed do non-native endianness
23692 and 8bit audio has no endianness
23693 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23694 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23695 avoid (wrong) duplications in getcaps function and return
23698 2004-06-29 Wim Taymans <wim@fluendo.com>
23700 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23701 (gst_multifdsink_class_init), (gst_multifdsink_add),
23702 (gst_multifdsink_remove), (gst_multifdsink_clear),
23703 (gst_multifdsink_client_remove),
23704 (gst_multifdsink_handle_client_read),
23705 (gst_multifdsink_client_queue_data),
23706 (gst_multifdsink_client_queue_caps),
23707 (gst_multifdsink_client_queue_buffer),
23708 (gst_multifdsink_handle_client_write),
23709 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23710 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23711 (gst_multifdsink_init_send), (gst_multifdsink_close):
23712 Fix wrong GList iteration that could crash the server when
23713 more then 2 clients disconnect at the same time. Read all the
23714 pending commands in one batch to recover from command storms under
23717 2004-06-28 Wim Taymans <wim@fluendo.com>
23719 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23720 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23721 (gst_videomixer_pad_set_property),
23722 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23723 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23724 (gst_videomixer_class_init), (gst_videomixer_init),
23725 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23726 (pad_zorder_compare), (gst_videomixer_sort_pads),
23727 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23728 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23729 (gst_videomixer_update_queues), (gst_videomixer_loop),
23731 Avoid divide by zero, choose masterpad as the pad with the highest
23734 2004-06-27 Julien Moutte <julien@moutte.net>
23736 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23737 (gst_ximagesink_xwindow_new):
23738 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23739 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23740 function directly. We might want to call it from somewhere else one day.
23742 2004-06-27 Julien Moutte <julien@moutte.net>
23744 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23745 (gst_ximagesink_xwindow_new):
23746 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23747 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23748 window decorations.
23750 2004-06-27 Wim Taymans <wim@fluendo.com>
23752 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23753 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23754 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23755 (gst_dvdec_set_property), (gst_dvdec_get_property):
23756 * ext/dv/gstdvdec.h:
23757 Implement drop_factor property to lower the framerate with
23760 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23762 * gst-libs/gst/colorbalance/Makefile.am:
23763 * gst-libs/gst/mixer/Makefile.am:
23764 * gst-libs/gst/play/Makefile.am:
23765 * gst-libs/gst/tuner/Makefile.am:
23766 unbreak Company's fix that didn't install the -enum.h files
23768 2004-06-27 Wim Taymans <wim@fluendo.com>
23770 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23771 (gst_dvdec_change_state):
23772 * ext/dv/gstdvdec.h:
23773 Fix timestamp, duration and offset of the buffers.
23775 2004-06-27 Wim Taymans <wim@fluendo.com>
23777 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23778 (gst_multifdsink_class_init), (gst_multifdsink_add),
23779 (gst_multifdsink_remove), (gst_multifdsink_clear),
23780 (gst_multifdsink_client_remove),
23781 (gst_multifdsink_handle_client_read),
23782 (gst_multifdsink_client_queue_data),
23783 (gst_multifdsink_client_queue_caps),
23784 (gst_multifdsink_client_queue_buffer),
23785 (gst_multifdsink_handle_client_write),
23786 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23787 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23788 (gst_multifdsink_init_send), (gst_multifdsink_close):
23789 * gst/tcp/gstmultifdsink.h:
23790 * gst/tcp/gsttcpserversink.c:
23791 (gst_tcpserversink_handle_server_read),
23792 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23793 More multifdsink fixes, more recovery policy fixes.
23794 Removed stupid g_print
23796 2004-06-26 Wim Taymans <wim@fluendo.com>
23798 * gst/tcp/Makefile.am:
23799 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23800 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23801 (gst_multifdsink_class_init), (gst_multifdsink_init),
23802 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23803 (gst_multifdsink_handle_client_read),
23804 (gst_multifdsink_client_queue_data),
23805 (gst_multifdsink_client_queue_caps),
23806 (gst_multifdsink_client_queue_buffer),
23807 (gst_multifdsink_handle_client_write),
23808 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23809 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23810 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23811 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23812 (gst_multifdsink_close), (gst_multifdsink_change_state):
23813 * gst/tcp/gstmultifdsink.h:
23814 * gst/tcp/gsttcpplugin.c: (plugin_init):
23815 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23816 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23817 (gst_tcpserversink_handle_server_read),
23818 (gst_tcpserversink_handle_select),
23819 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23820 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23821 * gst/tcp/gsttcpserversink.h:
23822 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23823 one of the locks, added recovery policy to multifdsink.
23825 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23827 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23828 fix decision for when getting frames with same timestamp
23829 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23830 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23831 (gst_v4lsrc_get_property):
23832 * sys/v4l/gstv4lsrc.h:
23833 add latency offset property
23835 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23837 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23839 fix debugging. add category.
23841 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23843 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23846 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23848 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23849 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23850 (gst_alsa_src_change_state):
23851 return a time that is in sync with the element's processing
23853 2004-06-25 Wim Taymans <wim@fluendo.com>
23855 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23856 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23857 (gst_tcpserversink_client_remove),
23858 (gst_tcpserversink_handle_client_read),
23859 (gst_tcpserversink_client_queue_data),
23860 (gst_tcpserversink_client_queue_caps),
23861 (gst_tcpserversink_client_queue_buffer),
23862 (gst_tcpserversink_handle_client_write),
23863 (gst_tcpserversink_queue_buffer),
23864 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23865 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23866 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23867 (gst_tcpserversink_close):
23868 * gst/tcp/gsttcpserversink.h:
23869 Serversink rewrite. Really do non blocking writes to clients and
23870 maintain an internal queue to handle slower clients while not
23871 disturbing fast clients.
23873 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23875 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23876 better debug, don't override OFFSET and OFFSET_END
23878 2004-06-25 Iain <iain@prettypeople.org>
23880 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23881 name=source for the wavparse pipeline.
23883 2004-06-24 Johan Dahlin <johan@gnome.org>
23885 * ext/theora/theoraenc.c (theora_enc_chain): Call
23886 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23887 streamheader caps are set correctly.
23889 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23891 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23892 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23893 respect minimum bitrate; same could be done for max bitrate
23895 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23897 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23898 (gst_vorbisenc_setup):
23899 fix sample rate range
23901 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23903 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23904 (gst_oggvorbisenc_setup):
23905 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23906 (gst_vorbisenc_setup):
23907 resolve ambiguities in code and description
23909 2004-06-24 Wim Taymans <wim@fluendo.com>
23911 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23912 * ext/alsa/gstalsa.h:
23913 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23914 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23915 Use alsa trigger_tstamp to get the timestamp of the first
23916 sample in the buffer for more precise sync. Some cleanups.
23918 2004-06-24 Wim Taymans <wim@fluendo.com>
23920 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23921 (gst_audiorate_init), (gst_audiorate_chain),
23922 (gst_audiorate_set_property), (gst_audiorate_get_property):
23923 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23924 (gst_videorate_chain):
23925 Added some logging, fixed an overflow bug in videorate.
23927 2004-06-24 Benjamin Otte <otte@gnome.org>
23929 * ext/kio/Makefile.am:
23930 fix for builddir != srcdir and distcheck
23932 2004-06-24 Benjamin Otte <otte@gnome.org>
23934 * gst-libs/gst/colorbalance/Makefile.am:
23935 * gst-libs/gst/mixer/Makefile.am:
23936 * gst-libs/gst/play/Makefile.am:
23937 * gst-libs/gst/tuner/Makefile.am:
23938 * gst/tcp/Makefile.am:
23939 * sys/dxr3/Makefile.am:
23940 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23942 Also add all *.list files that were missing.
23944 add a distcheck hook to ensure the above doesn't happen again.
23946 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23948 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23950 2004-06-23 Colin Walters <walters@redhat.com>
23952 * m4/Makefile.am: Distribute gst-fionread.m4.
23954 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23956 * configure.ac: back to dev
23958 2004-06-23 Wim Taymans <wim@fluendo.com>
23960 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23961 (gst_alsa_xrun_recovery):
23962 * ext/alsa/gstalsa.h:
23963 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23964 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23965 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23966 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23967 (gst_alsa_src_loop):
23968 Add clock to alsasrc. Take new capture timestamp when
23969 restarting after an overrun. Split up some functions between
23970 alsasrc and alsasink.
23972 === release 0.8.2 ===
23974 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23976 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23977 (gst_alsa_change_state), (gst_alsa_update_avail),
23978 (gst_alsa_xrun_recovery):
23979 * ext/alsa/gstalsa.h:
23980 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23981 merge back changes from release
23983 2004-06-23 Wim Taymans <wim@fluendo.com>
23985 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23986 (gst_audiorate_init), (gst_audiorate_chain),
23987 (gst_audiorate_set_property), (gst_audiorate_get_property):
23988 Implement sample dropping and notify
23990 2004-06-22 Wim Taymans <wim@fluendo.com>
23992 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23993 (theora_enc_sink_link), (theora_buffer_from_packet),
23994 (theora_push_packet), (theora_enc_chain):
23995 Some cleanups, make sure the timestamps are correct.
23997 2004-06-22 Wim Taymans <wim@fluendo.com>
23999 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24000 (gst_alsa_change_state), (gst_alsa_update_avail),
24001 (gst_alsa_xrun_recovery):
24002 * ext/alsa/gstalsa.h:
24003 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24004 Cleanups, take queued samples into account when reporting
24007 2004-06-22 Wim Taymans <wim@fluendo.com>
24009 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24010 (gst_videorate_init):
24011 Initialize the property as well.
24013 2004-06-22 Wim Taymans <wim@fluendo.com>
24015 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24016 (gst_videorate_init), (gst_videorate_chain),
24017 (gst_videorate_set_property), (gst_videorate_get_property):
24018 Add property to make videorate silent.
24019 Add property to prefer new frames over old ones.
24021 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24023 * sys/osxvideo/Makefile.am:
24024 Workaround so that the osxvideo .so file gets linked with the
24025 Cocoa, OpenGL and QuickTime frameworks
24027 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24029 * sys/osxaudio/Makefile.am:
24030 Workaround so that the osxaudio .so file gets linked with the
24031 CoreAudio framework
24033 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24036 Whoops, my fault...fixed build issues
24038 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24041 Add objective-c support if running in Darwin/Mac OS X
24044 * sys/osxvideo/Makefile.am:
24045 * sys/osxvideo/osxvideosink.h:
24046 * sys/osxvideo/osxvideosink.m:
24047 * sys/osxvideo/cocoawindow.h:
24048 * sys/osxvideo/cocoawindow.m:
24049 Add osxvideosink, a cocoa-based osx video sink
24052 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24053 * ext/dvdnav/gst-dvd:
24054 Grab the gconf key from the right spot
24055 * gst/debug/gstnavseek.c: (gst_navseek_init),
24056 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24057 (gst_navseek_chain):
24058 * gst/debug/gstnavseek.h:
24059 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24060 and loop parameters of a segment seek.
24061 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24062 (gst_videotestsrc_get_event_masks),
24063 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24064 * gst/videotestsrc/gstvideotestsrc.h:
24065 Add seeking support to videotestsrc
24066 Initialise the timestamp_offset variable.
24068 2004-06-18 Wim Taymans <wim@fluendo.com>
24070 * ext/sidplay/gstsiddec.cc:
24071 Fix negotiation and set correct end offset.
24073 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24075 * configure.ac: branch and prerelease
24077 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24079 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24080 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24081 (gst_tcpclientsrc_init_receive):
24082 * gst/tcp/gsttcpclientsrc.h:
24083 read caps when connecting to server for GDP so we set them correctly
24085 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24087 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24088 notify drops and duplicates
24089 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24090 no good reason to limit ourselves to 100x100
24092 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24094 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24095 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24096 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24097 (gst_v4lsrc_get_property):
24098 * sys/v4l/gstv4lsrc.h:
24099 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24100 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24101 (gst_v4l_set_audio):
24102 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24103 (gst_v4lsrc_try_capture):
24104 * sys/v4l/v4lsrc_calls.h:
24105 change try_palette to more general try_capture
24106 add autoprobe option so we can turn off autoprobing
24109 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24113 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24114 (gst_ximagesink_class_init):
24115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24116 (gst_xvimagesink_class_init):
24117 run them as finalize, not dispose, since dispose can be invoked
24120 2004-06-17 Wim Taymans <wim@fluendo.com>
24122 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24123 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24124 * ext/alsa/gstalsa.h:
24125 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24126 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24127 (gst_alsa_src_change_state):
24128 * ext/alsa/gstalsasrc.h:
24129 Make the xrun code timestamp and offset the buffers correctly.
24130 moved the clock to the base class, use alsa methods to get time.
24131 Do correct timestamping on outgoing buffers.
24133 2004-06-17 Wim Taymans <wim@fluendo.com>
24135 * gst/audiorate/Makefile.am:
24136 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24137 (gst_audiorate_base_init), (gst_audiorate_class_init),
24138 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24139 (gst_audiorate_set_property), (gst_audiorate_get_property),
24140 (gst_audiorate_change_state), (plugin_init):
24141 Added an audiorate converter that fills in gaps.
24143 2004-06-17 Johan Dahlin <johan@gnome.org>
24145 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24147 2004-06-16 Wim Taymans <wim@fluendo.com>
24149 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24150 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24151 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24152 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24153 (gst_v4lsrc_get_property):
24154 * sys/v4l/gstv4lsrc.h:
24155 Added a copy mode to v4lsrc where it will output a copied version
24156 of its internal hardware buffer.
24157 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24160 2004-06-16 Wim Taymans <wim@fluendo.com>
24162 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24165 2004-06-16 Wim Taymans <wim@fluendo.com>
24167 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24168 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24169 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24170 (gst_v4lsrc_get_property):
24171 * sys/v4l/gstv4lsrc.h:
24172 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24173 Added a sync mode enum property to control v4lsrc timestamp method
24174 Removed the use-fixed-fps property and moved functionality in
24176 Don't error on an error value from v4l-conf, it might not always
24179 2004-06-16 Wim Taymans <wim@fluendo.com>
24181 * gst/videorate/Makefile.am:
24182 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24183 (gst_videorate_base_init), (gst_videorate_class_init),
24184 (gst_videorate_getcaps), (gst_videorate_link),
24185 (gst_videorate_init), (gst_videorate_chain),
24186 (gst_videorate_set_property), (gst_videorate_get_property),
24187 (gst_videorate_change_state), (plugin_init):
24188 Added a video timestamp corrector.
24190 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24192 fixed a potential leak with previous commit
24194 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24196 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24198 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24199 Added missing refcount, fixes bug #144425
24200 Cheers Tim for finding the bug
24202 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24204 * sys/v4l/gstv4l.c: (plugin_init):
24205 * sys/v4l/gstv4lcolorbalance.c:
24206 * sys/v4l/gstv4lcolorbalance.h:
24207 * sys/v4l/gstv4lelement.c:
24208 * sys/v4l/gstv4lelement.h:
24209 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24210 * sys/v4l/gstv4lmjpegsink.h:
24211 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24212 * sys/v4l/gstv4lmjpegsrc.h:
24213 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24214 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24215 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24216 * sys/v4l/gstv4lsrc.h:
24217 * sys/v4l/gstv4ltuner.c:
24218 * sys/v4l/gstv4ltuner.h:
24219 * sys/v4l/gstv4lxoverlay.c:
24220 * sys/v4l/gstv4lxoverlay.h:
24221 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24222 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24223 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24224 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24225 (gst_v4l_set_audio):
24226 * sys/v4l/v4l_calls.h:
24227 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24228 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24229 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24230 (gst_v4lmjpegsink_playback_init),
24231 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24232 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24233 (gst_v4lmjpegsink_playback_stop),
24234 (gst_v4lmjpegsink_playback_deinit):
24235 * sys/v4l/v4lmjpegsink_calls.h:
24236 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24237 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24238 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24239 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24240 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24241 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24242 * sys/v4l/v4lmjpegsrc_calls.h:
24243 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24244 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24245 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24246 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24247 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24248 (gst_v4lsrc_try_palette):
24249 * sys/v4l/v4lsrc_calls.h:
24250 bunch of paranoia cleanups
24252 2004-06-14 David Schleef <ds@schleef.org>
24254 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24255 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24256 Send discont events and change timestamps appropriately when
24257 we get a seek event. (bug #144240)
24258 * ext/cdparanoia/gstcdparanoia.h:
24260 2004-06-14 Benjamin Otte <otte@gnome.org>
24262 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24263 snd_pcm_hw_params_set_rate since the latter fails for no good
24264 reason on some setups.
24266 2004-06-14 David Schleef <ds@schleef.org>
24268 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24269 standard. Thank you for playing.
24271 2004-06-14 Wim Taymans <wim@fluendo.com>
24273 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24274 Patch 1.3 broke the ordering of the colorspace info and
24275 made the plugin basically work by coincidence, reordered
24278 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24280 * ext/lame/gstlame.c:
24281 * ext/mad/gstmad.c:
24282 sync caps. Make sure mad can only output a list of rates, not
24283 a full range. In the future, have three caps lists for each of the
24284 mpeg versions. Change mpegversion to a double as well.
24286 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24288 * gst/volume/.cvsignore:
24289 * gst/volume/Makefile.am:
24290 * gst/volume/demo.c: (value_changed_callback), (idler),
24291 (setup_gui), (main):
24292 added small demo app
24294 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24295 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24296 * ext/esd/esdsink.h:
24297 Close the esd connection on pause, because esd will just wait -
24298 blocking all other esd clients indefinitely.
24300 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24302 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24303 previous commit with GST_DEBUG
24305 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24308 add a header check for a dvdread header in dvdnav. Fixes #133002
24310 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24312 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24313 * gst/tcp/gsttcpclientsink.h:
24314 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24315 * gst/tcp/gsttcpclientsrc.h:
24316 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24317 (gst_tcpserversink_handle_server_read),
24318 (gst_tcpserversink_init_send):
24319 * gst/tcp/gsttcpserversink.h:
24320 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24321 * gst/tcp/gsttcpserversrc.h:
24322 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24325 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24328 Added ogg library so that OSX detects libtheora properly
24330 2004-06-11 Wim Taymans <wim@fluendo.com>
24332 * ext/theora/theoradec.c: (theora_dec_chain),
24333 (theora_dec_change_state):
24334 Don't try to decode frames before we received a keyframe.
24336 2004-06-11 Wim Taymans <wim@fluendo.com>
24338 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24339 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24340 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24341 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24342 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24343 Added property to set the maximum delay of a page.
24345 2004-06-10 Wim Taymans <wim@fluendo.com>
24347 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24348 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24349 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24350 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24351 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24352 Added max-delay property to control the maximum amount
24353 of data to put in one page.
24355 2004-06-10 Wim Taymans <wim@fluendo.com>
24357 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24358 (gst_theora_enc_init), (theora_enc_sink_link),
24359 (theora_buffer_from_packet), (theora_enc_set_property),
24360 (theora_enc_get_property):
24361 Set duration on encoded buffer, added some more properties
24363 2004-06-10 Wim Taymans <wim@fluendo.com>
24365 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24366 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24367 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24368 * ext/theora/theoraenc.c: (theora_enc_chain):
24369 Fix refcounting bugs
24371 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24373 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24374 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24375 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24376 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24377 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24378 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24379 (gst_asf_demux_change_state):
24380 * gst/asfdemux/gstasfdemux.h:
24381 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24382 feels like. I think we should set a new requirement for demuxers
24383 from now on to implement sane loop functions, data loops, query
24384 and seek functions before first commit into CVS. And this commit
24385 fixes all of the above.
24387 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24389 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24390 vorbis comments are properly encoded in UTF-8 before adding them
24393 2004-06-09 Benjamin Otte <otte@gnome.org>
24395 * ext/alsa/gstalsa.c: (add_channels):
24396 handle min <= max correctly
24397 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24398 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24399 add fixation functions so we fixate correctly. No preferring of alaw
24400 anymore because it's the first structure.
24401 * ext/alsa/gstalsa.h:
24402 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24403 (gst_alsa_hw_params_dump):
24404 add functions to ease debugging in alsalib
24405 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24406 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24407 (gst_alsa_start_audio):
24408 only specify hw params if we really setup a format (fixes #134007 -
24409 or at least works around it)
24411 2004-06-09 Wim Taymans <wim@fluendo.com>
24413 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24414 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24415 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24416 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24417 (gst_ogg_mux_loop):
24418 Use stream caps to setup the initial pages in the ogg stream.
24419 Correctly set the streamheader caps on the srcpad.
24421 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24423 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24424 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24425 (gst_v4lsrc_getcaps):
24426 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24427 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24428 add querying of fps lists for webcams. Negotiating to a framerate
24431 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24433 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24434 (theora_push_buffer), (theora_push_packet),
24435 (theora_set_header_on_caps), (theora_enc_chain):
24436 mark buffers and put on streamheader, raw theora streaming
24437 now works too, whee
24439 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24441 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24442 (gst_tcp_gdp_read_caps):
24443 do a looping read for caps and GDP headers too
24445 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24447 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24448 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24449 return EOS instead of NULL in _get
24451 2004-06-08 Wim Taymans <wim@fluendo.com>
24453 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24454 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24455 (gst_tcp_gdp_write_caps):
24456 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24457 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24458 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24461 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24463 * ext/vorbis/Makefile.am:
24464 * ext/vorbis/vorbis.c: (plugin_init):
24465 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24466 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24467 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24468 (vorbis_parse_change_state):
24469 * ext/vorbis/vorbisparse.h:
24470 adding a vorbisparse element that marks the buffers, streaming
24471 raw vorbis using GDP now works, whee
24473 2004-06-08 Wim Taymans <wim@fluendo.com>
24475 * ext/jpeg/Makefile.am:
24477 * ext/jpeg/gstjpeg.c: (plugin_init):
24478 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24479 (gst_smokedec_base_init), (gst_smokedec_class_init),
24480 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24481 * ext/jpeg/gstsmokedec.h:
24482 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24483 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24484 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24485 (gst_smokeenc_resync), (gst_smokeenc_chain),
24486 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24487 * ext/jpeg/gstsmokeenc.h:
24488 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24489 (smokecodec_flush_destination), (smokecodec_term_destination),
24490 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24491 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24492 (smokecodec_term_source), (smokecodec_encode_new),
24493 (smokecodec_decode_new), (smokecodec_info_free),
24494 (smokecodec_set_quality), (smokecodec_get_quality),
24495 (smokecodec_set_threshold), (smokecodec_get_threshold),
24496 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24497 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24498 (smokecodec_parse_header), (smokecodec_decode):
24499 * ext/jpeg/smokecodec.h:
24500 Added a new simple jpeg based codec
24502 2004-06-08 Wim Taymans <wim@fluendo.com>
24504 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24505 (gst_multipart_mux_loop):
24508 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24510 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24511 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24512 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24513 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24514 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24515 * gst/tcp/gsttcpserversink.h:
24516 take streamheader into account
24518 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24520 * gst/level/Makefile.am:
24521 * gst/level/gstlevel.c: (gst_level_class_init):
24522 clean up marshal generation
24524 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24526 * gst/tcp/Makefile.am:
24527 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24528 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24529 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24530 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24531 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24532 (gst_tcpclientsrc_get_property):
24533 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24534 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24535 (gst_tcpserversink_handle_client_read),
24536 (gst_tcpserversink_handle_client_write),
24537 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24538 * gst/tcp/gsttcpserversink.h:
24539 add signals client-added and client-removed
24540 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24541 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24542 (gst_tcpserversrc_get_property):
24543 uniformized, change default protocol to NONE
24544 * gst/tcp/gsttcp-marshal.list: added
24545 2004-06-07 Benjamin Otte <otte@gnome.org>
24547 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24548 handle discont events if they happen before caps nego
24550 2004-06-07 Wim Taymans <wim@fluendo.com>
24552 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24553 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24554 (gst_multipart_demux_plugin_init):
24555 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24556 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24557 (gst_multipart_mux_change_state):
24558 Small updates, fix a memleak
24560 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24562 * configure.ac: OSS portability
24563 * ext/arts/gst_arts.c: idem
24564 * sys/oss/gstosselement.c: idem
24565 * sys/oss/gstossmixer.c: idem
24566 * sys/oss/gstosssink.c: idem
24567 * sys/oss/gstosssrc.c: idem
24568 * sys/oss/oss_probe.c: idem
24569 - check for soundcard.h in different places for some BSD
24571 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24574 Add me to the authors file
24576 Increase the libdv requirement to >= version 0.100
24577 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24578 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24579 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24580 * ext/dv/gstdvdec.h:
24581 Add support for the new_media flag when sending DISCONT events
24582 Make the querying work when video pad is not linked
24584 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24586 reviewed by Benjamin Otte <otte@gnome.org>
24588 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24589 create a NULL-initialized array of pads, so we don't think they
24590 exist already. (fixes #143130)
24592 2004-06-07 Benjamin Otte <otte@gnome.org>
24594 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24595 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24596 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24597 don't use // coments
24599 2004-06-07 Benjamin Otte <otte@gnome.org>
24601 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24602 cast to GstClockTime to get higher granularity
24603 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24604 use gst_element_set_time_delay to get the exact time
24605 * ext/mad/gstmad.c: (gst_mad_chain):
24606 use the negotiated rate instead of the current frame's rate which
24607 might be wrong because of bit errors. This avoids emitting totally
24608 bogus timestamps and screwing sync.
24611 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24613 reviewed by Benjamin Otte <otte@gnome.org>
24615 * gst/adder/gstadder.c: (gst_adder_loop):
24616 properly error out when no negotiation has happened yet. (fixes
24619 2004-06-06 Benjamin Otte <otte@gnome.org>
24621 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24622 forward correctly transformed offset in discont events. Based on
24623 patch by Arwed v. Merkatz. (fixes #142851)
24625 2004-06-06 David Schleef <ds@schleef.org>
24627 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24628 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24629 problems on several systems.
24631 2004-06-06 Benjamin Otte <otte@gnome.org>
24633 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24634 use explicit caps on the srcpad
24635 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24636 properly error out if caps couldn't be set (fixes #142764)
24638 2004-06-06 Benjamin Otte <otte@gnome.org>
24640 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24641 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24642 (gst_alsa_start_audio):
24643 - don't call set_periods_integer anymore, it breaks the
24644 configuration randomly
24645 - call snd_pcm_hw_params_set_access directly instead of using masks
24646 - don't fail if the sw_params can't be set, just use the default
24647 params and hope it works. Alsalib has weird issues when you touch
24648 sw_params and does no proper error reporting about what failed.
24649 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24650 (gst_alsa_close_audio):
24651 make our alsa debugging go via gst debugging and not conditionally
24653 * ext/alsa/gstalsa.h:
24654 add ALSA_DEBUG_FLUSH macro
24655 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24657 wrap alsa errors to be printed via the gst debugging system and not
24660 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24662 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24663 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24664 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24665 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24666 (qtdemux_parse_trak):
24667 * gst/qtdemux/qtdemux.h:
24668 Bitch. Also known as seeking, querying & co.
24669 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24670 (gst_osssink_change_state):
24671 * sys/oss/gstosssink.h:
24672 Resyncing is for weenies, this hack is no longer needed and was
24673 broken anyway (since it - unintendedly - always leaves resync to
24676 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24678 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24679 * gst/tcp/gsttcpclientsrc.h: idem
24680 - define MSG_NOSIGNAL if not done
24681 - include unistd.h for off_t
24684 2004-06-05 Benjamin Otte <otte@gnome.org>
24687 * ext/kio/Makefile.am:
24688 check for qt's moc preprocessor explicitly and use it
24690 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24692 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24693 don't get a signal for EPIPE on socket writes
24694 (somebody check if this works on other platforms)
24696 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24698 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24699 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24700 check error condition on available samples correctly
24702 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24704 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24706 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24707 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24708 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24709 (gst_tcpserversrc_gdp_read_header):
24710 use ssize_t over size_t since the former is signed and thus the
24711 check for error codes can work
24713 2004-06-02 Wim Taymans <wim@fluendo.com>
24717 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24718 (gst_multipart_mux_loop):
24721 2004-06-02 Wim Taymans <wim@fluendo.com>
24723 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24724 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24725 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24726 (gst_multipart_mux_change_state):
24727 Added configurable boundary specifier, added the value as a
24728 caps field as well.
24730 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24732 * gst/tcp/gsttcp.c:
24733 * gst/tcp/gsttcpclientsrc.c:
24734 * gst/tcp/gsttcpclientsrc.h:
24735 * gst/tcp/gsttcpserversrc.c:
24736 - portability fix, to compile on OSX
24739 * sys/osxaudio/gstosxaudioelement.c:
24740 * sys/osxaudio/gstosxaudiosink.c:
24741 * sys/osxaudio/gstosxaudiosrc.c:
24742 - compilation warnings on OSX
24745 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24747 * ext/vorbis/vorbisdec.c : sign warning fixes
24749 * gst-libs/gst/mixer/mixertrack.c :
24750 do no use defines which are glib 2.4 specific
24752 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24754 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24755 buffer since libflac doesn't expect it (reports a sync error when
24756 it encounters that)
24759 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24761 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24762 * gst-libs/gst/mixer/mixertrack.c:
24763 (gst_mixer_track_get_property), (get_mixer_track_init),
24764 (get_mixer_track_get_property): Added property accessors
24765 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24766 * gst-libs/gst/mixer/mixeroptions.c:
24767 (gst_mixer_options_get_values): Added
24768 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24769 * gst-libs/gst/mixer/mixer.c: Fixed comment
24772 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24774 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24775 improve error messages on open
24778 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24780 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24781 check if v4l-conf is in path
24783 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24785 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24786 change assert to a more readable error message
24788 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24790 * gst-libs/gst/tuner/tunerchannel.h:
24791 - add a freq_multiplicator field to make the conversion
24792 between internal frequency unit and Hz
24793 * sys/v4l/gstv4lelement.c:
24794 * sys/v4l2/gstv4l2element.c:
24795 - change default video device to /dev/video0
24796 * sys/v4l/v4l_calls.c:
24797 * sys/v4l2/v4l2_calls.c:
24798 - we only expose frequency to the user in Hz instead of
24799 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24801 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24802 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24803 Initialise b_o_s and e_o_s variables
24804 * gst-libs/gst/riff/riff-media.c:
24805 (gst_riff_create_video_caps_with_data):
24806 Add some unusual fourcc's from mplayer avi's
24807 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24808 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24811 2004-05-28 Wim Taymans <wim@fluendo.com>
24814 * gst/alpha/Makefile.am:
24815 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24816 (gst_alpha_get_type), (gst_alpha_base_init),
24817 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24818 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24819 (gst_alpha_chroma_key), (gst_alpha_chain),
24820 (gst_alpha_change_state), (plugin_init):
24821 A plugin to add an alpha channel to I420 video. Can optionally do
24823 * gst/multipart/Makefile.am:
24824 * gst/multipart/multipart.c: (plugin_init):
24825 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24826 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24827 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24828 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24829 (gst_multipart_demux_change_state),
24830 (gst_multipart_demux_plugin_init):
24831 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24832 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24833 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24834 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24835 (gst_multipart_mux_pad_unlink),
24836 (gst_multipart_mux_request_new_pad),
24837 (gst_multipart_mux_handle_src_event),
24838 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24839 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24840 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24841 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24842 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24843 send multipart jpeg images to a browser.
24844 * gst/videobox/Makefile.am:
24845 * gst/videobox/README:
24846 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24847 (gst_video_box_get_type), (gst_video_box_base_init),
24848 (gst_video_box_class_init), (gst_video_box_init),
24849 (gst_video_box_set_property), (gst_video_box_get_property),
24850 (gst_video_box_sink_link), (gst_video_box_i420),
24851 (gst_video_box_ayuv), (gst_video_box_chain),
24852 (gst_video_box_change_state), (plugin_init):
24853 Crops or adds borders around an image. can do alpha channel
24855 * gst/videomixer/Makefile.am:
24856 * gst/videomixer/README:
24857 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24858 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24859 (gst_videomixer_pad_get_sink_event_masks),
24860 (gst_videomixer_pad_get_property),
24861 (gst_videomixer_pad_set_property),
24862 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24863 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24864 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24865 (gst_videomixer_base_init), (gst_videomixer_class_init),
24866 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24867 (gst_videomixer_handle_src_event),
24868 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24869 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24870 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24871 (gst_videomixer_loop), (gst_videomixer_get_property),
24872 (gst_videomixer_set_property), (gst_videomixer_change_state),
24874 Generic video mixer plugin, can handle multiple inputs all with
24875 different framerates and video sizes. Is fully alpha channel
24878 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24880 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24881 Select first track as master track. Not sure how else to handle
24883 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24884 Discard discont events. Should fix #142962.
24886 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24888 * ext/alsa/Makefile.am:
24889 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24890 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24891 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24892 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24893 (gst_alsa_mixer_get_option):
24894 * ext/alsa/gstalsamixer.h:
24895 * ext/alsa/gstalsamixeroptions.c:
24896 (gst_alsa_mixer_options_get_type),
24897 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24898 (gst_alsa_mixer_options_new):
24899 * ext/alsa/gstalsamixeroptions.h:
24900 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24901 * ext/alsa/gstalsamixertrack.h:
24902 Add enumerations (as GstMixerOptions). Make correct distinction
24903 between input/output tracks. Add capture/playback private flag.
24904 Use flag to decide on whether to set capture or playback volumes
24905 or switches. Use playback and record switches.
24906 * gst-libs/gst/mixer/Makefile.am:
24907 * gst-libs/gst/mixer/mixer-marshal.list:
24908 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24909 (gst_mixer_set_option), (gst_mixer_get_option),
24910 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24911 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24912 * gst-libs/gst/mixer/mixer.h:
24913 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24914 (gst_mixer_options_class_init), (gst_mixer_options_init),
24915 (gst_mixer_options_dispose):
24916 * gst-libs/gst/mixer/mixeroptions.h:
24917 Add GstMixerOptions.
24918 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24919 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24920 broken device detection on computers with multiple OSS sound
24923 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24925 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24926 fixate nicely even when the peer is not negotiating
24928 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24930 * gst/audioconvert/gstaudioconvert.c:
24931 (gst_audio_convert_parse_caps):
24932 make sure we don't allow depth > width
24933 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24934 fixate endianness to G_BYTE_ORDER as default
24935 * gst/audioscale/gstaudioscale.c:
24936 we don't handle another endianness as host-endianness
24938 2004-05-25 David Schleef <ds@schleef.org>
24940 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24942 2004-05-24 Benjamin Otte <otte@gnome.org>
24944 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24945 (gst_oggvorbisenc_setup):
24946 properly fail when we can't setup the vorbis encoder due to
24947 unsupported settings
24948 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24949 (gst_vorbisenc_setup):
24951 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24952 fix case where warnings occured when one pad was unlinked while the
24953 other's link function was called
24955 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24957 * gst/tcp/Makefile.am:
24960 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24962 * gst-libs/gst/resample/private.h:
24963 don't use optimizations that are #if 0'ed
24965 2004-05-24 Wim Taymans <wim@fluendo.com>
24967 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24968 Fix potential division by zero error and hopefully get
24969 the position query right to get correct timestamps on avi
24972 2004-05-24 Wim Taymans <wim@fluendo.com>
24974 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24975 (gst_videoscale_scale_nearest_str2),
24976 (gst_videoscale_scale_nearest_str4),
24977 (gst_videoscale_scale_nearest_32bit),
24978 (gst_videoscale_scale_nearest_24bit),
24979 (gst_videoscale_scale_nearest_16bit):
24980 Fix the scaling algorithm and avoid a buffer overflow.
24981 removed the while loop in the scaling function as it
24982 was used for point sampling only.
24984 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24986 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24987 (gst_id3_tag_class_init), (gst_id3_tag_init),
24988 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24989 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24990 (gst_id3_tag_send_tag_event):
24991 lots of fixes to make id3mux work and id3demux work correctly
24993 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24996 add rules to build shout2send (was removed by accident
24997 when this module was no more marked experimental/broken)
24999 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25001 * ext/shout2/gstshout2.c:
25002 * ext/shout2/gstshout2.h:
25003 adding a "connection problem" signal to shout2send
25006 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25008 * ext/kio/kioreceiver.cpp:
25009 * ext/kio/kioreceiver.h:
25010 fix sign comparison issues
25012 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25014 * gst/cdxaparse/gstcdxaparse.c:
25015 * gst/cdxaparse/gstcdxaparse.h:
25017 add some checks/sanity
25018 prepare for seek addition
25020 * sys/sunaudio/gstsunaudio.c:
25021 remove exported dupe init function
25023 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25025 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25026 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25027 Fix format conversion and position querying.
25028 * gst/debug/progressreport.c: (gst_progressreport_report):
25029 Don't output a bogus total value that we didn't query.
25030 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25031 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25032 only a blank window after xine has been used.
25034 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25037 sync with upstream version to fix test on FC2
25038 readd with -ko to preserve Id header
25040 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25043 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25044 * gst/tcp/gsttcpclientsrc.c: idem
25045 * gst/tcp/gsttcpserversink.c: idem
25046 * gst/tcp/gsttcpserversrc.c: idem
25047 * m4/gst-fionread.m4: idem
25049 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25051 * configure.ac: enable speex plugin for speex 1.1.5+
25052 * ext/speex/gstspeexenc.c: fix cast warning
25054 * ext/esd/README: fix typo
25056 2004-05-20 David Schleef <ds@schleef.org>
25058 * configure.ac: Minor cosmetic change to convince the buildbot to
25060 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25061 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25062 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25063 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25064 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25065 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25066 More hacking. Plays audio now.
25068 2004-05-20 David Schleef <ds@schleef.org>
25073 2004-05-20 David Schleef <ds@schleef.org>
25075 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25076 * sys/osxaudio/gstosxaudio.c:
25077 * sys/osxaudio/gstosxaudioelement.c:
25078 * sys/osxaudio/gstosxaudioelement.h:
25079 * sys/osxaudio/gstosxaudiosink.c:
25080 * sys/osxaudio/gstosxaudiosink.h:
25081 * sys/osxaudio/gstosxaudiosrc.c:
25082 * sys/osxaudio/gstosxaudiosrc.h:
25084 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25086 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25087 (gst_vorbisenc_chain):
25088 put the codec headers on the caps as streamheader as well as
25091 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25093 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25094 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25095 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25096 split up push_packet into two functions
25098 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25100 * gst/tcp/.cvsignore:
25102 * gst/tcp/Makefile.am:
25104 * gst/tcp/gsttcp.c:
25105 * gst/tcp/gsttcp.h:
25106 * gst/tcp/gsttcpclientsink.c:
25107 * gst/tcp/gsttcpclientsink.h:
25108 * gst/tcp/gsttcpclientsrc.c:
25109 * gst/tcp/gsttcpclientsrc.h:
25110 * gst/tcp/gsttcpplugin.c:
25111 * gst/tcp/gsttcpserversink.c:
25112 * gst/tcp/gsttcpserversink.h:
25113 * gst/tcp/gsttcpserversrc.c:
25114 * gst/tcp/gsttcpserversrc.h:
25115 add new tcp elements
25117 2004-05-19 Wim Taymans <wim@fluendo.com>
25119 * gst/law/mulaw-conversion.c: (mulaw_encode):
25120 Fix overflow bug in ulaw encoding.
25122 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25124 * ext/mad/gstmad.c: (gst_mad_handle_event):
25125 don't unref the event twice
25127 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25130 remove -Wno-sign-compare
25132 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25135 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25136 if you want to work against glib 2.2 and 2.4
25138 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25140 * gst/tcp/Makefile.am:
25141 * gst/tcp/gsttcp.c:
25142 * gst/tcp/gsttcp.h:
25143 * gst/tcp/gsttcpsink.h:
25144 * gst/tcp/gsttcpsrc.h:
25145 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25147 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25149 * gst/debug/tests.c: (md5_get_value):
25150 fix segfault on gst-inspect
25152 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25154 * gst/debug/testplugin.c:
25155 * gst/debug/tests.c:
25156 * gst/debug/tests.h:
25157 add new extensible and configurable testing element. Current tests
25158 include buffer count, stream length, timestamp/duration matching and
25160 * gst/debug/Makefile.am:
25161 * gst/debug/gstdebug.c: (plugin_init):
25162 add infrastructure for new element
25164 2004-05-19 Johan Dahlin <johan@gnome.org>
25166 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25167 ending of the array. Fixes gst-inspect segfault on ppc.
25169 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25171 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25173 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25175 2004-05-18 David Schleef <ds@schleef.org>
25177 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25178 warnings (bugs, actually) noticed by gcc but not forte.
25180 2004-05-18 David Schleef <ds@schleef.org>
25182 * sys/sunaudio/Makefile.am:
25183 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25185 2004-05-18 David Schleef <ds@schleef.org>
25187 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25188 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25189 to allow qtdemux to use non-seekable streams. (bug #142272)
25191 2004-05-18 David Schleef <ds@schleef.org>
25193 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25194 (gst_resample_sinc_ft_float): Remove use of static temporary
25195 buffer. This code was obviously not supposed to last long, but
25196 it's stuck in our ABI, so it required a little hack to make it
25197 ABI-compatible. Fixes #142585.
25198 * gst-libs/gst/resample/resample.h: same.
25200 2004-05-18 David Schleef <ds@schleef.org>
25202 * configure.ac: Add sunaudio
25203 * examples/Makefile.am: make gstplay depend on gconf
25204 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25205 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25206 (convert_table_lookup), (img_convert): remove c99-isms
25207 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25208 unsigned, to fix a warning on Solaris
25209 * gst/mpeg1sys/systems.c: bcopy->memcpy
25210 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25211 * sys/Makefile.am: Add sunaudio
25213 2004-05-18 Wim Taymans <wim@fluendo.com>
25215 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25216 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25217 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25218 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25219 (gst_ogg_mux_loop):
25220 Fix an ugly memleak where the muxer didn't flush enough ogg
25221 pages. This also resulted in badly muxed ogg files.
25223 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25225 * gst/asfdemux/asfheaders.c :
25226 * gst/asfdemux/asfheaders.h :
25227 * gst/asfdemux/gstasfdemux.c :
25228 - fix ASF_OBJ_PADDING guid
25229 - add 3 new object guids (language list, metadata,
25230 extended stream properties)
25231 - add a function to parse extended header objects
25233 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25235 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25236 remove leftover debugging g_print
25238 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25240 * ext/mad/gstmad.c: (gst_mad_handle_event):
25241 Fix for when the first format in a discont event is not a
25242 byte-based one. Should fix #137710.
25244 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25246 * m4/a52.m4 : fix compilation with -Wall -Werror
25247 * m4/libfame.m4 : idem
25248 * m4/libmikmod.m4 : idem
25250 2004-05-17 Benjamin Otte <otte@gnome.org>
25252 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25253 signal the new tags before giving up the reference
25255 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25257 * ext/shout2/gstshout2.c:
25258 use application/ogg instead of application/x-ogg (patch by Patrick
25259 Guimond, fixes #142432)
25260 * sys/oss/gstosselement.c: (gst_osselement_reset),
25261 (gst_osselement_sync_parms):
25262 don't set fragment size unless specified (fixes #142493)
25264 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25266 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25269 2004-05-17 Benjamin Otte <otte@gnome.org>
25271 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25272 compute offsets correctly for internal buffers so timestamps are set
25273 correctly when we can't seek. Also handle cases where there are no
25274 offsets. (based on a patch by David Moore, fixes #142507)
25276 2004-05-17 Benjamin Otte <otte@gnome.org>
25278 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25279 use correct variable when determining amount of data to skip so we
25280 don't skip into the void and segfault
25282 2004-05-16 Benjamin Otte <otte@gnome.org>
25284 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25287 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25289 * gst/asfdemux/gstasfdemux.c:
25290 - fix a mem leak and always propagate tags
25291 - add WMV3 to known video codecs (but no decoder yet)
25292 - replace "surplus data" at end of audio header for what
25293 it is : codec specific data
25296 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25298 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25300 * gst-libs/gst/audio/audioclock.c:
25301 Fix wrong return type (#142205).
25303 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25305 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25306 Ignore CRCs by default (fixes #142566).
25308 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25310 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25311 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25312 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25313 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25314 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25315 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25316 Fix for cases where we fail to attach to a mixer.
25318 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25320 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25321 Don't touch events after not owning them anymore.
25322 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25323 (gst_wavparse_fmt), (gst_wavparse_other),
25324 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25325 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25326 (gst_wavparse_srcpad_event):
25327 * gst/wavparse/gstwavparse.h:
25328 Add seeking, fix querying.
25330 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25332 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25333 - process comments even if they don't end with \0\0
25334 g_convert would ignore them if present and works well without them
25336 2004-05-16 Benjamin Otte <otte@gnome.org>
25338 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25341 2004-05-16 Benjamin Otte <otte@gnome.org>
25343 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25344 don't write to memory we might not write to - g_convert does that
25345 for us anyway (fixes #142613)
25346 (gst_asf_demux_audio_caps):
25347 comment out gst_util_dump_mem
25349 2004-05-16 Benjamin Otte <otte@gnome.org>
25351 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25352 compute correct expected timestamps after seek (broken since
25354 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25355 rename element and debugging category to gdkpixbufscale
25357 2004-05-16 Benjamin Otte <otte@gnome.org>
25359 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25360 add error checking to snd_pcm_delay and remove duplicate call to
25361 snd_pcm_delay that caused issues (see inline code comments)
25362 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25363 make more readable and fix return value when snd_pcm_delay fails
25366 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25367 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25368 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25369 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25370 (gst_pixbufscale_link), (gst_pixbufscale_init),
25371 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25372 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25373 (gst_pixbufscale_get_property), (pixbufscale_init):
25374 * ext/gdk_pixbuf/pixbufscale.h:
25375 Add these files I forgot earlier
25377 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25378 * ext/gdk_pixbuf/Makefile.am:
25379 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25380 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25381 Add new pixbufscale element to scale RGB video
25382 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25383 and HYPER interpolation correctly.
25384 * ext/theora/theoraenc.c: (theora_enc_chain),
25385 Discard buffer and return if explicit caps could not be set
25386 (theora_enc_get_property):
25387 Make _get return kbps for the bitrate consistent with
25391 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25393 * ext/libvisual/visual.c: (gst_visual_chain):
25394 add missing visual_audio_analyze
25396 2004-05-14 David Schleef <ds@schleef.org>
25398 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25399 is killed while we're playing.
25400 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25401 gst_element_no_more_pads().
25403 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25405 * gst-libs/gst/riff/riff-read.c :
25406 - fix INFO tag extraction in RIFF/AVI files
25407 because gst_event_unref (event) also freed taglist
25410 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25412 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25413 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25415 * gst/auparse/gstauparse.c :
25416 - add code (commented for now) to support audio/x-adpcm on src pad
25417 (we have no decoder for those layout yet)
25419 * gst/cdxaparse/gstcdxaparse.c :
25420 * gst/cdxaparse/gstcdxaparse.h :
25421 - partial rewrite using RiffRead (ripped iain's wavparse code)
25423 * gst/rtp/gstrtpL16enc.c : typo
25424 * gst/rtp/gstrtpgsmenc.c : typo
25426 2004-05-13 Benjamin Otte <otte@gnome.org>
25429 check for exact version of libvisual, it's not supposed to be
25432 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25434 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25435 signal no-more-pads
25437 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25439 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25440 Report which format was used for GST_FORMAT_DEFAULT
25441 * gst/debug/Makefile.am:
25442 * gst/debug/gstdebug.c: (plugin_init):
25443 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25444 (gst_progressreport_class_init), (gst_progressreport_init),
25445 (gst_progressreport_report), (gst_progressreport_set_property),
25446 (gst_progressreport_get_property), (gst_progressreport_chain),
25447 (gst_progressreport_plugin_init):
25448 Add progressreport element for testing.
25450 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25452 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25453 * sys/v4l/gstv4lsrc.h:
25454 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25455 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25456 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25457 (gst_v4lsrc_grab_frame):
25459 send a discont at start
25461 2004-05-12 Colin Walters <walters@redhat.com>
25463 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25464 inflooping if we can't find a chunk. Or in other words, don't blow
25465 chunks if we don't have a chunk to blow.
25467 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25468 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25469 Remove old debug output
25470 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25471 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25472 (gst_dvdec_set_property), (gst_dvdec_get_property):
25473 Change the quality setting to an enum, so it works from gst-launch
25474 Don't renegotiate a non-linked pad. Allows audio only decoding.
25475 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25476 (gst_deinterlace_link), (gst_deinterlace_init):
25477 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25478 (gst_videodrop_link):
25479 Some caps negotiation fixes
25481 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25483 * ext/tarkin/gsttarkin.c :
25484 - Change RANK from NONE to PRIMARY
25485 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25486 - Change RANK from NONE to MARGINAL
25487 * ext/divx/gstdivxenc.c :
25488 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25490 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25492 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25493 (gst_vorbisenc_push_packet):
25494 copy a function that was added between 1.0 and 1.0.1 until we
25495 depend on worthwhile features of post-1.0
25497 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25500 enable shout2 by default
25501 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25502 (gst_shout2send_base_init), (gst_shout2send_init),
25503 (gst_shout2send_connect), (gst_shout2send_change_state):
25504 * ext/shout2/gstshout2.h:
25505 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25507 * ext/theora/theora.c: (plugin_init):
25508 don't set rank on encoders
25510 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25512 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25513 Use codec_data property instead of flag1 and flag2 for wma
25515 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25517 * gst/cdxaparse/gstcdxaparse.c :
25518 - Add mpegversion to CAPS to make it link
25519 - Rank is as GST_RANK_SECONDARY instead of NONE
25520 * gst/auparse/gstauparse.c :
25521 - Document all audio encoding we can encounter from Solaris 9
25522 headers and libsndfile information.
25523 - Increase max. rate from 48000 to 192000 (to match other elements)
25524 - Don't try to play junk data between header and samples
25526 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25528 * ext/libvisual/visual.c: (gst_visual_getcaps):
25529 use the right caps depending on endianness (I hope)
25530 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25531 use GST_RANK_NONE for all non-decoding elements or spider gets
25534 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25536 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25537 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25539 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25541 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25542 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25543 (gst_switch_loop), (gst_switch_get_type):
25544 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25545 HEADERS. Had to be said.
25547 2004-05-10 David Schleef <ds@schleef.org>
25549 * configure.ac: Add prototype Dirac support.
25551 * ext/dirac/Makefile.am:
25552 * ext/dirac/gstdirac.cc:
25553 * ext/dirac/gstdiracdec.cc:
25555 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25557 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25558 (gst_auparse_init), (gst_auparse_chain),
25559 (gst_auparse_change_state):
25560 Hack around spider. Remove me some day please.
25562 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25564 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25565 Fix for some uninitialized variables in previous patch, also
25566 makes it work. Fixes #142286 while we're at it.
25568 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25570 * gst/auparse/gstauparse.c:
25571 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25572 only unsupported formats are ADPCM/CCITT G.72x
25574 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25576 2004-05-10 Wim Taymans <wim@fluendo.com>
25578 * ext/vorbis/Makefile.am:
25579 * ext/vorbis/README:
25580 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25581 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25582 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25583 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25584 (gst_oggvorbisenc_convert_sink),
25585 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25586 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25587 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25588 (get_constraints_string), (update_start_message),
25589 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25590 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25591 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25592 * ext/vorbis/oggvorbisenc.h:
25593 * ext/vorbis/vorbis.c: (plugin_init):
25594 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25595 (raw_caps_factory), (gst_vorbisenc_class_init),
25596 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25597 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25598 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25599 * ext/vorbis/vorbisenc.h:
25600 Added a raw vorbis encoder to be used with the oggmuxer.
25601 We still need the old encoder for some gnome applications,
25602 read the README to find out how that works.
25603 The raw encoder is called "rawvorbisenc" until 0.9.
25605 2004-05-10 Wim Taymans <wim@fluendo.com>
25607 * ext/ogg/gstogg.c: (plugin_init):
25608 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25610 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25611 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25612 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25613 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25614 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25615 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25616 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25617 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25618 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25619 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25620 Added an ogg muxer.
25621 Small typo fixes in the demuxer.
25623 2004-05-10 Wim Taymans <wim@fluendo.com>
25625 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25626 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25627 (theora_enc_change_state), (theora_enc_set_property),
25628 (theora_enc_get_property):
25629 Mark the last packet with an EOS flag which is not really needed
25631 Do some better video framerate initialisation.
25632 Update the buffer timestamp.
25634 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25636 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25637 Return the result of the parent state change call
25639 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25641 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25642 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25643 * gst/law/alaw-encode.c : (idem)
25644 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25645 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25646 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25648 2004-05-09 Benjamin Otte <otte@gnome.org>
25650 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25651 don't use a fixed buffer size when writing variable length data to
25652 it. Fixes memory corruption and makes alsasrc work
25654 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25656 * ext/gnomevfs/gstgnomevfssink.c:
25657 (_gst_boolean_allow_overwrite_accumulator),
25658 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25659 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25660 RUN_LAST, and don't use that to set the accumulator value because
25661 then it's always FALSE.
25663 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25665 * gst-libs/gst/riff/riff-media.c:
25666 (gst_riff_create_video_caps_with_data),
25667 (gst_riff_create_audio_caps),
25668 (gst_riff_create_audio_template_caps):
25669 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25670 Fix for unaligned RIFF files (i.e. where all the chunks together
25671 in a LIST chunk are not of the same size as the size given in
25672 the LIST chunk header). Fixes several odd WAVE files. Also fix
25673 ADPCM (block_align property) in audio, so that wavparse based
25674 on this works now as it used to stand-alone.
25676 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25678 reviewed by Benjamin Otte <otte@gnome.org>
25680 * ext/a52dec/gsta52dec.c:
25681 * ext/divx/gstdivxdec.c:
25682 * ext/divx/gstdivxenc.c:
25683 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25684 * ext/faac/gstfaac.c: (gst_faac_base_init):
25685 * ext/faad/gstfaad.c: (gst_faad_base_init):
25686 * ext/ivorbis/vorbisfile.c:
25687 * ext/lame/gstlame.c:
25688 * ext/libfame/gstlibfame.c:
25689 * ext/mpeg2enc/gstmpeg2enc.cc:
25690 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25691 * ext/sidplay/gstsiddec.cc:
25692 * ext/speex/gstspeexdec.c:
25693 * ext/speex/gstspeexenc.c:
25694 * ext/xvid/gstxviddec.c:
25695 * ext/xvid/gstxvidenc.c:
25696 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25699 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25701 * ext/alsa/gstalsa.c: (device_list),
25702 (gst_alsa_class_probe_devices):
25703 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25704 Fix alsa oddness in mixer after the combination of using mixer
25705 in source/sink elements and using hw:x,y instead of just hw:x.
25707 2004-05-09 Benjamin Otte <otte@gnome.org>
25709 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25710 (gst_wavparse_create_sourcepad):
25711 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25714 2004-05-09 Benjamin Otte <otte@gnome.org>
25716 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25717 allow discont events before caps nego
25719 2004-05-08 Benjamin Otte <otte@gnome.org>
25721 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25724 2004-05-08 Benjamin Otte <otte@gnome.org>
25726 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25727 (gst_level_change_state), (gst_level_init):
25728 * gst/level/gstlevel.h:
25729 figure out if we're initialized directly instead of keeping a
25730 variable that's wrong in 90% of cases
25731 don't initialize pads and then leak them and use a new unitialized
25732 pad. (fixes #142084)
25733 these were bugs so n00bish I didn't find them for an hour :/
25735 2004-05-08 Iain <iain@prettypeople.org>
25737 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25738 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25739 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25740 return the length that was read.
25741 (gst_riff_read_strf_auds): Allow fmt tags as well.
25743 2004-05-07 David Schleef <ds@schleef.org>
25745 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25746 signed char assumption in faad.h.
25748 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25750 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25751 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25753 2004-05-07 Colin Walters <walters@redhat.com>
25755 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25756 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25758 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25759 Add dispose function.
25761 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25762 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25763 Fix caps nego and pad templates. RGB mode caps should
25765 * ext/dvdnav/gst-dvd:
25766 Move mpeg2dec inside the thread because otherwise the
25767 queue rejects cap changes mid-stream
25768 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25769 (gst_mpeg2dec_flush_decoder):
25770 For mpeg2dec > 0.4.0, call the flush function instead of
25771 manually extracting all in-flight frames.
25772 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25773 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25774 Change mime type video/dv go video/x-dv to match the
25775 rest of gst-plugins
25777 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25779 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25780 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25781 (gst_alsa_sink_class_init):
25782 * ext/alsa/gstalsasink.h:
25783 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25784 (gst_alsa_src_class_init):
25785 * ext/alsa/gstalsasrc.h:
25786 Make alsasink/src a subclass of alsamixer so that mixer stuff
25787 shows up in gst-rec. Needs some finetuning.
25789 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25791 * ext/lame/gstlame.c: (gst_lame_chain):
25793 * ext/mad/gstmad.c: (gst_mad_handle_event):
25795 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25796 be able to detect mp3 files < 4096 bytes
25798 2004-05-06 Wim Taymans <wim@fluendo.com>
25800 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25801 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25802 (theora_enc_set_property), (theora_enc_get_property):
25803 Also encode the first frame, cleanup some code.
25805 2004-05-06 Wim Taymans <wim@fluendo.com>
25807 * ext/mpeg2enc/gstmpeg2enc.cc:
25808 Forward events first before deciding that negotiation was
25811 2004-05-06 Wim Taymans <wim@fluendo.com>
25813 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25814 First process the events before deciding that negotiation
25817 2004-05-06 Wim Taymans <wim@fluendo.com>
25819 * ext/theora/Makefile.am:
25820 * ext/theora/theora.c: (plugin_init):
25821 * ext/theora/theoradec.c: (theora_dec_change_state):
25822 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25823 (gst_theora_enc_class_init), (gst_theora_enc_init),
25824 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25825 (theora_enc_chain), (theora_enc_change_state),
25826 (theora_enc_set_property), (theora_enc_get_property):
25827 Added a theora encoder, grouped the encoder and decoder into the
25830 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25832 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25833 (gst_jpegenc_chain):
25834 fix DURATION on outgoing buffers
25835 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25836 debug using time formats
25837 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25838 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25839 (gst_xvimagesink_sink_link):
25840 windows with width/height 0 generate X errors, so don't allow them
25842 2004-05-05 Wim Taymans <wim@fluendo.com>
25844 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25845 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25846 (gst_mpeg2dec_negotiate_format):
25847 * ext/mpeg2dec/gstmpeg2dec.h:
25848 removed the static pad template so that we can add the
25849 more accurate framerate value to the caps.
25852 2004-05-04 Benjamin Otte <otte@gnome.org>
25855 check for kdemacros.h, too (should fix #141821)
25856 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25857 don't crash if no header was sent, but nicely error out (fixes part
25860 2004-05-04 Wim Taymans <wim@fluendo.com>
25862 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25863 parent dispose function to avoid segfault on destroy.
25865 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25867 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25870 (gst_xvimagesink_sink_link):
25871 clean up debugging caps
25872 also recreate xvimage when format has changed
25874 2004-05-04 Benjamin Otte <otte@gnome.org>
25876 * ext/libvisual/Makefile.am:
25877 * ext/libvisual/visual.c: (gst_visual_class_init),
25878 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25879 (gst_visual_srclink), (gst_visual_chain),
25880 (gst_visual_change_state), (plugin_init):
25881 use a GstAdapter to correctly adapt buffer sizes - allows using a
25884 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25886 * sys/v4l/gstv4lelement.h:
25887 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25888 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25889 (gst_v4lsrc_buffer_free):
25890 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25891 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25892 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25893 (gst_v4lsrc_requeue_frame):
25894 move some debugging categories around
25895 query for fps index and set accordingly if found
25897 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25899 * ext/lame/gstlame.c:
25900 correct defaults that lame_init puts out of range
25902 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25904 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25905 (gst_divxenc_class_init):
25906 fix range since -1 is the default
25907 * gst/mpeg1sys/gstmpeg1systemencode.c:
25908 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25909 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25910 (gst_rtjpegdec_chain):
25911 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25912 (gst_rtjpegenc_chain):
25913 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25914 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25915 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25916 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25917 * sys/v4l/gstv4lsrc.c:
25918 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25919 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25920 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25921 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25922 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25923 remove gst_info calls
25925 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25934 Updated translations
25936 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25938 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25939 refactor/comment code
25941 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25943 * gst/asfdemux/Makefile.am:
25944 * gst/asfdemux/asfheaders.c:
25945 * gst/asfdemux/asfheaders.h:
25946 * gst/asfdemux/gstasf.c: (plugin_init):
25947 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25948 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25949 (gst_asf_demux_setup_pad):
25950 * gst/asfdemux/gstasfdemux.h:
25951 * gst/asfdemux/gstasfmux.c:
25952 * gst/asfdemux/gstasfmux.h:
25953 Add tagging support to demuxer, split out registration in its own
25954 file instead of in demux (hacky), and prevent having some tables
25955 in our memory multiple times (in asfheaders.h).
25957 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25959 * gst/matroska/matroska-demux.c:
25960 (gst_matroska_demux_parse_metadata):
25961 * gst/matroska/matroska-ids.h:
25962 Basic tag reading support.
25964 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25966 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25967 Really detect ac-3 audio.
25968 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25969 really detect matroska files (off-by-1).
25971 2004-04-30 David Schleef <ds@schleef.org>
25973 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25974 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25975 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25976 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25977 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25978 hackage -- parse a lot more atoms, extract a few tags. One might even
25979 mistake this for tag support. Maybe it is.
25980 * gst/qtdemux/qtdemux.h:
25982 2004-04-30 Colin Walters <walters@verbum.org>
25984 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25986 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25988 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25989 (gst_ffmpegcolorspace_getcaps):
25990 remove broken nego fix
25992 2004-04-30 Benjamin Otte <otte@gnome.org>
25996 * ext/libvisual/Makefile.am:
25997 * ext/libvisual/visual.c:
25998 add initial support for libvisual (http://libvisual.sourceforge.net)
25999 libvisual is still quite alpha, so expect crashes in there :)
26001 2004-04-29 David Schleef <ds@schleef.org>
26003 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26004 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26005 up qtdemux to make it spit out codec_data. Do _not_ look at this
26006 code; you will no longer respect me.
26008 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26010 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26011 * ext/alsa/gstalsa.h :
26012 change alsa pcm device discovery to find more than 1 device
26013 per card. code review by Ronald.
26015 2004-04-29 David Schleef <ds@schleef.org>
26017 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26018 Add a check for a driver bug on FreeBSD. (bug #140565)
26020 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26022 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26023 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26024 (gst_jpegenc_getcaps):
26025 move format setting to inner loop
26026 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26027 (gst_ffmpegcolorspace_getcaps):
26028 use GST_PAD_CAPS if available so that we use already negotiated
26030 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26031 (qtdemux_parse_moov), (qtdemux_parse):
26033 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26034 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26035 move hardcoded path to DEFINE
26037 2004-04-28 David Schleef <ds@schleef.org>
26039 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26042 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26044 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26045 Don't probe for playback device if we're a source element. Fixes
26048 2004-04-29 Benjamin Otte <otte@gnome.org>
26050 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26051 (gst_id3_tag_chain):
26052 rewrite buffer offset
26054 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26058 * ext/dts/Makefile.am:
26059 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26060 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26061 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26062 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26063 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26064 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26066 * ext/dts/gstdtsdec.h:
26068 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26069 (gst_faad_srcconnect):
26070 Add ESDS atom handling (.m4a).
26072 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26074 * ext/divx/gstdivxdec.c: (plugin_init):
26075 Remove comment that makes no sense.
26076 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26077 Fix for obvious typo that resulted in warnings during gst-register.
26078 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26079 (gst_xviddec_sink_link):
26080 Fix caps negotiation a bit better.
26081 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26082 We call this 'codec_data', not 'esds'.
26084 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26086 * gst/monoscope/gstmonoscope.c:
26087 make sure we only provide 256x128
26088 * gst/monoscope/monoscope.c: (monoscope_init):
26089 assert size of 256x128
26091 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26094 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26095 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26096 fixate to max width and height of device
26098 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26101 * sys/v4l/gstv4l.c:
26102 * sys/v4l/gstv4lsrc.c:
26103 * sys/v4l/v4l_calls.c:
26104 * sys/v4l/v4lsrc_calls.c:
26105 fix for qc-usb driver which fakes having more than one buffer
26106 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26107 buffer_free override
26110 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26113 * gst/videotestsrc/gstvideotestsrc.c:
26114 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26115 (gst_videotestsrc_init), (gst_videotestsrc_get),
26116 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26117 * gst/videotestsrc/gstvideotestsrc.h:
26118 add num-buffers property
26120 2004-04-26 Benjamin Otte <otte@gnome.org>
26122 * ext/mad/gstid3tag.c: (plugin_init):
26123 set id3mux rank to NONE so it doesn't confuse spider
26124 require audio/mpeg,mpegversion=1 in id3mux
26126 2004-04-26 Benjamin Otte <otte@gnome.org>
26129 detect faad correctly as non-working if it's indeed non-working
26131 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26134 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26135 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26136 fix _getcaps so it only negotiates to its supported format
26138 2004-04-25 Benjamin Otte <otte@gnome.org>
26140 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26143 2004-04-23 Benjamin Otte <otte@gnome.org>
26145 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26146 audio/x-raw-int with height rules! not. Now it's depth.
26148 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26150 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26151 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26152 (gst_wavparse_loop):
26153 Missing variable initialization. Add handling of DVI ADPCM. Fix
26154 mis-parsing of LIST chunks. This works around a bug where we mis-
26155 parse non-aligning LIST chunks (so LIST chunks where the contents
26156 don't align with the actual LIST size). The correct fix is to use
26157 rifflib, I'm not going to fix wavparse - too much work. All this
26160 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26162 reviewed by Benjamin Otte <otte@gnome.org>
26164 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26165 fix shoutcast not working (fixes #140844)
26167 2004-04-22 Benjamin Otte <otte@gnome.org>
26169 * ext/hermes/gsthermescolorspace.c:
26170 (gst_hermes_colorspace_caps_remove_format_info):
26171 * gst/colorspace/gstcolorspace.c:
26172 (gst_colorspace_caps_remove_format_info):
26173 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26174 (gst_ffmpegcolorspace_caps_remove_format_info):
26175 s/gst_caps_simplify/gst_caps_do_simplify/
26177 2004-04-22 Benjamin Otte <otte@gnome.org>
26179 * gst-libs/gst/riff/riff-media.c:
26180 (gst_riff_create_video_caps_with_data):
26181 mpegversion is an int
26182 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26183 don't try to create pad templates with NULL caps, use any caps
26186 2004-04-20 David Schleef <ds@schleef.org>
26188 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26189 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26192 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26194 reviewed by David Schleef
26196 * ext/mad/gstid3tag.c: Add stdlib.h
26197 * gst/rtp/gstrtpgsmenc.c: same
26198 * gst/tags/gstid3tag.c: same
26199 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26200 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26201 GST_DISABLE_LOADSAVE use.
26202 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26203 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26204 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26206 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26207 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26209 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26210 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26212 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26215 2004-04-20 David Schleef <ds@schleef.org>
26217 * gst/realmedia/rmdemux.c: This was supposed to part of the
26218 last checkin. Same idea.
26220 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26222 reviewed by David Schleef
26224 * configure.ac: bump required gstreamer version to 0.8.1.1
26225 because of following changes [--ds]
26227 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26228 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26229 (gst_riff_read_header): Use GST_READ_UINT*
26230 macros to access possibly unaligned memory.
26232 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26233 (mp3_type_find): Use GST_READ_UINT*
26234 macros to access possibly unaligned memory.
26235 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26236 (speex_type_find): Likewise
26238 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26240 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26241 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26242 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26243 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26244 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26245 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26246 macros to access possibly unaligned memory.
26248 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26251 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26252 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26254 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26257 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26258 (gst_mpeg2subt_chain_subtitle): Likewise.
26260 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26261 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26264 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26267 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26270 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26273 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26276 update required version of GStreamer because of GST_TIME_FORMAT
26278 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26280 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26281 remove leftover g_print
26282 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26283 don't try setting only a subset of the caps. We don't want to kill
26284 autoplugging on purpose
26286 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26288 * sys/ximage/ximagesink.c: (plugin_init):
26289 * sys/xvimage/xvimagesink.c: (plugin_init):
26290 add debugging categories
26292 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26296 Adding en_GB translation (Gareth Owen)
26298 2004-04-20 David Schleef <ds@schleef.org>
26300 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26301 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26302 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26303 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26304 A number of new features and hacks to extract the esds atom and
26305 put it into the caps. (bug #137724)
26307 2004-04-19 David Schleef <ds@schleef.org>
26309 * gconf/Makefile.am: Fix for non-GNU make
26310 * gst-libs/gst/Makefile.am: Change directory order to handle
26311 GstPlay linking with gstinterfaces
26312 * gst-libs/gst/audio/make_filter: make use of tr portable
26313 * gst-libs/gst/play/Makefile.am: Add intended \
26314 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26315 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26316 function prototype instead of void *.
26317 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26319 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26320 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26321 * gst/videofilter/make_filter: make use of tr portable
26322 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26324 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26328 Added Ukrainian translation (Maxim V. Dziumanenko)
26330 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26332 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26333 (gst_gsmdec_link), (gst_gsmdec_chain):
26334 Fix capsnego, simplify chain function slightly.
26335 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26338 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26340 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26341 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26342 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26343 Hack to make wavparse work with spider (always -> sometimes pad).
26344 Fixes #135862 && #140411.
26346 2004-04-18 Benjamin Otte <otte@gnome.org>
26348 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26349 (gst_osselement_rate_probe_check),
26350 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26351 get rid of \n in debug output
26353 2004-04-17 Iain <iain@prettypeople.org>
26355 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26358 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26360 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26361 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26362 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26363 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26364 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26365 (gst_id3_tag_change_state), (plugin_init):
26366 deprecate id3tag element and replace with id3demux/id3mux.
26367 great side effect: this ugly file is now even uglier, yay!
26368 * ext/mad/gstmad.h:
26369 remove non-available function
26370 update for new get_type
26372 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26375 require mpeg2dec >= 0.4.0
26377 2004-04-17 Benjamin Otte <otte@gnome.org>
26379 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26380 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26381 (gst_xvimagesink_set_xwindow_id):
26382 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26383 assorted cleanup fixes.
26385 2004-04-16 David Schleef <ds@schleef.org>
26387 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26388 * sys/xvimage/xvimagesink.h: same
26390 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26392 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26393 Fix GST_ELEMENT_ERROR with (NULL)
26395 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26397 * gst-libs/gst/riff/riff-media.c:
26398 (gst_riff_create_video_caps_with_data):
26399 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26401 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26403 * gst-libs/gst/riff/riff-media.c:
26404 (gst_riff_create_video_caps_with_data),
26405 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26406 (gst_riff_create_video_template_caps),
26407 (gst_riff_create_audio_template_caps):
26408 * gst-libs/gst/riff/riff-media.h:
26409 * gst-libs/gst/riff/riff-read.c:
26410 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26411 * gst-libs/gst/riff/riff-read.h:
26412 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26413 Add MS RLE support. I added some functions to read out strf chunks
26414 into strf chunks and the data behind it. This is usually color
26415 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26416 caps creation. Lastly, add ADPCM (similar to wavparse - which
26417 should eventually be rifflib based).
26418 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26419 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26420 * gst/matroska/matroska-demux.h:
26421 Remove placeholders for some prehistoric tagging system. Didn't add
26422 support for any tag system really anyway.
26423 * gst/qtdemux/qtdemux.c:
26424 Add support for audio/x-m4a (MPEG-4) through spider.
26425 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26426 (gst_wavparse_loop):
26427 ADPCM support (#135862). Increase max. buffer size because we
26428 cannot split buffers for ADPCM (screws references) and I've seen
26429 files with 2048 byte chunks. 4096 seems safe for now.
26431 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26433 * configure.ac: bump nano to 1
26435 === release 0.8.1 ===
26437 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26439 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26441 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26443 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26444 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26447 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26449 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26450 lower rank of dvddemux so that it's not used for mpeg playback.
26452 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26455 save libs correctly when checking mad
26457 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26459 * ext/mad/gstid3tag.c: (plugin_init):
26460 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26462 2004-04-13 David Schleef <ds@schleef.org>
26464 * common/m4/gst-feature.m4: Call -config scripts with
26465 --plugin-libs if it is supported.
26466 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26467 JPEG images are image/jpeg.
26468 * gst/debug/Makefile.am:
26469 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26470 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26471 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26472 (gst_negotiation_plugin_init): Add a property that acts like
26474 * testsuite/gst-lint: Move license checking to be a standard
26477 2004-04-13 David Schleef <ds@schleef.org>
26479 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26480 patch from Sebastien Cote (bug #139958)
26482 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26484 * examples/gstplay/Makefile.am:
26485 * examples/gstplay/player.c: (main):
26486 make the commandline player example use gconf settings
26488 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26490 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26491 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26492 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26493 init/end library during state transition, not object
26494 creation/disposal. get rid of custom dispose handler.
26497 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26499 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26502 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26504 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26505 Handle JUNK chunks inside data section. Prevents warnings.
26507 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26509 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26510 (gst_riff_create_video_template_caps):
26512 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26513 (gst_avi_demux_stream_data):
26514 Add support for "rec-list" chunks.
26516 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26518 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26519 Fix another codecname mismatch.
26521 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26523 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26524 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26525 so that MJPEG plays back.
26527 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26529 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26530 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26531 * gst/mpeg1videoparse/gstmp1videoparse.h:
26532 Fix for some slight mis-cuts in buffer parsing, and for some
26533 potential overflows or faults-causers. Adds disconts. Also fixes
26534 #139105 while we're at it.
26536 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26539 * sys/v4l2/gstv4l2element.h:
26540 Workaround for missing struct v4l2_buffer declaration in Suse 9
26541 and Mandrake 10 linux/videodev2.h header file (#135919).
26543 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26545 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26546 Bail out if no filename was given.
26548 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26550 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26551 (gst_v4l2_fourcc_from_structure):
26552 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26555 2004-04-09 Benjamin Otte <otte@gnome.org>
26557 * ext/gnomevfs/gstgnomevfssink.c:
26558 (_gst_boolean_allow_overwrite_accumulator),
26559 (gst_gnomevfssink_class_init):
26560 fix erase signal - if any handler returns false the file will not be
26561 overwritten. If no handler is connected, the file will not be
26562 overwritten either.
26563 renamed signal to "allow-overwrite"
26564 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26565 free string when adding it to ID3 failed
26566 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26567 unref event when done
26568 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26570 * gst/typefind/gsttypefindfunctions.c:
26571 (mpeg_video_stream_type_find):
26574 2004-04-08 David Schleef <ds@schleef.org>
26576 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26577 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26579 2004-04-08 David Schleef <ds@schleef.org>
26581 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26582 we don't support (bug #139532)
26584 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26586 * ext/mad/gstmad.c: (gst_mad_handle_event),
26587 (gst_mad_check_caps_reset), (gst_mad_chain),
26588 (gst_mad_change_state):
26589 only set explicit caps if they haven't been set before for
26590 this stream. MPEG-audio sample rate/channels aren't allowed
26591 to change in-stream.
26594 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26596 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26597 (_gst_boolean_did_something_accumulator),
26598 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26599 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26600 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26601 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26602 (gst_gnomevfssink_change_state):
26603 Fix erase signal. Don't erase by default. Remove handoff signal.
26604 Remove erase property. Don't segfault. General cleanup.
26606 2004-04-07 Benjamin Otte <otte@gnome.org>
26608 * gst-libs/gst/gconf/test-gconf.c: (main):
26609 add missing gst_init
26611 2004-04-07 Benjamin Otte <otte@gnome.org>
26613 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26614 free the mutexes, too
26616 2004-04-07 Benjamin Otte <otte@gnome.org>
26618 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26619 actually free the URI string
26620 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26621 compute offset correctly when passing discont events
26622 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26623 don't leak discont events
26624 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26625 add some missing breaks so caps aren't copied randomly
26626 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26627 if we realloc memory, we better use it
26629 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26631 * ext/mad/gstmad.c: (normal_seek):
26632 fix GST_FORMAT_TIME usage
26634 2004-04-05 David Schleef <ds@schleef.org>
26636 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26637 a deprecated function (hack!)
26639 2004-04-05 Benjamin Otte <otte@gnome.org>
26641 * ext/esd/esdmon.c: (gst_esdmon_get):
26642 fix nonterminated vararg and memleak
26644 2004-04-05 Benjamin Otte <otte@gnome.org>
26646 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26647 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26648 (gst_ladspa_set_property), (gst_ladspa_get_property),
26649 (gst_ladspa_instantiate), (gst_ladspa_activate),
26650 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26653 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26655 reviewed by Benjamin Otte <otte@gnome.org>
26657 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26658 check for broken LADSPA parameters (fixes #138635)
26660 2004-04-05 Benjamin Otte <otte@gnome.org>
26662 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26663 advertise buffer-frames correctly on sinkpads
26665 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26667 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26668 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26669 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26670 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26671 (gst_mad_check_caps_reset), (gst_mad_chain):
26672 add more debugging, only reset caps when we're not in error state
26674 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26676 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26678 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26680 reviewed by Benjamin Otte <otte@gnome.org>
26683 fix == in test(1) operator
26685 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26687 reviewed by Benjamin Otte <otte@gnome.org>
26690 fix --export-symblos-regex to a working regex.
26692 2004-04-04 Benjamin Otte <otte@gnome.org>
26694 * sys/oss/.cvsignore:
26697 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26699 reviewed by Benjamin Otte <otte@gnome.org>
26701 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26702 add missing 'new_media' argument (fixes #138168)
26703 * gst/matroska/matroska-demux.c:
26704 (gst_matroska_demux_handle_seek_event):
26705 add vararg terminator (fixes #138169)
26707 2004-04-02 David Schleef <ds@schleef.org>
26709 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26710 disted (bug #138914)
26712 2004-04-01 Benjamin Otte <otte@gnome.org>
26714 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26715 (gst_alsa_close_audio):
26716 handle case better where a soundcard can't pause
26717 * ext/ogg/gstoggdemux.c:
26718 don't crash when we get events but don't have pads yet
26720 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26722 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26723 throw an error if we couldn't probe any caps.
26725 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26727 * ext/dvdnav/gst-dvd:
26728 Add a really simple sample DVD player
26730 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26732 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26733 (gst_a52dec_push), (gst_a52dec_handle_event),
26734 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26735 (gst_a52dec_change_state):
26736 * ext/a52dec/gsta52dec.h:
26737 Use a debug category, Output timestamps correctly
26738 Emit tag info, Handle events, tell liba52dec about cpu
26739 capabilities so it can use MMX etc.
26740 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26741 Fix a crasher accessing invalid memory
26742 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26743 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26744 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26745 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26747 Some support for byte-format seeking.
26748 Small fixes for still frames and menu button overlays
26749 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26750 (gst_mpeg2dec_alloc_buffer):
26751 Use a debug category. Adjust the report level of several items to
26752 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26753 so it doesn't lose the GstBuffer pointer
26754 * gst/debug/Makefile.am:
26755 * gst/debug/gstdebug.c: (plugin_init):
26756 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26757 (gst_navseek_base_init), (gst_navseek_class_init),
26758 (gst_navseek_init), (gst_navseek_seek),
26759 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26760 (gst_navseek_get_property), (gst_navseek_chain),
26761 (gst_navseek_plugin_init):
26762 * gst/debug/gstnavseek.h:
26763 Add the navseek debug element for seeking back and forth in a
26764 video stream using arrow keys.
26765 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26766 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26767 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26768 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26769 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26770 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26771 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26772 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26773 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26774 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26775 * gst/mpeg2sub/gstmpeg2subt.h:
26776 Pretty much a complete rewrite. Now a loopbased element. May still
26777 require work to properly synchronise subtitle buffers.
26778 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26779 (gst_dvd_demux_send_subbuffer):
26780 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26781 Don't attempt to create subbuffers of size 0
26782 Reduce a couple of error outputs to warnings.
26783 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26784 (gst_y4mencode_chain):
26785 Output the y4m frame header correctly.
26787 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26789 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26790 throw errors instead of allowing SIGFPE
26792 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26794 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26795 (gst_gconf_render_bin_from_key):
26796 leak plugging and style fixing
26798 2004-03-31 David Schleef <ds@schleef.org>
26800 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26801 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26803 * gst/debug/Makefile.am:
26804 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26805 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26807 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26808 (gst_negotiation_base_init), (gst_negotiation_class_init),
26809 (gst_negotiation_init), (gst_negotiation_getcaps),
26810 (gst_negotiation_pad_link), (gst_negotiation_chain),
26811 (gst_negotiation_set_property), (gst_negotiation_get_property),
26812 (gst_negotiation_plugin_init): New element to talk about random
26813 negotiation things happening in a pipeline.
26815 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26817 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26818 fix integer addition with help of Stefan Kost
26820 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26822 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26824 2004-03-30 David Schleef <ds@schleef.org>
26826 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26827 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26828 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26830 * ext/mpeg2dec/gstmpeg2dec.h:
26832 2004-03-30 David Schleef <ds@schleef.org>
26834 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26836 2004-03-30 David Schleef <ds@schleef.org>
26838 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26839 Michael Petullo) to handle .mov
26841 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26843 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26844 (gst_osselement_rate_check_rate):
26845 probe caps correctly for sound cards that only support one format
26847 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26849 * ext/kio/kiosrc.cpp: (process_events):
26850 update handling event processing if inside KDE - untested
26852 2004-03-29 David Schleef <ds@schleef.org>
26854 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26855 by 2 to not interfere with other colorspaces.
26856 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26857 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26858 one to not interfere with ffmpeg_colorspace.
26860 2004-03-29 David Schleef <ds@schleef.org>
26862 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26863 aren't in the caps.
26864 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26865 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26867 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26869 * gst-libs/gst/riff/riff-media.c:
26870 fail on error, don't try to set stuff on NULL caps
26872 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26876 * ext/kio/Makefile.am:
26877 * ext/kio/kioreceiver.cpp:
26878 * ext/kio/kioreceiver.h:
26879 * ext/kio/kiosrc.cpp:
26880 * ext/kio/kiosrc.h:
26881 add experimental kiosrc plugin
26882 * ext/alsa/gstalsaplugin.c: (plugin_init):
26883 initialize debugging category only when we're sure registering the
26886 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26888 * examples/gstplay/player.c: (main):
26889 * gst-libs/gst/play/play.c: (gst_play_class_init),
26890 (gst_play_set_location), (gst_play_set_data_src),
26891 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26892 (gst_play_set_visualization), (gst_play_connect_visualization):
26893 check return values of element_set_state and return FALSE where
26896 2004-03-29 Benjamin Otte <otte@gnome.org>
26898 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26899 try harder to check if an event is really a discont
26901 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26903 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26906 2004-03-28 Benjamin Otte <otte@gnome.org>
26908 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26909 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26910 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26911 get rid of non-standard "..." ranges in case statements.
26913 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26915 * gst/mpegstream/gstmpegdemux.c:
26916 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26917 specific functionality split to the new dvddemux element.
26918 * gst/mpegstream/gstdvddemux.c:
26919 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26920 streams, derived from mpegdemux.
26921 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26922 up. SCR based timestamp rewriting can be turned off (will probably
26923 completely disappear soon).
26924 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26925 hacking. General cleanup. All printf statements replaced by
26926 debugging messages. Almost complete libdvdnav support.
26927 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26928 by events. New properties for audio and subpicture languages.
26929 (dvdnavsrc_update_highlight): Now uses events.
26930 (dvdnavsrc_user_op): Cleaned up.
26931 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26932 based). Lots of cleanup, and propper support for most libdvdnav
26934 (dvdnavsrc_make_dvd_event): New function.
26935 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26936 (dvdnavsrc_make_clut_change_event): New function.
26938 2004-03-26 Benjamin Otte <otte@gnome.org>
26940 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26941 fix bug where typefinding would claim it's theora whenever less then
26942 7 bytes of data were available
26944 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26946 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26947 (gst_alawdec_base_init), (gst_alawdec_class_init),
26948 (gst_alawdec_init), (gst_alawdec_chain):
26949 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26950 (gst_alawenc_base_init), (gst_alawenc_class_init),
26951 (gst_alawenc_init), (gst_alawenc_chain):
26952 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26953 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26954 (gst_mulawdec_init), (gst_mulawdec_chain):
26955 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26956 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26957 (gst_mulawenc_init), (gst_mulawenc_chain):
26958 Fix capsnego in all four, remove the unused property functions and
26959 simplify the chain functions slightly. I guess we could use macros
26960 or something similar for those, since the code is so similar, but
26961 I'm currently too lazy...
26963 2004-03-24 David Schleef <ds@schleef.org>
26965 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26966 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26967 (gst_osselement_get_format_structure),
26968 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26969 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26970 (gst_osselement_rate_int_compare): Add code to handle rate probing
26972 * sys/oss/gstosselement.h: same
26973 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26974 Use rate probing provided by osselement.
26975 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26977 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26979 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26980 (gst_xvidenc_get_property):
26983 2004-03-24 David Schleef <ds@schleef.org>
26985 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26986 (gst_speexdec_init):
26987 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26988 (gst_speexenc_init): Create the pad template correctly (from
26989 the static pad template, not a NULL pointer.)
26991 2004-03-25 Benjamin Otte <otte@gnome.org>
26993 * gst/debug/Makefile.am:
26994 * gst/debug/breakmydata.c:
26995 add element that quasi-randomly changes bytes in the stream.
26996 Intended use is robustness checking of demuxers and decoders in
26999 2004-03-24 Benjamin Otte <otte@gnome.org>
27001 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27002 (gst_alsa_probe_hw_params):
27003 * ext/alsa/gstalsa.h:
27004 debugging output fixes
27006 2004-03-24 Benjamin Otte <otte@gnome.org>
27008 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27009 don't g_return_if_fail if element is PLAYING, fail silently as every
27011 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27012 only fix needed for cast lvalue issues in gst-plugins
27013 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27016 2004-03-24 Benjamin Otte <otte@gnome.org>
27018 * gst/level/gstlevel.c: (gst_level_init):
27019 add proxying getcaps function, so level doesn't advertise impossible
27022 2004-03-24 David Schleef <ds@schleef.org>
27024 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27025 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27026 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27027 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27028 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27029 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27030 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27031 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27032 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27033 messages. Divide the chunk size by the compression ratio
27034 (needed for MACE audio)
27036 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27038 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27039 Fix buffer overflow read error.
27041 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27043 * ext/alsa/gstalsa.h:
27044 Remove unused entry.
27045 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27047 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27048 (gst_videodrop_link), (gst_videodrop_chain):
27049 Fix, sort of. Was horribly broken with new capsnego. Bah...
27051 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27053 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27055 Add a monkeysaudio typefind function
27057 2004-03-23 Johan Dahlin <johan@gnome.org>
27059 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27060 (gst_play_video_fixate): Check so the structure has the field
27061 before trying to fixate them, this makes it possible to have
27062 fakesinks for video and audio output without printing errors on
27063 the output console.
27065 2004-03-22 David Schleef <ds@schleef.org>
27067 * sys/oss/Makefile.am:
27068 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27069 (check_rate), (add_rate): Rate probing test app.
27071 2004-03-21 Benjamin Otte <otte@gnome.org>
27073 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27074 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27075 add a fixation function that pretty much does the right thing (fixes
27078 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27080 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27082 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27084 reviewed by: Benjamin Otte <otte@gnome.org>
27086 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27087 terminate gst_event_new_discontinuous correctly (fixes parts of
27090 2004-03-19 David Schleef <ds@schleef.org>
27092 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27093 since it doesn't depend on X, and it's part of our ABI.
27095 2004-03-19 Iain <iain@prettypeople.org>
27097 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27098 is_int in the structure, not the local variable.
27100 2004-03-19 David Schleef <ds@schleef.org>
27102 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27103 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27104 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27105 Improvements in caps negotiation.
27107 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27111 adding Afrikaans (Petri Jooste)
27113 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27115 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27116 (gst_ffmpegcolorspace_chain):
27117 throw error instead of g_critical (#137588)
27119 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27123 dist common and m4 correctly
27126 2004-03-17 David Schleef <ds@schleef.org>
27128 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27131 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27135 adding Swedish translation (Christian Rose)
27137 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27139 * Makefile.am: use release.mak
27141 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27143 * common/ChangeLog:
27144 * common/gst-autogen.sh:
27145 add some explanation about the version detection
27149 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27151 * configure.ac: bump nano to 1
27153 === release 0.8.0 ===
27155 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27157 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27159 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27162 update libtool version
27163 * gst-libs/gst/media-info/Makefile.am:
27164 actually use libtool version
27166 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27168 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27170 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27173 * gst-plugins.spec.in:
27174 * pkgconfig/Makefile.am:
27175 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27176 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27177 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27178 * pkgconfig/gstreamer-libs.pc.in:
27179 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27180 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27181 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27182 * pkgconfig/gstreamer-plugins.pc.in:
27183 remove @VERSION@ from some of the pc files since core and plugins
27185 created gstreamer-plugins.pc as it's a better name, but keeping
27186 -libs around for now to get fixes upstream done first.
27188 2004-03-15 Julien MOUTTE <julien@moutte.net>
27190 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27191 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27192 * gst-libs/gst/play/play.h:
27194 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27196 * *.c, *.cc: don't mix tabs and spaces
27198 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27200 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27201 use the new ffmpegcolorspace
27202 * gst-plugins.spec.in:
27203 package new colorspace and media-info
27205 * pkgconfig/Makefile.am:
27206 fix some more disting issues
27207 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27208 * pkgconfig/gstreamer-media-info.pc.in:
27209 generate media-info pc files
27211 2004-03-15 Johan Dahlin <johan@gnome.org>
27213 * *.h: Revert indenting
27215 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27218 adding ffmpegcolorspace element
27219 * gst/ffmpegcolorspace/Makefile.am:
27220 * gst/ffmpegcolorspace/avcodec.h:
27221 * gst/ffmpegcolorspace/common.h:
27222 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27223 * gst/ffmpegcolorspace/dsputil.h:
27224 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27225 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27226 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27227 (gst_ffmpeg_caps_to_pix_fmt):
27228 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27229 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27230 (gst_ffmpegcolorspace_caps_remove_format_info),
27231 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27232 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27233 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27234 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27235 (gst_ffmpegcolorspace_set_property),
27236 (gst_ffmpegcolorspace_get_property),
27237 (gst_ffmpegcolorspace_register):
27238 * gst/ffmpegcolorspace/imgconvert.c:
27239 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27240 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27241 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27242 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27243 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27244 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27245 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27246 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27247 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27248 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27249 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27250 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27251 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27252 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27253 (img_get_alpha_info), (deinterlace_line),
27254 (deinterlace_line_inplace), (deinterlace_bottom_field),
27255 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27256 * gst/ffmpegcolorspace/imgconvert_template.h:
27257 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27258 * gst/ffmpegcolorspace/mmx.h:
27259 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27260 adding ffmpegcolorspace element supplied by Ronald after cleaning
27261 up and pulling in the right bits of upstream source.
27262 I'm sure a better C/compiler wizard could do some cleaning up (for
27263 example use GLIB's malloc stuff), but as a first pass this
27266 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27268 * ext/alsa/gstalsa.h:
27269 I assume Ronald forgot to commit the change to have cardname
27270 as a struct member. Expect some public spanking at the next
27273 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27275 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27276 (gst_alsa_open_audio), (gst_alsa_close_audio):
27277 * ext/alsa/gstalsa.c:
27278 Don't open the device if we're a mixer (= padless).
27279 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27280 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27281 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27282 Open mixer during state change rather than during object
27283 initialization. Also, get a device name. Currently in a somewhat
27284 hackish fashion, but I didn't really find something better.
27286 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27288 * *.c, *.h: run gst-indent
27290 2004-03-14 Benjamin Otte <otte@gnome.org>
27292 * gst/modplug/gstmodplug.cc:
27293 * gst/modplug/gstmodplug.h:
27294 set correct timestamps on outgoing buffers
27296 2004-03-14 Benjamin Otte <otte@gnome.org>
27298 * gst/modplug/gstmodplug.cc:
27299 handle events - don't do crap when a discont arrives that's not
27301 This allows correct loading and playback of mods in Rhythmbox
27303 2004-03-14 Benjamin Otte <otte@gnome.org>
27306 * gst-libs/gst/gconf/Makefile.am:
27307 * pkgconfig/Makefile.am:
27308 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27309 they get rebuilt properly
27311 when checking for vorbis, try pkgconfig first.
27312 * gst/modplug/gstmodplug.cc:
27313 add fixate function
27315 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27317 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27318 Fix for obvious mistake, where we first shift the offset and then
27319 read a samplesize element assuming the old offset. Note that this
27320 part still has something weird, i.e. my movies containing those
27321 don't actually play well, but at least there's something that looks
27324 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27325 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27327 Add a typefind function for speex format
27329 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27331 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27332 (gst_asf_demux_setup_pad):
27333 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27334 instead of 0. Reason is simple: some elements have a fps range
27335 of 1-max instead of 0-max. So now ASF video actually works.
27337 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27341 adding serbian as a language
27343 2004-03-13 Benjamin Otte <otte@gnome.org>
27345 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27346 return taglist correctly from _get function, don't gst_pad_push it.
27349 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27350 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27352 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27354 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27355 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27356 (gst_alsa_mixer_track_new):
27357 * ext/alsa/gstalsamixertrack.h:
27358 Fix ancient leftovers... MixerTrack is a GObject.
27360 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27362 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27363 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27364 Don't block during probing...
27366 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27368 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27369 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27370 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27371 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27372 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27373 (gst_alsa_open_audio), (gst_alsa_close_audio):
27374 * ext/alsa/gstalsa.h:
27375 Add propertyprobe interface implementation, add some device-name
27376 property, all this so that it looks good in gnome-volume-control.
27378 2004-03-12 David Schleef <ds@schleef.org>
27380 * configure.ac: the Hermes library controls hermescolorspace, not
27382 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27383 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27385 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27386 * ext/sdl/sdlvideosink.h: ditto.
27387 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27389 2004-03-12 Benjamin Otte <otte@gnome.org>
27391 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27392 (gst_x_overlay_got_xwindow_id):
27393 * gst-libs/gst/xoverlay/xoverlay.h:
27394 replace XID with unsigned long to get rid of the xlibs dependency in
27395 XOverlay (fixes #137004)
27397 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27398 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27399 (gst_agingtv_setup):
27400 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27401 (gst_dicetv_base_init), (gst_dicetv_class_init),
27402 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27403 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27404 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27405 (gst_edgetv_setup), (gst_edgetv_rgb32):
27406 * gst/effectv/gsteffectv.c:
27407 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27408 (gst_quarktv_set_property):
27409 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27410 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27411 (gst_revtv_setup), (gst_revtv_rgb32):
27412 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27413 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27414 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27415 (gst_shagadelictv_rgb32):
27416 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27417 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27418 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27419 * gst/effectv/gstwarp.c:
27420 Port everything that can be ported to videofilter and fix up the caps.
27421 Can someone with a big-endian machine please check these?
27423 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27425 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27426 (gst_osssink_chain), (gst_osssink_change_state):
27427 Latest fixes for A/V sync, audio playback and such. This is about
27428 all... MPEG playback issues are mostly related to the async build-
27429 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27431 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27433 patch from: Stephane Loeuillet
27436 use pkg-config for some libraries, falling back to the old .m4 way
27441 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27444 * tools/Makefile.am:
27445 * tools/Makefile.in:
27446 * tools/gst-launch-ext-m.m:
27447 * tools/gst-launch-ext.1.in:
27448 * tools/gst-visualise-m.m:
27449 * tools/gst-visualise.1:
27450 * tools/gst-visualise.1.in:
27451 reorganizing generation of script tools
27453 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27455 * ext/divx/gstdivxdec.c:
27456 Downgrade priority. We prefer ffdec_mpeg4.
27457 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27458 (gst_faad_chain), (gst_faad_change_state):
27459 Fix capsnego. Doesn't work for some sounds because we don't have
27460 a 5:1 to stereo element.
27461 * ext/xvid/gstxvid.c: (plugin_init):
27463 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27464 (gst_osssink_change_state):
27465 Add discont handling.
27467 2004-03-09 Colin Walters <walters@verbum.org>
27469 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27472 2004-03-09 Benjamin Otte <otte@gnome.org>
27474 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27475 the signals take 2 arguments
27477 2004-03-09 David Schleef <ds@schleef.org>
27479 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27480 (gst_alsa_fixate): Add fixate function. (bug #136686)
27481 * ext/alsa/gstalsa.h:
27482 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27484 2004-03-09 Benjamin Otte <otte@gnome.org>
27486 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27487 (gst_mikmod_change_state):
27488 * ext/mikmod/gstmikmod.h:
27489 make mikmod's loop function not loop infinitely and call
27490 gst_element_yield anymore
27491 * gst/modplug/gstmodplug.cc:
27492 fix pad negotiation (fixes #136590)
27494 2004-03-09 David Schleef <ds@schleef.org>
27496 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27497 doesn't conflict with the internal colorspace plugin.
27498 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27499 satisfy the crappy-ass shell shipped by a certain vendor.
27500 * gst/videofilter/make_filter: same (bug #135299)
27502 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27504 * configure.ac: bump nano to 1
27506 === release 0.7.6 ===
27508 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27510 * configure.in: releasing 0.7.6, "There"
27512 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27514 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27515 * pkgconfig/gstreamer-play.pc.in:
27516 synchronize the two
27518 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27520 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27521 (cdparanoia_open), (cdparanoia_event):
27522 fix/add error handling
27524 add cdparanoia source
27525 * tools/Makefile.am:
27526 make scripts executable
27528 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27531 * ext/vorbis/Makefile.am:
27533 remove id3types, vorbisfile and xvideosink from the build (#133783)
27535 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27537 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27538 Fix metadata read crash (#136537).
27540 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27542 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27543 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27544 adding mime types, fixing the one-stop function
27546 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27548 * ext/nas/nassink.c and /ext/nas/nassink.h:
27549 More NAS love from Arwed von Merkatz
27550 So lets all sing 'Can you feel the NAS tonight'
27552 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27554 * tools/gst-launch-ext.in:
27555 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27557 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27559 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27560 (gst_mpeg2dec_init):
27561 remove the user_data pad for now, because it is being used in
27562 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27563 If someone knows how to fix this properly, please do.
27565 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27567 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27568 (gst_osssink_get_time):
27569 add a warning, IMO this won't get triggered anymore, remove later
27571 2004-03-07 David Schleef <ds@schleef.org>
27573 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27574 format (bug #136470)
27576 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27578 * gst-libs/Makefile.am:
27579 * gst-libs/gst/media-info/Makefile.am:
27580 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27581 (error_callback), (gst_media_info_error_create),
27582 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27583 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27584 * gst-libs/gst/media-info/media-info-priv.h:
27585 * gst-libs/gst/media-info/media-info-test.c: (main):
27586 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27587 (gst_media_info_class_init), (gst_media_info_instance_init),
27588 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27589 (gst_media_info_read_idler), (gst_media_info_read):
27590 * gst-libs/gst/media-info/media-info.h:
27591 fixed, should work now
27593 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27595 * ext/nas/nassink.c:
27596 A bunch of NAS fixes from Arwed von Merkatz
27598 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27600 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27601 (qtdemux_parse_trak):
27602 Fix crash (j might be greater than n_samples, in which case we're
27603 writing outside the allocated space for the array) and memleak.
27605 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27607 * sys/oss/gstosssink.c: (gst_osssink_chain):
27608 And another caller that couldn't handle delay < 0 (unsigned
27609 integer overflow). Video now continues playing on an audio
27610 buffer underrun, and the clock continues working. Audio still
27613 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27615 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27616 (gst_osssink_get_time):
27617 get_delay() may return values lower than 0. In those cases, we
27618 should not actually cast to *unsigned* int64, that will break
27619 stuff horribly. In my case, it screwed up A/V sync in movies
27620 in totem rather badly.
27622 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27624 * ext/faac/gstfaac.c: (gst_faac_chain):
27625 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27626 * ext/libpng/gstpngenc.c: (user_write_data):
27627 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27628 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27629 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27630 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27631 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27632 of any buffer), should fix some leaks. I hope I didn't unref buffers
27633 that shouldn't be...
27635 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27637 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27638 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27639 (error_callback), (gmi_reset), (gmi_seek_to_track),
27640 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27641 (gmip_find_type_post), (gmip_find_stream_post),
27642 (gmip_find_track_streaminfo_post):
27643 * gst-libs/gst/media-info/media-info-priv.h:
27644 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27645 (info_print), (main):
27646 * gst-libs/gst/media-info/media-info.c:
27647 (gst_media_info_error_create), (gst_media_info_error_element),
27648 (gst_media_info_instance_init), (gst_media_info_get_property),
27649 (gst_media_info_new), (gst_media_info_set_source),
27650 (gst_media_info_read_idler), (gst_media_info_read):
27651 * gst-libs/gst/media-info/media-info.h:
27652 first pass at making this work again. This seems to work on
27653 tagged ogg/vorbis and mp3 files.
27655 2004-03-06 Benjamin Otte <otte@gnome.org>
27657 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27658 fix huge leak: gst_buffer_merge doesn't unref the first argument
27661 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27663 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27664 report layer/mode/emphasis
27666 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27668 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27670 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27672 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27675 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27677 * ext/vorbis/vorbis.c: (plugin_init):
27678 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27679 (gst_vorbis_dec_init), (vorbis_dec_event):
27681 make vorbisdec handle _BYTE and _TIME queries
27683 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27685 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27686 from the xing header
27688 2004-03-06 Benjamin Otte <otte@gnome.org>
27690 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27691 (gst_audio_convert_link), (gst_audio_convert_change_state),
27692 (gst_audio_convert_buffer_from_default_format):
27693 do conversions from/to float correctly, fix some caps nego errors,
27694 export correct supported caps in template and getcaps, use correct
27695 caps in try_set_caps functions
27697 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27699 For some reason, I only committed a ChangeLog entry yesterday and
27700 not the corresponding code...
27701 * ext/mad/gstmad.c: Fix detection of Xing headers
27702 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27704 2004-03-06 Benjamin Otte <otte@gnome.org>
27706 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27707 (gst_ogg_demux_src_query):
27708 make sure to handle the case where there's no current chain
27711 2004-03-05 David Schleef <ds@schleef.org>
27713 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27714 Add fixate function. (bug #131128)
27715 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27716 (gst_sdlvideosink_fixate): Add fixate function.
27717 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27718 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27719 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27720 Fix missing break that was causing ulaw to be interpreted as
27723 2004-03-05 David Schleef <ds@schleef.org>
27725 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27726 Fix code that ignores return value of gst_buffer_merge().
27728 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27729 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27730 * testsuite/gst-lint: Check for above.
27732 2004-03-05 David Schleef <ds@schleef.org>
27734 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27735 caps and throw an element error. (bug #136334)
27737 2004-03-05 David Schleef <ds@schleef.org>
27739 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27740 (gst_faad_chain): Fix negotiation.
27741 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27742 key and button events.
27743 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27745 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27747 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27748 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27749 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27750 function to encourage better negotiation, particularly between
27751 audioconvert and osssink.
27752 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27753 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27755 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27757 * gst/vbidec/vbiscreen.c: Add glib header
27758 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27760 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27762 * ext/mad/gstmad.c: Fix detection of Xing headers
27763 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27765 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27767 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27768 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27771 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27773 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27774 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27775 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27776 files, and report the parsed length as a GST_TAG_DURATION tag.
27777 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27779 2004-03-05 Benjamin Otte <otte@gnome.org>
27781 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27782 convert channels correctly. convert correctly to unsigned.
27784 2004-03-05 Julien MOUTTE <julien@moutte.net>
27786 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27787 we have a window before clearing it.
27789 2004-03-05 Julien MOUTTE <julien@moutte.net>
27791 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27792 have a window before clearing it.
27794 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27796 * gconf/gstreamer.schemas.in:
27797 * gst-libs/gst/gconf/Makefile.am:
27798 version installation path the same way as for 0.6
27799 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27800 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27801 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27802 remove comment that was fixed
27804 2004-03-05 David Schleef <ds@schleef.org>
27806 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27807 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27808 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27809 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27810 Add prototype code for handling seeking and querying.
27812 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27814 * examples/gstplay/player.c: (main):
27815 Initialize variables to NULL. Prevents a segfault because the
27816 (uninitialized) variable is not NULL, resulting in a crash on
27817 trying to reach error->message.
27819 2004-03-05 Benjamin Otte <otte@gnome.org>
27821 * gst/audioconvert/gstaudioconvert.c:
27822 (gst_audio_convert_buffer_to_default_format):
27823 make float=>int conversion work correctly even in cornercases.
27825 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27827 * debian/README.Debian:
27828 * debian/build-deps:
27829 * debian/changelog:
27831 * debian/control.in:
27832 * debian/copyright:
27833 * debian/gstreamer-a52dec.files:
27834 * debian/gstreamer-aa.files:
27835 * debian/gstreamer-alsa.files:
27836 * debian/gstreamer-alsa.manpages:
27837 * debian/gstreamer-arts.files:
27838 * debian/gstreamer-artsd.files:
27839 * debian/gstreamer-audiofile.files:
27840 * debian/gstreamer-avifile.files:
27841 * debian/gstreamer-cdparanoia.files:
27842 * debian/gstreamer-colorspace.files:
27843 * debian/gstreamer-doc.files:
27844 * debian/gstreamer-dv.files:
27845 * debian/gstreamer-dvd.files:
27846 * debian/gstreamer-esd.files:
27847 * debian/gstreamer-festival.files:
27848 * debian/gstreamer-flac.files:
27849 * debian/gstreamer-gconf.conffiles:
27850 * debian/gstreamer-gconf.files:
27851 * debian/gstreamer-gconf.postinst:
27852 * debian/gstreamer-gnomevfs.files:
27853 * debian/gstreamer-gsm.files:
27854 * debian/gstreamer-http.files:
27855 * debian/gstreamer-jack.files:
27856 * debian/gstreamer-jpeg.files:
27857 * debian/gstreamer-mad.files:
27858 * debian/gstreamer-mikmod.files:
27859 * debian/gstreamer-misc.files:
27860 * debian/gstreamer-mpeg2dec.files:
27861 * debian/gstreamer-oss.files:
27862 * debian/gstreamer-plugin-apps.files:
27863 * debian/gstreamer-plugin-apps.manpages:
27864 * debian/gstreamer-plugin-libs-dev.files:
27865 * debian/gstreamer-plugin-libs.files:
27866 * debian/gstreamer-plugin-template.postinst:
27867 * debian/gstreamer-plugin-template.postrm:
27868 * debian/gstreamer-sdl.files:
27869 * debian/gstreamer-sid.files:
27870 * debian/gstreamer-vorbis.files:
27871 * debian/gstreamer-x.files:
27872 * debian/mk.control:
27874 Debian package info not maintained here.
27876 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27878 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27879 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27880 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27881 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27882 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27883 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27884 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27885 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27886 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27887 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27888 * gst-libs/gst/colorbalance/colorbalance.c:
27889 (gst_color_balance_class_init):
27890 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27891 (gst_color_balance_channel_class_init):
27892 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27893 * gst-libs/gst/play/play.c: (gst_play_class_init):
27894 * gst-libs/gst/propertyprobe/propertyprobe.c:
27895 (gst_property_probe_iface_init):
27896 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27897 * gst-libs/gst/tuner/tunerchannel.c:
27898 (gst_tuner_channel_class_init):
27899 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27900 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27901 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27902 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27903 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27904 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27905 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27906 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27907 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27908 fix signals to use - instead of _
27909 * ext/libcaca/gstcacasink.h:
27910 * ext/sdl/sdlvideosink.h:
27913 2004-03-04 David Schleef <ds@schleef.org>
27915 * testsuite/gst-lint: Add a check for bad signal names.
27917 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27919 reviewed by David Schleef
27921 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27922 modified the alpha channel and caused a warning. (bug #136192)
27924 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27926 * gst-plugins.spec.in:
27927 Change names of plugins to actually be correct. Try to keep things
27928 alphabetical to avoid getting beat up by Thomas
27930 2004-03-03 Julien MOUTTE <julien@moutte.net>
27932 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27933 Using ximagesink as a default if no gconf key found. We should
27934 probably consider using alsasink instead of osssink for the audio
27937 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27940 fix --with-plugins, don't think it ever worked before
27941 * gst-plugins.spec.in:
27944 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27946 * ext/sdl/sdlvideosink.h:
27947 * sys/ximage/ximagesink.h:
27948 * sys/xvideo/xvideosink.h:
27949 * sys/xvimage/xvimagesink.h:
27950 Fix for move of gstvideosink.h -> videosink.h.
27952 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27954 * gst-libs/gst/xwindowlistener/Makefile.am:
27955 this is a plugin library, not a library
27957 2004-03-01 David Schleef <ds@schleef.org>
27959 * AUTHORS: Added some names. Add yourself if you're still
27962 2004-03-01 David Schleef <ds@schleef.org>
27966 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27968 * gst-plugins.spec.in: clean up spec file
27970 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27972 * gst-libs/gst/video/Makefile.am:
27973 * gst-libs/gst/video/gstvideosink.c:
27974 * gst-libs/gst/video/gstvideosink.h:
27975 rename gstvideosink.h to videosink.h to match other headers
27976 * gst/mixmatrix/Makefile.am:
27977 fix plugin filename
27978 * gst/tags/Makefile.am: fix plugin filename
27980 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27982 * gst/tags/Makefile.am: fix plugin filename
27984 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27986 * examples/gstplay/player.c: (got_time_tick), (main):
27988 display time_tick more readably
27989 * gst/mixmatrix/Makefile.am:
27990 fix plugin file name
27992 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27994 * sys/oss/gstosselement.c: (gst_osselement_probe),
27995 (device_combination_append), (gst_osselement_class_probe_devices):
27996 * sys/oss/gstosselement.h:
27997 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27998 on my system using alsa oss emulation, fixes bug #135597
28000 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28002 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28003 (gst_videodrop_chain), (gst_videodrop_change_state):
28004 * gst/videodrop/gstvideodrop.h:
28005 Work based on timestamp of input data, not based on the expected
28006 framerate from the input. The consequence is that this element now
28007 not only scales framerates, but also functions as a framerate
28008 corrector or framerate stabilizer/constantizer.
28010 2004-02-27 David Schleef <ds@schleef.org>
28012 patches from jmmv@menta.net (Julio M. Merino Vidal)
28014 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28015 GST_ELEMENT_ERROR call (bug #135634)
28016 * gst/interleave/interleave.c: (interleave_buffered_loop),
28017 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28018 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28019 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28020 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28021 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28022 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28023 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28024 Fix GST_ELEMENT_ERROR call.
28025 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28026 GST_ELEMENT_ERROR call.
28028 2004-02-27 Benjamin Otte <otte@gnome.org>
28030 * gst-libs/gst/audio/audio.h:
28031 add macro to make sure header isn't included twice
28032 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28033 don't use gst_buffer_free
28034 * gst/playondemand/filter.func:
28035 don't use gst_data_free. Free data only once.
28037 2004-02-26 David Schleef <ds@schleef.org>
28039 * gst-libs/gst/colorbalance/Makefile.am:
28040 * gst-libs/gst/mixer/Makefile.am:
28041 * gst-libs/gst/tuner/Makefile.am:
28042 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28043 should not be disted, -marshal.h files should not be installed,
28044 and -enum.h files _should_ be installed. Fix to make this the
28047 === release 0.7.5 ===
28049 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28051 * configure.ac: release 0.7.5, "Under The Sea"
28053 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28055 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28056 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28057 * gst/videoscale/gstvideoscale.c:
28058 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28059 assorted debug/warning fixes
28061 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28063 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28064 (gst_videoscale_init), (gst_videoscale_chain),
28065 (gst_videoscale_set_property), (plugin_init):
28066 * gst/videoscale/gstvideoscale.h:
28067 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28068 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28069 (gst_videoscale_planar400), (gst_videoscale_packed422),
28070 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28071 (gst_videoscale_24bit), (gst_videoscale_16bit),
28072 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28073 (gst_videoscale_scale_plane_slow),
28074 (gst_videoscale_scale_point_sample),
28075 (gst_videoscale_scale_nearest),
28076 (gst_videoscale_scale_nearest_str2),
28077 (gst_videoscale_scale_nearest_str4),
28078 (gst_videoscale_scale_nearest_32bit),
28079 (gst_videoscale_scale_nearest_24bit),
28080 (gst_videoscale_scale_nearest_16bit):
28081 add debugging category and use it properly
28082 fix use of GST_PTR_FORMAT
28084 2004-02-25 Andy Wingo <wingo@pobox.com>
28086 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28087 push only when channel->buffer is NULL. Prevents segfaults doing
28088 the state change after a nonlocal exit, like a scheme exception.
28090 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28091 Handle the case where the intersected caps is empty.
28093 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28095 * gst/law/mulaw-decode.c: (mulawdec_link):
28096 * gst/law/mulaw.c: (plugin_init):
28097 fix mulawdec so it actually works again
28099 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28101 reviewed by: David Schleef <ds@schleef.org>
28103 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28104 (gst_gamma_init), (gst_gamma_set_property),
28105 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28106 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28107 for RGB, with separate r g and b correction factors. (#131167)
28109 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28111 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28112 only signal tags for bitrate if they're > 0 (#134894)
28114 2004-02-24 David Schleef <ds@schleef.org>
28116 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28117 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28118 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28119 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28120 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28121 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28122 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28123 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28124 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28125 category. Attempt to fix timestamp calculation.
28127 2004-02-24 Johan Dahlin <johan@gnome.org>
28129 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28131 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28134 * gconf/Makefile.am:
28135 * gconf/gstreamer.schemas:
28136 * gst-libs/gst/gconf/Makefile.am:
28137 * gst-libs/gst/gconf/gconf.c:
28138 version gconf schemas and install locations
28140 2004-02-23 Benjamin Otte <otte@gnome.org>
28142 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28143 (gst_xine_input_subclass_init):
28144 call parent dispose.
28145 change pad template for CD reader correctly
28146 * ext/xine/Makefile.am:
28147 * ext/xine/gstxine.h:
28148 * ext/xine/xine.c: (plugin_init):
28149 * ext/xine/xineaudiosink.c:
28150 wrap audio sinks, too
28151 * gst-libs/gst/resample/private.h:
28152 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28153 (gst_resample_reinit), (gst_resample_scale),
28154 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28155 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28156 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28157 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28158 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28159 * gst-libs/gst/resample/resample.h:
28160 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28161 (gst_audioscale_class_init), (gst_audioscale_link),
28162 (gst_audioscale_get_buffer), (gst_audioscale_init),
28163 (gst_audioscale_chain), (gst_audioscale_set_property),
28164 (gst_audioscale_get_property):
28165 * gst/audioscale/gstaudioscale.h:
28166 s/resample_*/gst_resample_*/i to not clobber namespaces
28168 2004-02-23 Julien MOUTTE <julien@moutte.net>
28170 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28171 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28172 (gst_riff_create_video_template_caps),
28173 (gst_riff_create_audio_template_caps),
28174 (gst_riff_create_iavs_template_caps):
28175 * gst-libs/gst/riff/riff-media.h:
28176 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28177 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28178 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28179 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28180 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28181 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28182 (gst_matroska_demux_plugin_init): First batch implementing audio and
28183 video codec tags in demuxers.
28185 2004-02-22 Benjamin Otte <otte@gnome.org>
28187 * ext/xine/Makefile.am:
28188 * ext/xine/gstxine.h:
28189 * ext/xine/xine.c: (plugin_init):
28190 * ext/xine/xineinput.c:
28191 add input plugin wrapper. Playback from files, http, mms and cdda
28193 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28194 remove leftover G_GNUC_UNUSED
28195 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28196 (gst_asf_demux_identify_guid):
28197 improve debugging output
28199 2004-02-22 Benjamin Otte <otte@gnome.org>
28201 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28204 replace test -e with test -x for mkinstalldirs to be more portable.
28207 2004-02-22 Benjamin Otte <otte@gnome.org>
28209 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28211 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28212 set rank to PRIMARY
28213 * gst/volume/gstvolume.c: (plugin_init):
28217 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28219 reviewed by Benjamin Otte <otte@gnome.org>
28221 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28222 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28224 2004-02-22 Benjamin Otte <otte@gnome.org>
28227 export [_]*{gst,Gst,GST}.* symbols from plugins
28229 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28231 reviewed by: Benjamin Otte <otte@gnome.org>
28233 * ext/lame/gstlame.c: (add_one_tag):
28234 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28235 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28236 (gst_vorbisenc_metadata_set1):
28237 * gst/tags/gstid3tag.c:
28238 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28239 apply fixes from bugs #135042 (lame can't write tags) and #133817
28240 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28242 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28244 * configure.ac: Export only gst_plugin_desc from plugins.
28245 Note that this change only makes any effect with Linux using libtool
28246 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28247 fine. And don't try to have several versions of libtool in different
28250 2004-02-20 Andy Wingo <wingo@pobox.com>
28252 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28253 interleave respectively.
28255 * gst/interleave/deinterleave.c: New plugin: deinterleave
28256 (replaces on oneton).
28257 * gst/interleave/interleave.c: New plugin: interleave.
28258 * gst/interleave/plugin.h: Support file.
28259 * gst/interleave/plugin.c: Support file.
28261 * configure.ac: Remove intfloat and oneton, add interleave.
28263 * ext/sndfile/gstsf.c: Handle events better.
28265 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28266 and float2int operation. int2float has scheduling problems as
28267 noted in in2float_chain.
28269 2004-02-20 Benjamin Otte <otte@gnome.org>
28271 * ext/xine/Makefile.am:
28272 * ext/xine/gstxine.h:
28274 * ext/xine/xineaudiodec.c:
28275 * ext/xine/xinecaps.c:
28276 add first version of xine plugin wrapper. Currently only wraps the
28277 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28280 add xine plugin wrapper, disabled by default. Use --enable-xine to
28281 build. Note that it'll segfault on gst-register if you don't remove
28282 the goom and tvtime post plugins from xine.
28283 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28284 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28285 add extradata parsing for QDM2.
28286 change around debugging prints.
28288 2004-02-19 Benjamin Otte <otte@gnome.org>
28290 * ext/lame/gstlame.c: (gst_lame_chain):
28291 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28292 use gst_tag_list_insert when you want to insert tags
28294 2004-02-18 David Schleef <ds@schleef.org>
28296 * configure.ac: Move massink to gst-rotten
28298 * ext/mas/Makefile.am:
28299 * ext/mas/massink.c:
28300 * ext/mas/massink.h:
28302 2004-02-18 David Schleef <ds@schleef.org>
28304 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28305 typefinding, since it seems to be worse than nothing.
28306 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28307 atom to recognize .mp4 and .m4a files as video/quicktime.
28309 2004-02-18 David Schleef <ds@schleef.org>
28311 * gst/sine/demo-dparams.c: (quit_live),
28312 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28313 Use double dparams, not float.
28314 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28315 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28316 sync'd elements don't really work correctly.
28317 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28318 (volume_update_volume), (volume_get_property): Change dparam
28321 2004-02-18 Julien MOUTTE <julien@moutte.net>
28323 * sys/ximage/ximagesink.c:
28324 (gst_ximagesink_xwindow_update_geometry),
28325 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28326 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28327 (gst_ximagesink_init): Rework the way software video scaling works. So
28328 now we check on each chain call if the video frames are feeling the
28329 window. If not we try to renegotiate caps. On failure we memorize that
28330 and we won't try again for that PLAYING sessions.
28331 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28336 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28338 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28339 break up _link so we can give a better debug message for errors
28341 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28343 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28344 set up debug category
28346 2004-02-18 Julien MOUTTE <julien@moutte.net>
28348 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28349 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28350 the way renegotiation work. The event handling function is not taking
28351 care of external windows and renegotiate method check for pad flags
28352 NEGOTIATING. Should fix : #133209
28354 2004-02-17 Julien MOUTTE <julien@moutte.net>
28356 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28357 pad is negotiating before trying renegotiation.
28359 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28361 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28362 pass on all possible mime types as typefind hints
28364 2004-02-17 Julien MOUTTE <julien@moutte.net>
28366 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28367 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28368 possible SHM leak if we crash. All other apps using XShm are doing
28371 2004-02-17 Julien MOUTTE <julien@moutte.net>
28373 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28374 (gst_ximagesink_expose): Renegotiate size on expose.
28375 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28378 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28380 * testsuite/alsa/sinesrc.c:
28381 cosmetic fix to fix compile issue with gcc 2.95.4
28383 2004-02-16 Julien MOUTTE <julien@moutte.net>
28385 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28386 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28387 failed opening the audio device.
28388 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28389 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28390 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28391 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28392 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28393 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28394 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28395 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28396 Removing some useless g_return_if_fail like wingo suggested.
28397 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28398 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28399 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28400 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28401 (gst_xvimagesink_update_colorbalance),
28402 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28403 (gst_xvimagesink_xcontext_clear),
28404 (gst_xvimagesink_get_fourcc_from_caps),
28405 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28406 (gst_xvimagesink_set_xwindow_id),
28407 (gst_xvimagesink_colorbalance_list_channels),
28408 (gst_xvimagesink_colorbalance_set_value),
28409 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28410 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28412 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28414 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28415 throw error when not negotiated instead of asserting
28417 2004-02-15 Julien MOUTTE <julien@moutte.net>
28419 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28420 correct data refcounting.
28422 2004-02-15 Julien MOUTTE <julien@moutte.net>
28424 * gst/switch/gstswitch.c: (gst_switch_change_state),
28425 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28426 change, mostly the EOS flag.
28428 2004-02-15 Julien MOUTTE <julien@moutte.net>
28430 * examples/gstplay/player.c: (got_eos), (main): Adding some
28431 output for debugging.
28432 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28433 timeouts if we go to any state different from PLAYING.
28434 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28435 more EOS bugs in riff lib.
28437 2004-02-14 Julien MOUTTE <julien@moutte.net>
28439 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28440 visualization until i find a way to fix switch correctly.
28441 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28443 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28444 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28445 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28446 Reworked switch to get a more correct behaviour with events and refing
28447 of data stored in sinkpads.
28448 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28449 we don't pull from a pad in EOS.
28451 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28453 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28454 remove v1 tag even if we can't read it (makes sure we don't detect
28457 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28459 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28460 (gst_alsa_xrun_recovery):
28461 * ext/alsa/gstalsa.h:
28462 try xrun recovery when wait failed. Make xrun recovery function
28463 return TRUE/FALSE to indicate success. (might fix #134354)
28465 2004-02-13 David Schleef <ds@schleef.org>
28467 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28468 (dynparm_value_changed), (main): Convert from float to double.
28469 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28471 2004-02-13 David Schleef <ds@schleef.org>
28473 * gst/silence/gstsilence.c: (gst_silence_class_init),
28474 (gst_silence_set_clock), (gst_silence_get),
28475 (gst_silence_set_property), (gst_silence_get_property):
28476 * gst/silence/gstsilence.h: Add sync property.
28477 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28478 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28479 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28480 * gst/sine/gstsinesrc.h: Add sync property.
28482 2004-02-13 David Schleef <ds@schleef.org>
28484 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28485 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28487 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28491 * gst-libs/ext/Makefile.am:
28492 move ffmpeg plugin to gst-ffmpeg module
28494 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28496 * configure.ac: use GST_ARCH to detect architecture
28498 2004-02-12 Julien MOUTTE <julien@moutte.net>
28500 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28502 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28504 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28505 classify LADSPA plugins based on number of src/sink pads
28506 (#133663, Stefan Kost)
28507 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28508 fix dparams registration
28509 (#133528, Stefan Kost)
28510 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28511 fix use of isprint and use g_ascii_isprint instead
28512 (#133316, Stefan Kost)
28514 2004-02-11 David Schleef <ds@schleef.org>
28516 Convert a few inner loops to use liboil. This is currently
28517 optional, and is only enabled if liboil is present (duh!).
28518 * configure.ac: Check for liboil-0.1
28519 * gst/intfloat/Makefile.am:
28520 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28521 (gst_int2float_chain_gint16):
28522 * gst/videofilter/Makefile.am:
28523 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28524 (tablelookup_u8), (gst_videobalance_planar411):
28525 * gst/videotestsrc/Makefile.am:
28526 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28527 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28528 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28529 (paint_hline_RGB565), (paint_hline_xRGB1555):
28531 2004-02-11 David Schleef <ds@schleef.org>
28533 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28534 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28535 (gst_colorspace_getcaps), (gst_colorspace_link),
28536 (gst_colorspace_base_init), (gst_colorspace_init),
28537 (gst_colorspace_chain), (gst_colorspace_change_state),
28538 (plugin_init): Merge Ronald's patch (bug #117897) and update
28539 for new caps and negotiation. Seems to work, although it
28540 shows off bugs in lcs.
28542 2004-02-11 David Schleef <ds@schleef.org>
28544 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28545 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28547 2004-02-11 David Schleef <ds@schleef.org>
28549 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28550 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28551 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28552 Add server and port properties
28554 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28559 * m4/as-liblame.m4:
28560 * m4/as-slurp-ffmpeg.m4:
28561 * m4/check-libheader.m4:
28568 * m4/gst-ivorbis.m4:
28569 * m4/gst-matroska.m4:
28571 * m4/gst-shout2.m4:
28579 fix underquotedness of macros (#133800)
28580 * m4/as-avifile.m4:
28582 removed because no longer used
28584 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28587 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28588 by autopoint (fixes #132996)
28590 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28592 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28593 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28594 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28595 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28598 2004-02-11 David Schleef <ds@schleef.org>
28600 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28601 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28602 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28603 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28604 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28605 (gst_jpegenc_class_init), (gst_jpegenc_init),
28606 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28607 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28608 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28609 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28611 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28613 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28614 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28615 * ext/mikmod/gstmikmod.h:
28616 fix caps negotiation in mikmod
28617 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28618 output debug information
28620 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28622 * gst-libs/gst/colorbalance/Makefile.am:
28623 * gst-libs/gst/navigation/Makefile.am:
28624 * gst-libs/gst/xoverlay/Makefile.am:
28625 remove unused GST_OPT_CFLAGS from Makefiles
28626 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28628 2004-02-07 David Schleef <ds@schleef.org>
28630 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28631 push events to pads that haven't been created (#133508)
28633 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28635 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28636 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28637 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28638 (gst_dvdec_loop), (gst_dvdec_change_state):
28639 Second attempt at committing a working dvdec element.
28641 2004-02-06 David Schleef <ds@schleef.org>
28643 Build fixes for OS X: (see #129600)
28644 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28645 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28646 (gst_riff_read_strf_iavs):
28647 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28648 (gst_avi_demux_stream_odml):
28649 * gst/playondemand/Makefile.am:
28650 * gst/rtp/rtp-packet.c:
28652 2004-02-05 David Schleef <ds@schleef.org>
28654 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28655 last change, because it Just Doesn't Compile.
28657 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28659 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28660 skip undecodable id3v2 tag instead of keeping it
28662 2004-02-05 David Schleef <ds@schleef.org>
28664 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28665 Unref leaked buffer. (Noticed by Ronald)
28667 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28669 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28670 Sync requires with other checks. >= vs =.
28672 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28674 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28675 (gst_dvdec_video_link), (gst_dvdec_loop):
28676 * ext/dv/gstdvdec.h:
28677 rework the caps negotiation so that dvdec works again instead
28678 of just segfaulting.
28680 === release 0.7.4 ===
28682 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28684 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28685 * configure.ac: changed for release
28687 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28689 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28690 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28691 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28692 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28693 reworked patch by David Lehn to fix libdir and includedir for
28694 uninstalled libraries
28695 removed play and gconf from gstreamer-libs since they have their
28696 own pkgconfig files
28698 2004-02-04 David Schleef <ds@schleef.org>
28700 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28703 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28705 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28706 use correct GST_TAG_ENCODER tag
28708 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28710 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28711 be sure to stop the clock when going to paused
28712 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28713 reset number of transmitted when going to ready.
28716 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28718 reviewed by Benjamin Otte
28720 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28721 extract track count (fixes #133410)
28723 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28725 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28726 that should be !=, not == (fixes #132519)
28728 2004-02-04 David Schleef <ds@schleef.org>
28730 Make sure set_explicit_caps() is called before adding pad.
28731 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28732 * gst/id3/gstid3types.c: (gst_id3types_loop):
28733 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28734 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28736 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28739 bump nano to 2, first prerelease
28740 put back AM_PROG_LIBTOOL
28742 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28744 * testsuite/alsa/Makefile.am:
28745 these are user test apps, not automatic testsuite tests
28747 2004-02-04 David Schleef <ds@schleef.org>
28749 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28750 * gst/mpeg1videoparse/gstmp1videoparse.c:
28751 (mp1videoparse_parse_seq):
28752 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28753 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28754 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28755 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28756 (gst_xvideosink_getcaps):
28757 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28758 * testsuite/gst-lint: more tests
28760 2004-02-04 David Schleef <ds@schleef.org>
28762 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28763 with the code that they would expand to.
28764 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28765 (gst_flacdec_get_src_query_types),
28766 (gst_flacdec_get_src_event_masks):
28767 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28768 (gst_gnomevfssrc_get_query_types),
28769 (gst_gnomevfssrc_get_event_mask):
28771 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28773 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28774 (gst_sinesrc_dispose):
28775 fix memleak by properly disposing sinesrc
28777 2004-02-04 Julien MOUTTE <julien@moutte.net>
28779 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28780 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28781 an overlay to redraw the image because it has been exposed.
28782 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28783 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28784 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28785 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28787 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28788 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28789 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28790 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28793 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28795 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28796 more memleak fixage
28798 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28800 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28801 * gst/typefind/gsttypefindfunctions.c:
28802 fix memleaks shown by gst-typefind
28804 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28806 * common/glib-gen.mak:
28807 add hack rule to touch .Plo files
28808 * gst-libs/gst/colorbalance/Makefile.am:
28809 * gst-libs/gst/mixer/Makefile.am:
28810 * gst-libs/gst/play/Makefile.am:
28811 * gst-libs/gst/tuner/Makefile.am:
28812 remove glib_root variable
28814 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28816 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28817 set explicit caps before adding the element, so the autopluggers can
28819 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28820 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28821 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28823 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28826 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28828 * gst-libs/gst/colorbalance/Makefile.am:
28829 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28830 * gst-libs/gst/colorbalance/colorbalance.c:
28831 * gst-libs/gst/colorbalance/colorbalance.h:
28832 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28833 * gst-libs/gst/mixer/Makefile.am:
28834 * gst-libs/gst/mixer/mixer-marshal.list:
28835 * gst-libs/gst/mixer/mixer.c:
28836 * gst-libs/gst/mixer/mixer.h:
28837 * gst-libs/gst/mixer/mixermarshal.list:
28838 * gst-libs/gst/play/Makefile.am:
28839 * gst-libs/gst/play/play.h:
28840 * gst-libs/gst/tuner/Makefile.am:
28841 * gst-libs/gst/tuner/tuner-marshal.list:
28842 * gst-libs/gst/tuner/tuner.c:
28843 * gst-libs/gst/tuner/tuner.h:
28844 * gst-libs/gst/tuner/tunermarshal.list:
28845 use new glib-gen.mak snippet to clean up Makefile.am
28846 fix various bugs in Makefile.am's
28848 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28850 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28851 handle chain parsing correctly in the multichain case
28852 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28853 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28854 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28855 (theora_dec_chain):
28856 handle events and queries correctly
28858 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28861 Ignore generated file _stdint.h.
28863 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28865 * gst-libs/gst/colorbalance/Makefile.am:
28866 * gst-libs/gst/colorbalance/colorbalance.h:
28867 * gst-libs/gst/mixer/Makefile.am:
28868 * gst-libs/gst/mixer/mixer.h:
28869 * gst-libs/gst/play/Makefile.am:
28870 * gst-libs/gst/play/play.h:
28871 * gst-libs/gst/tuner/Makefile.am:
28872 * gst-libs/gst/tuner/tuner.h:
28873 Generate enum type code with glib-mkenums.
28874 * gst-libs/gst/colorbalance/.cvsignore:
28875 * gst-libs/gst/mixer/.cvsignore:
28876 * gst-libs/gst/play/.cvsignore:
28877 * gst-libs/gst/tuner/.cvsignore:
28878 Ignore generated files.
28880 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28882 * gst-libs/gst/audio/.cvsignore:
28883 Ignore generated file.
28884 * gst-libs/gst/audio/Makefile.am:
28885 Do not install example filter.
28887 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28889 * examples/switch/.cvsignore:
28890 Ignore generated file.
28892 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28894 * common/m4/ax_create_stdint_h.m4:
28896 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28899 remove generated _stdint.h in DISTCLEANFILES
28900 * ext/a52dec/gsta52dec.c:
28901 include _stdint.h for a52dec. (should fix #133064)
28903 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28905 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28906 (gst_tag_to_vorbis_comments):
28907 Add replaygain support to vorbistag
28909 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28910 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28911 (gst_ffmpeg_caps_to_extradata):
28912 Fix SVQ3 caps flag properties
28913 Use glib macro for bytes swap
28915 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28917 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28918 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28919 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28920 * ext/sndfile/gstsf.c: (plugin_init):
28921 * gst/avi/gstavi.c: (plugin_init):
28922 * sys/dxr3/dxr3init.c: (plugin_init):
28923 * sys/oss/gstossaudio.c: (plugin_init):
28924 * sys/v4l/gstv4l.c: (plugin_init):
28925 * sys/v4l2/gstv4l2.c: (plugin_init):
28926 remove textdomain calls
28928 update Dutch translation
28930 2004-02-02 Julien MOUTTE <julien@moutte.net>
28932 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28933 (gst_play_set_audio_sink): Moving volume in the audio thread for
28934 instantaneous volume change. Maybe i will add another volume in front
28935 of visualization later, not sure yet though.
28937 2004-02-02 Julien MOUTTE <julien@moutte.net>
28939 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28940 (gst_ximagesink_handle_xevents): Better X events handling, only take
28941 the latest events for configure and motion.
28942 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28944 2004-02-02 Jon Trowbridge <trow@gnu.org>
28946 reviewed by: David Schleef <ds@schleef.org>
28949 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28950 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28952 2004-02-02 David Schleef <ds@schleef.org>
28954 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28956 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28957 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28958 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28959 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28960 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28961 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28962 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28963 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28964 (gst_float2_2_int_link):
28965 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28966 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28967 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28968 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28969 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28970 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28971 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28972 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28973 * testsuite/gst-lint: Add tests for bzero and ;;
28975 2004-02-02 David Schleef <ds@schleef.org>
28977 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28979 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28981 * ext/aalib/gstaasink.c: (gst_aasink_open):
28982 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28983 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28984 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28985 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28986 (gst_afsink_close_file):
28987 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28988 (gst_afsrc_close_file):
28989 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28990 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28991 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28992 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28993 * ext/esd/esdmon.c: (gst_esdmon_get):
28994 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28995 * ext/faac/gstfaac.c: (gst_faac_chain):
28996 * ext/faad/gstfaad.c: (gst_faad_chain):
28997 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28998 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28999 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29000 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29001 (gst_flacdec_loop):
29002 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29003 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29004 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29005 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29006 (gst_gnomevfssink_close_file):
29007 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29008 (gst_gnomevfssrc_open_file):
29009 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29010 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29011 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29012 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29013 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29014 * ext/mad/gstmad.c: (gst_mad_chain):
29015 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29016 * ext/mpeg2dec/gstmpeg2dec.c:
29017 * ext/mpeg2enc/gstmpeg2enc.cc:
29018 * ext/mplex/gstmplex.cc:
29019 * ext/mplex/gstmplexibitstream.cc:
29020 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29021 (gst_ogg_demux_push):
29022 * ext/raw1394/gstdv1394src.c:
29023 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29024 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29025 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29027 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29028 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29029 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29030 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29031 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29032 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29033 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29034 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29035 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29036 (gst_riff_read_element_data), (gst_riff_read_seek),
29037 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29038 * gst/adder/gstadder.c: (gst_adder_loop):
29039 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29040 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29041 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29042 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29043 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29044 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29045 * gst/goom/gstgoom.c: (gst_goom_chain):
29046 * gst/id3/gstid3types.c: (gst_id3types_loop):
29047 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29048 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29049 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29050 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29051 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29052 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29053 (gst_ebml_read_float), (gst_ebml_read_header):
29054 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29055 (gst_matroska_demux_parse_blockgroup):
29056 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29057 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29058 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29059 * gst/silence/gstsilence.c: (gst_silence_get):
29060 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29061 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29062 * gst/speed/gstspeed.c: (speed_loop):
29063 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29064 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29065 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29066 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29067 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29068 (gst_wavparse_loop):
29069 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29070 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29071 (dxr3audiosink_close):
29072 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29073 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29074 (dxr3videosink_close), (dxr3videosink_write_data):
29075 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29076 * sys/oss/gstosssink.c: (gst_osssink_chain):
29077 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29078 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29079 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29080 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29081 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29082 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29083 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29084 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29085 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29086 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29087 (gst_v4l_set_audio):
29088 * sys/v4l/v4l_calls.h:
29089 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29090 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29091 (gst_v4lmjpegsink_playback_init),
29092 (gst_v4lmjpegsink_playback_start):
29093 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29094 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29095 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29096 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29097 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29098 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29099 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29100 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29101 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29102 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29103 (gst_v4l2_get_output), (gst_v4l2_set_output),
29104 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29105 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29106 (gst_v4l2_set_attribute):
29107 * sys/v4l2/v4l2_calls.h:
29108 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29109 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29110 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29111 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29112 (gst_v4l2src_capture_stop):
29113 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29114 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29115 (gst_ximagesink_chain):
29116 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29117 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29118 (gst_xvideosink_xwindow_new):
29119 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29120 (gst_xvimagesink_chain):
29122 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29124 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29125 (gst_volume_get_volume), (volume_class_init), (volume_init),
29126 (volume_chain_int16), (volume_update_volume):
29127 * gst/volume/gstvolume.h:
29128 make code more readable by removing magic numbers
29129 make mixer interface export 0-100 range
29130 make it internally map to 0.0-1.0 range so users don't distort
29131 output by putting the sliders at full volume
29133 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29135 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29136 (gst_play_state_change), (gst_play_seek_to_time):
29137 block the tick callback for 0.5 secs after doing a seek
29139 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29141 * gst-libs/gst/play/play.c: (gst_play_new):
29144 2004-02-01 Julien MOUTTE <julien@moutte.net>
29146 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29147 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29148 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29149 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29150 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29151 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29153 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29156 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29157 check for a function added in vorbis 1.1
29159 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29161 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29162 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29163 really start/stop clock only on PLAYING <=> PAUSED
29164 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29165 remove \n from debugging lines
29166 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29167 make it work when seeking does not
29168 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29171 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29173 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29174 start clock on PAUSED=>PLAYING, not later
29175 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29176 extract correct time for different discont formats
29177 (gst_alsa_sink_get_time):
29178 don't segfault when no format is negotiated yet, just return 0
29179 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29180 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29181 (gst_ogg_pad_push):
29182 handle flush and discont events correctly
29183 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29184 handle discont events correctly
29186 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29188 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29189 (gst_play_error_create), (gst_play_error_plugin),
29190 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29191 * gst-libs/gst/play/play.h:
29192 add error handling during creation
29193 * examples/gstplay/player.c: (main):
29194 use new gst_play_new
29197 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29199 * ext/theora/theoradec.c: (theora_dec_chain):
29201 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29202 (vorbis_dec_src_event), (vorbis_dec_chain):
29203 add encoder tag, fix tag reading to be more error tolerant, change
29204 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29205 gst_pad_event_default.
29206 * gst/tags/gstvorbistag.c:
29207 (gst_tag_list_from_vorbiscomment_buffer):
29208 undefine function specific define at end of function
29210 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29212 * ext/flac/gstflac.c: (plugin_init):
29213 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29214 * ext/flac/gstflacdec.h:
29215 * ext/flac/gstflacenc.h:
29218 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29220 * examples/gstplay/player.c: s/gstplay.h/play.h/
29222 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29224 * gst-libs/gst/play/Makefile.am:
29225 * gst-libs/gst/play/gstplay.c:
29226 * gst-libs/gst/play/gstplay.h:
29227 * gst-libs/gst/play/play.c:
29228 more surgery, operation complete
29230 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29232 * gst-libs/gst/play/play.old.c:
29233 * gst-libs/gst/play/play.old.h:
29234 after CVS surgery by moving, remove
29235 * gst-libs/gst/play/playpipelines.c:
29238 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29239 add negotiation error
29241 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29243 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29244 (gst_ogg_demux_push):
29245 add some seeking debug info
29246 send a flush when seeking
29248 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29254 * ext/theora/Makefile.am:
29255 * ext/theora/theoradec.c:
29256 add theora video decoder. Does just do simple decoding for now and
29257 has been tested against Theora cvs only. It only works when theora
29258 is compiled with --enable-static.
29259 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29260 always reset packetno on DISCONT
29262 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29264 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29267 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29269 * gst/mpegaudioparse/gstmpegaudioparse.c:
29270 (mp3_type_frame_length_from_header):
29271 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29273 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29275 * ext/esd/esdsink.c: (gst_esdsink_init):
29276 Since we have static pad template caps, we don't need to negotiate;
29277 either the core errors out or we know the format.
29279 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29281 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29282 (gst_riff_read_seek):
29283 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29284 (gst_ebml_read_seek):
29285 Fix event handling.
29287 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29289 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29290 removee video/x-theora from vp3 decoder, it doesn't handle raw
29292 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29293 fix bug with finalizing element that never went to PAUSED
29294 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29295 length and position queries were swapped
29296 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29297 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29298 (vorbis_dec_src_event):
29299 implement querying time and bytes
29301 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29303 * just about every source file:
29304 gst_element_error -> GST_ELEMENT_ERROR
29306 2004-01-29 Julien MOUTTE <julien@moutte.net>
29308 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29309 emiting FLUSH and even before DISCONT.
29310 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29311 get the best instant seeking as possible yay!
29313 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29315 * gst/mpeg1videoparse/gstmp1videoparse.c:
29316 (gst_mp1videoparse_real_chain):
29317 Committed wrong version last week... Grr... Didn't notice until now.
29319 2004-01-29 Julien MOUTTE <julien@moutte.net>
29321 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29322 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29323 have_xwindow_id signal in xwindow_create.
29325 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29327 * ext/ogg/gstoggdemux.c:
29328 lots of changes - mainly support for chained bitstreams, seeking,
29329 querying and bugfixes of course
29330 * ext/vorbis/Makefile.am:
29331 * ext/vorbis/vorbisdec.c:
29332 * ext/vorbis/vorbisdec.h:
29333 add vorbisdec raw vorbis decoder
29334 * ext/vorbis/vorbis.c: (plugin_init):
29335 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29336 * gst/intfloat/Makefile.am:
29337 * gst/intfloat/float22int.c:
29338 * gst/intfloat/float22int.h:
29339 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29340 add float2intnew plugin. It converts multichannel interleaved float to
29341 multichannel interleaved int. The name should probably be changed.
29342 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29344 add typefinding for raw theora video so oggdemux can detect it.
29346 2004-01-28 Julien MOUTTE <julien@moutte.net>
29348 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29349 sink element first.
29350 * gst/videoscale/gstvideoscale.c:
29351 (gst_videoscale_handle_src_event): Fixing src event handler.
29353 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29355 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29356 (gst_v4lsrc_open), (gst_v4lsrc_close),
29357 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29358 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29359 * sys/v4l/gstv4lsrc.h:
29360 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29361 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29362 Implement resizing... Hack. But that's why v4l is b0rked...
29364 2004-01-28 Julien MOUTTE <julien@moutte.net>
29366 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29367 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29368 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29369 (gst_ximagesink_xwindow_destroy):
29370 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29371 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29372 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29373 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29374 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29375 correctly cleaning the image created to check xshm calls on succes,
29376 added a lot of XSync calls in X11 functions, and fixed a segfault when
29377 no image format was defined before negotiation happened.
29379 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29381 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29382 use gst_element_get_time to get correct time
29384 2004-01-28 Julien MOUTTE <julien@moutte.net>
29386 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29387 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29388 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29389 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29390 (gst_xvimagesink_check_xshm_calls),
29391 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29392 X plugins are now able to detect that XShm calls will fail even if the
29393 server claims that it has XShm support (remote displays most of the
29394 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29395 so that we use non XShm functions. This feature is almost useless for
29396 xvimagesink as Xv is not supported on remote displays anyway, but
29397 it might happen than even on the local display XShm calls fail.
29399 2004-01-27 David Schleef <ds@schleef.org>
29401 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29402 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29403 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29404 changed esdsink to only use 44100,16,2, since esd sucks at rate
29405 conversion and esdsink has had difficulty negotiating.
29407 2004-01-27 Julien MOUTTE <julien@moutte.net>
29409 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29410 (gst_play_seek_to_time): Fixing the way to get current position.
29412 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29414 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29415 use gst_element_get_time to get correct time
29417 2004-01-27 Julien MOUTTE <julien@moutte.net>
29419 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29420 fix ever... Inverting 2 lines of code make spider autoplug correctly
29423 2004-01-27 David Schleef <ds@schleef.org>
29425 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29426 Use gst_pad_try_set_caps_nonfixed().
29428 2004-01-27 David Schleef <ds@schleef.org>
29430 * gst/ac3parse/gstac3parse.c: update to checklist 5
29431 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29432 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29433 * gst/audioscale/gstaudioscale.c: same
29434 * gst/auparse/gstauparse.c: same
29435 * gst/avi/gstavidemux.c: same
29437 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29439 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29440 stop processing after EOS
29442 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29444 * gst/asfdemux/asfheaders.h:
29445 * gst/asfdemux/gstasfdemux.c:
29446 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29447 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29448 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29449 lot's of fixes to make data extraction simpler and get the code
29450 architecture and compiler independant. Add debugging category
29451 * gst/goom/gstgoom.c: (gst_goom_change_state):
29452 reset channel count on PAUSED=>READY, not READY=>PAUSED
29454 2004-01-26 Colin Walters <walters@verbum.org>
29456 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29457 code to pull a bigger buffer in iradio mode. This as a side effect
29458 makes typefinding work.
29460 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29462 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29463 Fix SVQ3 decoding on PPC
29465 2004-01-26 Julien MOUTTE <julien@moutte.net>
29467 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29468 that one managed to stay there... Fixed.
29470 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29472 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29473 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29474 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29475 (qtdemux_video_caps):
29476 * gst/qtdemux/qtdemux.h:
29477 Add SVQ3 specific flags to qtdemux and ffmpeg
29479 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29481 * gst-libs/gst/audio/audio.h:
29482 remove buffer-frames from audio caps
29483 * gst/audioconvert/gstaudioconvert.c:
29484 fix plugin to really work.
29486 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29488 * gst-libs/gst/mixer/mixer.c:
29489 * gst-libs/gst/propertyprobe/propertyprobe.c:
29490 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29491 (gst_tuner_find_channel_by_name):
29492 * gst-libs/gst/tuner/tuner.h:
29493 Add gtk-doc style comments. Also fix a function name.
29495 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29497 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29498 (gst_divxdec_negotiate):
29499 Fix for new capsnego - also fixes gst-player with divxdec.
29501 2004-01-25 Julien MOUTTE <julien@moutte.net>
29503 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29504 (gst_play_identity_handoff), (gst_play_set_location),
29505 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29506 try in visualization implementation. Still have an issue with switch
29507 blocking when pulling from video_queue and only audio comes out of
29509 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29510 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29511 release method. And check if the pad is usable before pulling.
29513 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29515 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29516 (gst_videobalance_init),
29517 (gst_videobalance_colorbalance_list_channels),
29518 (gst_videobalance_colorbalance_set_value),
29519 (gst_videobalance_colorbalance_get_value),
29520 (gst_videobalance_update_properties),
29521 (gst_videobalance_update_tables_planar411),
29522 (gst_videobalance_planar411):
29523 * gst/videofilter/gstvideobalance.h:
29524 Implement lookup-tables. +/- 10x faster.
29526 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29528 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29529 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29530 The index reading was broken. The rest worked fine, but the whole
29531 goal of my rewrite was to make avidemux readable, and this was
29532 not at all readable. Please use typed variables.
29534 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29536 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29537 Additional pad usability check.
29538 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29539 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29540 (gst_mp1videoparse_real_chain):
29541 Fix MPEG video stream parsing. The original plugin had several
29542 issues, including not timestamping streams where the source was
29543 not timestamped (this happens with PTS values in mpeg system
29544 streams, but MPEG video is also a valid stream on its own so
29545 that needs timestamps too). We use the display time code for that
29546 for now. Also, if one incoming buffer contains multiple valid
29547 frames, we push them all on correctly now, including proper EOS
29548 handling. Lastly, several potential segfaults were fixed, and we
29549 properly sync on new sequence/gop headers to include them in next,
29550 not previous frames (since they're header for the next frame, not
29551 the previous). Also see #119206.
29552 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29554 Move caps setting so we only do it after finding several valid
29555 MPEG-1 fraes sequentially, not right after the first one (which
29556 might be coincidental).
29557 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29558 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29560 Add unsynced MPEG video stream typefinding, and change some
29561 probability values so we detect streams rightly. The idea is as
29562 follows: I can have an unsynced system stream which contains
29563 video. In the current code, I would randomly get a type for either
29564 system or video stream type found, because the probabilities are
29565 being calculated rather randomly. I now use fixed values, so we
29566 always prefer system stream if that was found (and that is how it
29567 should be). If no system stream was found, we can still identity the stream as video-only.
29569 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29571 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29572 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29573 don't write to buffer. Extract data without the need of
29574 __attribute__ ((packed))
29576 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29578 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29579 (mpeg1_sys_type_find):
29580 Fix MPEG-1 stream typefinding.
29582 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29584 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29585 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29587 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29589 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29590 * ext/esd/gstesd.c: (plugin_init):
29591 private debugging, better error reporting
29593 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29595 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29596 (gst_riff_read_init), (gst_riff_read_change_state):
29597 * gst-libs/gst/riff/riff-read.h:
29598 Remove stuff fromold metadata system.
29600 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29602 * ext/ogg/gstoggdemux.c:
29603 Fix wrong file comment.
29604 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29605 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29606 Add metadata reading properly.
29608 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29611 Fix nas DIST_SUBDIRS
29613 Fix bug where make distcheck doesn't get run on adding stuff to
29616 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29618 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29619 * ext/divx/gstdivxdec.h:
29620 Fix divx3 ("msmpeg4") playback using divxdec.
29622 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29624 * gst/typefind/gsttypefindfunctions.c:
29625 (mp3_type_frame_length_from_header): fix bug in length computation
29626 (mp3_type_find): improve debugging output
29628 2004-01-23 Julien MOUTTE <julien@moutte.net>
29630 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29631 (gst_play_set_location), (gst_play_seek_to_time),
29632 (gst_play_set_audio_sink), (gst_play_set_visualization),
29633 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29634 the pipeline from scratch. Visualization is back and switch went out as
29635 i realized it was not possible to use the way i wanted.
29636 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29637 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29638 clearing in state change from READY to NULL. So that one can clean the
29639 X ressources keeping the element.
29640 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29641 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29642 (gst_xvimagesink_colorbalance_set_value),
29643 (gst_xvimagesink_colorbalance_get_value),
29644 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29645 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29646 change from READY to NULL and fixed some stupid bugs in colorbalance
29647 get/set values. Also added the following feature : when nobody tries to
29648 set some values to the colorbalance levels before the xcontext is
29649 grabbed, then when creating channels list from Xv attributes we set the
29650 internal values to the Xv defaults. This way we handle buggy Xv drivers
29651 that set default hue values far from the middle of the range (Thanks
29652 to Jon Trowbridge for pointing that issue).
29653 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29654 colorbalance levels have been set before xcontext is grabbed.
29656 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29658 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29659 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29660 it might block operations (which is bad for a mixer).
29662 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29664 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29665 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29666 (gmip_find_type_pre):
29667 * gst-libs/gst/media-info/media-info-priv.h:
29668 * gst-libs/gst/media-info/media-info.c:
29669 (gst_media_info_instance_init), (gst_media_info_read_idler):
29670 add fakesink to get caps on decoder src pad again
29671 fix callback prototype to match new have_type signal signature
29673 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29675 * gst/adder/gstadder.c: (gst_adder_link):
29676 fix non-compile and cut-n-paste code
29678 2004-01-21 David Schleef <ds@schleef.org>
29680 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29681 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29682 (gst_swfdec_init), (gst_swfdec_change_state):
29683 * ext/swfdec/gstswfdec.h:
29685 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29686 (gst_adder_request_new_pad): Fix negotiation.
29687 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29688 Add a fixate function.
29689 * gst/intfloat/gstfloat2int.c:
29690 * gst/intfloat/gstfloat2int.h:
29691 * gst/intfloat/gstint2float.c:
29692 * gst/intfloat/gstint2float.h:
29693 Completely rewrite the negotiation. Doesn't quite work yet,
29694 due to some buffer-frames problem.
29696 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29698 * ext/gnomevfs/gstgnomevfssrc.c:
29699 * sys/v4l2/v4l2_calls.h:
29700 fix includes for distcheck
29702 2004-01-21 Christian Schaller <uraeus@gnome.org>
29705 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29706 based on earlier patch from Laurent Vivier
29708 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29710 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29711 Fix wma caps property
29712 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29713 Fix typo (flags1 and flags2)
29715 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29717 * gst-libs/gst/media-info/media-info-priv.c:
29718 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29719 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29720 (gmip_find_stream), (gmip_find_track_metadata),
29721 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29722 (gmip_find_track_format):
29723 * gst-libs/gst/media-info/media-info-priv.h:
29724 * gst-libs/gst/media-info/media-info-test.c: (main):
29725 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29726 (gst_media_info_read_idler), (gst_media_info_read):
29727 * gst-libs/gst/media-info/media-info.h:
29728 register debugging category and use it for debugging
29730 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29732 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29733 (gst_vorbisfile_new_link):
29734 signal streaminfo through tags
29736 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29738 * ext/mplex/gstmplex.cc:
29739 * ext/mplex/gstmplexibitstream.cc:
29740 g++ doesn't like NULL in our i18n/error macros, should be
29741 either (NULL) or ("").
29743 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29745 * sys/dxr3/dxr3audiosink.c:
29746 * sys/dxr3/dxr3init.c:
29747 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29748 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29749 Fix more error error error errors (missing includes here).
29751 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29753 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29754 fix thomas' error errors.
29756 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29758 * ext/mpeg2enc/gstmpeg2enc.cc:
29761 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29763 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29764 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29765 Fix for new error system.
29767 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29769 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29770 fix for new error reporting
29772 2004-01-20 David Schleef <ds@schleef.org>
29774 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29775 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29776 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29777 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29778 and neither is 100+, most likely.
29779 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29780 (gst_xvimagesink_getcaps): same
29782 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29785 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29786 clashes with ffmpeg.
29788 2004-01-20 Julien MOUTTE <julien@moutte.net>
29790 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29791 (gst_switch_init): Fixed switch element : proxying link and setting
29792 caps from src to sink on request.
29794 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29796 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29797 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29798 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29801 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29803 * sys/v4l/v4l_calls.h:
29804 * sys/v4l2/v4l2_calls.h:
29805 element_error fixes
29807 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29809 * gst-libs/gst/gst-i18n-plugin.h:
29811 remove config.h inclusion
29813 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29816 adding autopoint invocation
29819 * gst-libs/gst/gettext.h:
29820 adding gettext bits
29821 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29822 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29823 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29824 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29825 (gst_gnomevfssink_close_file):
29826 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29827 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29828 * gst-libs/gst/gst-i18n-plugin.h:
29829 * gst/avi/gstavi.c: (plugin_init):
29830 * sys/dxr3/dxr3init.c: (plugin_init):
29831 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29832 * sys/oss/gstossaudio.c: (plugin_init):
29833 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29834 * sys/v4l/gstv4l.c: (plugin_init):
29835 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29836 * sys/v4l2/gstv4l2.c: (plugin_init):
29837 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29838 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29839 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29840 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29841 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29842 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29843 make sure locale and translation domain are set
29844 fix translated strings
29850 put translation files into place
29851 * sys/xvideo/imagetest.c: (main):
29852 * ext/dv/demo-play.c: (main):
29853 fix unnecessary translations
29855 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29857 * ext/sndfile/gstsf.c:
29858 * gst/avi/gstavimux.c:
29859 * ext/audiofile/gstafsink.c:
29860 * ext/audiofile/gstafsrc.c:
29861 * ext/gnomevfs/gstgnomevfssink.c:
29862 * ext/gnomevfs/gstgnomevfssrc.c:
29863 * sys/oss/gstosselement.c:
29864 * sys/v4l/v4l_calls.h:
29867 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29869 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29870 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29871 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29872 (gst_v4l2_get_output), (gst_v4l2_set_output),
29873 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29874 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29875 (gst_v4l2_set_attribute):
29876 update to new error handling
29878 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29880 * ext/sidplay/gstsiddec.cc:
29881 * gst/modplug/gstmodplug.cc:
29882 parenthese NULL because C++ seems angry about it
29884 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29886 * gst-libs/gst/gst-i18n-plugin.h:
29887 add skeleton i18n stuff, but needs to be further implemented
29889 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29891 * examples/gstplay/player.c: (main):
29892 * ext/aalib/gstaasink.c: (gst_aasink_open):
29893 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29894 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29895 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29896 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29897 (gst_afsink_close_file):
29898 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29899 (gst_afsrc_close_file):
29900 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29901 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29902 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29903 * ext/esd/esdmon.c: (gst_esdmon_get):
29904 * ext/esd/esdsink.c: (gst_esdsink_chain):
29905 * ext/faac/gstfaac.c: (gst_faac_chain):
29906 * ext/faad/gstfaad.c: (gst_faad_chain):
29907 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29908 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29909 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29910 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29911 (gst_flacdec_loop):
29912 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29913 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29914 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29915 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29916 (gst_gnomevfssink_close_file):
29917 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29918 (gst_gnomevfssrc_open_file):
29919 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29920 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29921 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29922 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29923 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29924 * ext/mad/gstmad.c: (gst_mad_chain):
29925 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29926 * ext/mpeg2dec/gstmpeg2dec.c:
29927 * ext/mpeg2enc/gstmpeg2enc.cc:
29928 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29929 * ext/mplex/gstmplex.cc:
29930 * ext/mplex/gstmplexibitstream.cc:
29931 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29932 (gst_ogg_demux_push), (gst_ogg_pad_push):
29933 * ext/raw1394/gstdv1394src.c:
29934 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29935 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29936 * ext/sidplay/gstsiddec.cc:
29937 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29939 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29940 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29941 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29942 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29943 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29944 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29945 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29946 * gst-libs/gst/Makefile.am:
29947 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29948 (gst_riff_read_element_data), (gst_riff_read_seek),
29949 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29950 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29951 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29952 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29953 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29954 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29955 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29956 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29957 * gst/goom/gstgoom.c: (gst_goom_chain):
29958 * gst/id3/gstid3types.c: (gst_id3types_loop):
29959 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29960 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29961 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29962 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29963 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29964 (gst_ebml_read_float), (gst_ebml_read_header):
29965 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29966 (gst_matroska_demux_parse_blockgroup):
29967 * gst/modplug/gstmodplug.cc:
29968 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29969 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29970 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29971 * gst/silence/gstsilence.c: (gst_silence_get):
29972 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29973 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29974 * gst/speed/gstspeed.c: (speed_loop):
29975 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29976 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29977 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29978 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29979 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29980 (gst_wavparse_loop):
29981 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29982 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29983 (dxr3audiosink_close):
29984 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29985 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29986 (dxr3videosink_close), (dxr3videosink_write_data):
29987 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29988 * sys/oss/gstosselement.h:
29989 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29990 (gst_osssink_chain):
29991 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29992 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29993 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29994 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29995 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29996 (gst_v4l_enable_overlay):
29997 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29998 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29999 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30000 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30001 (gst_v4l_set_audio):
30002 * sys/v4l/v4l_calls.h:
30003 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30004 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30005 (gst_v4lmjpegsink_playback_init),
30006 (gst_v4lmjpegsink_playback_start):
30007 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30008 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30009 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30010 (gst_v4lmjpegsrc_requeue_frame):
30011 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30012 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30013 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30014 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30015 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30016 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30017 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30018 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30019 (gst_v4l2src_capture_stop):
30020 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30021 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30022 (gst_ximagesink_chain):
30023 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30024 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30025 (gst_xvideosink_xwindow_new):
30026 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30027 (gst_xvimagesink_chain):
30028 use new error signal, function and categories
30030 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30034 * ext/musicbrainz/gsttrm.c:
30035 * ext/musicbrainz/gsttrm.h:
30036 * ext/musicbrainz/Makefile.am:
30039 2004-01-18 Julien MOUTTE <julien@moutte.net>
30041 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30042 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30043 synchronous property for debugging.
30044 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30045 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30046 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30047 smaller block, fixing indent.
30049 2004-01-16 David Schleef <ds@schleef.org>
30051 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30052 property affects the video stream.
30053 * sys/xvimage/xvimagesink.c:
30054 * sys/xvimage/xvimagesink.h:
30055 Add synchronous property for debugging. Should probably be
30056 disabled in non-CVS builds. Make sure that the Xv attribute
30057 exists before we set it (crash!). Fix a silly float bug that
30058 caused colorbalance to just not work.
30060 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30062 * tools/gst-launch-ext.in - update for new plugins
30064 2004-01-16 David Schleef <ds@schleef.org>
30066 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30067 already-freed caps.
30069 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30071 * Update spec for new colorspace plugin and libcaca plugin
30072 * Fix compilation of libcaca plugin (clock -> id)
30074 2004-01-16 Julien MOUTTE <julien@moutte.net>
30076 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30077 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30078 (gst_xvimagesink_set_xwindow_id),
30079 (gst_xvimagesink_colorbalance_set_value),
30080 (gst_xvimagesink_colorbalance_get_value),
30081 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30082 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30083 correct colorbalance properties. They can now be set when the element
30084 is still in NULL state. The values will be committed to the Xv Port
30085 when xcontext is initialized.
30086 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30087 brightness int values in the GstXvImagesink structure.
30089 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30091 * gst-libs/gst/Makefile.am:
30092 restructure so having local patches works easier.
30094 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30096 * ext/mpeg2enc/Makefile.am:
30097 * ext/mpeg2enc/gstmpeg2enc.cc:
30098 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30099 Bugfix with respect to EOS handling.
30101 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30103 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30104 Link with right caps (else, it segfaults).
30105 * ext/mplex/gstmplexjob.cc:
30106 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30108 2004-01-15 David Schleef <ds@schleef.org>
30110 * gst-libs/gst/audio/Makefile.am:
30111 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30113 * gst-libs/gst/audio/gstaudiofilter.c:
30114 * gst-libs/gst/audio/gstaudiofilter.h:
30115 Add bytes_per_sample and size and n_samples calculation.
30116 * gst-libs/gst/audio/gstaudiofilterexample.c:
30117 Remove, now autogenerated.
30118 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30119 Moved from gstaudiofilterexample, object name changed, code added
30120 so that it actually works.
30121 * gst-libs/gst/audio/make_filter:
30122 Script to build an audiofilter subclass from the template.
30123 * gst/colorspace/Makefile.am:
30124 * gst/colorspace/yuv2yuv.c:
30125 Remove file, since it's GPL, and we don't use it.
30127 2004-01-15 Julien MOUTTE <julien@moutte.net>
30129 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30130 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30131 them use the buffer free function to test how the buffer was allocated.
30133 2004-01-15 David Schleef <ds@schleef.org>
30135 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30136 that handles osssink fallback.
30137 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30138 (gst_audio_convert_getcaps):
30139 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30140 Add audio/x-qdm2 for QDM2 audio.
30141 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30142 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30143 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30144 Decrease minimum size to 16x16.
30145 * gst/wavparse/gstwavparse.c:
30146 Convert disabled pad template caps to new caps.
30147 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30149 (gst_xvimagesink_chain): Throw element error when display cannot
30150 be opened. Increase minimum framerate to 1.0. Check the data
30151 free function on a buffer to make sure it is the type we expect
30152 before manipulating it.
30154 2004-01-15 Julien MOUTTE <julien@moutte.net>
30156 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30157 (gst_videobalance_colorbalance_set_value): Implement passthru if
30158 settings are in the middle.
30159 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30161 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30163 * gst/videofilter/Makefile.am:
30164 * gst/volume/Makefile.am:
30165 Since we use videofilter symbols, link to it.
30167 2004-01-15 Julien MOUTTE <julien@moutte.net>
30169 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30170 mixer interface type to HARDWARE.
30171 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30173 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30174 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30175 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30176 (gst_volume_interface_init), (gst_volume_list_tracks),
30177 (gst_volume_set_volume), (gst_volume_get_volume),
30178 (gst_volume_set_mute), (gst_volume_mixer_init),
30179 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30180 (volume_init): Implementing mixer interface.
30181 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30182 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30183 (gst_osselement_change_state): Removing some trailing commas in
30185 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30186 interface type to HARDWARE.
30187 * sys/v4l/gstv4lcolorbalance.c:
30188 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30190 * sys/v4l2/gstv4l2colorbalance.c:
30191 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30192 interface type to HARDWARE.
30193 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30194 same code than ximagesink for event handling.
30196 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30198 * ext/snapshot/Makefile.am:
30199 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30200 (gst_snapshot_chain):
30201 * ext/snapshot/gstsnapshot.h:
30202 This has to be a joke... Snapshot should be connected to a tee,
30203 colorspace element before it and EOS after that, where the other
30204 src of the tee receives normal data.
30205 The current way is *wrong*.
30207 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30209 * ext/hermes/gsthermescolorspace.c:
30210 Fix another compile error. Same as below.
30212 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30214 * gst/colorspace/gstcolorspace.c:
30215 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30216 (gst_colorspace_i420_to_yv12):
30217 Fix compiling... Didn't test if it actually works.
30219 2004-01-15 David Schleef <ds@schleef.org>
30222 * gst/colorspace/Makefile.am:
30223 * gst/colorspace/gstcolorspace.c:
30224 * gst/colorspace/gstcolorspace.h:
30225 * gst/colorspace/yuv2rgb.c:
30226 * gst/colorspace/yuv2rgb.h:
30227 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30228 code and GPL code. Fix for new caps negotiation. Rewrite
30229 much of the format handling code, and some of the conversion
30230 code. Basically, rewrote almost everything. This element
30231 handles I420, YV12 to RGB conversions.
30232 * ext/hermes/Makefile.am:
30233 * ext/hermes/gsthermescolorspace.c:
30234 Rename colorspace to hermescolorspace. Fix negotiation issues.
30235 Remove non-Hermes related code. This element handles lots of
30236 RGB to RGB conversions, but no YUV.
30237 * ext/hermes/gstcolorspace.c:
30238 * ext/hermes/gstcolorspace.h:
30239 * ext/hermes/rgb2yuv.c:
30240 * ext/hermes/yuv2rgb.c:
30241 * ext/hermes/yuv2rgb.h:
30242 * ext/hermes/yuv2rgb_mmx16.s:
30243 * ext/hermes/yuv2yuv.c:
30244 * ext/hermes/yuv2yuv.h:
30247 2004-01-14 Colin Walters <walters@verbum.org>
30249 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30250 they've already been.
30252 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30254 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30255 assume tag mode when pad is not connected
30257 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30259 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30260 Don't update the time of the clock
30261 (gst_alsa_sink_loop):
30262 sync to the clock given to alsasink, not the own clock
30263 * sys/oss/gstosssink.c: (gst_osssink_chain):
30265 (gst_osssink_change_state):
30267 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30268 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30269 remove bogus code that made DISCONT events unhandled
30270 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30271 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30273 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30274 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30275 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30276 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30277 2nd warning in bug #131502)
30279 2004-01-14 Julien MOUTTE <julien@moutte.net>
30281 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30282 (gst_videobalance_colorbalance_set_value),
30283 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30284 for colorbalance interface implementation.
30285 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30286 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30287 (gst_ximagesink_dispose), (gst_ximagesink_init),
30288 (gst_ximagesink_class_init): Adding DISPLAY property.
30289 * sys/ximage/ximagesink.h: Adding display_name to store display.
30290 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30291 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30292 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30293 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30294 properties (they still need polishing though for gst-launch use : no
30295 xcontext yet, i ll do that tomorrow).
30296 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30298 2004-01-14 Julien MOUTTE <julien@moutte.net>
30300 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30301 (gst_play_set_location), (gst_play_set_visualization): Preparing
30302 switch integration, adding videobalance in the pipeline.
30304 2004-01-14 Julien MOUTTE <julien@moutte.net>
30306 * gst-libs/gst/colorbalance/colorbalance.c:
30307 (gst_color_balance_class_init): Adding a default type.
30308 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30310 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30311 (gst_videobalance_dispose), (gst_videobalance_class_init),
30312 (gst_videobalance_init), (gst_videobalance_interface_supported),
30313 (gst_videobalance_interface_init),
30314 (gst_videobalance_colorbalance_list_channels),
30315 (gst_videobalance_colorbalance_set_value),
30316 (gst_videobalance_colorbalance_get_value),
30317 (gst_videobalance_colorbalance_init): Implementing colorbalance
30319 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30321 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30322 bug which was triggering a BadAccess X error when setting an overlay
30323 before pad was really negotiated.
30324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30325 Using the colorbalance type macro.
30327 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30329 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30330 (gst_flacenc_chain):
30331 handle tags correctly
30332 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30333 extract ID3v1 tags correctly
30335 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30337 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30339 Improve matroska typefinding for odd-typed headers...
30341 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30343 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30344 Fix for using incremental number on padnames.
30346 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30348 * ext/divx/gstdivxdec.c:
30349 * ext/divx/gstdivxenc.c:
30350 Set category to divx4linux instead of divx (too generic).
30351 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30352 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30353 (gst_wavparse_loop), (gst_wavparse_change_state):
30354 * gst/wavparse/gstwavparse.h:
30355 fix parsing of WAV files with non-standard fmt-tag size and fix
30356 skipping of unrecognized chunks... Someone please fix this thing
30357 to use rifflib so all this is automated.
30358 * sys/v4l/Makefile.am:
30359 * sys/v4l2/Makefile.am:
30360 Add X_CFLAGS because we depend on X (for overlay).
30362 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30364 * ext/mpeg2dec/gstmpeg2dec.c:
30365 Don't issue a timestamp unless we tagged the frame
30368 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30370 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30371 Query the audio element to get the time, not the clock. We're
30372 interested in the element's time here.
30374 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30376 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30377 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30378 * ext/esd/esdsink.c: (gst_esdsink_chain):
30379 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30380 * ext/mas/massink.c: (gst_massink_chain):
30381 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30382 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30383 (gst_matroska_demux_parse_metadata):
30384 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30385 (gst_mpeg_parse_release_locks):
30386 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30387 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30388 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30389 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30390 (gst_osssink_change_state):
30391 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30392 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30393 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30394 (gst_xvideosink_release_locks):
30395 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30397 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30398 (gst_alsa_clock_stop):
30399 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30400 (gst_audio_clock_get_internal_time):
30401 simplify for use with new clocking code.
30402 * testsuite/alsa/Makefile.am:
30403 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30404 fix testsuite for new caps system
30406 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30408 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30409 * ext/flac/gstflacenc.c: (add_one_tag):
30410 length is already host endian, no need to convert. Fixes playback of
30411 tagged files on PPC. (bug #128384)
30413 2004-01-13 Julien MOUTTE <julien@moutte.net>
30415 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30416 colorbalance interface stating if it is hardware based or software
30418 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30419 Removing a trailing comma.
30420 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30421 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30422 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30423 the documentation seems to be wrong on the -1000 to 1000 interval.
30425 2004-01-12 David Schleef <ds@schleef.org>
30427 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30428 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30429 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30430 Fix negotiation. Add a bufferalloc function for the sink pad,
30431 and generally clean up some of the code.
30433 2004-01-12 Julien MOUTTE <julien@moutte.net>
30435 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30436 (gst_color_balance_channel_dispose): Adding safety check in dispose
30438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30439 (gst_xvimagesink_xcontext_clear),
30440 (gst_xvimagesink_interface_supported),
30441 (gst_xvimagesink_colorbalance_list_channels),
30442 (gst_xvimagesink_colorbalance_set_value),
30443 (gst_xvimagesink_colorbalance_get_value),
30444 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30445 Adding colorbalance interface support to set XV parameters such as
30446 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30447 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30450 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30452 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30453 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30454 (gst_audio_convert_init), (gst_audio_convert_set_property),
30455 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30456 (gst_audio_convert_link),
30457 (gst_audio_convert_buffer_to_default_format),
30458 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30459 - implement _getcaps and use it
30461 - remove float caps since no float conversion is actually done
30462 - remove properties and arguments that were to be used for rate
30465 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30467 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30468 (gst_audio_structure_set_int):
30469 * gst-libs/gst/audio/audio.h:
30470 add helper functions for _getcaps matching the standard audio
30473 2004-01-12 David Schleef <ds@schleef.org>
30475 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30476 Test that pad is negotiated before getting its caps.
30478 2004-01-12 Julien MOUTTE <julien@moutte.net>
30480 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30481 analyzing the pads of an element the bin is mostly in READY state so
30482 no caps were negotiated. This helper function needs to work with
30483 _get_caps directly then. I was not freeing them though, added that to
30486 2004-01-12 Julien MOUTTE <julien@moutte.net>
30488 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30489 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30490 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30491 than the free_func.
30493 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30495 * sys/oss/gstossaudio.c: (plugin_init):
30496 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30497 * sys/oss/gstosselement.h:
30498 make an oss debugging category
30499 make failure more descriptive
30501 2004-01-11 David Schleef <ds@schleef.org>
30503 * ext/ffmpeg/gstffmpeg.c:
30504 * ext/ffmpeg/gstffmpegcodecmap.c:
30505 * ext/ffmpeg/gstffmpegdec.c:
30506 * ext/ffmpeg/gstffmpegenc.c:
30507 * ext/ffmpeg/gstffmpegprotocol.c:
30508 * ext/gdk_pixbuf/gstgdkanimation.c:
30509 * ext/jpeg/gstjpeg.c:
30510 * ext/libpng/gstpng.c:
30511 * ext/mpeg2dec/perftest.c:
30512 * ext/speex/gstspeex.c:
30513 * gst-libs/gst/resample/dtos.c:
30514 * gst/intfloat/gstintfloatconvert.c:
30515 * gst/oneton/gstoneton.c:
30516 * gst/rtjpeg/RTjpeg.c:
30517 * gst/rtp/gstrtp.c:
30518 * sys/dxr3/dxr3init.c:
30519 * sys/glsink/gstgl_nvimage.c:
30520 * sys/glsink/gstgl_pdrimage.c:
30521 * sys/glsink/gstglsink.c:
30522 * testsuite/gst-lint:
30523 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30525 2004-01-11 David Schleef <ds@schleef.org>
30527 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30528 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30529 * ext/gdk_pixbuf/gstgdkanimation.c:
30530 (gst_gdk_animation_iter_create_pixbuf):
30531 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30532 (gst_gdk_pixbuf_chain):
30533 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30534 * ext/jack/gstjack.c: (gst_jack_change_state):
30535 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30536 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30537 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30538 * gst/videofilter/gstvideofilter.c:
30539 (gst_videofilter_set_output_size):
30540 Remove all usage of gst_pad_get_caps(), and replace it with
30541 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30543 2004-01-11 David Schleef <ds@schleef.org>
30546 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30547 * ext/divx/gstdivxdec.c:
30548 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30549 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30550 handle images that span multiple buffers. Now work with both
30551 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30552 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30553 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30554 video/video.h changes
30555 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30556 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30557 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30558 of GstData free function.
30559 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30562 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30564 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30565 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30566 (gst_v4l2element_get_property):
30567 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30568 add norm, channel and frequency properties.
30569 * sys/v4l2/gstv4l2tuner.c:
30570 fixes for tuner interface changes
30571 * sys/v4l2/gstv4l2element.h:
30572 * sys/v4l2/gstv4l2src.c:
30573 * sys/v4l2/gstv4l2src.h:
30574 * sys/v4l2/v4l2src_calls.c:
30575 * sys/v4l2/v4l2src_calls.h:
30576 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30578 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30580 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30581 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30582 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30583 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30584 * gst-libs/gst/tuner/tuner.h:
30585 GObjects aren't const.
30586 Add find_by_name functions.
30587 Add checks to _changed functions.
30588 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30589 (gst_v4l_tuner_get_norm):
30592 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30594 * gst-libs/gst/video/video.h:
30595 Fix caps template names to be understandable.
30596 Prefix everything with GST_VIDEO.
30597 * ext/aalib/gstaasink.c:
30598 * ext/divx/gstdivxdec.c:
30599 * ext/divx/gstdivxenc.c:
30600 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30601 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30602 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30603 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30604 * ext/libcaca/gstcacasink.c:
30605 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30606 * ext/snapshot/gstsnapshot.c:
30607 * ext/swfdec/gstswfdec.c:
30608 * ext/xvid/gstxviddec.c:
30609 * ext/xvid/gstxvidenc.c:
30610 * gst/chart/gstchart.c:
30611 * gst/deinterlace/gstdeinterlace.c:
30612 * gst/effectv/gsteffectv.c:
30613 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30614 * gst/goom/gstgoom.c:
30615 * gst/median/gstmedian.c:
30616 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30617 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30618 * gst/overlay/gstoverlay.c:
30619 * gst/smooth/gstsmooth.c:
30620 * gst/smpte/gstsmpte.c:
30621 * gst/synaesthesia/gstsynaesthesia.c:
30622 * gst/videocrop/gstvideocrop.c:
30623 * gst/videodrop/gstvideodrop.c:
30624 * gst/y4m/gsty4mencode.c:
30625 * sys/qcam/gstqcamsrc.c:
30626 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30627 Make them work with new video.h file.
30628 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30629 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30631 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30632 Make it work with new buffer allocation system.
30634 2004-01-11 Julien MOUTTE <julien@moutte.net>
30636 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30637 pad_alloc_buffer implementation to use ->srcpad
30638 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30639 pad_alloc_buffer implementation to use ->srcpad
30640 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30641 pad_alloc_buffer implementation to use ->srcpad
30642 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30643 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30644 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30645 a reference to everything we need.
30646 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30647 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30648 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30649 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30650 a reference to everything we need.
30651 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30653 2004-01-11 David Schleef <ds@schleef.org>
30655 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30656 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30657 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30659 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30660 value during a resize/renegotiation.
30661 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30662 gst_pad_alloc_buffer();
30663 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30664 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30666 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30667 Fix for rename of buffer private structure members.
30668 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30669 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30670 Fix for rename of buffer private structure members.
30671 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30672 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30673 Fix for rename of buffer private structure members.
30675 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30677 reviewed by: David Schleef <ds@schleef.org>
30679 * gst/videofilter/Makefile.am:
30680 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30681 from the patch by ds to fit in with recent make_filter changes.
30683 2004-01-11 Julien MOUTTE <julien@moutte.net>
30685 * configure.ac: Adding examples/switch/Makefile
30686 * examples/Makefile.am: Adding examples/switch
30687 * examples/switch/Makefile.am: Adding switcher example.
30688 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30689 (switch_timer), (main): Adding an example demonstrating switch usage
30690 with 2 videotestsrc showing different patterns.
30691 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30692 (gst_switch_init): Fixing switch with the new caps system.
30694 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30696 * gst-libs/gst/video/video.h:
30697 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30698 They should probably be like
30699 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30701 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30703 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30704 (qtdemux_parse_trak):
30705 fix audio chunk size/timestamp calculation
30707 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30709 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30712 2004-01-11 Steve Baker <steve@stevebaker.org>
30714 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30715 (gst_agingtv_base_init), (gst_agingtv_class_init),
30716 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30717 (gst_agingtv_set_property), (gst_agingtv_get_property):
30718 Port agingTV to videofilter
30720 2004-01-09 Julien MOUTTE <julien@moutte.net>
30722 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30723 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30725 2004-01-09 Julien MOUTTE <julien@moutte.net>
30727 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30728 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30729 * gst-libs/gst/xoverlay/xoverlay.c:
30730 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30731 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30732 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30733 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30734 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30735 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30736 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30737 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30738 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30739 interface implementation to handle xid being 0 and fix some bugs
30740 triggered by Benjamin's testcase.
30741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30742 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30743 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30744 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30745 interface implementation to handle xid being 0 and fix some bugs
30746 triggered by Benjamin's testcase.
30748 2004-01-09 David Schleef <ds@schleef.org>
30750 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30751 mouse pointer events. It works.
30753 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30755 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30756 Use explicit caps - fix capsnego.
30757 * ext/xvid/gstxviddec.c:
30758 * ext/xvid/gstxvidenc.c:
30759 Remove macro-inside-macro which caused compile errors.
30760 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30761 Error out if it's not a RIFF file. Else we error out without
30762 gst_element_error() which is not good...
30764 2004-01-08 David Schleef <ds@schleef.org>
30766 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30767 Fix pad_link function to handle formats that ffmpeg returns
30768 as multiple caps structures.
30769 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30770 Only complain if source buffer is _smaller_ than expected.
30771 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30772 (gst_videoscale_handle_src_event): Resize navigation events
30773 when passing them upstream.
30774 * gst/videotestsrc/gstvideotestsrc.c:
30775 * gst/videotestsrc/gstvideotestsrc.h:
30776 * gst/videotestsrc/videotestsrc.c:
30777 * gst/videotestsrc/videotestsrc.h:
30778 Rewrite many of the buffer painting functions to handle odd
30779 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30780 been verified to work with my video card.
30781 * testsuite/gst-lint: Add check for elements calling
30782 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30784 2004-01-08 David Schleef <ds@schleef.org>
30786 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30787 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30789 2004-01-08 Julien MOUTTE <julien@moutte.net>
30791 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30792 configure event is not emiting the desired size signal. That fixes
30793 aspect ratio issues with gst-player.
30795 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30797 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30800 2004-01-08 Julien MOUTTE <julien@moutte.net>
30802 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30803 public method to fire size signal.
30805 2004-01-07 Julien MOUTTE <julien@moutte.net>
30807 * examples/gstplay/Makefile.am: Adding the interface library.
30808 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30809 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30810 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30811 GST_IS_X_OVERLAY before signal connect.
30812 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30813 Removing the have_video_size signal.
30814 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30815 and associated public method.
30816 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30817 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30819 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30820 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30822 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30823 Using XOverlay public method to fire size signal.
30825 2004-01-07 David Schleef <ds@schleef.org>
30827 * gst/videofilter/Makefile.am:
30828 * gst/videofilter/gstvideotemplate.c:
30829 * gst/videofilter/make_filter:
30830 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30831 Convert make_filter to /bin/sh script.
30833 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30835 * gst/modplug/gstmodplug.cc: fix element description
30837 2004-01-07 Julien MOUTTE <julien@moutte.net>
30839 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30840 (got_video_size): Adding some new lines in g_print calls.
30841 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30842 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30843 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30844 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30845 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30846 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30847 Complete code review, reverting some stuff i disagree with, adding
30848 some fixes : time synchronization on invalid timestamps, renegotiation
30850 * sys/ximage/ximagesink.h:
30851 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30852 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30853 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30854 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30855 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30856 (gst_xvimagesink_buffer_new),
30857 (gst_xvimagesink_navigation_send_event),
30858 (gst_xvimagesink_set_xwindow_id),
30859 (gst_xvimagesink_get_desired_size),
30860 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30861 stuff i disagree with, adding some fixes : Renegotiation of private
30862 window, implementing get_desired_size.
30864 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30866 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30867 (gst_afsink_handle_event):
30868 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30869 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30870 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30871 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30872 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30873 Fix for instantiate-test (see core). Also remove dead code from
30874 jpegenc (which still needs fixing, but that's lower on my TODO
30876 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30877 Never return NULL as caps.
30879 2004-01-07 David Schleef <ds@schleef.org>
30883 * ext/librfb/Makefile.am:
30884 * ext/librfb/gstrfbsrc.c:
30885 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30886 is the protocol used by VNC.
30888 2004-01-07 David Schleef <ds@schleef.org>
30890 * gst/videofilter/gstvideotemplate.c:
30891 * gst/videofilter/gstvideotemplate.h:
30892 * gst/videofilter/make_filter:
30893 Merge videotemplate header into source file.
30894 * gst/effectv/Makefile.am:
30895 * gst/effectv/gsteffectv.c: (plugin_init):
30896 * gst/effectv/gstwarp.c:
30897 Make warpTV a subclass of videofilter.
30899 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30901 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30902 Add guard against invalid utf-8 conversions in mad. Just in case.
30904 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30906 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30907 Fix for bug shown by poisoning
30909 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30911 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30912 (gst_v4lmjpegsrc_buffer_free):
30913 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30914 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30915 (gst_v4lsrc_buffer_free):
30916 Fix for removed bufferpools.
30918 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30920 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30921 Fix caps negotiation.
30923 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30924 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30925 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30927 * ext/mpeg2dec/gstmpeg2dec.c:
30928 * gst-libs/gst/navigation/navigation.c:
30929 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30930 * gst-libs/gst/navigation/navigation.h:
30931 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30932 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30933 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30934 Super-simple first version of mouse and keyboard events. Clicking
30935 on a DVD menu now works, although it may not take you where you
30938 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30939 * gst/videotestsrc/gstvideotestsrc.c:
30940 (gst_videotestsrc_src_fixate):
30941 These fixate functions were broken - they never actually
30944 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30946 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30947 (gst_icecastsend_init):
30948 fix for new caps system.
30949 * gst-libs/gst/mixer/mixertrack.h:
30950 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30951 Add 'master track' flag (for tools like ACME that only want to
30952 change the main volume).
30954 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30956 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30957 (gst_xvid_csp_to_caps):
30958 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30959 * ext/xvid/gstxvidenc.c:
30960 ifdef out ARGB type when it isn't available
30961 in xvidcore 1.0.0beta2
30963 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30965 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30966 When we have received a new SCR right in the first buffer after
30967 a seek (so in the same cycle that handles the discont), we should
30968 handle the buffer instead of unreffing it, else we lose data.
30970 2004-01-06 Iain <iain@prettypeople.org>
30972 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30973 buffer-frames caps too.
30975 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30976 caps that we need, don't destroy them all and rebuild them. And when
30977 creating src pads, use the src pad template rather than the sink...
30979 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30981 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30982 Add pad to element *after* setting functions such as event handler.
30983 Without this, the scheduler (opt) will link pads, set the event
30984 handler from the default event function (dispatcher in gstpad.c)
30985 and *after* that, we will set our own event function, which will
30986 thus never be used (and thus mpegdemux doesn't handle events).
30988 2004-01-04 David Schleef <ds@schleef.org>
30990 Fix the fixate functions to handle new prototype:
30991 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30992 * gst/videotestsrc/gstvideotestsrc.c:
30993 (gst_videotestsrc_src_fixate):
30994 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30995 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30998 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31000 * sys/ximage/ximagesink.h:
31001 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31002 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31003 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31004 (gst_ximagesink_xoverlay_init):
31005 assorted fixes to make (re)embedding work
31006 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31007 (gst_ximagesink_get_desired_size):
31008 implement desired size additions to XOverlay
31010 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31012 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31013 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31014 (gst_x_overlay_got_desired_size):
31015 * gst-libs/gst/xoverlay/xoverlay.h:
31016 Add optional "desired size" signal and querying.
31018 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31020 * gst/matroska/matroska-demux.c:
31021 (gst_matroska_demux_parse_blockgroup):
31022 Fix EBML-laced block parsing. Diffs are relative to previous
31023 lace, not the first lace. Thanks to Mosu from the Matroska
31024 team for detecting this.
31025 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31026 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31027 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31028 (gst_wavparse_change_state):
31029 * gst/wavparse/gstwavparse.h:
31030 Quickfix for capsnego.
31032 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31034 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31035 Fix indenting, fix pad creation.
31037 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31039 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31040 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31041 (gst_xviddec_sink_link):
31042 Implement src_getcaps() so proper size caps is negotiated.
31044 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31046 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31047 Finish flac decoder on EOS. See #116178.
31049 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31051 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31052 (gst_matroska_demux_add_stream):
31053 * gst/matroska/matroska-ids.h:
31054 Add getcaps() function to fix capsnego...
31056 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31058 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31059 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31060 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31061 Fix more integer overflows. Again, see #126967.
31063 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31065 * ext/mpeg2dec/gstmpeg2dec.c:
31066 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31069 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31072 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31073 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31074 * ext/xvid/gstxvid.h:
31075 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31076 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31077 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31078 (gst_xviddec_change_state):
31079 * ext/xvid/gstxviddec.h:
31080 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31081 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31082 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31083 (gst_xvidenc_link), (gst_xvidenc_set_property),
31084 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31085 * ext/xvid/gstxvidenc.h:
31086 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31088 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31090 * gst/rtp/rtp-packet.c:
31091 Add sys/types.h include, since OS X doesn't define in_addr_t
31092 in netinet/in.h, like it does on Linux (see #129600).
31094 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31096 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31098 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31099 Correct logic of dispose function (see #129306).
31101 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31103 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31104 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31105 (gst_mpeg_parse_init):
31106 * gst/mpegstream/gstmpegparse.h:
31107 Remove clock (which was never provided, i.e. dead code), and
31108 also fix integer overflows at high PTS values (see #126967).
31110 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31112 * ext/flac/gstflacdec.c:
31113 * ext/libpng/gstpngenc.h:
31114 * ext/mikmod/gstmikmod.h:
31115 OS X fixes (see #126628).
31117 2004-01-02 David Schleef <ds@schleef.org>
31119 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31120 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31121 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31122 (gst_mpeg_parse_class_init): Move pad template registration
31123 to class_init, since the derived class (mpegdemux) doesn't
31126 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31128 * sys/ximage/Makefile.am:
31129 * sys/xvideo/Makefile.am:
31130 * sys/xvimage/Makefile.am:
31131 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31132 after installation (see #127664).
31134 2004-01-02 David Schleef <ds@schleef.org>
31136 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31137 (gst_ffmpegenc_connect): Negotiation fixes.
31138 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31139 Remove inappropriate gst_caps_free().
31140 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31141 Reenable Ronald's internal resize code, since the core handles
31144 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31146 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31147 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31148 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31149 Fix pad template stuff.
31151 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31153 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31154 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31155 fix signed integer reading/writing.
31157 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31160 Remove outdated document
31162 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31164 * gst/cutter/gstcutter.c: (gst_cutter_init):
31165 src pad was being created twice - oops.
31167 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31169 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31170 Comment out internal resize. It doesn't handle the resulting
31171 XEvent internally, does another try_set_caps() which leads to
31172 a really nice loop.
31173 Real fix will come when Julien and Dave are awake. ;).
31175 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31177 * ext/mpeg2enc/gstmpeg2enc.cc:
31178 fix const/nonconst compile issue.
31180 2004-01-02 David Schleef <ds@schleef.org>
31182 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31183 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31184 Add fixate function and a check for bad formats.
31186 2004-01-01 David Schleef <ds@schleef.org>
31189 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31190 (gst_audiofilter_init):
31191 * gst/debug/efence.c: (gst_efence_init):
31192 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31193 (gst_deinterlace_init):
31194 * gst/volume/gstvolume.c: (volume_connect):
31196 2004-01-01 David Schleef <ds@schleef.org>
31198 Convert elements to use gst_pad_use_explicit_caps() where
31200 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31201 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31202 (gst_afparse_open_file):
31203 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31204 (gst_afsrc_open_file):
31205 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31206 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31207 (gst_ffmpegdec_chain):
31208 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31209 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31210 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31211 (gst_gdk_pixbuf_chain):
31212 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31213 (gst_jpegdec_chain):
31214 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31215 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31216 (gst_mikmod_negotiate):
31217 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31218 (gst_mpeg2dec_negotiate_format):
31219 * ext/mpeg2enc/gstmpeg2enc.cc:
31220 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31221 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31222 (gst_speexdec_sinkconnect):
31223 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31224 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31225 (gst_vorbisfile_new_link):
31226 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31227 (gst_ac3parse_chain):
31228 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31229 (gst_asf_demux_setup_pad):
31230 * gst/auparse/gstauparse.c: (gst_auparse_init),
31231 (gst_auparse_chain):
31232 * gst/id3/gstid3types.c: (gst_id3types_loop):
31233 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31234 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31235 (mp1videoparse_parse_seq):
31236 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31238 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31239 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31240 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31241 (gst_mpeg_parse_send_data):
31242 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31243 (gst_qtdemux_add_stream):
31244 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31245 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31246 (gst_wavparse_parse_fmt):
31248 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31251 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31252 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31253 it therefore uses the wrong include paths. Too bad... Note
31254 that 1.6.1.93 is not release yet. ;).
31255 Also add a check for mplex, which is now using the lib'ified
31256 mplex from mjpegtools, too.
31257 * ext/ffmpeg/gstffmpegcodecmap.c:
31258 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31259 issues. I don't think ffmpeg handles 3ivx correctly, so this
31260 probably won't work. But it won't hurt either.
31261 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31262 (gst_ffmpegdec_chain):
31263 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31264 (gst_ffmpegenc_chain_audio):
31265 Fix memleak in audio encoding. Close codec if open fails, this
31266 calls the cleanup routines so we can re-use the context.
31267 * ext/mpeg2enc/gstmpeg2enc.cc:
31268 Fix pad template names/types, fix memory issue with getcaps().
31269 * ext/mpeg2enc/gstmpeg2encoder.cc:
31270 * ext/mpeg2enc/gstmpeg2encoder.hh:
31271 Fix compile issue with new caps system (const thingy).
31272 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31273 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31274 We read a first frame right on initing, so that we have a caps
31275 when we init the output. This caps is cached in padprivate and
31276 read as first frame.
31277 * ext/mplex/Makefile.am:
31278 * ext/mplex/gstmplex.cc:
31279 * ext/mplex/gstmplex.h:
31280 * ext/mplex/gstmplex.hh:
31281 * ext/mplex/gstmplexibitstream.cc:
31282 * ext/mplex/gstmplexibitstream.hh:
31283 * ext/mplex/gstmplexjob.cc:
31284 * ext/mplex/gstmplexjob.hh:
31285 * ext/mplex/gstmplexoutputstream.cc:
31286 * ext/mplex/gstmplexoutputstream.hh:
31287 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31288 had issues, didn't do capsnego, supported only a subset of the
31289 mplex features and required a mplex fork in our local CVS. Plus
31290 that it worked agaist a very old mplex version. Rewriting was
31291 faster than updating it.
31292 * gst-libs/ext/Makefile.am:
31293 * gst-libs/ext/mplex/INSTRUCT:
31294 * gst-libs/ext/mplex/Makefile.am:
31295 * gst-libs/ext/mplex/README:
31296 * gst-libs/ext/mplex/TODO:
31297 * gst-libs/ext/mplex/ac3strm_in.cc:
31298 * gst-libs/ext/mplex/audiostrm.hh:
31299 * gst-libs/ext/mplex/audiostrm_out.cc:
31300 * gst-libs/ext/mplex/aunit.hh:
31301 * gst-libs/ext/mplex/bits.cc:
31302 * gst-libs/ext/mplex/bits.hh:
31303 * gst-libs/ext/mplex/buffer.cc:
31304 * gst-libs/ext/mplex/buffer.hh:
31305 * gst-libs/ext/mplex/fastintfns.h:
31306 * gst-libs/ext/mplex/format_codes.h:
31307 * gst-libs/ext/mplex/inputstrm.cc:
31308 * gst-libs/ext/mplex/inputstrm.hh:
31309 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31310 * gst-libs/ext/mplex/mjpeg_logging.cc:
31311 * gst-libs/ext/mplex/mjpeg_logging.h:
31312 * gst-libs/ext/mplex/mjpeg_types.h:
31313 * gst-libs/ext/mplex/mpastrm_in.cc:
31314 * gst-libs/ext/mplex/mpegconsts.cc:
31315 * gst-libs/ext/mplex/mpegconsts.h:
31316 * gst-libs/ext/mplex/mplexconsts.hh:
31317 * gst-libs/ext/mplex/multplex.cc:
31318 * gst-libs/ext/mplex/outputstream.hh:
31319 * gst-libs/ext/mplex/padstrm.cc:
31320 * gst-libs/ext/mplex/padstrm.hh:
31321 * gst-libs/ext/mplex/stillsstream.cc:
31322 * gst-libs/ext/mplex/stillsstream.hh:
31323 * gst-libs/ext/mplex/systems.cc:
31324 * gst-libs/ext/mplex/systems.hh:
31325 * gst-libs/ext/mplex/vector.cc:
31326 * gst-libs/ext/mplex/vector.hh:
31327 * gst-libs/ext/mplex/videostrm.hh:
31328 * gst-libs/ext/mplex/videostrm_in.cc:
31329 * gst-libs/ext/mplex/videostrm_out.cc:
31330 * gst-libs/ext/mplex/yuv4mpeg.cc:
31331 * gst-libs/ext/mplex/yuv4mpeg.h:
31332 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31333 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31334 We don't fork mjpegtools' mplex in our CVS anymore.
31335 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31336 (gst_avi_demux_add_stream):
31337 * gst/avi/gstavidemux.h:
31338 Add getcaps() function for proper caps nego. This makes some
31339 parts of AVI playback/reading work.
31340 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31341 Resize window on new capsnego. This is probably wrong, but
31342 I'm still committing it because with current capsnego, the
31343 first successfull capsnego is auto-fixated, therefore rounded
31344 down to the lowest values in the caps. this results in a 16x16
31345 XWindow that is not reized when real capsnego finishes.
31346 Dave, I see more cases of this, do you know a proper solution?
31347 * tools/gst-launch-ext.in:
31348 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31350 2003-12-31 David Schleef <ds@schleef.org>
31352 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31353 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31354 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31356 2003-12-30 David Schleef <ds@schleef.org>
31358 * ext/ffmpeg/gstffmpegcolorspace.c:
31359 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31360 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31361 (gst_ffmpegcsp_chain): Negotiation fixes
31362 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31363 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31364 (gst_audio_convert_link), (gst_audio_convert_channels):
31365 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31366 (gst_audioscale_link), (gst_audioscale_get_buffer),
31367 (gst_audioscale_chain): Negotiation fixes
31368 * gst/audioscale/gstaudioscale.h:
31369 * gst/videofilter/gstvideofilter.c:
31370 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31371 (gst_videofilter_link), (gst_videofilter_init),
31372 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31373 (gst_videofilter_find_format_by_structure):
31374 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31375 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31376 (gst_videoscale_link):
31377 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31378 (videoscale_find_by_structure), (gst_videoscale_setup):
31379 * gst/videoscale/videoscale.h: Negotiation fixes
31380 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31381 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31382 function, restrict resizing to a multiple of 4 (hack until
31383 everyone supports odd sizes correctly).
31385 2003-12-29 Colin Walters <walters@verbum.org>
31387 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31390 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31392 * ext/sndfile/gstsf.c: (gst_sf_loop):
31393 Fix warning about discarding const qualifier
31395 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31397 * gst/cutter/gstcutter.c:
31398 * gst/videoscale/gstvideoscale.c:
31399 * gst/volenv/gstvolenv.c:
31400 * gst-libs/gst/audio/audio.c:
31401 * gst-libs/gst/video/video.c:
31404 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31406 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31407 Don't send ALSA debugging to stderr.
31408 * ext/alsa/gstalsa.h:
31409 Use GST_WARNING instead of g_warning when ALSA functions fail.
31411 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31413 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31414 Free XVAdapterInfo correctly.
31416 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31418 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31419 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31420 Make id3tag use correct caps nego.
31422 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31424 * ext/ivorbis/vorbis.c:
31425 * ext/ivorbis/vorbisenc.h:
31426 * ext/ivorbis/vorbisfile.c:
31427 Modify so that it uses the new caps things
31429 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31431 * testsuite/spider/spider1.c: (main):
31432 * testsuite/spider/spider2.c: (main):
31433 * testsuite/spider/spider3.c: (main):
31434 Make tests compile again. They probably don't work.
31436 2003-12-24 Colin Walters <walters@verbum.org>
31438 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31439 we can't fixate the caps anymore.
31441 2003-12-23 David Schleef <ds@schleef.org>
31443 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31444 * sys/oss/gstosssink.c: (gst_osssink_init),
31445 (gst_osssink_sink_fixate): Add fixate function.
31447 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31449 * ext/ffmpeg/gstffmpegcodecmap.c:
31450 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31451 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31452 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31453 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31454 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31455 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31456 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31457 fix typo in RGB masks, and move back to "old" colorspace
31458 capsnego code until whoever wrote this new crap has actually
31459 tested it so that it works.
31460 And yes, this works, keep it that way please.
31462 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31464 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31465 (gst_divxdec_init), (gst_divxdec_negotiate):
31466 * ext/divx/gstdivxdec.h:
31467 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31468 (gst_divxenc_init):
31469 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31470 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31471 * ext/mpeg2enc/gstmpeg2enc.cc:
31472 * ext/mpeg2enc/gstmpeg2encoder.cc:
31473 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31474 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31475 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31476 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31477 (dxr3spusink_init):
31478 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31479 (dxr3videosink_init):
31480 Fix caps breakage after Dave's caps branch merge.
31482 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31484 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31485 Fix for 24bpp display.
31487 2003-12-23 Colin Walters <walters@verbum.org>
31489 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31490 a GnomeVFSHandle directly.
31492 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31494 * gst/volume/Makefile.am:
31495 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31496 (volume_base_init), (volume_init):
31497 Reenable volume element and fix to work with new caps stuff.
31498 Rhythmbox needs this.
31500 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31502 * gst/qtdemux/qtdemux.c: (plugin_init):
31503 qtdemux requires bytestream
31505 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31507 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31508 Fix remaining caps handling errors due to CAPS merge.
31510 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31512 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31513 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31514 (gst_faad_srcconnect):
31515 Port to new caps system.
31517 2003-12-21 Julien MOUTTE <julien@moutte.net>
31519 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31520 (got_video_size), (main): using g_print instead of g_message.
31521 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31522 signal which was not emitted because of "switch" element added to the
31523 bin but not connected. (Removing from the bin temporarily)
31525 2003-12-21 Julien MOUTTE <julien@moutte.net>
31527 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31528 find X development files. I don't understand the previous tests and
31529 they fail on my debian/ppc unstable. This one works.
31530 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31532 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31533 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31534 (gst_play_set_visualization): Add some safety checks in set_ methods
31535 and state_change. This was throwing some ugly CRITICAL messages when
31536 pipeline was getting disposed and casts were failing.
31538 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31541 Improve mpeg2enc detection. This is for distributions that do
31542 ship mjpegtools, but without mpeg2enc. Also does object check
31543 for might there ever be ABI incompatibility.
31544 * ext/mpeg2enc/gstmpeg2enc.cc:
31545 Add Andrew as second maintainer (he's helping me), and also add
31546 an error if no caps was set. This happens if I pull before capsnego
31547 and that's something I should solve sometime else.
31548 * gst/matroska/matroska-demux.c:
31549 (gst_matroska_demux_parse_blockgroup):
31551 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31552 (gst_matroska_mux_track_header):
31553 Add caps to templates.
31554 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31555 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31556 * gst/mpegstream/gstmpegdemux.c:
31557 Remove layer since it causes warnings about unfixed caps.
31558 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31559 Fix obvious typo (we error out if caps were set, we should of
31560 course error out if *no* caps were set).
31561 * sys/oss/gstosselement.c: (gst_osselement_convert):
31562 Fix format conversion, we confused bits/bytes.
31563 * sys/oss/gstosselement.h:
31564 Improve documentation for 'bps'.
31566 Remove stuff about plugins that need removing - this was done
31568 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31569 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31570 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31571 (gst_v4lsrc_src_query):
31572 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31573 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31574 Add get_query_types(), get_formats() and query() functions.
31576 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31578 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31579 * moved CVS to freedesktop.org