1 2007-03-09 Wim Taymans <wim@fluendo.com>
3 * gst-libs/gst/tag/gstid3tag.c:
4 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
7 2007-03-09 Wim Taymans <wim@fluendo.com>
9 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
11 Improve adapter usage and comments.
13 2007-03-09 Wim Taymans <wim@fluendo.com>
15 * ext/pango/gsttextrender.c: (gst_text_render_chain):
16 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
17 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
18 Use new metadata copy function.
20 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21 (gst_ffmpegcsp_transform):
22 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
23 Basetransform copied the metadata for us.
25 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
27 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
28 (gst_text_overlay_video_event):
29 Some more logging. Only accept newsegment events in TIME format and
30 send a WARNING message if they are not in TIME format.
32 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
33 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
34 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
35 * gst/subparse/gstsubparse.h:
36 No need to allocate GstSegment structure dynamically, just put it
37 into the instance structure; ignore newsegment events in BYTE
38 format and in particular don't let it overwrite our saved TIME
39 segment from the last seek.
41 2007-03-09 Michael Smith <msmith@fluendo.com>
43 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
44 Replace AC3 typefinder with one that isn't terrible, and actually
47 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
49 * gst/audioconvert/gstaudioconvert.c:
50 (gst_audio_convert_transform):
51 fix error category and translatable string
54 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
56 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
57 * pkgconfig/gstreamer-plugins-base.pc.in:
58 Fix up utils => pbutils here too.
60 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
62 * gst/subparse/gstsubparse.c: (handle_buffer):
63 Break out of loop in chain function as soon as possible if we get
66 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
68 * tests/check/elements/alsa.c: (GST_START_TEST):
69 Unref the mixer if the state change fails too (if the
70 alsa devices are inaccessible, for example)
72 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
74 * tests/check/Makefile.am:
75 Don't test libvisual elements in the states check, because libvisual
76 seems to leak internally.
78 Re-enable the alsa and states tests now that there's new suppressions
81 * tests/check/elements/alsa.c: (GST_START_TEST):
82 Don't leak the alsamixer we instantiated.
84 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
86 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
87 (gst_ximagesink_change_state), (gst_ximagesink_reset),
88 (gst_ximagesink_finalize):
89 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
90 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
91 Move some cleanup stuff from the state change handler into a _reset()
92 function that can be called from _finalize(). This ensures that things
93 get freed even if (for some reason) the NULL->READY state transition
94 fails in the parent class.
95 Even if a parent state change fails, process our downward state change
96 logic instead of bailing out early.
97 Free the correct xcontext pointer in ximagesink's xcontext_clear.
99 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
101 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
104 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
105 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
106 Use pango_font_description_set_family_static instead of
107 pango_font_description_set_family to save a string copy (it was
108 leaking due to the strdup anyway)
110 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
111 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
112 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
113 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
114 Chain up in finalize.
116 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
118 * gst-libs/gst/interfaces/mixertrack.c:
119 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
120 (gst_mixer_track_set_property):
121 API: add "untranslated-label" property which should be set by
122 implementations at construct time (#414645).
124 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
125 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
126 Set "untranslated-label" when constructing mixer track objects.
128 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
129 Unit test to check the above.
131 2007-03-07 Wim Taymans <wim@fluendo.com>
133 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
134 Fix confusing debug message.
136 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
138 * gst-plugins-base.doap:
139 update doap file with new version
141 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
146 === release 0.10.12 ===
148 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
151 releasing 0.10.12, "Zombie Horde"
153 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
156 Bump version to 0.10.11.4 pre-release
158 2007-03-06 Wim Taymans <wim@fluendo.com>
160 * gst-libs/gst/audio/gstbaseaudiosink.c:
161 (gst_base_audio_sink_async_play):
162 Fix regression that made GStreamer skip the first samples of audio.
165 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
168 Bump version to 0.10.11.3 pre-release
170 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
173 Update paths for the rename from utils to pbutils to fix the build.
175 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
177 * gst-libs/gst/pbutils/Makefile.am:
178 Change directory to install headers in from gst/utils to gst/pbutils
181 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
184 * docs/libs/gst-plugins-base-libs-docs.sgml:
185 * docs/libs/gst-plugins-base-libs-sections.txt:
186 * gst-libs/gst/Makefile.am:
187 * gst-libs/gst/interfaces/mixer.c:
188 * gst-libs/gst/pbutils/Makefile.am:
189 * gst-libs/gst/pbutils/descriptions.c:
190 (gst_pb_utils_get_source_description),
191 (gst_pb_utils_get_sink_description),
192 (gst_pb_utils_get_decoder_description),
193 (gst_pb_utils_get_encoder_description),
194 (gst_pb_utils_get_element_description),
195 (gst_pb_utils_add_codec_description_to_tag_list),
196 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
197 * gst-libs/gst/pbutils/descriptions.h:
198 * gst-libs/gst/pbutils/install-plugins.c:
199 * gst-libs/gst/pbutils/install-plugins.h:
200 * gst-libs/gst/pbutils/missing-plugins.c:
201 (gst_missing_uri_source_message_new),
202 (gst_missing_uri_sink_message_new),
203 (gst_missing_element_message_new),
204 (gst_missing_decoder_message_new),
205 (gst_missing_encoder_message_new),
206 (gst_missing_plugin_message_get_description):
207 * gst-libs/gst/pbutils/missing-plugins.h:
208 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
209 * gst-libs/gst/pbutils/pbutils.h:
210 * gst-libs/gst/utils/Makefile.am:
211 * gst-libs/gst/utils/base-utils.c:
212 * gst-libs/gst/utils/base-utils.h:
213 * gst-libs/gst/utils/descriptions.c:
214 * gst-libs/gst/utils/descriptions.h:
215 * gst-libs/gst/utils/install-plugins.c:
216 * gst-libs/gst/utils/install-plugins.h:
217 * gst-libs/gst/utils/missing-plugins.c:
218 * gst-libs/gst/utils/missing-plugins.h:
219 * gst-plugins-base.spec.in:
220 * gst/playback/Makefile.am:
221 * gst/playback/gstdecodebin.c:
222 * gst/playback/gstdecodebin2.c:
223 * gst/playback/gstplaybasebin.c: (setup_subtitle),
224 (gen_source_element):
225 * gst/playback/gstplaybin.c: (plugin_init):
226 * tests/check/Makefile.am:
227 * tests/check/libs/pbutils.c: (GST_START_TEST),
228 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
229 * tests/check/libs/utils.c:
230 rename utils to pbutils
232 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
234 * docs/plugins/Makefile.am:
235 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
236 * docs/plugins/gst-plugins-base-plugins-sections.txt:
237 * docs/plugins/inspect/plugin-decodebin2.xml:
238 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
239 Add documentation for decodebin2 that indicates that the API
242 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
245 Update to 0.10.11.2 (0.10.12 pre-release)
247 2007-03-01 Wim Taymans <wim@fluendo.com>
249 * gst-libs/gst/audio/gstbaseaudiosink.c:
250 (gst_base_audio_sink_async_play):
251 base time is irrelevant here.
253 2007-03-01 Wim Taymans <wim@fluendo.com>
255 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
256 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
259 * gst-libs/gst/audio/gstbaseaudiosink.c:
260 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
261 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
262 Improve latency and clock slaving calculations.
263 Improve slave clock calibration.
265 * gst-libs/gst/audio/gstringbuffer.c:
266 (gst_ring_buffer_commit_full):
267 When we are asked to render N sample to 0 bytes, return N.
269 2007-03-01 Wim Taymans <wim@fluendo.com>
271 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
272 (gst_alsasink_write), (gst_alsasink_reset):
273 * ext/alsa/gstalsasink.h:
274 Remove unused dispose function.
275 Rename lock to not interfere with alsasrc lock.
277 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
278 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
279 (gst_alsasrc_read), (gst_alsasrc_reset):
280 * ext/alsa/gstalsasrc.h:
281 Implement finalize function.
282 Use lock to protect alsa access.
286 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
289 Convert to new AG_GST style.
291 2007-02-28 Wim Taymans <wim@fluendo.com>
293 Patch by: Ed Catmur <ed at catmur dot co dot uk>
295 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
296 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
297 Fix race condition when rapidly switching visualisations in playbin.
300 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
302 * tests/check/Makefile.am:
303 Include local stuff before system installed things in LDFLAGS and
306 2007-02-28 Wim Taymans <wim@fluendo.com>
308 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
311 2007-02-28 Wim Taymans <wim@fluendo.com>
313 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
314 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
315 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
316 Fix duration and timestamping, taking latency into account.
317 Implement latency query.
319 2007-02-28 Wim Taymans <wim@fluendo.com>
321 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
322 (gst_audio_clock_new):
325 * gst-libs/gst/audio/gstbaseaudiosink.c:
326 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
327 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
328 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
329 (gst_base_audio_src_create):
330 Improve latency query code.
331 Use proper clock names.
333 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
335 * tests/check/generic/states.c: (GST_START_TEST):
336 Copy the states.c test from core again
337 * tests/check/Makefile.am:
338 ignore cdio and cdparanoiasrc
340 2007-02-28 Stefan Kost <ensonic@users.sf.net>
342 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
343 (double_hq), (audio_convert_get_func_index), (check_default),
344 (audio_convert_prepare_context), (audio_convert_convert):
345 Also make valgrind happy and avoid copying data in some cases.
347 2007-02-28 Stefan Kost <ensonic@users.sf.net>
349 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
350 (double_hq), (audio_convert_get_func_index),
351 (audio_convert_prepare_context), (audio_convert_convert):
352 * gst/audioconvert/gstaudioconvert.c:
353 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
354 (gst_audio_convert_transform_caps):
355 * tests/check/elements/audioconvert.c: (GST_START_TEST),
356 (audioconvert_suite):
357 Don't run inplace if that overwrites source data as we go. Add more
358 tests. Fixes #339837 even more.
360 2007-02-27 Julien MOUTTE <julien@moutte.net>
362 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
363 (msg_segment_done): Fix various seeking bugs (Slider was not
364 updating when doing a non flushing seek, Reverse playback
365 on segment seek was wrong).
367 2007-02-26 Wim Taymans <wim@fluendo.com>
369 * tests/examples/seek/seek.c: (stop_seek):
370 When we stop scrubbing, don't leave the pipeline PLAYING when we
371 requested a PAUSED state.
373 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
375 Patch by: René Stadler <mail at renestadler de>
377 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
378 Parse date strings in vorbis comments that have an invalid (zero)
379 month or day (#410396).
381 * tests/check/libs/tag.c: (GST_START_TEST):
382 Test case for the above.
384 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
386 Patch by: Loïc Minier <lool+gnome at via ecp fr>
389 * ext/alsa/Makefile.am:
390 * gst/audiotestsrc/Makefile.am:
391 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
393 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
395 * gst/playback/gstplaybin.c:
396 Improve docs: point out that the application needs to assist playbin
399 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
401 * gst-libs/gst/utils/install-plugins.c:
402 * gst-libs/gst/utils/missing-plugins.c:
403 * tests/check/libs/utils.c: (missing_msg_check_getters):
404 Change GStreamer marker prefix in detail string from 'gstreamer.net'
405 to just 'gstreamer'. Document the caps string component of the
406 decoder/encoder detail a bit better, since not everyone will be
407 familiar with the GStreamer media type/caps system (but they better
408 enjoy nested itemized lists).
410 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
412 * gst-libs/gst/netbuffer/gstnetbuffer.c:
413 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
414 Fix copying of GstNetBuffer (would crash before, or at least lead to
415 invalid memory access, #410772), for now by copying the GstBuffer copy
416 code from the core over here so we can copy the GstBuffer fields on a
417 provided buffer instance (of type GstNetBuffer in this case). Would be
418 better to fix this with some support by the core though (and in the long
419 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
421 * tests/check/Makefile.am:
422 Enable unit test for GstNetBuffer.
424 2007-02-22 Andy Wingo <wingo@pobox.com>
426 * gst-libs/gst/audio/gstbaseaudiosink.c
427 (gst_base_audio_sink_init): Disable pull-mode activation until we
428 figure out how to make audio sinks go to PLAYING.
430 2007-02-22 Stefan Kost <ensonic@users.sf.net>
432 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
433 (double_hq), (audio_convert_get_func_index),
434 (audio_convert_prepare_context), (audio_convert_convert):
435 * gst/audioconvert/audioconvert.h:
436 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
437 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
438 * gst/audioconvert/gstchannelmix.h:
439 * tests/check/elements/audioconvert.c: (GST_START_TEST):
440 Add float as an intermediate format, as well as float mixing. Enable
441 test that was failing before. Fixes #339837
443 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
445 * tests/examples/seek/seek.c: (do_seek):
446 Undo the previous commit: -1 as a stop time implies that the stop
447 time is the end of file, clearing any previously configured segment.
449 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
451 * tests/examples/seek/seek.c: (do_seek):
452 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
454 2007-02-21 Stefan Kost <ensonic@users.sf.net>
456 * gst/volume/gstvolume.c: (volume_process_int16),
457 (volume_process_int16_clamp), (volume_set_caps):
458 Unbreak volume, value remains gint.
460 2007-02-21 Stefan Kost <ensonic@users.sf.net>
462 * gst/volume/gstvolume.c: (volume_choose_func),
463 (volume_update_real_volume), (gst_volume_set_volume),
464 (gst_volume_init), (volume_process_double), (volume_process_float),
465 (volume_process_int16), (volume_process_int16_clamp),
466 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
467 * gst/volume/gstvolume.h:
468 Extend float audio support (double) and some int->uint cleanups.
470 2007-02-20 Edward Hervey <edward@fluendo.com>
472 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
473 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
474 (sort_end_pads), (gst_decode_group_expose),
475 (gst_decode_group_hide):
476 Don't free groups from the streaming threads. Just put them aside and
477 free them in dispose.
479 2007-02-20 Edward Hervey <edward@fluendo.com>
481 * gst/playback/gstdecodebin2.c: (connect_element),
482 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
483 (sort_end_pads), (gst_decode_group_expose):
484 Handle dynamic pads within groups.
485 Sort pads before exposing them in order to make playbin happy.
486 There still is a race with the multiqueue filling up. This should be
490 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
492 * gst-libs/gst/utils/base-utils.c:
493 * gst-libs/gst/utils/descriptions.c:
494 * gst-libs/gst/utils/install-plugins.c:
495 * gst-libs/gst/utils/missing-plugins.c:
496 Some more docs (and descriptions for two subtitle formats).
498 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
500 * gst-libs/gst/audio/audio.c:
503 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
505 Patch by: Yves Lefebvre <ivanohe abacom com>
507 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
508 Don't leak caps. Fixes #408278.
510 2007-02-15 Stefan Kost <ensonic@users.sf.net>
512 * ext/cdparanoia/gstcdparanoiasrc.h:
513 * ext/ogg/gstoggdemux.h:
514 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
515 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
516 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
517 * gst-libs/gst/audio/audio.h:
518 * gst-libs/gst/audio/gstaudiofilter.h:
519 * gst-libs/gst/interfaces/videoorientation.h:
520 * gst/adder/gstadder.h:
521 More docs coverage and some ChangeLog surgery (add missing names)
523 2007-02-15 Wim Taymans <wim@fluendo.com>
525 * sys/ximage/ximagesink.c:
526 (gst_ximagesink_calculate_pixel_aspect_ratio):
527 * sys/xvimage/xvimagesink.c:
528 (gst_xvimagesink_calculate_pixel_aspect_ratio):
529 Small constifications.
531 2007-02-15 Wim Taymans <wim@fluendo.com>
533 * gst-libs/gst/audio/gstbaseaudiosink.c:
534 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
535 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
536 (gst_base_audio_sink_async_play),
537 (gst_base_audio_sink_change_state):
538 Answer latency query.
539 Use configured latency when syncing.
542 * gst-libs/gst/audio/gstbaseaudiosrc.c:
543 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
544 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
545 Fix possible memleak.
546 Implement latency query.
549 2007-02-15 Wim Taymans <wim@fluendo.com>
551 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
552 Ignore errors in reset, these are not fatal. They also grab the element
553 lock which is already taking when this function is called. Fixes
556 2007-02-13 Stefan Kost <ensonic@users.sf.net>
559 Remove 'tests/examples/xerror/Makefile' from output files again.
561 2007-02-13 Stefan Kost <ensonic@users.sf.net>
564 * docs/plugins/Makefile.am:
565 Also crossref against gst-plugins-base-libs.
567 2007-02-12 Stefan Kost <ensonic@users.sf.net>
570 * docs/libs/Makefile.am:
571 * docs/plugins/Makefile.am:
572 Add crossreferences to glib/gobject/gstream docs.
574 * gst-libs/gst/audio/audio.h:
577 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
578 Add own debug category.
580 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
582 Patch by: René Stadler <mail at renestadler de>
584 * gst-libs/gst/tag/gstvorbistag.c:
585 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
588 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
590 * gst/playback/gstplaybasebin.c: (setup_source):
591 When we have external subtitles and wait for the subtitle decodebin
592 to get up and running, we set up a (sync) bus handler for the
593 subtitle decodebin, so we can stop waiting when it posts an error
594 message. However, we should do that before we set the subtitle
595 decodebin's state to playing, otherwise things are racy and we might
596 miss error messages posted before we had a chance to set up the bus.
597 This should finally fix totem hanging on .txt pseudo-subtitle files.
599 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
601 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
602 Use gst_gdouble_to_guint64 for conversions.
603 * win32/common/config.h.in:
604 Add a define for GST_INSTALL_PLUGINS_HELPER
605 * win32/common/libgstaudio.def:
606 * win32/common/libgstcdda.def:
607 * win32/common/libgstnetbuffer.def:
608 * win32/common/libgstrtp.def:
609 * win32/common/libgutils.def:
610 Add new exported functions.
611 * win32/vs6/gst_plugins_base.dsw:
612 * win32/vs6/libgstdecodebin.dsp:
613 * win32/vs6/libgstnetbuffer.dsp:
614 * win32/vs6/libgstplaybin.dsp:
615 * win32/vs6/libgstrtp.dsp:
616 * win32/vs6/libgstvorbis.dsp:
617 * win32/vs6/libgstcdda.dsp:
618 * win32/vs6/libgstgdp.dsp:
619 * win32/vs6/libgstutils.dsp:
620 Update and add new project files.
622 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
624 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
625 (subrip_remove_unhandled_tags), (parse_subrip):
626 For SubRip (.srt) subtitles, ignore all markup tags we don't
627 handle (like font tags, for example).
629 * tests/check/elements/subparse.c:
632 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
634 * gst/playback/gstdecodebin.c: (add_fakesink),
635 (gst_decode_bin_change_state):
636 * gst/playback/gstdecodebin2.c: (add_fakesink),
637 (gst_decode_bin_change_state):
638 Don't error out if there is no fakesink in the NULL to READY state
639 change, since when decodebin is re-used, we're only adding the
640 fakesink element in READY to PAUSED.
642 * tests/check/elements/decodebin.c:
643 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
645 Minimal unit test to make sure we can use the same decodebin
646 instance twice (at least with audiotestsrc input).
648 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
650 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
651 Try to get devic-name from device string first, and from handle only
652 as fallback (seems to yield better results and is more robust
653 against buggy probing code on the application side).
655 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
657 Based on patch by: Julien Puydt <julien.puydt at laposte net>
659 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
660 (gst_alsa_find_device_name):
661 * ext/alsa/gstalsa.h:
662 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
663 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
664 Improve device-name detection a bit, especially in the case where
665 the device is not actually open (#405020, #405024). Move common code
666 into gstalsa.c instead of duplicating it.
668 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
670 * gst/audioconvert/gstaudioconvert.c:
671 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
673 2007-02-06 Julien MOUTTE <julien@moutte.net>
675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
676 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
677 (gst_xvimagesink_interface_supported),
678 (gst_xvimagesink_probe_get_properties),
679 (gst_xvimagesink_probe_probe_property),
680 (gst_xvimagesink_probe_needs_probe),
681 (gst_xvimagesink_probe_get_values),
682 (gst_xvimagesink_property_probe_interface_init),
683 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
684 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
685 (gst_xvimagesink_get_type):
686 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
687 for XVAdaptors so that one can choose the adaptor to use with
688 gstreamer-properties.
690 2007-02-06 Stefan Kost <ensonic@users.sf.net>
692 * gst/audioconvert/gstaudioconvert.c:
693 Also mention that a conversion from double to float is suboptimal still.
695 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
697 * gst-libs/gst/audio/gstaudiofilter.c:
698 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
699 Clear our formats structure and free the caps contained in it when
702 2007-02-05 Andy Wingo <wingo@pobox.com>
704 * gst-libs/gst/audio/gstbaseaudiosink.c
705 (gst_base_audio_sink_callback): Update basesink->offset so that we
706 pull monotonically increasing offsets instead of, um, seeking back
707 to 0 each time. Fixes alsasrc ! alsasink!
709 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
711 * gst/videoscale/gstvideoscale.c:
712 A width and height of 1 makes us crash, so increase minimum size to
713 2x2 pixels until someone feels like fixing this (#404512).
715 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
717 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
718 Add small test to make sure request pads are cleaned up properly
719 even if oggmux never changes state out of NULL.
721 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
723 * tests/check/libs/utils.c: (GST_START_TEST):
724 Fix unit test. Turns out things work much better when you
725 NULL-terminate string arrays. Should make p5 build bot happy again.
727 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
729 * gst-libs/gst/audio/Makefile.am:
730 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
731 (gst_audio_filter_template_base_init),
732 (gst_audio_filter_template_class_init),
733 (gst_audio_filter_template_init),
734 (gst_audio_filter_template_set_property),
735 (gst_audio_filter_template_get_property),
736 (gst_audio_filter_template_setup),
737 (gst_audio_filter_template_filter),
738 (gst_audio_filter_template_filter_inplace), (plugin_init):
739 Oops, forgot to commit fixed-up example.
741 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
743 * docs/libs/gst-plugins-base-libs-sections.txt:
744 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
745 (gst_audio_filter_class_init), (gst_audio_filter_init),
746 (gst_audio_filter_set_caps),
747 (gst_audio_filter_class_add_pad_templates):
748 * gst-libs/gst/audio/gstaudiofilter.h:
749 Port GstAudioFilter to 0.10. This change technically breaks
750 API and ABI (and thus also every library developer's heart),
751 but seems justifiable on the grounds that the base class was
752 completely unusable before (ie. would crash immediately when
753 actually used). Fixes #403963 (and eventually also #403572).
754 Also document all of this a bit.
756 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
758 * gst-libs/gst/utils/install-plugins.c:
759 (gst_install_plugins_spawn_child):
760 * tests/check/libs/utils.c:
761 (test_base_utils_install_plugins_do_callout):
762 Lowering log level to see why things fail on the p5 build bot;
763 fix some typos in unit test messages.
765 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
767 * tests/check/libs/utils.c:
768 (test_base_utils_install_plugins_do_callout):
769 Don't hard-code temp directory for test helper; use GLib functions
770 to write out file and do error checking etc.
772 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
774 * gst-libs/gst/utils/Makefile.am:
775 * gst-libs/gst/utils/base-utils.h:
776 * gst-libs/gst/utils/install-plugins.c:
777 (gst_install_plugins_context_set_xid),
778 (gst_install_plugins_context_new),
779 (gst_install_plugins_context_free),
780 (gst_install_plugins_get_helper),
781 (gst_install_plugins_spawn_child),
782 (gst_install_plugins_return_from_status),
783 (gst_install_plugins_installer_exited),
784 (gst_install_plugins_async), (gst_install_plugins_sync),
785 (gst_install_plugins_return_get_name),
786 (gst_install_plugins_installation_in_progress):
787 * gst-libs/gst/utils/install-plugins.h:
788 API: add API for applications to initiate installation of missing
789 plugins, ie. gst_install_plugins_async() primarily.
790 Based on libgimme-codec by Ryan Lortie.
793 Add --with-install-plugins-helper configure option so distros can specify
794 the path of the helper script or program to call when plugin installation
795 is requested (distros: please do any argument munging in this helper
796 script instead of patching GStreamer to pass arguments differently
797 to another program directly).
799 * docs/libs/gst-plugins-base-libs-docs.sgml:
800 * docs/libs/gst-plugins-base-libs-sections.txt:
801 Build and document new API.
803 * tests/check/libs/utils.c: (result_cb),
804 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
805 (libgstbaseutils_suite):
806 Some simple checks for the new API.
808 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
810 * tests/check/elements/audioconvert.c: (test_float_conversion):
811 Add small test for 32bit float <=> 64bit float conversion (works
812 only one way so far, 32=>64 produces structured noise).
814 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
816 * gst/audioconvert/gstaudioconvert.c:
817 (set_structure_widths_32_and_64), (make_lossless_changes):
818 We don't support floats with a width of 40, 48 or 56 bits.
820 2007-02-02 Stefan Kost <ensonic@users.sf.net>
822 * gst/audioconvert/audioconvert.c: (float), (double),
823 (audio_convert_get_func_index):
824 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
825 (make_lossless_changes):
826 Support for 64-bit float audio in audioconvert (#339837)
828 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
830 Patch by: Holger Wansing <linux wansing-online de>
834 Add German translation (#352069).
836 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
838 reviewed by: Wim Taymans <wim@fluendo.com>
840 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
841 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
842 Use newly added GstCollectPads API to free the allocated resources in
843 the GstOggPad structures (#402393).
845 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
847 * gst/playback/gstplaybin.c: (gen_vis_element):
848 Add audioresample+audioconvert in front of the visualisation
849 element, so that elements like libvisual 0.4 that don't support all
850 samplerates can work.
854 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
856 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
857 (gst_play_base_bin_get_streaminfo_value_array):
858 Take some locks and make a copy of the streaminfo value array we
859 maintain while holding the lock, so that the application can
860 retrieve the stream-info as a value array in a thread-safe way.
862 2007-01-30 Wim Taymans <wim@fluendo.com>
864 * gst/audioconvert/gstaudioconvert.c:
865 Don't fail on 0 sized buffers. Fixes #396835.
867 2007-01-29 David Schleef <ds@schleef.org>
869 * gst/typefind/gsttypefindfunctions.c:
870 Detect BBCD as video/x-dirac, so we can play raw dirac
873 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
875 * ext/theora/theoraenc.c: (theora_enc_chain):
876 Check return value of theora_encode_header(), or we might try to
877 allocate a random number of bytes. theora_encode_header() can fail
878 if libtheora has been compiled with encoding support disabled.
881 2007-01-29 Wim Taymans <wim@fluendo.com>
883 * tests/check/gst/.cvsignore:
886 2007-01-29 Wim Taymans <wim@fluendo.com>
888 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
889 Fix strides in libvisual. Gst uses X strides.
890 Inspired by: <ed at catmur dot co dot uk> and
891 <tim at centricular dot net>
894 2007-01-27 Wim Taymans <wim@fluendo.com>
896 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
897 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
898 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
899 (gst_ogg_demux_perform_seek),
900 (gst_ogg_demux_bisect_forward_serialno),
901 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
902 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
903 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
904 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
905 * ext/ogg/gstoggdemux.h:
906 Properly propagate streaming errors when we are scanning the file for
907 chains so that we don't crash when shut down. Might fix some crashers
908 when quickly switching oggs in RB such as #332503 and #378436.
910 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
912 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
913 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
916 2007-01-25 Wim Taymans <wim@fluendo.com>
918 * gst/playback/gstplaybasebin.c: (remove_source):
919 Don't try to disconnect a signal from a finalized object.
921 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
923 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
924 Cast lock macro parameters to make sure we're actually accessing the
925 lock member at the right class level. Free list itself in _dispose()
926 as well and NULL it in case dispose gets called multiple times.
928 2007-01-25 Edward Hervey <edward@fluendo.com>
930 * gst/playback/gstdecodebin2.c:
931 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
932 Free GstDecodeGroups no longer used.
933 (gst_decode_group_expose):
934 Don't unlock too many times !
935 (deactivate_free_recursive):
936 Free iterator once we're done with it.
937 Fix for recursively deactivating elements (stop at ghostpads).
939 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
941 * gst/playback/gstplaybin.c: (handoff):
942 Fix up caps on the frame buffer before we save it and potentially
943 make it accessible to other threads via g_object_get; also use
944 gst_buffer_replace() instead of gst_mini_object_replace().
946 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
948 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
949 Make getting the current frame thread-safe.
951 2007-01-25 Edward Hervey <edward@fluendo.com>
953 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
954 (gst_decode_group_new), (gst_decode_group_free):
955 Set queues to bigger sizes to cope with HD contents.
956 Fix some mutex freeing and add comment about MT safe methods.
958 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
960 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
961 (gst_text_overlay_text_event):
962 Don't unnecessarily ref (and then leak) upstream events if the text
963 pad is not linked. Fixes #399948.
965 * tests/check/gst-plugins-base.supp:
966 Add suppression for pango on edgy/x86 for textoverlay test.
968 2007-01-24 Wim Taymans <wim@fluendo.com>
970 * gst-libs/gst/rtp/gstrtpbuffer.h:
971 Add some more fixed payloads.
973 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
975 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
976 Error out properly if we get an error from libogg while reading the
977 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
979 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
981 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
984 * tests/check/elements/playbin.c:
985 (test_sink_usage_video_only_stream),
986 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
987 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
988 (test_missing_suburisource_handler),
989 (test_missing_primary_decoder), (playbin_suite):
990 Run all tests once with decodebin and once with decodebin2.
991 One test does not pass yet with decodebin2.
993 2007-01-23 Edward Hervey <edward@fluendo.com>
995 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
996 Fix the cases where oggmux doesn't properly figure out that all
997 sinkpads have gone EOS, and therefore doesn't push out the remaining
998 buffers and the final EOS event.
1001 2007-01-23 Julien MOUTTE <julien@moutte.net>
1003 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1004 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1005 Don't lock on navigation event push, just on keysym to string.
1006 Fixes #397673 again.
1008 2007-01-22 Edward Hervey <edward@fluendo.com>
1010 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1011 (get_current_group), (group_demuxer_event_probe),
1012 (gst_decode_group_expose), (deactivate_free_recursive),
1013 (gst_decode_group_free):
1015 Don't forget to emit 'no-more-pads' once a group is exposed.
1016 Cleanup elements from a DecodeGroup once we remove it.
1017 Protect call to gst_decode_group_expose() with the decodebin lock.
1019 2007-01-22 Julien MOUTTE <julien@moutte.net>
1021 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1022 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1023 Looking at Xorg code i can't figure out if that XKeysymToString
1024 function is thread sensible or not. Lock it just in case as
1025 recommended by Radek Doulik <rodo at ximian dot com>.
1027 2007-01-22 Julien MOUTTE <julien@moutte.net>
1029 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1030 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1031 Lock that X Call as well. Fixes #397673.
1033 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1035 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1036 Don't go into an endless loop if the file starts with 00 00 01 2X,
1037 like quicktime redirect files might. Fixes #396042.
1039 * tests/check/Makefile.am:
1040 * tests/check/gst/.cvsignore:
1041 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1042 (typefindfunctions_suite):
1043 Add unit test for the above.
1045 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1047 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1048 On second thought, use "depth" field rather than "bpp" field.
1050 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1052 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1053 Camtasia caps apparently need a bpp field (#398875).
1055 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1057 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1058 (gen_source_element), (gst_play_base_bin_change_state):
1059 Attempt at a better error message in case we don't have the required
1060 URI handler installed; post missing-plugin message also when we're
1061 missing an URI handler for the subtitle URI; clean up properly also
1062 when an error occurs and we never made it to PAUSED state.
1064 * tests/check/elements/playbin.c: (GST_START_TEST),
1066 Check that we're also getting a missing-plugin messsage for a
1067 missing subtitle URI handler (and clean up properly).
1069 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1071 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1072 Plug a few reference leaks.
1074 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1076 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1077 Lower probability a bit if the marker isn't right at the start,
1078 to decrease the chance of false positives.
1080 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1082 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1083 Small mpeg2 system stream typefinding improvement: make typefinder
1084 probe a bit into the stream instead of just looking for a marker
1085 at the beginning. Fixes #397810.
1087 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1089 * gst/audioconvert/gstchannelmix.c:
1090 Remove compatibility cruft for prehistoric GLib versions.
1092 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1094 * gst/playback/Makefile.am:
1095 * gst/playback/gstdecodebin.c: (close_pad_link):
1096 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1097 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1098 (gst_play_base_bin_handle_message_func), (unknown_type):
1099 Let decodebin be the element to post missing-plugin messages for
1100 missing decoders (rather than playbin); make playbin implement
1101 GstBin::handle_message so we can suppress missing-plugin messages
1102 for types we're not handling on purpose (don't want to bring up an
1103 installer in those cases).
1105 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1107 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1108 * gst-libs/gst/tag/gstvorbistag.c:
1109 (gst_tag_list_to_vorbiscomment_buffer):
1110 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1111 Fix potentially unaligned access (#397207).
1113 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1115 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1116 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1117 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1119 Allow to toggle looping while it plays. Fix callback prototype. Clean
1120 up code a bit more. Add copyright header.
1122 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1124 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1125 Red and blue mask was swapped (spotted by Dan Williams).
1127 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1129 * gst-libs/gst/tag/gstid3tag.c:
1130 * gst-libs/gst/tag/gstvorbistag.c:
1131 Use new beats-per-minute tag from core.
1133 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1136 Add new files with translatable strings, so they actually make it
1137 into the template file one day.
1139 2007-01-12 Andy Wingo <wingo@pobox.com>
1141 * gst-libs/gst/audio/gstbaseaudiosink.c
1142 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1143 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1144 stuff, as the base class handles this now. Actually tell the ring
1146 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1147 How did this work before? Maybe I'm not as awesome a programmer as
1150 * gst-libs/gst/audio/gstbaseaudiosrc.c
1151 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1154 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1156 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1157 Remove more fields so that the application can better blacklist
1158 formats that have been tried before.
1160 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1162 * gst-libs/gst/audio/mixerutils.h:
1163 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1164 used when compiling with c++ compilers as well.
1166 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1168 * gst/typefind/gsttypefindfunctions.c:
1171 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1173 * gst/playback/gstplaybin.c: (post_missing_element_message),
1174 (gen_video_element), (gen_text_element), (gen_audio_element),
1176 Post missing-plugin messages also when we error out because
1177 converters, textoverlay or auto*sinks are missing (#161922).
1179 2007-01-10 Wim Taymans <wim@fluendo.com>
1181 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1182 (is_demuxer_element), (new_caps):
1183 * gst/playback/gstplaybasebin.c: (source_new_pad):
1184 Fix the case where we try to ref a NULL element when we delay a link
1185 because of unfixed caps.
1186 Set the state of autoplugged decodebins to PAUSED.
1187 RTSP now works in playbin, we can remove it from the blacklist.
1189 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1191 * gst/playback/Makefile.am:
1192 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1193 (unknown_type), (setup_subtitle), (gen_source_element):
1194 * gst/playback/gstplaybin.c: (plugin_init):
1195 Post missing-plugin messages on the bus for missing sources and
1196 missing decoders/demuxers/depayloaders; fix error code used when
1197 we're missing an URI handler source; for media types that we are not
1198 handling on purpose at the moment, don't print "don't know how to
1199 handle xyz" messages to the terminal or post missing-plugin
1200 messages on the bus.
1202 * tests/check/elements/playbin.c: (create_playbin),
1203 (GST_START_TEST), (gst_codec_src_uri_get_type),
1204 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1205 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1206 (gst_codec_src_init_type), (gst_codec_src_base_init),
1207 (gst_codec_src_create), (gst_codec_src_class_init),
1208 (gst_codec_src_init), (plugin_init), (playbin_suite):
1209 Add some tests for the missing-plugin stuff.
1211 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1214 * gst-libs/gst/Makefile.am:
1215 * gst-libs/gst/utils/Makefile.am:
1216 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1217 * gst-libs/gst/utils/base-utils.h:
1218 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1219 (find_format_info), (caps_are_rtp_caps),
1220 (gst_base_utils_get_source_description),
1221 (gst_base_utils_get_sink_description),
1222 (gst_base_utils_get_decoder_description),
1223 (gst_base_utils_get_encoder_description),
1224 (gst_base_utils_get_element_description),
1225 (gst_base_utils_add_codec_description_to_tag_list),
1226 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1227 * gst-libs/gst/utils/descriptions.h:
1228 * gst-libs/gst/utils/missing-plugins.c:
1229 (missing_structure_get_type), (copy_and_clean_caps),
1230 (gst_missing_uri_source_message_new),
1231 (gst_missing_uri_sink_message_new),
1232 (gst_missing_element_message_new),
1233 (gst_missing_decoder_message_new),
1234 (gst_missing_encoder_message_new),
1235 (missing_structure_get_string_detail),
1236 (missing_structure_get_caps_detail),
1237 (gst_missing_plugin_message_get_installer_detail),
1238 (gst_missing_plugin_message_get_description),
1239 (gst_is_missing_plugin_message):
1240 * gst-libs/gst/utils/missing-plugins.h:
1241 API: add new libgstbaseutils library with functions
1242 - to create and parse missing-plugins messages
1243 - that provide (translated) descriptions for caps/decoders/sources/etc.
1246 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1247 * pkgconfig/gstreamer-plugins-base.pc.in:
1250 * docs/libs/gst-plugins-base-libs-docs.sgml:
1251 * docs/libs/gst-plugins-base-libs-sections.txt:
1252 Generate docs for new lib and API.
1254 * tests/check/Makefile.am:
1255 * tests/check/libs/.cvsignore:
1256 * tests/check/libs/utils.c: (missing_msg_check_getters),
1257 (GST_START_TEST), (libgstbaseutils_suite):
1258 Add some basic unit tests.
1260 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1262 * ext/ogg/Makefile.am:
1263 Dist gstoggdemux.h to fix 'make distcheck'.
1265 * sys/v4l/Makefile.am:
1266 Fix 'make distcheck' even more.
1268 2007-01-09 Wim Taymans <wim@fluendo.com>
1270 * docs/plugins/Makefile.am:
1271 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1272 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1273 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1274 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1275 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1276 (gst_ogg_demux_perform_seek):
1277 * ext/ogg/gstoggdemux.h:
1279 Add some more comments.
1282 2007-01-09 Wim Taymans <wim@fluendo.com>
1284 * ext/theora/theoradec.c:
1285 * ext/vorbis/vorbisdec.c:
1286 * gst-libs/gst/audio/gstringbuffer.c:
1287 (gst_ring_buffer_commit_full):
1288 * gst-libs/gst/audio/gstringbuffer.h:
1289 * gst-libs/gst/rtp/gstrtpbuffer.c:
1290 * gst-libs/gst/tag/gstvorbistag.c:
1291 Small documentation updates/fixes
1293 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1296 Require core CVS HEAD for Andy's basesrc/sink API additions.
1298 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1300 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1302 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1304 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1305 on flac.sf.net (there appear to be other versions of the first
1306 ogg page in the wild) (#391365).
1308 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1311 Check if localtime_r() is available.
1313 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1314 If localtime_r() is not available, fall back to localtime(). Should
1315 fix build on MingW (#393310).
1317 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1319 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1320 * gst/subparse/gstsubparse.h:
1321 Remove spurious 1000 subtrahend when calculating the timestamp from
1322 the frame number and the frame rate . Also, use the frames/second
1323 value specified in the first line of the file, if one is specified
1324 there. Should fix #357503.
1326 * tests/check/elements/subparse.c: (do_test),
1327 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1329 Add some basic unit tests for the microdvd subtitle format.
1331 2007-01-07 Julien MOUTTE <julien@moutte.net>
1333 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1334 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1335 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1336 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1337 (gst_xvimagesink_set_xwindow_id),
1338 (gst_xvimagesink_set_event_handling),
1339 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1340 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1341 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1343 Add an adaptor property to select a specific XV adaptor.
1344 * sys/xvimage/xvimagesink.h:
1346 2007-01-07 Julien MOUTTE <julien@moutte.net>
1348 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1349 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1350 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1351 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1352 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1353 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1354 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1355 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1356 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1357 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1358 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1359 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1360 Use flow_lock much more to protect every access to xwindow.
1361 Try to catch erros while creating images in case some drivers are
1362 just generating an XError when the requested image is too big.
1363 Should fix : #354698, #384008, #384060.
1364 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1365 Implement some stress testing of setting window xid.
1367 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1369 * win32/common/libgsaudio.def:
1370 Add new exported function.
1371 * win32/common/libgstogg.dsp:
1372 Add gstoggaviparse.c to the build.
1373 * win32/common/libgstvideoscale.dsp:
1374 Add vs_4tap.c to the build.
1375 * win32/common/libgstvorbis.dsp:
1376 Add vorbistag.c to the build.
1378 2007-01-06 Andy Wingo <wingo@pobox.com>
1380 * gst-libs/gst/audio/gstbaseaudiosink.c
1381 (gst_base_audio_sink_class_init)
1382 (gst_base_audio_sink_init):
1383 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1384 to baseaudiosink, and tell basesink that we can work in pull mode.
1385 This way the ring buffer thread drives the pipeline directly, if
1386 pull mode is possible. There is some lingering nastiness regarding
1388 (gst_base_audio_sink_callback): Implement the callback to pull
1389 data. This interface is a bit light, though -- it should get a
1390 GstFlowReturn return value at least.
1392 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1394 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1395 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1396 * gst/playback/gstdecodebin2.c:
1397 (gst_decode_group_check_if_blocked):
1398 Printf format and missing argument fixes.
1400 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1402 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1403 (gst_ogm_parse_change_state):
1404 Activate pads before adding them to the element.
1406 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1408 * tests/examples/seek/scrubby.c: (main):
1409 * tests/examples/seek/seek.c: (main):
1410 Call g_thread_init() first thing in main() (see #391278).
1412 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1414 * tests/check/Makefile.am:
1415 * tests/check/libs/.cvsignore:
1416 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1418 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1419 for the time being, since it's broken, see #393099.
1421 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1423 * tests/check/Makefile.am:
1424 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1426 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1429 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1430 so that GST_BASE_CFLAGS can go inbetween them, making sure
1431 we use uninstalled gst-libs headers
1432 * docs/libs/Makefile.am:
1433 * ext/alsa/Makefile.am:
1434 * ext/cdparanoia/Makefile.am:
1435 * ext/gnomevfs/Makefile.am:
1436 * ext/libvisual/Makefile.am:
1437 * ext/ogg/Makefile.am:
1438 * ext/theora/Makefile.am:
1439 * ext/vorbis/Makefile.am:
1440 * gst-libs/gst/audio/Makefile.am:
1441 * gst-libs/gst/cdda/Makefile.am:
1442 * gst-libs/gst/interfaces/Makefile.am:
1443 * gst-libs/gst/riff/Makefile.am:
1444 * gst-libs/gst/rtp/Makefile.am:
1445 * gst-libs/gst/tag/Makefile.am:
1446 * gst/adder/Makefile.am:
1447 * gst/audioconvert/Makefile.am:
1448 * gst/audiorate/Makefile.am:
1449 * gst/audioresample/Makefile.am:
1450 * gst/playback/Makefile.am:
1451 * gst/tcp/Makefile.am:
1452 * gst/videoscale/Makefile.am:
1453 * gst/volume/Makefile.am:
1454 * sys/ximage/Makefile.am:
1455 * sys/xvimage/Makefile.am:
1456 * tests/icles/Makefile.am:
1459 2007-01-04 Julien MOUTTE <julien@moutte.net>
1461 * gst-libs/gst/interfaces/xoverlay.c:
1462 (gst_x_overlay_handle_events):
1463 * gst-libs/gst/interfaces/xoverlay.h:
1464 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1465 (gst_ximagesink_set_xwindow_id),
1466 (gst_ximagesink_set_event_handling),
1467 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1468 (gst_ximagesink_get_property), (gst_ximagesink_init),
1469 (gst_ximagesink_class_init):
1470 * sys/ximage/ximagesink.h:
1471 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1472 (gst_xvimagesink_set_xwindow_id),
1473 (gst_xvimagesink_set_event_handling),
1474 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1475 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1476 (gst_xvimagesink_class_init):
1477 * sys/xvimage/xvimagesink.h:
1478 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1479 Add a method to the XOverlay interface to allow disabling of
1480 event handling in x[v]imagesink elements. This will let X events
1481 propagate to parent windows which can be usefull in some cases.
1482 Be carefull that the application is then responsible of pushing
1483 navigation events and expose events to the video sink.
1486 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1488 * gst-libs/gst/tag/gstvorbistag.c:
1489 * tests/check/libs/tag.c: (GST_START_TEST):
1490 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1493 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1497 * docs/design/Makefile.am:
1500 2006-12-27 Julien MOUTTE <julien@moutte.net>
1502 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1503 typo. Fixes: #390063.
1505 2006-12-27 Julien MOUTTE <julien@moutte.net>
1507 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1508 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1510 * win32/common/config.h: Updated.
1512 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1514 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1515 (setup_gdpdepay_streamheader):
1516 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1517 (setup_gdppay_streamheader):
1518 Fix the dp tests, but activating the pads for the streamheader tests
1519 too and cleaning up conditionaly
1521 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1523 * gst/ffmpegcolorspace/avcodec.h:
1524 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1525 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1526 (gst_ffmpegcsp_avpicture_fill):
1527 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1528 (img_get_alpha_info):
1529 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1530 other end of the word. Fixes: #387073.
1532 Add some inconsequential branch hints in a couple of places.
1534 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1536 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1537 (gst_ffmpeg_caps_to_smpfmt):
1538 The "signed" field in raw audio caps is of boolean type, trying to
1539 extract the value with _get_int() will fail (fix to keep in sync with
1540 the copy in gst-ffmpeg)
1542 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1544 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1545 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1546 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1548 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1549 * tests/check/elements/subparse.c: (teardown_subparse):
1550 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1551 * tests/check/elements/videorate.c: (cleanup_videorate):
1552 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1553 * tests/check/elements/volume.c: (cleanup_volume):
1554 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1555 (cleanup_vorbisdec):
1556 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1557 (cleanup_vorbistag):
1558 consistent pad (de)activation
1560 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1562 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1563 Forgot to register the extensions.
1565 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1567 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1569 Add typefinder for VIVO files (my christmas present to the 90s).
1571 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1573 * gst/playback/gstdecodebin.c: (type_found):
1574 Special-case the text/plain media type: we only want to recognise it
1575 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1576 parser, but not if the entire stream is of text/plain type. If the
1577 entire stream is text/plain, we should just error out.
1579 This fixes playback of audio files with lyrics in totem. Totem can't
1580 distinguish between text files and subtitle files and passes any
1581 .txt file with the same basename as the main file to playbin as
1582 suburi, and playbin will then throw a 'subtitle found, but no video
1583 stream' error, which isn't entirely helpful. See #380342.
1585 Also, with this change we'll show a slightly more correct error
1586 message in case totem passes a playlist file to us (although a
1587 custom error message wording instead of the default text would
1588 probably not be a bad idea either).
1590 Same problem also needs to be fixed for playbin+decodebin2.
1592 * tests/check/Makefile.am:
1593 * tests/check/elements/decodebin.c: (src_handoff_cb),
1594 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1596 Add simple unit test for decodebin for the above.
1598 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1600 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1601 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1602 Refuse to change state to READY when we failed to create any of the
1603 required elements in our instance init function.
1605 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1607 * docs/libs/gst-plugins-base-libs-sections.txt:
1608 Small docs fixes/updates.
1610 * gst-libs/gst/video/gstvideosink.h:
1611 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1612 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1613 removed from the base sink API between 0.9.6 and 0.9.7).
1614 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1615 accessor macros, so we don't do a runtime GObject type check every
1618 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1621 * gst-plugins-base.doap:
1622 * gst-plugins-base.spec.in:
1625 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1627 Patch by: Jens Granseuer <jensgr at gmx net>
1629 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1630 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1631 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1632 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1633 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1634 Declare variables at the beginning of a block. Fixes #383195.
1636 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1639 Bump version nano - back to CVS.
1642 === release 0.10.11 ===
1644 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1647 releasing 0.10.11, "Dumb things"
1649 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1651 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1652 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1653 Handle the case where an element has multiple pads with
1654 unfixed caps as well as still possibly producing more dynamic
1655 pads by storing each case as a distinct entry in the dynamic list.
1658 2006-12-04 Wim Taymans <wim@fluendo.com>
1660 * gst/playback/gstdecodebin.c: (close_pad_link):
1661 Fix #382223, add more dynamic caps handling.
1663 2006-12-04 Wim Taymans <wim@fluendo.com>
1665 reviewed by: <delete if not using a buddy>
1667 * gst-libs/gst/audio/gstringbuffer.h:
1668 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1669 (gst_netaddress_set_ip4_interface),
1670 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1671 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1672 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1673 (gst_netaddress_get_ttl):
1674 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1675 * gst/playback/gstdecodebin.c: (close_pad_link):
1676 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1677 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1678 * win32/common/config.h:
1680 2006-12-01 Michael Smith <msmith@fluendo.com>
1682 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1683 Delete bad debug code.
1686 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1688 * gst/videoscale/vs_4tap.c:
1690 * win32/common/config.h:
1691 * win32/vs8/libgstvideoscale.vcproj:
1692 Fix compilation on win32 under VS8
1693 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1694 Partially fixes #381175
1696 2006-11-30 Michael Smith <msmith@fluendo.com>
1698 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1700 It would be very bad if, after a discont buffer, we thought every
1701 single following buffer was also discont. So, add to the test to
1702 ensure that this isn't the case.
1704 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1705 ... it was the case. So fix it.
1707 2006-11-28 Wim Taymans <wim@fluendo.com>
1709 * gst/playback/gstplaybasebin.c: (check_queue_event):
1712 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1713 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1714 padtemplate caps. Refixes #357577.
1716 2006-11-28 Wim Taymans <wim@fluendo.com>
1718 * gst/playback/gstplaybasebin.c: (check_queue_event),
1719 (queue_threshold_reached), (queue_out_of_data),
1720 (gen_preroll_element):
1721 Add event probe to see when EOS is in a queue and we can disable the
1722 underrun signals. Fixes #357577.
1724 2006-11-28 Edward Hervey <edward@fluendo.com>
1726 * gst/playback/Makefile.am:
1727 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1728 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1729 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1730 (gst_decode_bin_init), (gst_decode_bin_dispose),
1731 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1732 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1733 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1734 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1735 (connect_element), (expose_pad), (type_found),
1736 (pad_added_group_cb), (pad_removed_group_cb),
1737 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1738 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1739 (are_raw_caps), (multi_queue_overrun_cb),
1740 (multi_queue_underrun_cb), (gst_decode_group_new),
1741 (get_current_group), (group_demuxer_event_probe),
1742 (gst_decode_group_control_demuxer_pad),
1743 (gst_decode_group_control_source_pad),
1744 (gst_decode_group_check_if_blocked),
1745 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1746 (gst_decode_group_hide), (gst_decode_group_free),
1747 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1748 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1749 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1751 New decodebin2 element.
1753 * gst/playback/gstplay-marshal.list:
1754 Added marshallers for new signals in decodebin2
1755 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1756 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1759 2006-11-28 Wim Taymans <wim@fluendo.com>
1761 * gst/playback/gstplaybasebin.c: (setup_source),
1762 (gst_play_base_bin_change_state):
1763 Disable rtsp:// uris for the release, it's not good enough yet.
1766 2006-11-26 Wim Taymans <wim@fluendo.com>
1768 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1769 (theora_dec_push_forward), (theora_dec_push_reverse),
1770 (theora_handle_data_packet), (theora_dec_decode_buffer),
1771 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1772 (theora_dec_chain_forward), (theora_dec_chain):
1773 Implement reverse playback.
1775 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1776 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1777 (vorbis_dec_chain_forward):
1778 Clear buffers used for reverse playback in _reset.
1779 No need to set the eos flag, we clip samples using the segment.
1781 2006-11-24 Wim Taymans <wim@fluendo.com>
1783 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1784 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1785 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1786 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1788 Handle continued pages in reverse mode.
1790 2006-11-24 Wim Taymans <wim@fluendo.com>
1792 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1793 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1794 (vorbis_dec_flush_decode):
1796 Don't try to add invalid timestamps.
1797 Clipping will unref the buffer.
1799 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1801 * gst/adder/gstadder.h:
1802 * gst/audiotestsrc/gstaudiotestsrc.h:
1803 remove obsolete _factory_init protos
1805 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1807 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1808 Fix spacing in debug message.
1810 2006-11-23 Wim Taymans <wim@fluendo.com>
1812 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1813 (gst_ogg_demux_chain):
1814 Don't just ignore return values from _pad_push().
1815 Small debug improvements.
1817 2006-11-23 Michael Smith <msmith@fluendo.com>
1819 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1820 If our incoming buffer is marked as DISCONT, then increment the page
1821 number (so that the discontinuity is marked in the final ogg
1822 bitstream) and flush the previous page.
1824 2006-11-22 Michael Smith <msmith@fluendo.com>
1826 * ext/theora/gsttheoraenc.h:
1827 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1828 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1829 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1830 (theora_enc_chain), (theora_enc_change_state):
1831 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1833 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1834 (GST_START_TEST), (theoraenc_suite):
1835 Enable discontinuity test, fix it.
1837 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1839 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1840 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1841 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1842 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1843 (gst_text_overlay_change_state):
1844 * ext/pango/gsttextoverlay.h:
1845 Some textoverlay fixes: for one, in the video chain function,
1846 actually wait for a text buffer to come in if there is none at the
1847 moment and there should be one; also, deal more gracefully with
1848 incoming buffers that do not have a timestamp or duration; discard
1849 text buffer when not needed any longer. Fixes #341681.
1851 * tests/check/Makefile.am:
1852 * tests/check/elements/.cvsignore:
1853 * tests/check/elements/textoverlay.c:
1854 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1855 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1856 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1857 (test_video_waits_for_text_send_text_newsegment_thread),
1858 (test_video_waits_for_text_shutdown_element),
1859 (test_render_continuity_push_video_buffers_thread),
1860 (textoverlay_suite):
1861 Add some unit tests for textoverlay.
1863 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1865 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1866 Avoid integer underflow when the found probability for mp3 is
1867 smaller than the 'penalty' we subtract if there's not a clean
1868 mp3 header sync at offset 0.
1870 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1872 * docs/libs/gst-plugins-base-libs-sections.txt:
1873 Add some new symbols to the docs
1875 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1877 * tests/check/Makefile.am:
1878 * tests/check/elements/ffmpegcolorspace.c:
1879 (ffmpegcolorspace_suite):
1880 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1881 (for now not for valgrinding though, since it takes too long).
1883 2006-11-20 Wim Taymans <wim@fluendo.com>
1885 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1886 (gst_ffmpeg_pixfmt_to_caps):
1887 Fix RGBA32 caps. Fixes #357038.
1889 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1891 * gst-libs/gst/interfaces/mixertrack.h:
1892 Add FIXME so we can add some padding here in 0.11
1894 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1896 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1897 Fix GstBaseRTPAudioPayload structure so the whole GObject
1898 inheritance business actually works (parent class instance structure
1899 must always come first in the derived class instance structure).
1901 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1903 * gst/videotestsrc/Makefile.am:
1904 * tests/check/Makefile.am:
1905 Make sure our checks and the videotestsrc plugin link against the
1906 local uninstalled gst libs and not any installed gst libs that
1907 might happen to exist as well.
1909 * tests/check/elements/adder.c: (message_received),
1910 (test_event_message_received), (test_play_twice_message_received):
1911 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1912 Fix compiler warnings when compiling against core with disabled
1915 2006-11-16 Michael Smith <msmith@fluendo.com>
1917 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1918 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1919 Fix audiorate, so that it accurately sets offsets and timestamps.
1920 Doesn't change the fundamental algorithmic decisions; so should be
1923 * tests/check/Makefile.am:
1924 Enable audiorate test now that it passes.
1926 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1928 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1929 clear xv when going to NULL, remove // commented non-existant proto
1931 * tests/examples/seek/seek.c: (main):
1932 add missing tooltip description for scrub and play_scrub
1934 2006-11-14 David Schleef <ds@schleef.org>
1937 Bump liboil requirement to 0.3.8.
1938 * gst-libs/gst/riff/riff-media.c:
1940 * gst/videoscale/vs_image.h:
1941 * gst/videoscale/vs_scanline.h:
1942 Use liboil's stdint.h.
1943 * gst/videotestsrc/videotestsrc.c:
1944 Remove liboil related ifdef's, since they aren't needed now, and
1945 won't work with future versions.
1947 2006-11-14 David Schleef <ds@schleef.org>
1949 * gst/videoscale/Makefile.am:
1950 * gst/videoscale/gstvideoscale.c:
1951 * gst/videoscale/gstvideoscale.h:
1952 * gst/videoscale/vs_4tap.c:
1953 * gst/videoscale/vs_4tap.h:
1954 * gst/videoscale/vs_image.c:
1955 * gst/videoscale/vs_image.h:
1956 * gst/videoscale/vs_scanline.c:
1957 * gst/videoscale/vs_scanline.h:
1958 Add a 4-tap image scaler. Theoretically looks much prettier.
1959 The tap calculation could use some improvement.
1961 2006-11-14 Wim Taymans <wim@fluendo.com>
1963 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1965 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1966 (gst_riff_parse_strf_iavs):
1967 * gst/subparse/gstsubparse.c: (convert_encoding):
1968 * gst/tcp/gstmultifdsink.c:
1969 (gst_multi_fd_sink_handle_client_write):
1970 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1971 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1972 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1973 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1974 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1975 (gst_ximagesink_ximage_new):
1976 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1977 Various gsize and gssize printf fixes. Fixes #372507.
1979 2006-11-13 Wim Taymans <wim@fluendo.com>
1981 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1982 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1983 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1984 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1985 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1986 * ext/vorbis/vorbisdec.h:
1987 First stab at vorbis reverse playback.
1989 2006-11-13 Wim Taymans <wim@fluendo.com>
1991 * gst-libs/gst/audio/gstbaseaudiosink.c:
1992 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1993 * gst-libs/gst/audio/gstbaseaudiosink.h:
1994 Make the clock sync code more accurate wrt resampling and playback
1997 * gst-libs/gst/audio/gstringbuffer.c:
1998 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1999 * gst-libs/gst/audio/gstringbuffer.h:
2000 Use better algorithm to interpolate sample rates.
2002 2006-11-13 Michael Smith <msmith@fluendo.com>
2004 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2005 Improve a debug line slightly.
2007 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2008 Call gst_riff_init() in plugin_init, to avoid getting errors from
2009 the debug system (unrelated changes to another plugin made this turn
2012 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2014 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2016 * win32/common/libgsttag.def:
2017 Add missing symbol (#366492).
2019 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2021 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2022 Don't unref a NULL pad.
2024 2006-11-09 Wim Taymans <wim@fluendo.com>
2026 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2027 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2028 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2029 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2030 (gst_ogg_demux_loop):
2031 Implement first stab at reverse playback.
2033 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2035 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2036 (gst_riff_create_video_template_caps):
2037 add h263/h264 variants to the caps, Fixes #363118
2039 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2041 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2042 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2043 Use g_strerror instead of strerror so we get UTF-8.
2045 2006-11-03 David Schleef <ds@schleef.org>
2047 * ext/ogg/gstoggdemux.c:
2048 * ext/ogg/gstoggmux.c:
2049 Add/remove KW-DIRAC header here, since it is ogg-specific.
2051 2006-11-03 Michael Smith <msmith@fluendo.com>
2053 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2054 Recognise more mpeg4 elementary video streams.
2056 2006-11-02 Edward Hervey <edward@fluendo.com>
2058 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2059 Lower the probability of mp3 typefinding functions if we don't find a
2060 valid mp3 header at the start of the file.
2063 2006-11-02 Wim Taymans <wim@fluendo.com>
2065 * ext/theora/gsttheoradec.h:
2066 * ext/theora/theoradec.c: (gst_theora_dec_init),
2067 (theora_dec_sink_event), (theora_dec_chain_forward),
2068 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2070 Document and partially implement an algorithm for doing reverse playback
2073 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2075 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2077 * win32/common/config.h:
2078 * win32/common/interfaces-enumtypes.c:
2079 * win32/common/libgsttag.def:
2080 * win32/vs8/gst-plugins-base.sln:
2081 * win32/vs8/libgstaudioresample.vcproj:
2082 * win32/vs8/libgstinterfaces.vcproj:
2083 * win32/vs8/libgstogg.vcproj:
2084 * win32/vs8/libgstriff.vcproj:
2085 * win32/vs8/libgsttag.vcproj:
2086 * win32/vs8/libgsttheora.vcproj:
2087 * win32/vs8/libgstvideoscale.vcproj:
2088 * win32/vs8/libgstvorbis.vcproj:
2089 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2090 to libgsttag.def; add missing dependencies for some vs8 projects;
2091 re-arrange placement of .def files in vs8 projects (#366334).
2093 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2096 Remove unused variable.
2098 * ext/ogg/gstoggdemux.c:
2099 Fix Wim's surname in plugin description.
2101 2006-10-31 Wim Taymans <wim@fluendo.com>
2103 * gst-plugins-base.spec.in:
2104 spec new .h file. Fixes #368310.
2106 2006-10-31 Michael Smith <msmith@fluendo.com>
2108 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2109 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2110 (gst_multi_fd_sink_get_stats),
2111 (gst_multi_fd_sink_remove_client_link),
2112 (gst_multi_fd_sink_queue_buffer),
2113 (gst_multi_fd_sink_handle_clients):
2114 * gst/tcp/gstmultifdsink.h:
2115 Make using the remove or clear signals threadsafe.
2116 Make calling get-stats with an invalid fd not segfault.
2119 2006-10-31 Wim Taymans <wim@fluendo.com>
2121 * gst-libs/gst/rtp/Makefile.am:
2122 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2123 (gst_base_rtp_audio_payload_init):
2124 Fix and activate base audio payloader.
2126 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2128 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2130 Add typefinder for QuickTime Image Files (see #366156).
2132 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2134 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2135 Another typo fix (#366212).
2137 2006-10-27 Wim Taymans <wim@fluendo.com>
2139 * gst/volume/gstvolume.c: (volume_transform_ip):
2140 Use stream time to synchronize volume property instead of rather random
2141 timestamps. This is needed when gnonlin does its time shifting.
2143 2006-10-27 Wim Taymans <wim@fluendo.com>
2145 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2147 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2148 Remove the pad from the element in release_pad. Fixes #364812.
2150 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2152 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2154 Explicitly create our custom buffer classes at a thread-safe
2155 location as well, since g_type_class_ref() doesn't seem to be
2156 entirely thread-safe either (#365501; also see #349410).
2158 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2160 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2161 (gst_riff_parse_info):
2162 If strings in INFO chunk are not UTF-8, do something similar to
2163 what we do for ID3v1 tags: check a number of environment variables
2164 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2165 character sets to try, otherwise try the current locale and/or fall
2166 back on ISO-8859-1. Fixes #360552.
2168 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2170 * gst/videotestsrc/gstvideotestsrc.c:
2171 (gst_video_test_src_pattern_get_type),
2172 (gst_video_test_src_set_pattern):
2173 * gst/videotestsrc/gstvideotestsrc.h:
2174 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2175 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2176 (gst_video_test_src_checkers8):
2177 * gst/videotestsrc/videotestsrc.h:
2178 Add a bunch of exciting new checkers patterns.
2180 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2182 * gst/subparse/Makefile.am:
2183 * gst/subparse/gstsubparse.c:
2184 (gst_sub_parse_data_format_autodetect),
2185 (gst_sub_parse_format_autodetect), (handle_buffer),
2186 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2187 * gst/subparse/gstsubparse.h:
2188 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2190 * gst/subparse/tmplayerparse.h:
2191 Add support for TMPlayer-type subtitles (#362845).
2193 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2194 (GST_START_TEST), (subparse_suite):
2195 Add some basic unit tests for the above.
2197 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2199 * tests/check/elements/audiorate.c: (test_injector_base_init),
2200 (test_injector_class_init), (test_injector_chain),
2201 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2202 (GST_START_TEST), (audiorate_suite):
2203 More tests for audiorate: inject buffers to check behaviour when
2206 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2208 * tests/check/Makefile.am:
2209 * tests/check/elements/.cvsignore:
2210 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2211 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2212 Add some basic unit tests for audiorate. Disabled at the moment
2213 since it doesn't pass yet (see bug #363119).
2215 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2217 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2218 (parse_subrip), (handle_buffer):
2219 Add missing closing tags for markup and fix broken markup,
2220 otherwise pango won't render anything (fixes #357531). Also,
2221 make sure the text we send out is always NUL-terminated
2222 (better safe than sorry etc.).
2224 * tests/check/elements/subparse.c: (test_srt_do_test),
2226 Some more tests for .srt incl. tests for the above stuff.
2228 2006-10-20 Julien MOUTTE <julien@moutte.net>
2230 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2232 Patch by: Stefan Kost <ensonic@users.sf.net>
2233 Try to redraw borders only when needed. Apparently this consumes
2234 resources on small devices... :-O (#363607)
2236 2006-10-20 Michael Smith <msmith@fluendo.com>
2238 * gst/tcp/gstmultifdsink.c:
2239 (gst_multi_fd_sink_client_queue_buffer):
2240 If caps change, then update the client's idea of the caps so that we
2241 don't end up re-sending streamheaders for every single buffer after
2244 2006-10-20 Michael Smith <msmith@fluendo.com>
2246 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2247 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2248 Set caps on pushed buffers; fix up refcounting of caps objects.
2250 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2252 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2254 Typefind mmsh header data packet to application/x-mmsh (#362625).
2256 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2258 * tests/check/Makefile.am:
2259 * tests/check/elements/.cvsignore:
2260 * tests/check/elements/subparse.c: (buffer_from_static_string),
2261 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2262 (GST_START_TEST), (subparse_suite):
2263 Add very simple unit test for subparse.
2265 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2267 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2269 Strip trailing newlines from subtitle text output.
2271 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2273 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2274 (gst_sub_parse_change_state):
2275 Fix memleak; clear subparse->textbuf n state change function.
2277 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2279 * gst/subparse/gstsubparse.c:
2280 (gst_sub_parse_data_format_autodetect):
2281 Don't require subrip (.srt) files to start with a chunk number of 1.
2283 2006-10-18 Wim Taymans <wim@fluendo.com>
2285 * gst-libs/gst/audio/gstbaseaudiosink.c:
2286 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2287 * gst-libs/gst/audio/gstbaseaudiosink.h:
2288 Extract rate from the NEWSEGMENT event.
2289 Use commit_full to also take rate adjustment into account when writing
2290 samples to the ringbuffer.
2292 * gst-libs/gst/audio/gstringbuffer.c:
2293 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2294 (gst_ring_buffer_read):
2295 * gst-libs/gst/audio/gstringbuffer.h:
2296 Added _commit_full() to also take rate into account.
2297 Use simple interpolation algorithm to resample audio.
2298 API: gst_ring_buffer_commit_full()
2300 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2301 * tests/examples/seek/seek.c: (segment_done):
2302 Don't try to seek with 0.0 rate, just pause instead.
2303 Remove bogus debug line.
2305 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2307 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2309 Catch async errors when starting up the subtitle bin, so we can
2310 stop waiting and continue with the main film instead of hanging
2311 forever. Fixes #339366.
2313 * tests/check/elements/playbin.c: (playbin_suite):
2314 Enable unit test for the above.
2316 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2318 * tests/check/Makefile.am:
2319 * tests/check/elements/.cvsignore:
2320 * tests/check/elements/playbin.c: (GST_START_TEST),
2321 (gst_red_video_src_uri_get_type),
2322 (gst_red_video_src_uri_get_protocols),
2323 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2324 (gst_red_video_src_uri_handler_init),
2325 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2326 (gst_red_video_src_create), (gst_red_video_src_class_init),
2327 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2328 Some small and basic unit tests for playbin; not very useful yet,
2329 but at least a start.
2331 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2333 * gst/playback/gstplaybin.c: (setup_sinks):
2334 The old pad activation spiel.
2336 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2338 * gst/playback/gstplaybasebin.c: (setup_source):
2339 Don't hang forever if the subbin already fails to start up in
2340 the state change to PAUSED (#339366).
2342 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2344 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2345 (gst_tuner_set_channel), (gst_tuner_get_channel),
2346 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2347 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2348 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2349 (gst_tuner_find_channel_by_name):
2350 Fix some function guards, add some more function guards.
2352 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2354 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2355 (remove_element_chain):
2356 Don't return a pad from get_our_ghost_pad unless it is actually the
2358 Change a cast in remove_element_chain slightly.
2360 2006-10-13 Julien MOUTTE <julien@moutte.net>
2362 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2363 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2364 Segment seeking needs to use the rate and set stop to -1.
2366 2006-10-13 Wim Taymans <wim@fluendo.com>
2368 * gst-libs/gst/audio/gstbaseaudiosink.c:
2369 (gst_base_audio_sink_setcaps):
2370 Don't crash when ringbuffer is not yet created.
2371 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2374 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2375 * gst/playback/gststreamselector.c:
2376 (gst_stream_selector_request_new_pad):
2377 Activate pads befre adding them to running elements.
2379 2006-10-13 Julien MOUTTE <julien@moutte.net>
2381 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2382 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2383 updater when we start grabing the slider. Don't wait for the
2384 pipeline to be PAUSED.
2386 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2388 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2389 (gst_mixer_set_volume), (gst_mixer_get_volume),
2390 (gst_mixer_set_mute), (gst_mixer_set_option),
2391 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2392 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2393 (gst_mixer_option_changed):
2394 Guard mixer interface functions against bogus arguments.
2396 2006-10-12 Julien MOUTTE <julien@moutte.net>
2398 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2399 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2400 (msg_state_changed), (main): Use state-changed messages to trigger
2401 start/stop of scale update timer. Indeed the scale slider was
2402 jumping here and there because the update timer was activated
2403 before seek completed. This fixes instant applying of rate changes
2404 by pressing the spinbutton like a crazy man !
2406 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2408 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2410 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2411 (gst_basertppayload_finalize):
2412 Fix two small memory leaks (#361456).
2414 2006-10-10 Julien MOUTTE <julien@moutte.net>
2416 * tests/examples/seek/seek.c: (do_seek),
2417 (rate_spinbutton_changed_cb): When changing spinbutton we try
2418 to change the rate on the fly.
2420 2006-10-10 Wim Taymans <wim@fluendo.com>
2422 * gst-libs/gst/riff/riff-ids.h:
2423 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2424 (gst_riff_create_audio_template_caps):
2427 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2429 Patch by: Josep Torre Valles <josep@fluendo.com>
2431 * ext/gnomevfs/gstgnomevfssink.c:
2432 * ext/gnomevfs/gstgnomevfssrc.c:
2433 Fix URI interface implementation return type.
2434 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2435 Fix what looks like a copy/paste issue when assigning values.
2436 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2437 (gst_audio_filter_template_get_type):
2438 Cast to prevent Forte warnings.
2439 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2440 Fix URI interface implementation return type.
2441 gst_pad_query_position requires a signed integer pointer as
2442 3rd parameter, GstClockTime is unsigned.
2443 * gst/audioconvert/audioconvert.c:
2444 Fix integer overflow when treated as signed.
2445 * gst/audioresample/resample.c: (resample_add_input_data):
2446 Cast to prevent warnings on Forte.
2447 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2448 Fix integer overflow when treated as signed.
2449 * gst/ffmpegcolorspace/imgconvert_template.h:
2450 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2451 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2452 (cleanup_decodebin):
2453 Who initialises a guint to -1!
2454 Cast function pointers to prevent warnings on Forte.
2455 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2456 (queue_threshold_reached):
2457 Cast function pointers correctly to prevent warnings on Forte.
2458 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2459 Cast function pointers correctly to prevent warnings on Forte.
2460 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2461 Obvious change to unsigned, 0xEF > max signed char.
2462 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2463 GstClockTime is unsigned, initialise correctly.
2464 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2465 Cast so pointer arithemetic doesn't cause warnings on Forte.
2466 * gst/videorate/gstvideorate.c:
2467 Use correct return value.
2468 * tests/examples/seek/scrubby.c:
2469 GstClockTime is unsigned, initialise correctly.
2471 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2473 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2475 * gst/typefind/gsttypefindfunctions.c:
2476 Recognise XML files and XML-like files shorter than 256 bytes as
2477 well (fixes #359237).
2479 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2481 Patch by: Renato Filho <renato.filho@indt.org.br>
2483 * gst/typefind/gsttypefindfunctions.c:
2484 Added typefind functions to video/x-nuv media.
2486 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2488 * gst-libs/gst/interfaces/xoverlay.c:
2489 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2490 Some more guards against invalid input.
2492 2006-10-07 Julien MOUTTE <julien@moutte.net>
2494 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2496 * tests/examples/seek/seek.c: (do_seek),
2497 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2498 seek example to experiment with rates != 1.0 (reverse playback !)
2500 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2502 * gst-libs/gst/interfaces/xoverlay.c:
2503 Unref message in doc-example (spotted by Robert McQueen)
2505 2006-10-06 Wim Taymans <wim@fluendo.com>
2507 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2508 (mpeg1_parse_header), (mpeg1_sys_type_find):
2511 2006-10-06 Wim Taymans <wim@fluendo.com>
2513 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2515 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2516 Activate dynamic pads before adding them to the element.
2518 2006-10-06 Michael Smith <msmith@fluendo.com>
2520 * gst-libs/gst/floatcast/floatcast.h:
2521 Fix obviously-bogus macros; use the correct types.
2523 2006-10-06 Wim Taymans <wim@fluendo.com>
2525 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2526 (gst_base_rtp_depayload_change_state):
2527 Also call parent state change function to activate pads.
2529 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2530 (mpeg1_parse_header), (mpeg1_sys_type_find):
2531 Add some more debug info in mpeg typefinding.
2533 2006-10-06 Michael Smith <msmith@fluendo.com>
2535 * ext/theora/theoradec.c: (theora_dec_chain):
2536 Zero byte theora packets are valid and well-defined; don't warn on
2539 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2541 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2542 (gst_multi_fd_sink_get_stats), (find_limits),
2543 (gst_multi_fd_sink_queue_buffer):
2544 API: add dropped_buffers to the get-stats GValueArray
2546 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2548 * ext/alsa/gstalsadeviceprobe.c:
2549 (gst_alsa_device_property_probe_get_values):
2550 * ext/alsa/gstalsasink.c: (set_hwparams):
2551 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2552 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2553 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2554 (gst_ogg_mux_process_best_pad):
2555 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2556 (gst_ogg_parse_chain):
2557 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2558 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2559 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2560 (gst_vorbis_enc_buffer_check_discontinuous):
2561 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2562 * gst-libs/gst/audio/gstbaseaudiosink.c:
2563 (gst_base_audio_sink_render):
2564 * gst-libs/gst/cdda/gstcddabasesrc.c:
2565 (gst_cdda_base_src_handle_track_seek):
2566 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2567 (gst_base_rtp_depayload_push_full):
2568 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2569 * gst/audioresample/resample.c: (resample_input_pushthrough):
2570 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2571 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2572 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2573 (wavpack_type_find):
2574 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2575 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2576 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2577 * tests/check/elements/volume.c: (GST_START_TEST):
2578 Printf format fixes.
2580 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2582 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2583 Fix a simple mistake (see the docs)
2586 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2588 * docs/plugins/Makefile.am:
2589 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2590 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2591 * docs/plugins/gst-plugins-base-plugins.args:
2592 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2593 * docs/plugins/inspect/plugin-adder.xml:
2594 * docs/plugins/inspect/plugin-alsa.xml:
2595 * docs/plugins/inspect/plugin-audioconvert.xml:
2596 * docs/plugins/inspect/plugin-audiorate.xml:
2597 * docs/plugins/inspect/plugin-audioresample.xml:
2598 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2599 * docs/plugins/inspect/plugin-cdparanoia.xml:
2600 * docs/plugins/inspect/plugin-decodebin.xml:
2601 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2602 * docs/plugins/inspect/plugin-gdp.xml:
2603 * docs/plugins/inspect/plugin-gnomevfs.xml:
2604 * docs/plugins/inspect/plugin-libvisual.xml:
2605 * docs/plugins/inspect/plugin-ogg.xml:
2606 * docs/plugins/inspect/plugin-pango.xml:
2607 * docs/plugins/inspect/plugin-playbin.xml:
2608 * docs/plugins/inspect/plugin-subparse.xml:
2609 * docs/plugins/inspect/plugin-tcp.xml:
2610 * docs/plugins/inspect/plugin-theora.xml:
2611 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2612 * docs/plugins/inspect/plugin-video4linux.xml:
2613 * docs/plugins/inspect/plugin-videorate.xml:
2614 * docs/plugins/inspect/plugin-videoscale.xml:
2615 * docs/plugins/inspect/plugin-videotestsrc.xml:
2616 * docs/plugins/inspect/plugin-volume.xml:
2617 * docs/plugins/inspect/plugin-vorbis.xml:
2618 * docs/plugins/inspect/plugin-ximagesink.xml:
2619 * docs/plugins/inspect/plugin-xvimagesink.xml:
2620 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2622 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2624 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2626 * ext/vorbis/Makefile.am:
2627 * ext/vorbis/vorbis.c: (plugin_init):
2628 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2629 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2630 * ext/vorbis/vorbisparse.h:
2631 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2632 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2633 (gst_vorbis_tag_parse_packet):
2634 * ext/vorbis/vorbistag.h:
2635 Add new vorbistag element which derives from vorbisparse
2636 and is essentially the same as well, only that it implements
2637 the GstTagSetter interface and can modify the stream's
2638 vorbiscomment on the fly (#335635).
2640 * tests/check/Makefile.am:
2641 * tests/check/elements/.cvsignore:
2642 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2643 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2644 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2645 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2646 Add unit test for new vorbistag element.
2648 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2650 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2651 (vorbis_parse_push_headers), (vorbis_parse_chain):
2652 Set BOS flag in packet structure to fix 'jump depends
2653 on unitialized value' errors in valgrind; various minor
2656 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2658 * gst/playback/gstdecodebin.c: (close_pad_link):
2659 Fix typo in a debug statement.
2661 * gst/playback/gstplaybasebin.c: (probe_triggered),
2662 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2663 (gen_source_element), (source_new_pad), (analyse_source),
2665 When handling no_more_pads in new_decoded_pad, make sure to treat
2666 subtitle pads correctly. Fixes playback with subtitle files.
2668 Move a recurring message to LOG level.
2670 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2671 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2672 which ends up as -1 when cast to an int. Make the logic handle the
2673 max value as an unsigned mask and only change the colorkey when it's
2674 a value we recognise.
2676 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2678 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2679 Removed empty * between paragraphs
2681 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2683 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2684 * gst-libs/gst/rtp/README:
2685 Moved some documentation into .c file
2687 2006-09-29 Wim Taymans <wim@fluendo.com>
2689 * gst/playback/gstdecodebin.c: (no_more_pads):
2692 2006-09-29 Wim Taymans <wim@fluendo.com>
2694 * gst/playback/gstdecodebin.c: (new_caps):
2697 * gst/playback/gstplaybin.c:
2700 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2702 * tests/check/Makefile.am:
2703 Re-enable cddabasesrc test to see if it works again
2706 2006-09-29 Wim Taymans <wim@fluendo.com>
2708 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2709 (gen_source_element):
2710 Handle invalid URIs a bit more gracefully.
2712 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2714 * tests/check/pipelines/oggmux.c:
2715 Remove obsolete comment.
2717 2006-09-29 Michael Smith <msmith@fluendo.com>
2719 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2720 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2721 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2722 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2723 (gst_ogg_mux_collected):
2724 Commit patch from James "Doc" Livingston, adds proper EOS handling
2725 in oggmux. GStreamer can, for the first time ever, create a valid
2728 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2730 Reenable tests now that they pass.
2732 2006-09-29 Wim Taymans <wim@fluendo.com>
2734 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2735 Stop reading commands when EOF (we read 0) as well.
2737 2006-09-28 Wim Taymans <wim@fluendo.com>
2739 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2740 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2741 (find_dynamic), (unlinked), (close_link):
2742 Implement delayed caps linking needed for element with a lot of
2743 different caps on the src pads that get fixed at runtime.
2744 Improve management of dynamic elements.
2746 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2747 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2748 (gen_preroll_element), (remove_groups), (unknown_type),
2749 (add_element_stream), (no_more_pads_full), (no_more_pads),
2750 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2751 (new_decoded_pad), (setup_subtitle), (array_has_value),
2752 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2753 (analyse_source), (remove_decoders), (make_decoder),
2754 (remove_source), (setup_source), (finish_source), (prepare_output),
2755 (gst_play_base_bin_change_state):
2756 * gst/playback/gstplaybasebin.h:
2757 Use more _CAST instead of full type checking casts.
2758 Small cleanups, plug some leaks.
2759 Handle dynamic sources.
2760 Add some helper functions to create lists of strings used for
2761 blacklisting and other stuff.
2762 Refactor some code dealing with analysing the source.
2763 Re-enable sources without pads (like cd:// or other selfcontained
2766 2006-09-28 Wim Taymans <wim@fluendo.com>
2768 * gst-libs/gst/audio/gstbaseaudiosink.c:
2769 (gst_base_audio_sink_render):
2770 When we have a timestamp, we can still perform clipping.
2771 When we have no clock, we must play the sample ASAP.
2773 2006-09-28 Wim Taymans <wim@fluendo.com>
2775 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2776 Set caps on outgoing buffers.
2778 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2779 (gst_video_rate_event), (gst_video_rate_chain):
2780 * gst/videorate/gstvideorate.h:
2781 Fix videorate some more. Fixes #357977
2783 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2785 * tests/check/elements/adder.c: (adder_suite):
2786 Don't set timeout to 6 seconds when we're running
2787 in valgrind ... (and how is 6 seconds longer than
2788 the default anyway?)
2790 2006-09-28 Wim Taymans <wim@fluendo.com>
2792 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2793 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2794 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2795 Keep sink and src segment to keep track of time and support more
2797 Fix bogus next_offset and run_time calculation, don't understand how
2798 this could have worked before. Fixes #357976.
2799 Remove some unneeded vars.
2801 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2803 * gst/playback/gstplaybin.c: (remove_sinks):
2804 Only remove visualisation from visbin if there is a visbin (or:
2805 don't throw warnings when closing totem without playing a file).
2807 2006-09-27 Wim Taymans <wim@fluendo.com>
2809 * gst-libs/gst/audio/gstbaseaudiosink.c:
2810 (gst_base_audio_sink_render):
2811 Add some more info in a WARNING.
2813 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2814 (gst_base_audio_src_create):
2815 Handle PAUSE in create function, use new -core addition to
2816 wait for playing. Fixes pausing and resuming capture from an
2819 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2820 (gst_ring_buffer_read):
2822 Caller supports interrupted reads now.
2824 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2826 * tests/check/Makefile.am:
2827 Another attempt to make the gen64 buildbot happy.
2829 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2831 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2833 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2834 (gst_visual_chain), (gst_visual_change_state):
2835 Libvisual plugin was not passing audio data to libvisual 0.4.0
2836 correctly. Fixes #357800
2838 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2840 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2841 Add timeout to _get_state() so we see which pipeline it is
2842 that causes trouble on the gen64 build bot.
2844 2006-09-27 Wim Taymans <wim@fluendo.com>
2846 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2847 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2848 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2849 (gst_base_rtp_depayload_set_gst_timestamp):
2850 the source pad always uses fixed caps.
2852 2006-09-27 Wim Taymans <wim@fluendo.com>
2854 * docs/libs/gst-plugins-base-libs-docs.sgml:
2855 * docs/libs/gst-plugins-base-libs-sections.txt:
2856 * gst-libs/gst/audio/gstaudioclock.c:
2857 * gst-libs/gst/audio/gstaudioclock.h:
2858 * gst-libs/gst/audio/gstaudiosink.c:
2859 * gst-libs/gst/audio/gstaudiosink.h:
2860 * gst-libs/gst/audio/gstaudiosrc.c:
2861 * gst-libs/gst/audio/gstbaseaudiosink.c:
2862 (gst_base_audio_sink_render):
2863 * gst-libs/gst/audio/gstbaseaudiosink.h:
2864 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2865 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2866 * gst-libs/gst/audio/gstringbuffer.h:
2867 Added docs for the audio libs.
2869 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2871 * tests/check/Makefile.am:
2872 Temporarily disable test that fails on the bots for unknown reasons.
2874 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2876 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2877 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2878 Moved AudioCodecType into priv
2879 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2881 2006-09-25 Wim Taymans <wim@fluendo.com>
2883 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2884 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2885 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2887 Cleanups and small leak fixes.
2888 Added Depayloaders to valid list of autopluggable elements.
2890 2006-09-25 Wim Taymans <wim@fluendo.com>
2892 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2893 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2894 (gen_video_element), (gen_text_element), (gen_audio_element),
2895 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2896 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2897 Detect NO_PREROLL state change returns and disable clock distribution to
2898 the sinks so that sync is disabled.
2899 Avoid some type checking and do simple casts instead.
2900 Small cleanups, fix some FIXMEs.
2901 Be more robust when linking user specified elements, catch an report
2902 errors. Fixes #357404.
2903 Fix some leaks in the error paths.
2905 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2908 ChangeLog surgery for missing bug-number
2910 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2912 Patch by: Peter Kjellerstedt <pkj at axis com>
2914 * gst/playback/test.c:
2915 Fix compilation with uClibc and -Werror (#357591).
2917 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2919 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2920 Parse dates that are followed by a time as well (#357532).
2922 * tests/check/libs/tag.c: (test_vorbis_tags):
2923 Add unit test for this.
2925 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2927 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2928 (gst_audio_convert_transform_caps):
2929 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2930 * gst/videotestsrc/videotestsrc.h:
2931 A few array const-ifications.
2933 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2935 * tests/check/Makefile.am:
2936 See if this makes the build bots happy.
2938 * tests/check/libs/cddabasesrc.c:
2941 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2943 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2945 * gst/subparse/samiparse.c: (handle_start_font),
2946 (fix_invalid_entities):
2947 More case-insensitivity for certain tags; recognise entities with
2948 decimal codes as special entities as well (#357330).
2950 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2952 * gst-libs/gst/Makefile.am:
2953 Need to build tag directory before cdda.
2955 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2957 * docs/libs/gst-plugins-base-libs-sections.txt:
2958 * gst-libs/gst/cdda/Makefile.am:
2959 * gst-libs/gst/cdda/gstcddabasesrc.c:
2960 (gst_cdda_base_src_base_init):
2961 * gst-libs/gst/cdda/gstcddabasesrc.h:
2962 * gst-libs/gst/tag/tag.h:
2963 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2964 (gst_tag_register_musicbrainz_tags):
2965 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2966 depend on libgsttag. This is required so we can extract/read tags like
2967 DISCID without depending on libgstcddabasesrc (which used to register
2970 * gst-libs/gst/tag/gstvorbistag.c:
2971 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2972 tags (also see #347848).
2974 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2975 Log vorbis comments we are actually writing. Const-ify array.
2977 2006-09-23 Wim Taymans <wim@fluendo.com>
2979 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2980 Improve buffering a bit by avoiding a deadlock because we cannot assume
2981 the underrun is always called.
2983 2006-09-23 Wim Taymans <wim@fluendo.com>
2985 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2987 * gst-libs/gst/riff/riff-ids.h:
2988 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2989 (gst_riff_create_audio_template_caps):
2990 Added MPEG-4 AAC and id and caps. Fixes #357289
2991 Added WMA9 Lossless id.
2993 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2995 * ext/gnomevfs/gstgnomevfssrc.c:
2996 Fix misleading docs addition.
2998 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2999 Get rid of compiler warning the right way.
3001 2006-09-22 Wim Taymans <wim@fluendo.com>
3003 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3004 (gst_base_rtp_depayload_finalize),
3005 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3006 (gst_base_rtp_depayload_push_full),
3007 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3008 (gst_base_rtp_depayload_process),
3009 (gst_base_rtp_depayload_set_gst_timestamp),
3010 (gst_base_rtp_depayload_queue_release):
3011 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3014 Refactored the process method and added methods to push from the process
3016 Use _scale functions.
3017 API: gst_base_rtp_depayload_push_ts
3018 API: gst_base_rtp_depayload_push
3020 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3021 timestamps are uint.
3023 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3025 * gst-libs/gst/interfaces/xoverlay.c:
3026 Remove unused statement from doc example.
3028 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3030 * gst-libs/gst/interfaces/videoorientation.c:
3031 (gst_video_orientation_iface_init),
3032 (gst_video_orientation_get_hflip),
3033 (gst_video_orientation_get_vflip),
3034 (gst_video_orientation_get_hcenter),
3035 (gst_video_orientation_get_vcenter),
3036 (gst_video_orientation_set_hflip),
3037 (gst_video_orientation_set_vflip),
3038 (gst_video_orientation_set_hcenter),
3039 (gst_video_orientation_set_vcenter):
3040 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3043 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3045 * tests/check/Makefile.am:
3046 * tests/check/elements/.cvsignore:
3047 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3048 (create_rgb_conversions), (rgb_conversion_free),
3049 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3050 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3051 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3052 but disable for now since it doesn't pass (something wrong with
3055 2006-09-21 Wim Taymans <wim@fluendo.com>
3057 * gst/playback/gstplaybasebin.c: (group_commit),
3058 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3059 (queue_out_of_data), (gen_preroll_element),
3060 (preroll_remove_overrun), (probe_triggered):
3061 Refactor handling of overrun detection.
3062 Separate handling of group completion and deadlock detection when doing
3063 network buffering. This should fix some deadlocks that were not detected
3064 because the group was completed.
3065 Add more comments, improve debugging.
3067 2006-09-21 Wim Taymans <wim@fluendo.com>
3069 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3070 * tests/check/libs/audio.c:
3071 Some more compilation fixes.
3073 2006-09-21 Wim Taymans <wim@fluendo.com>
3075 * gst-libs/gst/audio/gstringbuffer.c:
3076 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3077 (gst_ring_buffer_read):
3078 Early morning compilation fix.
3080 2006-09-20 Wim Taymans <wim@fluendo.com>
3082 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3083 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3084 * tests/check/elements/videorate.c: (GST_START_TEST):
3085 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3086 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3089 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3091 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3092 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3093 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3094 Handcrafted merge to help CVS understanding what I changed and what
3097 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3099 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3100 (gst_xvimagesink_get_times):
3101 change colorkey behaviour back according to #354773 comment 6/7
3103 2006-09-19 Michael Smith <msmith@fluendo.com>
3105 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3106 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3107 (gst_multi_fd_sink_recover_client),
3108 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3109 (gst_multi_fd_sink_get_property):
3110 * gst/tcp/gstmultifdsink.h:
3111 Implement stubbed out properties unit-type, units-soft-max,
3112 units-max, to allow specifying maximum sizes in units other than
3116 2006-09-19 Wim Taymans <wim@fluendo.com>
3118 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3119 (gst_riff_create_audio_template_caps):
3120 Reorder the audio formats a bit for clarity.
3121 Detect and create caps for MSGSM and MSN (WAV49).
3124 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3125 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3126 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3127 Small cleanups, move error handling out of normal flow for clarity.
3129 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3131 * docs/libs/gst-plugins-base-libs-docs.sgml:
3132 * docs/libs/gst-plugins-base-libs.types:
3133 * gst-libs/gst/interfaces/Makefile.am:
3134 * gst-libs/gst/interfaces/videoorientation.c:
3135 (gst_video_orientation_get_type),
3136 (gst_video_orientation_iface_init),
3137 (gst_video_orientation_get_hflip),
3138 (gst_video_orientation_get_vflip),
3139 (gst_video_orientation_get_hcenter),
3140 (gst_video_orientation_get_vcenter),
3141 (gst_video_orientation_set_hflip),
3142 (gst_video_orientation_set_vflip),
3143 (gst_video_orientation_set_hcenter),
3144 (gst_video_orientation_set_vcenter):
3145 * gst-libs/gst/interfaces/videoorientation.h:
3146 API: Add new interface to control video orientation (fixes #354908)
3148 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3150 * gst/videotestsrc/gstvideotestsrc.c:
3151 Use G_UNLIKELY in _create and log one more detail.
3153 (gst_video_test_src_get_times), (gst_video_test_src_create):
3154 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3155 Use gst_util_uint64_scale_int in _get_times().
3157 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3159 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3160 Give better warning message (add object and detail).
3162 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3164 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3165 (gst_xvimagesink_get_times):
3166 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3167 #354773), use gst_util_uint64_scale_int in _get_times()
3169 2006-09-18 Michael Smith <msmith@fluendo.com>
3171 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3172 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3173 always true, leading to dropping all timestamps.
3175 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3177 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3178 (gst_visual_chain), (gst_visual_change_state):
3179 update to work also with libvisual 0.4 API, fix double unref (#355914)
3181 * tools/gst-launch-ext.1.in:
3182 * tools/gst-visualise.1.in:
3183 remove references to old man-pages
3185 * tests/examples/seek/seek.c: (main):
3186 add real meadi-buttons, add tool-tips for the seek-options, arrange
3187 seek options in a table
3189 2006-09-18 Michael Smith <msmith@fluendo.com>
3191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3192 (gst_ogg_mux_push_buffer):
3193 Don't generate out-of-order timestamps from oggmux, instead clamp
3194 output timestamps to be >= the previously output ts.
3197 2006-09-18 Michael Smith <msmith@fluendo.com>
3199 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3200 (gst_multi_fd_sink_class_init):
3201 Updates, fixes, and typo corrections for multifdsink. No functional
3204 2006-09-17 Michael Smith <msmith@fluendo.com>
3206 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3207 Don't crash on truncated files - check that we got an 8 byte buffer
3208 before trying to memcmp it.
3210 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3212 * gst/playback/gstplaybasebin.c: (get_active_source):
3213 Make stream-switching appear instant to the application
3214 (ie. make sure that a g_object_get on 'current-foo' returns
3215 the stream previously set with g_object_set(). Totem needs
3216 this to update stream-related meta-info (like audio-codec)
3217 correctly when switching streams.
3219 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3221 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3222 (gst_alsa_mixer_ensure_track_list):
3223 Try harder to guess which mixer track is the master mixer
3224 track (instead of just taking the first one that has a pvolume).
3227 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3229 reviewed by: <delete if not using a buddy>
3231 * gst-libs/gst/audio/audio.h:
3232 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3234 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3236 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3237 (gst_audio_convert_transform_caps):
3238 Get structure-name just once.
3240 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3242 * tests/check/elements/audioresample.c: (GST_START_TEST):
3243 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3244 * tests/check/elements/volume.c: (GST_START_TEST):
3245 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3246 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3247 (test_pipeline), (GST_START_TEST):
3248 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3249 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3250 Fix big batch of compiler warnings.
3252 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3254 * ext/gnomevfs/gstgnomevfssrc.c:
3255 Add docs about icydemux usage in connection with gnomevfssrc
3257 * ext/libvisual/visual.c:
3258 * ext/ogg/gstoggaviparse.c:
3259 * ext/ogg/gstoggdemux.c:
3260 * ext/ogg/gstoggmux.c:
3261 * ext/ogg/gstoggparse.c:
3262 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3263 * gst-libs/gst/audio/gstaudiosink.c:
3264 * gst-libs/gst/audio/gstaudiosrc.c:
3265 * gst/audiorate/gstaudiorate.c:
3266 More G_OBJECT macro fixing.
3268 * gst/audiotestsrc/gstaudiotestsrc.h:
3269 Fix wrong info in header due to copy & paste
3271 2006-09-15 Wim Taymans <wim@fluendo.com>
3273 * gst-libs/gst/audio/gstbaseaudiosink.c:
3274 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3275 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3276 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3277 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3278 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3279 Do the delay calculation in the source/sink base classes as this is
3280 specific for the capture/playback mode.
3281 Try to fixate a bit better, like round depth up to a multiple of 8
3283 Handle underruns correctly by marking DISCONT on buffers and adjusting
3284 timestamps to handle the gap.
3285 Set offset/offset_end correctly on buffers.
3287 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3288 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3289 (gst_ring_buffer_read):
3290 Remove resync and underrun recovery from the ringbuffer.
3291 Fix ringbuffer read code on under/overrun.
3293 2006-09-15 Wim Taymans <wim@fluendo.com>
3295 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3296 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3297 (queue_threshold_reached), (gst_play_base_bin_set_property),
3298 (gst_play_base_bin_get_property):
3299 * gst/playback/gstplaybasebin.h:
3300 Don't use a 0 low watermark when buffering, it is catching starvation
3301 way too late. Instead, use a 3 second queue with 30 and 95
3302 percent low/high watermarks.
3303 Added queue-min-threshold property to configure low watermark.
3304 Use new _buffering message API.
3305 Make queue_threshold variable big enough to store a uint64 time value.
3306 API: playbin::queue-min-threshold property.
3308 2006-09-15 Wim Taymans <wim@fluendo.com>
3311 We require 0.10.10.1 now because of _wait_preroll().
3313 * gst-libs/gst/audio/gstbaseaudiosink.c:
3314 (gst_base_audio_sink_render):
3315 Use gst_base_sink_wait_preroll().
3317 2006-09-15 Wim Taymans <wim@fluendo.com>
3319 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3320 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3321 Use DEBUG_OBJECT more.
3323 === release 0.10.10 ===
3325 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3327 patch by: Michael Smith <msmith at fluendo dot com>
3329 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3330 (gst_multi_fd_sink_client_queue_buffer),
3331 (gst_multi_fd_sink_new_client):
3332 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3333 (multifdsink_suite):
3334 Fix implementation of sync-method 'next-keyframe'
3337 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3339 patch by: Wim Taymans <wim at fluendo dot com>
3341 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3342 This patch removes the RANDOM flag that was incorrectly introduced with
3343 revision 1.91. Fixes #354590
3345 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3347 * tests/check/Makefile.am:
3348 Random variation in Makefile line to see if it makes the
3349 gen64-base-full bot any happier.
3351 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3353 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3354 Disable test that fails at the moment (killed after timeout).
3356 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3358 Patch by: James Livingston <doclivingston at gmail.com>
3360 * tests/check/Makefile.am:
3361 * tests/check/pipelines/.cvsignore:
3362 * tests/check/pipelines/oggmux.c: (get_page_codec),
3363 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3364 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3365 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3366 (test_theora_vorbis), (oggmux_suite):
3367 Add simple unit test for oggmux from #337026 with checking for the
3368 EOS flags disabled for the time being.
3370 2006-09-04 Wim Taymans <wim@fluendo.com>
3372 patch by: Alessandro Dessina <alessandro nnva org>
3374 * ext/ogg/gstoggmux.c:
3375 Add cmml caps to oggmux. Fixes #353912
3377 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3379 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3380 Returning a return value often helps. In this case, we
3381 don't need the return value anyway, so just get rid of it.
3382 Should make build bots much happier.
3384 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3386 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3387 (paint_get_structure), (gst_video_test_src_get_size),
3388 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3389 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3390 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3391 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3392 * gst/videotestsrc/videotestsrc.h:
3393 Add support for AYUV and the various RGBA formats. Initialise
3394 fields of paintinfo structs allocated on the stack.
3396 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3397 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3398 (check_rgb_buf), (videotestsrc_suite):
3399 Add unit tests for videotestsrc's RGB output.
3401 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3403 * gst/videotestsrc/gstvideotestsrc.c:
3404 (gst_video_test_src_pattern_get_type),
3405 (gst_video_test_src_set_pattern):
3406 * gst/videotestsrc/gstvideotestsrc.h:
3407 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3408 (gst_video_test_src_black), (gst_video_test_src_white),
3409 (gst_video_test_src_red), (gst_video_test_src_green),
3410 (gst_video_test_src_blue):
3411 * gst/videotestsrc/videotestsrc.h:
3412 Add more uni-colour patterns ("white", "red", "green", and "blue").
3414 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3416 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3417 Fix stride for YVYU, should be word-aligned (#353658).
3419 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3421 * gst/adder/gstadder.c: (gst_adder_src_event):
3424 2006-08-31 Edward Hervey <edward@fluendo.com>
3426 * gst/adder/gstadder.c: (forward_event_func),
3427 (gst_adder_src_event), (gst_adder_collected),
3428 (gst_adder_change_state):
3429 * gst/adder/gstadder.h:
3430 Remember the start position asked in the incoming seeks, so we can
3431 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3432 of assuming it will always be 0).
3434 2006-08-31 Edward Hervey <edward@fluendo.com>
3436 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3437 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3438 (gst_ogg_demux_loop):
3439 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3441 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3443 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3444 (gst_ffmpegcsp_get_unit_size):
3445 Return FALSE instead of returning a random false unit
3446 size when the format isn't known/supported (even if
3447 this shouldn't happen under normal circumstances).
3449 2006-08-29 Wim Taymans <wim@fluendo.com>
3451 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3453 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3454 (gst_gnome_vfs_src_start):
3455 Try harder to get the size from a uri by using _info_uri() when
3456 _info_from_handle() does not give us enough info.
3457 Also follow symlinks when getting the size.
3458 Partially Fixes #332864.
3460 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3462 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3464 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3465 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3466 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3467 (gst_alsa_mixer_set_record):
3468 * ext/alsa/gstalsamixertrack.c:
3469 (gst_alsa_mixer_track_update_alsa_capabilities),
3470 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3471 (gst_alsa_mixer_track_update):
3472 * ext/alsa/gstalsamixertrack.h:
3473 Improve and fix mixer track handling, in particular better handling
3474 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3475 separate track objects for tracks that have both capture and playback
3476 volume (and label them differently as well so they're not mistakenly
3477 assumed to be duplicates); classify mixer tracks that only affect
3478 the audible volume of something (rather than the capture volume)
3479 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3480 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3481 (following the meaning documented in the mixer interface header
3482 file); add support for alsa's exclusive cswitch groups; update/sync
3483 state/flags better if mixer settings are changed by another
3484 application. Fixes #336075.
3486 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3488 * gst/playback/gstplaybin.c:
3489 Improve docs: add section about BUFFERING messages sent by playbin.
3491 2006-08-29 Michael Smith <msmith@fluendo.com>
3493 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3494 (gst_vorbis_enc_buffer_check_discontinuous),
3495 (gst_vorbis_enc_chain):
3496 Ignore explicit DISCONT marked on buffers (which is often spurious,
3497 particularly when using multiple segments), in favour of solely
3498 using the timestamps/durations.
3500 2006-08-29 Edward Hervey <edward@fluendo.com>
3502 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3503 Don't rely on incoming buffers offset anymore, since it is completely
3504 broken when using multiple segments.
3505 Instead convert the incoming buffers timestamp to running time, and
3506 then convert that value to the offsets.
3507 Also inform GstSegment of the last outputted stop position, which is
3508 needed if we received several segments with an unknown stop value.
3510 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3512 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3513 fix buffer unreffing on a header push failure
3515 2006-08-28 Wim Taymans <wim@fluendo.com>
3517 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3518 (gst_audio_rate_chain):
3519 Make the metadata of the buffer writable before changing its
3522 2006-08-28 Wim Taymans <wim@fluendo.com>
3524 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3525 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3526 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3527 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3528 Fix audiorate some more.
3529 Reset and resync counters on flush and READY.
3530 Handle the DISCONT flag correctly.
3531 Use GstSegment to track position.
3532 Fail when not negotiated.
3535 2006-08-25 Michael Smith <msmith@fluendo.com>
3537 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3539 Remove accidently included debug line.
3541 2006-08-25 Wim Taymans <wim@fluendo.com>
3543 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3545 If a buffer is received with no caps, make the buffer metadata
3546 writable and set the caps, making sure that we don't screw up the
3549 2006-08-25 Michael Smith <msmith@fluendo.com>
3551 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3552 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3553 Fix memory leaks and misleading debug messages, add a couple of
3556 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3557 (gst_multi_fd_sink_render):
3558 Do not use gst_buffer_make_writable() in a basesink render method,
3559 as it may incorrectly unref the buffer. Instead, use convoluted
3560 dance to avoid copying the buffer except when we need to.
3562 2006-08-25 Michael Smith <msmith@fluendo.com>
3564 * ext/vorbis/vorbisenc.c:
3565 (gst_vorbis_enc_buffer_check_discontinuous):
3566 Allow very small discontinuities in the timestamps. These we can't
3567 do anything useful with anyway (because vorbis's timestamps have
3568 only sample granularity), and are commonly produced by elements with
3569 minor bugs. Allow up to 1/2 a sample out.
3572 2006-08-24 Wim Taymans <wim@fluendo.com>
3574 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3575 (play_scrub_toggle_cb), (main):
3576 Add a checkbox to enable play scrubbing. Makes it possible to disable
3579 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3581 * tests/check/elements/.cvsignore:
3584 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3586 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3587 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3588 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3589 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3590 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3591 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3592 (gst_ogm_text_parse_strip_trailing_zeroes),
3593 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3594 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3595 Refactor ogm parse, do better input checking, misc. clean-ups.
3596 Cache incoming events and push them once the source pad has
3597 been created. Don't pass unterminated strings to sscanf().
3598 Strip trailing zeroes from subtitle text output, since they
3599 are not valid UTF-8. Don't push vorbiscomment packets on
3600 the subtitle text pad. Output perfect streams if possible.
3602 2006-08-23 Wim Taymans <wim@fluendo.com>
3604 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3605 Waits for tasks to settle down so that we clean up correctly for
3608 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3610 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3611 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3612 actually return return value in taglists_are_equal.
3614 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3616 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3617 Fix crash due to broken bitstream parsing on x86-64: can't make
3618 any assumptions about sizeof(struct) due to alignment/packing
3619 differences on different architectures. Fixes #351790.
3621 2006-08-22 Wim Taymans <wim@fluendo.com>
3623 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3624 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3625 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3626 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3627 (gst_riff_parse_info):
3628 Protect public functions against bad input.
3632 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3634 * gst-libs/gst/riff/riff-ids.h:
3635 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3636 Add voxware audio IDs (even if we can't play it) (#351795).
3638 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3640 * gst-libs/gst/riff/riff-media.c:
3641 (gst_riff_create_video_template_caps),
3642 (gst_riff_create_audio_template_caps),
3643 (gst_riff_create_iavs_template_caps):
3644 Const-ify some arrays and use G_N_ELEMENTS instead
3645 of wasting oodles of RAM on terminator bits.
3647 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3649 * gst-libs/gst/tag/gstvorbistag.c:
3650 (gst_tag_list_to_vorbiscomment_buffer):
3651 * tests/check/libs/tag.c: (GST_START_TEST):
3652 And the same for _to_vorbiscomment_buffer(): allow
3653 id_data_len == 0 for speex.
3655 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3658 * docs/plugins/Makefile.am:
3659 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3660 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3661 * docs/plugins/inspect/plugin-gdp.xml:
3662 * gst/gdp/Makefile.am:
3663 * tests/check/Makefile.am:
3664 Move GDP plugin to -base from -bad. Closes #347783.
3666 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3668 * gst-libs/gst/tag/gstvorbistag.c:
3669 (gst_tag_list_from_vorbiscomment_buffer):
3670 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3671 Also add some checks to make sure we don't memcmp() beyond the end of
3672 vorbiscomment buffer if the ID to check for is larger than the buffer.
3674 * tests/check/libs/tag.c: (GST_START_TEST):
3675 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3677 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3679 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3680 (gst_vorbis_enc_set_metadata):
3681 Use vorbis comment utility functions from libgsttag
3682 instead of re-inventing the wheel (partially fixes #347091).
3684 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3686 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3687 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3690 2006-08-21 Wim Taymans <wim@fluendo.com>
3692 * docs/libs/Makefile.am:
3693 * docs/libs/gst-plugins-base-libs-sections.txt:
3694 * docs/libs/gst-plugins-base-libs.types:
3695 Don't try to GObject scan the netbuffer as it's not a GObject.
3698 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3699 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3700 Document GstNetBuffer.
3702 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3704 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3705 (audioconvert_suite):
3706 Add testcase for caps-size-explosion
3708 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3710 * gst/audioconvert/gstaudioconvert.c:
3711 (gst_audio_convert_get_unit_size), (set_structure_widths):
3712 Lower debug, use g_assert in _get_unit_size
3714 * gst/audioresample/gstaudioresample.c:
3715 (audioresample_get_unit_size):
3716 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3717 (gst_ffmpegcsp_get_unit_size):
3718 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3719 use g_assert in _get_unit_size
3721 2006-08-18 Wim Taymans <wim@fluendo.com>
3723 * docs/libs/gst-plugins-base-libs-sections.txt:
3724 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3725 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3726 (gst_rtp_buffer_get_payload_buffer):
3727 * gst-libs/gst/rtp/gstrtpbuffer.h:
3728 Document GstRTPBuffer.
3729 Added function to efficiently strip payload headers.
3730 API: gst_rtp_buffer_get_payload_subbuffer()
3732 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3734 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3735 (gst_tag_to_vorbis_comments):
3736 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3737 tags and deserialise them properly as well (#347091).
3738 Add some more gtk-doc blurbs and also some g_return_if_fail().
3740 * tests/check/libs/tag.c: (GST_START_TEST),
3741 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3744 2006-08-17 Wim Taymans <wim@fluendo.com>
3746 * ext/ogg/Makefile.am:
3747 * ext/ogg/gstogg.c: (plugin_init):
3748 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3749 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3750 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3751 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3752 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3753 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3754 Added ogg-in-avi parser element. Fixes #140139.
3756 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3757 Fixed a bug in oggdemux debug code.
3759 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3760 (gst_riff_create_audio_template_caps):
3761 Recognise Ogg in the AVI extensible wave format.
3763 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3765 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3766 Make buffer durations add up (duration should be next_ts-ts for
3767 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3770 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3771 (test_buffer_timestamps), (cddabasesrc_suite):
3772 Add unit test for the above.
3774 * tests/check/Makefile.am:
3775 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3776 to see what happens.
3778 2006-08-16 Wim Taymans <wim@fluendo.com>
3780 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3781 (gst_alsasink_open):
3782 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3784 Avoid setting and using a NULL device name.
3785 Print more info when we fail to open a device.
3787 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3789 * docs/libs/gst-plugins-base-libs-sections.txt:
3790 * gst-libs/gst/tag/tag.h:
3791 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3792 API: add gst_tag_parse_extended_comment() (#351426).
3794 * tests/check/Makefile.am:
3795 * tests/check/libs/.cvsignore:
3796 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3797 Add unit test for gst_tag_parse_extended_comment().
3799 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3801 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3802 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3805 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3807 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3808 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3809 * docs/plugins/gst-plugins-base-plugins.args:
3810 * gst/playback/gstplaybin.c:
3813 * docs/plugins/inspect/plugin-adder.xml:
3814 * docs/plugins/inspect/plugin-alsa.xml:
3815 * docs/plugins/inspect/plugin-audioconvert.xml:
3816 * docs/plugins/inspect/plugin-audiorate.xml:
3817 * docs/plugins/inspect/plugin-audioresample.xml:
3818 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3819 * docs/plugins/inspect/plugin-cdparanoia.xml:
3820 * docs/plugins/inspect/plugin-decodebin.xml:
3821 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3822 * docs/plugins/inspect/plugin-gnomevfs.xml:
3823 * docs/plugins/inspect/plugin-ogg.xml:
3824 * docs/plugins/inspect/plugin-pango.xml:
3825 * docs/plugins/inspect/plugin-playbin.xml:
3826 * docs/plugins/inspect/plugin-subparse.xml:
3827 * docs/plugins/inspect/plugin-tcp.xml:
3828 * docs/plugins/inspect/plugin-theora.xml:
3829 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3830 * docs/plugins/inspect/plugin-video4linux.xml:
3831 * docs/plugins/inspect/plugin-videorate.xml:
3832 * docs/plugins/inspect/plugin-videoscale.xml:
3833 * docs/plugins/inspect/plugin-videotestsrc.xml:
3834 * docs/plugins/inspect/plugin-volume.xml:
3835 * docs/plugins/inspect/plugin-vorbis.xml:
3836 * docs/plugins/inspect/plugin-ximagesink.xml:
3837 * docs/plugins/inspect/plugin-xvimagesink.xml:
3838 Update to CVS version.
3840 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3842 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3843 (gst_play_bin_set_property), (gst_play_bin_get_property),
3844 (value_list_append_structure_list),
3845 (gst_play_bin_handle_redirect_message),
3846 (gst_play_bin_handle_message):
3847 API: GstPlayBin::connection-speed
3848 Add "connection-speed" property; re-order redirect messages with
3849 multiple redirect locations depending on the minimum bitrate if
3850 that information is available and a connection speed is set
3853 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3855 * gst/playback/gstplaybin.c:
3856 Update max volume to the same value that the volume element uses.
3858 2006-08-14 Wim Taymans <wim@fluendo.com>
3860 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3863 2006-08-14 Wim Taymans <wim@fluendo.com>
3865 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3866 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3867 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3868 Add some more debug info.
3869 Don't crash when a seek failed.
3870 Actually return the result of the seek instead of TRUE.
3871 Ignore multiple BOS pages with the same serial so that we don't create
3872 the same stream multiple times.
3873 Post an error when we fail to do the initial seek.
3875 2006-08-13 Wim Taymans <wim@fluendo.com>
3877 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3878 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3881 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3882 (gst_alsa_mixer_new):
3883 Remove hack that always set the device to hw:0*.
3884 Properly find the card name for whatever device was configured.
3885 Do some better debugging.
3888 * ext/alsa/gstalsamixerelement.c:
3889 (gst_alsa_mixer_element_set_property),
3890 (gst_alsa_mixer_element_change_state):
3892 Handle setting of a NULL device name better.
3894 2006-08-11 Wim Taymans <wim@fluendo.com>
3896 * gst/adder/gstadder.c:
3897 Don't clip float values. Fixes #350900.
3899 2006-08-11 Andy Wingo <wingo@pobox.com>
3901 * gst/tcp/gsttcp.c: Really fix the build?
3903 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3906 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3908 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3909 Float caps shouldn't have a "signed" field.
3911 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3913 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3914 Implement SEEKING query in its most basic form, so that we can
3915 at least check if we're seekable or not (#350655).
3917 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3919 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3920 The checks here are not even close to anything that would
3921 justify MAXIMUM probability, lowering to POSSIBLE until someone
3922 fixes the checks (case at hand: quicktime redirection files
3923 might start with 00 00 01 XX and pass the checks here just
3926 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3928 Patch by: Sjoerd Simons <sjoerd at luon net>
3930 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3931 Better detection for multipart/x-mixed-replace: accept leading
3932 whitespaces before the boundary marker as well (as our very own
3933 multipartmux used to produce) (#349068).
3935 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3937 Patch by: Young-Ho Cha <ganadist at chollian net>
3939 * gst-libs/gst/riff/riff-ids.h:
3940 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3941 (gst_riff_create_audio_template_caps):
3942 Detect DTS audio streams (#350157).
3944 2006-08-05 Andy Wingo <wingo@pobox.com>
3946 * ext/theora/gsttheoraparse.h:
3947 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3948 (theora_parse_dispose, theora_parse_set_property)
3949 (theora_parse_get_property, theora_parse_munge_granulepos)
3950 (theora_parse_push_buffer, theora_parse_change_state):
3951 API: GstTheoraParse::synchronization-points
3952 Add a property 'synchronization-points' to fix badly synchronized oggs.
3954 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3956 * tests/check/Makefile.am:
3957 * tests/check/libs/.cvsignore:
3958 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3959 (fixed_caps_have_channel_positions), (GST_START_TEST),
3960 (audio_suite), (main):
3961 Add a few tests for the channel position stuff in libgstaudio.
3963 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3965 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3966 (gst_alsa_detect_channels):
3967 * ext/alsa/gstalsasink.c:
3968 Add support for cards that (only) do more than 8 channels,
3969 like the Delta 44 (#345188).
3971 * gst-libs/gst/audio/multichannel.c:
3972 (gst_audio_check_channel_positions):
3973 * gst-libs/gst/audio/multichannel.h:
3974 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3975 unspecified channel position and cannot be combined with any
3976 of the other audio channel positions; adjust position layout
3977 checks accordingly (#345188).
3979 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3981 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3982 Recognise ancient RealAudio files (see #349779).
3984 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3986 Patch by: Jens Granseuer <jensgr at gmx net>
3988 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3989 Add typefinder for Interplay's MVE format (#348973).
3991 2006-08-02 Wim Taymans <wim@fluendo.com>
3993 Patch by: Marcel Moreaux <marcelm at luon dot net>
3995 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3996 (gst_base_rtp_depayload_add_to_queue):
3997 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3998 Handle RTP sequence number rollover.
3999 Disable jitterbuffer by default.
4001 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4003 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4004 (audioresample_set_caps):
4005 Don't leak references to the incoming caps. Clean them up when
4008 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4009 (gst_video_scale_finalize):
4010 Don't leak our temporary pixel buffer.
4012 * tests/check/Makefile.am:
4013 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4014 (GST_START_TEST), (simple_launch_lines_suite):
4016 Fix leaks and re-enable the test for valgrind checking.
4018 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4020 Patch by: Sjoerd Simons <sjoerd at luon net>
4022 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4024 Add typefind function for multipart/x-mixed-replace (#348916).
4026 2006-07-28 Wim Taymans <wim@fluendo.com>
4028 * gst/adder/gstadder.c: (gst_adder_setcaps),
4029 (gst_adder_query_duration):
4030 Fix leak in duration query.
4031 Reflow some docs and notes.
4033 2006-07-28 Michael Smith <msmith@fluendo.com>
4035 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4037 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4040 2006-07-28 Michael Smith <msmith@fluendo.com>
4042 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4043 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4044 (gst_vorbis_enc_push_buffer),
4045 (gst_vorbis_enc_buffer_check_discontinuous),
4046 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4047 * ext/vorbis/vorbisenc.h:
4048 Handle discontinuities in the input vorbis stream correctly,
4049 so that the output is properly timestamped (and has good granulepos
4050 values). Needs some oggmux fixes too.
4052 2006-07-27 Wim Taymans <wim@fluendo.com>
4054 patch by: Kai Vehmanen <kv2004 eca cx>
4056 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4057 (gst_base_rtp_depayload_chain),
4058 (gst_base_rtp_depayload_handle_sink_event),
4059 (gst_base_rtp_depayload_change_state):
4060 Don't send multiple newsegments with different formats.
4063 2006-07-26 Wim Taymans <wim@fluendo.com>
4065 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4066 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4067 Make seeking in ogg more accurate again by doing the more correct
4068 granuletime to stream time conversion.
4070 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4072 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4073 (gst_multi_fd_sink_new_client):
4074 debug a little more understandably
4075 do not use goto as a substitute for break, especially if
4076 break is also being used
4078 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4080 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4081 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4082 Remove GLib-2.6 compatibility cruft.
4084 2006-07-24 Wim Taymans <wim@fluendo.com>
4086 * gst-libs/gst/audio/gstbaseaudiosink.c:
4087 (gst_base_audio_sink_render):
4088 Don't try to align a sample to an unknown value.
4090 2006-07-24 Wim Taymans <wim@fluendo.com>
4092 * gst-libs/gst/audio/gstbaseaudiosink.c:
4093 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4094 When the audio clock is slaved to another clock, never try to align
4095 samples but trust the rate interpolation algorithm.
4097 2006-07-24 Wim Taymans <wim@fluendo.com>
4099 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4100 Don't try to calculate silence samples, base class does this much
4103 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4104 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4105 (gst_ring_buffer_acquire):
4106 Calculate silence samples correctly.
4108 * gst-libs/gst/audio/gstringbuffer.h:
4111 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4113 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4114 Limit search for the first markup tag to the first few kB of
4115 the file. If we don't find one there, it's highly unlikely that
4116 this is an XML(-ish) file.
4118 2006-07-21 Andy Wingo <wingo@pobox.com>
4120 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4121 test to the one in vorbisenc. Also commented out.
4123 * tests/check/pipelines/vorbisenc.c:
4124 (test_discontinuity): New test, commented out until Mike lands
4125 some elite vorbisenc patches.
4127 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4128 Bufferstraw was actually factored out of these tests. Now we share
4131 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4132 for bufferstraw addition to gstcheck.
4134 2006-07-21 Wim Taymans <wim@fluendo.com>
4136 * ext/theora/theoradec.c: (clip_buffer):
4139 2006-07-21 Wim Taymans <wim@fluendo.com>
4141 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4142 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4143 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4145 Avoid type casting when we can.
4147 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4150 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4152 * ext/alsa/gstalsamixerelement.c:
4153 (gst_alsa_mixer_element_change_state):
4154 Make state change fail if the specified device can't be opened
4157 2006-07-20 Wim Taymans <wim@fluendo.com>
4159 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4160 (cb_newpad), (main):
4161 Example of a small audio/video player using decodebin.
4163 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4165 * gst-libs/gst/riff/riff-ids.h:
4168 2006-07-19 Wim Taymans <wim@fluendo.com>
4170 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4171 (gst_base_rtp_depayload_chain),
4172 (gst_base_rtp_depayload_change_state):
4173 Don't assert when not negotiated but post a meaningfull
4174 error message. Fixes #347918.
4176 * gst-libs/gst/rtp/gstbasertppayload.c:
4177 Add comment about better default MTU size.
4179 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4180 Small cleanups, start docs.
4182 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4184 Patch by: Martin Szulecki
4186 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4187 If "device-name" is requested and the device is not
4188 open, try to temporarily open it to obtain this
4189 information (#342494).
4191 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4193 * gst-libs/gst/tag/gstid3tag.c:
4194 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4196 * gst-libs/gst/tag/gsttageditingprivate.h:
4197 * gst-libs/gst/tag/gstvorbistag.c:
4198 Some more random const-ifications.
4200 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4202 * gst-libs/gst/riff/riff-ids.h:
4203 * gst-libs/gst/riff/riff-media.c:
4204 (gst_riff_create_video_template_caps):
4205 Add more FOURCCs (sort list to make stuff easier to find),
4206 add comment what those 16 bytes in struct _gst_riff_strh according to
4209 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4211 * gst-libs/gst/audio/multichannel.c:
4212 (gst_audio_check_channel_positions),
4213 (gst_audio_fixate_channel_positions):
4214 Const-ify two arrays.
4216 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4218 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4219 Fix typo, so that alsasink also advertises 8 channels
4220 if that's supported (tags: can, worms, open, alsa, ph34r).
4222 2006-07-17 Wim Taymans <wim@fluendo.com>
4224 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4225 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4226 *sigh*, when is the compiler going to warn when the comments
4227 are out-of-sync with the code.. Refix case of busted theora
4228 headers with 0 granule pos.
4230 2006-07-14 Wim Taymans <wim@fluendo.com>
4232 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4233 (gst_base_rtp_depayload_wait),
4234 (gst_base_rtp_depayload_change_state),
4235 (gst_base_rtp_depayload_set_property),
4236 (gst_base_rtp_depayload_get_property):
4237 Fix 99% cpu load by waiting for absolute times on the
4238 clock. Fixes #347300.
4240 2006-07-14 Andy Wingo <wingo@pobox.com>
4242 * ext/theora/gsttheoraparse.h:
4243 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4244 (theora_parse_push_headers, theora_parse_clear_queue)
4245 (theora_parse_drain_queue_prematurely, )
4246 (theora_parse_sink_event, theora_parse_change_state): Queue events
4247 until we initialized our state, like in vorbisparse.
4249 * ext/vorbis/vorbisparse.h:
4250 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4251 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4252 (vorbis_parse_drain_queue_prematurely, )
4253 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4254 until we have initialized our state. Fixes seeking after an
4257 2006-07-14 Andy Wingo <wingo@pobox.com>
4259 Patch by: Iain Holmes <iaingnome@gmail.com>
4261 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4263 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4266 Bump nano back to CVS
4268 === release 0.10.9 ===
4270 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4273 releasing 0.10.9, "I walk the line"
4275 2006-07-14 Michael Smith <msmith@fluendo.com>
4277 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4278 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4279 (commonly happens when running this test under valgrind) when trying
4280 to remove the buffer probe.
4282 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4285 Fix missing g_unlock from the previous commit
4287 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4289 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4290 (gst_ximagesink_change_state):
4291 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4292 (gst_xvimagesink_change_state):
4293 Implement a locking order to ensure we always take the object lock
4294 before the x_lock and never vice-versa.
4296 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4298 * gst/playback/gstdecodebin.c: (find_compatibles):
4299 Fix a caps leak when linking (#347304)
4301 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4302 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4303 (gst_ximagesink_change_state):
4304 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4305 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4306 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4307 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4308 Don't leak shared memory resources. Use the object lock to protect
4309 against the xcontext disappearing while returning a buffer from the
4312 2006-07-12 Edward Hervey <edward@fluendo.com>
4314 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4315 (vorbis_handle_comment_packet):
4316 gst_tag_list_merge() returns a new object. Take that into account when
4317 using it. This avoids memleak.
4318 Revert previous commit which is not needed.
4320 2006-07-12 Edward Hervey <edward@fluendo.com>
4322 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4323 Reset the decoder in finalize so that all fields get cleared.
4325 2006-07-12 Wim Taymans <wim@fluendo.com>
4327 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4328 (gst_base_audio_src_set_clock),
4329 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4330 Don't try to post an error message when setting the clock fails
4331 as this can happen when adding an element to a bin which will then
4332 deadlock. Fixes #347296.
4334 2006-07-12 Edward Hervey <edward@fluendo.com>
4336 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4337 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4338 (vorbis_handle_type_packet):
4339 Post tag messages on the bus even if we're not initialized.
4340 If we're not initialized, we still postpone the event pushing of tags.
4342 2006-07-12 Wim Taymans <wim@fluendo.com>
4344 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4345 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4346 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4347 Revert last two changes that broke the freeze.
4349 2006-07-12 Wim Taymans <wim@fluendo.com>
4351 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4352 basesink calculates silence sample correctly for us.
4354 2006-07-12 Wim Taymans <wim@fluendo.com>
4356 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4357 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4358 Calculate correct silence samples so we don't fill our ringbuffer
4361 2006-07-12 Edward Hervey <edward@fluendo.com>
4363 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4364 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4365 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4366 * ext/vorbis/vorbisdec.h:
4367 Delay sending events (newsegment, tags) until the decoder is properly
4371 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4373 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4374 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4375 Patch from #347221 adding a test for audioconvert
4378 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4380 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4381 (gst_ssa_parse_parse_line):
4382 Don't include the terminating NUL in the buffer size,
4383 it's only there for extra paranoia (would add random
4384 '*' characters at the end of each subtitle since the
4385 terminator itself is not valid UTF-8 technically).
4386 Also fix indenting after boilerplate macro.
4388 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4390 * gst/playback/gstdecodebin.c: (close_pad_link):
4391 Also emit 'unknown-type' signal (which should really be
4392 called unhandled-type) if we found potential decoders/demuxers
4393 in the registry but none of them worked in the end (as in the
4394 case where the plugins don't exist any longer but are still
4395 listed in the registry). Fixes #329798.
4397 2006-07-08 Andy Wingo <wingo@pobox.com>
4399 * theoraparse.c (theora_parse_push_buffer)
4400 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4401 Add some more debugging. Fix granulepos reconstruction in the face
4404 2006-07-06 Wim Taymans <wim@fluendo.com>
4406 * gst-libs/gst/audio/gstbaseaudiosink.c:
4407 (gst_base_audio_sink_class_init),
4408 (gst_base_audio_sink_provide_clock):
4409 Use gobject_class instead of G_OBJECT_CLASS (klass)
4411 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4412 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4413 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4414 (gst_base_audio_src_get_time),
4415 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4416 (gst_base_audio_src_create_ringbuffer):
4417 Fix latency and buffer-time constants and properties ala basesink.
4418 Implement pull based scheduling. Fixes #346527.
4419 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4421 Refuse slaving to another clock instead of silently not working.
4422 Only provide a clock when we are actually able to do so.
4423 Various small cleanups and compiler hints.
4425 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4427 Patch by: Lutz Mueller <lutz at topfrose de>
4429 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4431 Add typefinding for text/html (#346581).
4433 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4435 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4436 (xml_check_first_element), (xml_type_find), (smil_type_find):
4437 Fix SMIL typefinding, make xml_check_first_element() more
4440 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4442 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4443 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4444 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4445 * gst/playback/gstplaybasebin.h:
4446 Protect list of elements with a subtitle-encoding property and
4447 the subtitle encoding member itself with a lock of their own
4448 instead of using the object lock. This prevents a dead-lock in
4449 the element-remove callback in some circumstances when shutting
4452 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4454 * win32/common/libgsttag.def:
4455 Export some new functions.
4456 * win32/vs6/libgstogg.dsp:
4457 Add a link to libgsttag-0.10.lib.
4459 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4461 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4462 Some const-ification.
4464 2006-07-04 Wim Taymans <wim@fluendo.com>
4466 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4467 Improve checking if we are dealing with a stream. Added some
4468 more uris that need buffering.
4470 2006-07-03 Edward Hervey <edward@fluendo.com>
4472 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4473 Remove unused variable.
4475 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4480 add GCOV_LIBS to GST_LIBS
4482 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4484 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4486 * ext/alsa/gstalsasrc.c:
4487 Add 32 bps to template caps and increase channels range
4488 from [1,2] to [1,MAX]. See #346326.
4490 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4492 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4493 Recognise 'WMVA' video codec fourcc (#345879).
4495 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4497 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4498 Fixed nasty memory leak
4500 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4502 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4503 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4506 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4508 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4509 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4510 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4511 Protect remove_fakesink using a mutex, so that we don't try and
4512 remove the fakesink simultaneously from multiple threads.
4514 When going from READY to PAUSED, restore the fakesink, so that
4515 it is there when decodebin gets reused.
4517 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4519 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4520 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4521 * gst-libs/gst/rtp/gstbasertppayload.c:
4522 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4523 * gst/tcp/gstmultifdsink.c:
4524 * gst/tcp/gsttcpclientsink.c:
4525 * gst/tcp/gsttcpclientsrc.c:
4526 * gst/tcp/gsttcpserversink.c:
4527 * gst/tcp/gsttcpserversrc.c:
4528 * gst/videorate/gstvideorate.c:
4529 * gst/videotestsrc/gstvideotestsrc.c:
4530 * sys/v4l/gstv4ljpegsrc.c:
4531 * sys/v4l/gstv4lmjpegsink.c:
4532 * sys/v4l/gstv4lsrc.c:
4533 * tests/examples/seek/scrubby.c:
4534 * tests/examples/seek/seek.c:
4535 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4537 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4539 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4540 Second field in GEnumValue shouldn't be a description,
4541 but a stringified version of the enum value.
4543 2006-06-22 Wim Taymans <wim@fluendo.com>
4545 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4546 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4547 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4548 Avoid type checking in buffer casts.
4549 Avoid caps copy in buffer_alloc when we can.
4550 Use pad_peer_accept.
4552 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4554 * gst-libs/gst/tag/tag.h:
4555 Oops, make that 'Since: 0.10.9'.
4557 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4559 * docs/libs/gst-plugins-base-libs-sections.txt:
4560 * gst-libs/gst/tag/tag.h:
4561 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4562 (gst_tag_image_type_get_type):
4563 API: add GstTagImageType enum to describe images contained
4564 in image tags (#345641).
4566 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4568 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4569 Fix warnings with gst-inspect: "buffers-min" property
4570 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4571 typo in property description.
4573 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4575 Patch by: Cody Russell <bratsche at gnome org>
4577 * gst/audioresample/gstaudioresample.c:
4578 (gst_audioresample_class_init):
4579 * gst/playback/gststreamselector.c:
4580 (gst_stream_selector_class_init):
4581 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4582 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4583 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4584 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4585 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4586 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4587 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4588 * gst/videotestsrc/gstvideotestsrc.c:
4589 (gst_video_test_src_class_init):
4590 * gst/volume/gstvolume.c: (gst_volume_class_init):
4591 Avoid unnecessary class cast check in class_init
4592 functions (#337747).
4594 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4596 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4597 (gst_text_overlay_video_chain):
4598 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4599 and doesn't validate its input either (and neither did
4600 textoverlay it seems). Let's do that then and fix #345206.
4602 2006-06-19 Wim Taymans <wim@fluendo.com>
4604 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4605 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4606 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4607 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4608 (find_syncframe), (find_limits), (assign_value),
4609 (count_burst_unit), (gst_multi_fd_sink_new_client),
4610 (gst_multi_fd_sink_handle_client_write),
4611 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4612 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4613 (gst_multi_fd_sink_change_state):
4614 * gst/tcp/gstmultifdsink.h:
4615 Added shiny new burst-on-connect methods.
4616 Add properties to control the minimal amount of data queued.
4618 API: bytes-min property
4619 API: time-min property
4620 API: buffers-min property
4621 API: burst-unit property
4622 API: burst-value property
4623 API: add-full signal
4625 * gst/tcp/gsttcp-marshal.list:
4626 Added new marshaller code for the new signal.
4628 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4629 (multifdsink_suite):
4630 Added testcases for new burst methods.
4632 2006-06-19 Edward Hervey <edward@fluendo.com>
4634 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4635 Implement clipping for accurate seeking.
4638 2006-06-19 Wim Taymans <wim@fluendo.com>
4640 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4642 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4643 (gst_video_scale_transform):
4644 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4646 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4649 Fix --disable-external (can't set conditionals conditionally,
4652 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4654 * tests/check/elements/audioresample.c: (test_reuse),
4655 (audioresample_suite):
4656 Add test case for bug #342789 fixed below.
4658 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4660 * gst/audioresample/gstaudioresample.c:
4661 (gst_audioresample_class_init), (gst_audioresample_init),
4662 (audioresample_start), (audioresample_stop),
4663 (gst_audioresample_set_property), (gst_audioresample_get_property):
4664 Implement GstBaseTransform::start and ::stop so that audioresample
4665 can clear its internal state properly and be reused instead of
4666 causing non-negotiated errors with playbin under some circumstances
4669 * tests/check/elements/audioresample.c: (setup_audioresample),
4670 (cleanup_audioresample):
4671 Need to set element state here so that ::start and ::stop are
4674 2006-06-16 Wim Taymans <wim@fluendo.com>
4676 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4678 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4679 Parse extra data better, apparently it's right behind
4680 the normal strf header size. Fixes #343500.
4682 2006-06-16 Wim Taymans <wim@fluendo.com>
4684 * ext/alsa/gstalsasink.c: (set_hwparams):
4685 If we fail to set the buffer_time and period_time alsa
4686 parameters, post a warning and leave alsa select a
4687 default instead of failing. Fixes #342085
4689 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4691 * docs/libs/gst-plugins-base-libs-sections.txt:
4692 * gst-libs/gst/cdda/gstcddabasesrc.h:
4693 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4694 out in the header file and shouldn't be listed in the docs.
4696 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4697 Must dereference pointer to fourcc in the debug statement.
4699 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4701 * docs/libs/Makefile.am:
4702 * docs/libs/gst-plugins-base-libs-docs.sgml:
4703 * docs/libs/gst-plugins-base-libs-sections.txt:
4704 * docs/libs/gst-plugins-base-libs.types:
4705 add remaining symbols into correct setions
4707 * gst-libs/gst/audio/gstringbuffer.c:
4710 * gst-libs/gst/audio/gstringbuffer.h:
4711 comment out not yet implemented function
4714 * gst-libs/gst/floatcast/floatcast.h:
4715 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4716 add short descriptions
4719 * gst-libs/gst/interfaces/propertyprobe.c:
4720 fix return value docs
4722 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4723 simplify debug logging
4725 * gst-libs/gst/riff/riff-read.h:
4726 sync function prototype and docs
4728 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4729 remove left over symbol
4731 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4736 Use GST_PLUGIN_DOCS macro in configure.ac, add
4737 --enable-plugin-docs default to autogen.sh and use
4738 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4740 2006-06-15 Wim Taymans <wim@fluendo.com>
4742 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4743 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4744 (gst_ogg_demux_loop):
4745 Combine GstFlowReturn from the source pads to give a
4746 meaningfull result to the upstream peer or to stop the
4747 processing task in case of errors.
4749 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4751 * gst/playback/gststreaminfo.c: (cb_probe):
4752 Try GST_TAG_CODEC as fallback when extracting the
4753 codec name; more debug info.
4755 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4757 * ext/ogg/Makefile.am:
4758 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4759 Extract language tags from ogm subtitle streams, so that
4760 the subtitle menu choices are labelled correctly in
4761 Totem (fixes #344708).
4763 2006-06-14 Wim Taymans <wim@fluendo.com>
4765 Patch by: Alessandro Decina <alessandro at nnva dot org>
4767 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4768 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4769 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4770 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4771 Fix various leaks. Fixes #343699.
4772 Add x-smoke mime type.
4774 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4776 * gst-libs/gst/riff/riff-ids.h:
4777 Add IDs for 'bext' chunks (see #343837).
4779 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4781 Patch by: Young-Ho Cha <ganadist at chollian net>
4783 * gst/subparse/samiparse.c: (sami_context_pop_state),
4784 (handle_start_font), (end_sami_element):
4785 Honour font face tags in SAMI subtitles (#344503).
4787 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4790 add missing files containing translatable strings
4792 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4794 * docs/libs/tmpl/.cvsignore:
4795 we don't want those *.sgml files in CVS either
4797 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4799 * docs/libs/.cvsignore:
4800 * tests/check/elements/.cvsignore:
4801 * tests/check/libs/.cvsignore:
4804 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4806 * docs/libs/Makefile.am:
4807 also commiting the changed Makefile.am (added more libs to the
4810 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4812 * docs/libs/gst-plugins-base-libs-docs.sgml:
4813 * docs/libs/gst-plugins-base-libs-sections.txt:
4814 * docs/libs/gst-plugins-base-libs.types:
4815 first batch of reordering things, add index & hierarchy
4817 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4820 use GST_PKG_CHECK_MODULES, cleans up output
4822 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4824 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4825 Add support for burn:// URIs (#343385); const-ify things a bit,
4826 use G_N_ELEMENTS instead of hard-coded array size.
4828 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4830 Patch by: Young-Ho Cha <ganadist at chollian net>
4832 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4833 Fix up broken entities before passing them to libxml *sigh*.
4836 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4841 === release 0.10.8 ===
4843 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4846 releasing 0.10.8, "Moar gij ziet mij nie"
4848 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4865 * win32/common/config.h:
4868 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4870 * docs/libs/tmpl/gstaudio.sgml:
4871 * docs/libs/tmpl/gstcolorbalance.sgml:
4872 * docs/libs/tmpl/gstmixer.sgml:
4873 * docs/libs/tmpl/gstringbuffer.sgml:
4874 * docs/libs/tmpl/gsttuner.sgml:
4875 * docs/libs/tmpl/gstxoverlay.sgml:
4876 * gst-libs/gst/audio/audio.c:
4877 * gst-libs/gst/audio/gstringbuffer.c:
4878 * gst-libs/gst/interfaces/colorbalance.c:
4879 * gst-libs/gst/interfaces/mixer.c:
4880 * gst-libs/gst/interfaces/tuner.c:
4881 * gst-libs/gst/interfaces/xoverlay.c:
4882 move last template doc snippets to source code and delete them
4884 2006-06-06 Michael Smith <msmith@fluendo.com>
4886 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4887 (theora_parse_drain_queue):
4888 Mark DELTA_UNIT on non-keyframes.
4890 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4892 * gst-libs/gst/audio/gstbaseaudiosink.c:
4893 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4894 * gst-libs/gst/audio/gstbaseaudiosink.h:
4895 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4896 (gst_ring_buffer_samples_done):
4897 * gst-libs/gst/audio/gstringbuffer.h:
4898 Document better the fact that latency_time and buffer_time are values
4899 stored in microseconds, and not the usual GStreamer nanoseconds.
4900 Change the variables (compatibly) that store them from GstClockTime
4901 to guint64 to make it more clear that they're not storing clock times.
4902 Also, remove the bogus property description that says the user can
4903 specify -1 to get the default value, since that's never been the case.
4905 When computing the default segment size for the ring buffer, make it
4906 an integer number of samples.
4908 When the sub-class indicates a delay greater than the number of
4909 samples we've written return 0 from the audio sink get_time method.
4911 2006-06-02 Michael Smith <msmith@fluendo.com>
4913 * tests/check/elements/audioconvert.c: (set_channel_positions),
4914 (get_float_mc_caps), (get_int_mc_caps):
4915 * tests/check/elements/audioresample.c:
4916 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4917 * tests/check/elements/videorate.c:
4918 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4919 * tests/check/elements/volume.c:
4920 * tests/check/elements/vorbisdec.c:
4921 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4922 Don't busy-wait in tests; this was causing test timeouts very
4923 frequently when running under valgrind.
4925 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4928 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4929 (gst_multi_fd_sink_remove_client_link),
4930 (gst_multi_fd_sink_client_queue_caps),
4931 (gst_multi_fd_sink_client_queue_buffer),
4932 (gst_multi_fd_sink_handle_client_write),
4933 (gst_multi_fd_sink_render):
4934 * gst/tcp/gstmultifdsink.h:
4935 make multifdsink properly deal with streamheader:
4936 - streamheader is taken from caps
4937 - buffers marked with IN_CAPS are not sent
4938 - streamheaders are sent, on connection, from the caps of the
4939 buffer where the client gets positioned to
4940 - further streamheader changes are done every time the client
4941 will receive a buffer with different caps
4942 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4943 (gst_multifdsink_create_streamheader):
4946 2006-06-02 Michael Smith <msmith@fluendo.com>
4948 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4949 Reinstate limit on channel count. Vorbis does not define the meaning
4950 of > 6 channels, so they're just independent channels. Gstreamer
4951 currently has no mechanism to represent N independent channels.
4953 2006-06-02 Michael Smith <msmith@fluendo.com>
4955 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4956 Don't arbitrarily restrict channel counts and rate in vorbis.
4957 In terms of effects likely on real-world files, this fixes 96kHz
4960 2006-06-02 Michael Smith <msmith@fluendo.com>
4962 * gst/audioconvert/audioconvert.c: (float):
4963 More correct float->int conversion.
4965 2006-06-02 Michael Smith <msmith@fluendo.com>
4967 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4968 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4969 value. Fixes g-critical on trying to play back ogg containing
4972 2006-06-02 Wim Taymans <wim@fluendo.com>
4974 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4976 * gst/playback/gstplaybasebin.h:
4977 Make the subtitle detection work from any thread so we don't
4978 deadlock. Fixes #343397.
4980 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4982 * gst/volume/Makefile.am:
4983 Seriously, it's not *that* hard to get compilation right. Even
4984 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4986 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4988 * gst/volume/gstvolume.c: (volume_choose_func),
4989 (volume_update_real_volume), (gst_volume_class_init),
4990 (gst_volume_init), (volume_process_float), (volume_process_int16),
4991 (volume_process_int16_clamp), (volume_set_caps),
4992 (volume_transform_ip), (plugin_init):
4993 * gst/volume/gstvolume.h:
4994 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4995 another property desc., remove unused param from process function
4997 * tests/check/elements/volume.c: (volume_suite):
4998 reactivate the passthrough test
5000 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5002 * ext/alsa/gstalsamixerelement.h:
5003 * ext/alsa/gstalsamixeroptions.h:
5004 * ext/alsa/gstalsamixertrack.h:
5005 * ext/gnomevfs/gstgnomevfssink.h:
5006 * ext/gnomevfs/gstgnomevfssrc.h:
5007 * ext/theora/gsttheoradec.h:
5008 * ext/theora/gsttheoraenc.h:
5009 * ext/theora/gsttheoraparse.h:
5010 * ext/vorbis/vorbisparse.h:
5011 * gst-libs/gst/audio/gstaudioclock.h:
5012 * gst-libs/gst/audio/gstaudiofilter.h:
5013 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5014 * gst/audioconvert/gstaudioconvert.h:
5015 * gst/audioresample/gstaudioresample.h:
5016 * gst/audiotestsrc/gstaudiotestsrc.h:
5017 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5018 * gst/playback/gststreamselector.h:
5019 * gst/tcp/gstmultifdsink.h:
5020 * gst/tcp/gsttcpclientsink.h:
5021 * gst/tcp/gsttcpclientsrc.h:
5022 * gst/tcp/gsttcpserversink.h:
5023 * gst/tcp/gsttcpserversrc.h:
5024 * gst/videorate/gstvideorate.h:
5025 * gst/videoscale/gstvideoscale.h:
5026 * gst/videotestsrc/gstvideotestsrc.h:
5027 * gst/volume/gstvolume.h:
5028 * sys/v4l/gstv4ljpegsrc.h:
5029 * sys/v4l/gstv4lmjpegsink.h:
5030 * sys/v4l/gstv4lmjpegsrc.h:
5031 * sys/v4l/gstv4lsrc.h:
5032 * sys/ximage/ximagesink.h:
5033 * sys/xvimage/xvimagesink.h:
5034 * tests/old/testsuite/alsa/sinesrc.h:
5035 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5037 2006-05-31 Wim Taymans <wim@fluendo.com>
5039 * ext/libvisual/visual.c: (gst_visual_reset),
5040 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5041 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5043 Use running time before doing QoS.
5046 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5048 * docs/libs/Makefile.am:
5049 set a magic variable to indicate we know the docs are incomplete
5051 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5053 * win32/common/libgstvideo.def:
5054 export gst_video_calculate_display_ratio
5055 * win32/vs6/libgstvideoscale.dsp:
5056 add link to libgstvideo-0.10.lib
5058 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5060 * gst/playback/gstplaybasebin.c: (gen_source_element):
5061 Throw a more comprehensible error for rtsp:// URIs (rather
5062 than erroring out with a negotiation error later on) until
5063 we fix playbin to handle rtspsrc etc.
5065 2006-05-30 Wim Taymans <wim@fluendo.com>
5067 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5068 (gst_text_overlay_text_event):
5071 2006-05-30 Wim Taymans <wim@fluendo.com>
5073 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5074 (gst_adder_request_new_pad), (gst_adder_release_pad):
5075 * gst/adder/gstadder.h:
5076 Implement release_request_pad.
5077 Make padcounter atomic.
5079 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5080 Added check for release_pad in adder.
5082 2006-05-30 Wim Taymans <wim@fluendo.com>
5084 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5087 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5089 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5090 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5091 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5092 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5093 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5094 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5095 (gst_ogg_demux_bisect_forward_serialno),
5096 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5097 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5099 clean up printf formats for granulepos and serialno
5101 2006-05-30 Michael Smith <msmith@fluendo.com>
5103 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5104 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5105 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5106 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5107 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5108 * ext/vorbis/vorbisenc.h:
5109 Multi-channel caps negotiation, so we can do proper multichannel
5110 vorbis encoding, negotiated through audioconvert.
5112 2006-05-30 Wim Taymans <wim@fluendo.com>
5114 * tests/check/elements/adder.c: (test_event_message_received),
5115 (test_play_twice_message_received), (GST_START_TEST),
5117 Added check to show that #339935 is fixed with ongoing
5118 adder and collectpads fixes.
5120 2006-05-29 Wim Taymans <wim@fluendo.com>
5122 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5123 Don't leak pad name.
5125 2006-05-29 Wim Taymans <wim@fluendo.com>
5127 * gst/adder/gstadder.c: (gst_adder_query_duration),
5128 (forward_event_func), (forward_event), (gst_adder_src_event):
5130 Make query/seeking code threadsafe.
5132 * tests/check/Makefile.am:
5133 * tests/check/elements/adder.c: (test_event_message_received),
5134 (GST_START_TEST), (test_play_twice_message_received):
5135 Fix adder test case.
5137 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5139 Patch by: Young-Ho Cha <ganadist at chollian net>
5141 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5142 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5143 (set_encoding_element), (decodebin_element_added_cb),
5144 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5145 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5146 * gst/playback/gstplaybasebin.h:
5147 Add 'subtitle-encoding' property to playbin, so applications can
5148 force a subtitle encoding for non-UTF8 subtitles (#342268).
5150 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5151 (gst_sub_parse_set_property):
5152 Rename recently-added 'encoding' property to 'subtitle-encoding'
5153 (so it can be proxied by playbin/decodebin in a generic way
5154 with less danger of false positives).
5156 2006-05-29 Michael Smith <msmith@fluendo.com>
5158 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5159 (append_with_other_format), (set_structure_widths),
5160 (gst_audio_convert_transform_caps):
5161 Patch from #341562: give more specific audio caps in get_caps, so
5162 that basetransform can make better decisions on what caps to
5165 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5167 * tests/check/elements/volume.c:
5168 make it compile again
5170 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5172 * tests/check/elements/volume.c: (volume_suite):
5173 disable test until #343196 gets resolved
5175 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5177 * gst/adder/gstadder.c: (gst_adder_get_type):
5178 Make it easier to copy&paste
5180 * gst/volume/Makefile.am:
5181 * gst/volume/gstvolume.c: (volume_update_real_volume),
5182 (gst_volume_set_volume), (gst_volume_set_mute),
5183 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5184 (volume_transform_ip), (volume_update_mute),
5185 (volume_update_volume):
5186 * gst/volume/gstvolume.h:
5187 Add own debug category, move duplicate code to helper function, fix
5188 property texts, add more comments and prepare ffor liboil-goodness
5190 * tests/check/Makefile.am:
5191 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5192 add test for mute and passtrough case, be a bit more verbose to track
5195 * tests/check/generic/states.c: (GST_START_TEST):
5196 catch elements that fail to instantiate
5198 2006-05-28 Edward Hervey <edward@fluendo.com>
5200 * tests/check/pipelines/simple-launch-lines.c:
5201 * tests/check/pipelines/theoraenc.c:
5202 * tests/check/pipelines/vorbisenc.c:
5203 Comment out tests using parse_launch() if core was built without
5204 parsing capabilities.
5206 2006-05-27 Edward Hervey <edward@fluendo.com>
5208 * tests/check/Makefile.am:
5209 Extra bonus points for whoever explains to ensonic that you are meant
5210 to test unit tests thoroughly before commiting them, especially if
5211 you know it's going to break.
5212 De-activated element/adder tests.
5214 2006-05-27 Edward Hervey <edward@fluendo.com>
5216 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5217 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5218 Marking caps conversion issues as GST_WARNING is way too verbose,
5219 Moving them to GST_LOG.
5221 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5224 Replace current README (containing the release notes from
5225 some 0.9.x version) with a proper README taken from the core.
5227 2006-05-26 Wim Taymans <wim@fluendo.com>
5229 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5230 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5231 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5232 (vorbis_dec_change_state):
5235 Clip output samples to segment boundaries.
5237 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5239 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5240 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5241 Improve the errors produced on bad output, including some human
5242 readable description strings.
5243 Handle the (theoretical for ximagesink) case where the XServer
5244 has a different idea about the size required for a particular
5245 frame and gives us too small a memory allocation.
5247 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5249 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5250 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5251 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5252 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5253 Improve the errors produced on bad output, including some human
5254 readable description strings.
5255 Handle RGB Xv formats properly by transforming them into our
5256 big-endian caps description.
5257 Use gst_caps_truncate to ensure that we never try and choose a
5258 non-fixed caps in buffer_alloc.
5259 Handle the case where the XServer has a different idea about the size
5260 required for a particular frame and gives us too small a memory
5262 Use -1 to indicate 'no image format', because 0 is a valid XServer
5263 image format number.
5264 Put RGB Xv formats at the end of the caps, so that we always prefer
5266 Iterate the available Xv Encodings to determine the maximum width and
5267 height, and then return that in our caps.
5268 (Closes #315312, #337544)
5270 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5272 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5273 When there is only one unfinished pad and it receives an event that
5274 doesn't match our requirements, we need to set alldone=FALSE so that
5275 the fakesink is not removed yet.
5277 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5279 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5280 Use gst_type_find_helper_for_buffer() to find the type
5281 of stream from the first packet.
5284 Bump requirements to core CVS (needed for vorbis
5285 typefinding to work).
5287 2006-05-24 Edward Hervey <edward@fluendo.com>
5289 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5290 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5291 contain. Else they play perfectly fine with qtdemux.
5293 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5295 * ext/theora/theoradec.c:
5296 * ext/theora/theoraenc.c:
5297 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5298 * gst/audiorate/gstaudiorate.c:
5299 make more debug catagories static
5301 * tests/check/Makefile.am:
5302 * tests/check/elements/adder.c: (message_received),
5303 (test_event_message_received), (GST_START_TEST),
5304 (test_play_twice_message_received), (adder_suite):
5305 added test case for using element twice, extra bonus points for anyone
5306 who can make these test run reliably
5308 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5310 * ext/theora/theoradec.c: (theora_dec_chain):
5311 Make work with time-stamped input buffers that do not
5312 have a granulepos in BUFFER_OFFSET_END (like theora
5313 buffers coming from matroskademux). Fixes #342448.
5315 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5317 Patch by: Peter Kjellerstedt <pkj at axis com>
5319 * gst/tcp/Makefile.am:
5320 fdstresstest doesn't need Gtk+, fix compilation if
5321 gtk is not available (#342566).
5323 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5325 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5327 Removed redundant floor()
5329 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5331 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5332 On second thought, just skip JUNK chunks automatically, so
5333 the caller doesn't have to handle this. Fixes #342345.
5334 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5337 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5339 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5340 Don't bail out on JUNK chunks with a size of 0 (would try to
5341 pull_range 0 bytes before, which sources don't like too much).
5344 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5346 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5347 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5348 Use the gstutil scaling function to preserve 64 bits while calculating
5349 output width and height from the display-aspect-ratio. (A continuation
5352 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5354 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5355 (gst_xvimagesink_buffer_alloc):
5356 * sys/xvimage/xvimagesink.h:
5357 When performing buffer allocations, remember the caps and image format
5358 we return so that if the same caps are asked for next time we can
5359 return them immediately without doing any caps intersections.
5361 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5363 * gst-libs/gst/rtp/README:
5364 Some new documentation
5365 * gst-libs/gst/rtp/gstrtpbuffer.h:
5366 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5367 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5368 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5369 New RTP audio base payloader class. Supports frame or sample based
5370 codecs. Not enabled in Makefile.am until approved.
5372 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5374 * tests/check/elements/alsa.c: (test_device_property_probe):
5375 Fix test case: don't try to free NULL GValueArray when there
5378 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5380 * tests/check/Makefile.am:
5381 * tests/check/elements/alsa.c: (test_device_property_probe),
5382 (alsa_suite), (main):
5383 Add simple test that runs a device property probe on alsasrc,
5384 alsasink and alsamixer. Disable valgrind check for now (too
5385 many leaks in libasound, and valgrind ignored my suppressions
5388 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5390 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5391 (gst_alsa_device_property_probe_probe_property),
5392 (gst_alsa_device_property_probe_needs_probe),
5393 (gst_alsa_device_property_probe_get_values),
5394 (gst_alsa_type_add_device_property_probe_interface):
5395 * ext/alsa/gstalsadeviceprobe.h:
5396 * ext/alsa/gstalsamixerelement.c:
5397 (gst_alsa_mixer_element_init_interfaces):
5398 * ext/alsa/gstalsamixerelement.h:
5399 Clean up and simplify alsa device probing. Make it actually work
5400 for multiple classes. Don't cache results any longer.
5402 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5403 (gst_alsasink_init):
5404 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5405 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5406 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5407 Make alsasink and alsasrc implement the GstPropertyProbe interface
5408 for device probing (#342181).
5409 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5411 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5413 * gst/subparse/samiparse.c: (handle_start_font):
5414 Don't ignore return value of strtol (++compiler_happiness).
5416 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5418 Patch by: Young-Ho Cha <ganadist chollian net>
5420 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5421 (gst_sub_parse_class_init), (gst_sub_parse_init),
5422 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5424 * gst/subparse/gstsubparse.h:
5425 Add 'encoding' property (#341681).
5427 * gst/subparse/samiparse.c: (characters_sami):
5428 Output is pango markup, so we need to escape text
5429 between tags (#342143).
5431 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5433 * gst-libs/gst/audio/multichannel.c:
5434 (gst_audio_check_channel_positions):
5435 It's okay to have caps with channels=1 and a channel position
5436 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5437 (deinterleavers might want to keep the position in the caps,
5438 so that they can be re-interleaved again properly later).
5439 Leave check for unexpected 2-channel layouts intact for now.
5441 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5443 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5444 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5445 basesrc can do its job correctly.
5447 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5449 * ext/alsa/Makefile.am:
5450 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5451 (gst_alsa_detect_formats), (get_channel_free_structure),
5452 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5453 (gst_alsa_probe_supported_formats):
5454 * ext/alsa/gstalsa.h:
5455 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5456 Refactor and improve caps probing code: probe signedness
5457 when we probe the supported formats/widths; set endianness
5458 to the one we actually probed for (ie. cpu endianness).
5460 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5461 (gst_alsasrc_close):
5462 * ext/alsa/gstalsasrc.h:
5463 Implement caps probing for alsasrc.
5465 2006-05-15 Wim Taymans <wim@fluendo.com>
5467 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5468 (theora_dec_src_query), (theora_dec_src_event),
5469 (theora_dec_sink_event), (theora_handle_comment_packet),
5470 (theora_handle_data_packet), (theora_dec_change_state):
5471 Cleanups, add some G_LIKELY.
5472 Use segment helpers instead of our own wrong code.
5473 Clear queued buffers on seek and READY.
5475 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5476 (vorbis_dec_convert), (vorbis_dec_src_query),
5477 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5478 (vorbis_handle_comment_packet), (vorbis_dec_push),
5479 (vorbis_handle_data_packet), (vorbis_dec_chain),
5480 (vorbis_dec_change_state):
5481 * ext/vorbis/vorbisdec.h:
5482 Remove old useless packetno variable.
5483 Do position query properly.
5485 Do cleanup of queued buffers in new helper function
5488 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5490 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5491 Query supported sample rates. Fixes #341732.
5493 2006-05-15 Julien MOUTTE <julien@moutte.net>
5495 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5496 (gst_decode_bin_change_state): Make decodebin reusable
5497 when going from PAUSE_TO_READY and then back to PAUSED.
5500 2006-05-15 Wim Taymans <wim@fluendo.com>
5502 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5503 (vorbis_dec_convert), (vorbis_dec_src_query),
5504 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5505 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5506 (vorbis_dec_clean_queued), (vorbis_dec_push),
5507 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5508 Cleanups. Use refcounting and DEBUG_OBJECT.
5509 Reset segment on flush, use code methods instead of our
5511 Fix potential memleak.
5513 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5515 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5516 (gst_alsasink_init):
5517 * ext/alsa/gstalsasink.h:
5518 Don't leak allocated snd_output_t structure if there's
5519 more than one alsasink instance at a time (#341873).
5520 Also fix GObject macros in header file.
5522 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5524 * gst/subparse/gstsubparse.c:
5525 (gst_sub_parse_data_format_autodetect):
5526 Don't use libxml functions in the typefinding code.
5528 2006-05-15 Wim Taymans <wim@fluendo.com>
5530 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5531 Fix seeking performance in the case where a non-header
5532 packet has a 0 granulepos (busted theora case).
5534 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5535 the first place, you limelight stealer you)
5537 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5539 * gst/subparse/gstsubparse.c:
5540 (gst_sub_parse_data_format_autodetect):
5541 Improve SAMI typefinding: handle case where there are
5542 whitespaces or newlines in front of the first <SAMI>
5545 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5548 Build video4linux plugin even if there's no XVIDEO, just
5549 without implementing the GstXOverlay interface (#334002).
5551 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5554 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5556 Add tentative support for libvisual-0.4 (#336881).
5558 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5560 Patch by: Young-Ho Cha <ganadist at chollian net>
5562 * gst/subparse/samiparse.c: (handle_start_font):
5563 Need to map "silver" colour explicitly (#169936).
5565 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5567 Patch by: Young-Ho Cha <ganadist at chollian net>
5569 * gst/subparse/Makefile.am:
5570 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5571 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5572 (gst_sub_parse_format_autodetect), (feed_textbuf),
5573 (gst_subparse_type_find), (plugin_init):
5574 * gst/subparse/gstsubparse.h:
5575 * gst/subparse/samiparse.c:
5576 * gst/subparse/samiparse.h:
5577 Add support for SAMI subtitles (#169936).
5579 2006-05-14 Michael Smith <msmith@fluendo.com>
5581 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5582 Fix #341696: crash when mixing L+R+C to mono or stereo.
5583 * tests/check/Makefile.am:
5584 * tests/check/elements/audioconvert.c: (set_channel_positions),
5585 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5586 (audioconvert_suite):
5587 Add test for the above, including some generic framework bits for
5588 testing multichannel things.
5590 === release 0.10.7 ===
5592 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5595 releasing 0.10.7, "Leave the gun"
5597 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5599 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5603 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5605 * docs/libs/gst-plugins-base-libs-docs.sgml:
5606 * docs/libs/gst-plugins-base-libs-sections.txt:
5607 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5608 * gst-libs/gst/video/video.h:
5609 * gst/videoscale/Makefile.am:
5610 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5611 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5612 * tests/check/Makefile.am:
5613 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5615 Fix integer overflow problem with pixel-aspect-ratio calculations
5616 in videoscale and xvimagesink (#341542)
5618 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5620 * gst-libs/gst/tag/gstid3tag.c:
5621 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5623 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5626 update win32 files listing
5628 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5630 patch by: Sjoerd Simons (sjoerd@luon.net)
5632 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5633 (group_create), (group_destroy), (add_stream),
5634 (gst_play_base_bin_get_property),
5635 (gst_play_base_bin_get_streaminfo_value_array):
5636 * gst/playback/gstplaybasebin.h:
5637 API: GstPlayBaseBin::stream-info-value-array property
5638 use a more bindings-friendly way of exposing streaminfo
5639 using a GValueArray. Tested in ipython.
5642 2006-05-11 Wim Taymans <wim@fluendo.com>
5644 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5645 (queue_underrun_cb), (queue_filled_cb):
5646 Also catch queue underruns but don't do anything yet.
5647 Refactor and comment queue enlarging code a bit.
5649 * gst/playback/gstplaybasebin.c: (queue_overrun),
5650 (queue_threshold_reached), (queue_out_of_data),
5651 (gen_preroll_element):
5652 If a queue over/underruns check that we don't create nasty
5653 deadlocks when the min-threshold is not reached but the
5654 max-bytes is. In those cases disable max-bytes when we
5655 know that the queue is fed timed data.
5658 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5660 * gst/playback/gstplaybin.c: (gen_audio_element):
5661 Make playbin automatically plug an 'audioresample'
5662 element before the audio sink as well. This solves
5663 problems with sinks that only accept a very specific
5664 sample rate, like esdsink (e.g. #340379).
5666 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5668 * gst/playback/gstplaybasebin.c: (gen_source_element):
5669 Make http sources send special headers so that we receive
5670 icecast metadata if the http stream is an icecast stream
5671 (otherwise the server will just ignore them). This also
5672 means that from now on users will need the 'icydemux'
5673 element from gst-plugins-good installed if they want to
5674 listen to icecast radio streams. (#341432, #333657).
5676 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5678 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5679 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5680 remove stupid example from docs - it should come with a simple
5683 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5684 (fail_if_can_read), (GST_START_TEST),
5685 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5686 add a test for changing streamheader which exposes a bug in
5689 2006-05-11 Michael Smith <msmith@fluendo.com>
5691 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5692 (gst_gnome_vfs_src_received_headers_callback):
5693 * ext/gnomevfs/gstgnomevfssrc.h:
5694 Don't set icy-caps unless we have a sane interval value. Move
5695 interval to a local variable; we never use it outside this function.
5697 2006-05-11 Wim Taymans <wim@fluendo.com>
5699 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5701 Register special buffer types along with the objects so
5702 that they are not registered at runtime from N different
5703 streaming threads since they are not threadsafe.
5705 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5707 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5708 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5709 add two more tests, one doing streamheader
5711 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5713 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5714 clean up the bufqueue when shutting down
5715 * tests/check/Makefile.am:
5716 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5717 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5719 add a test for the leak that was just fixed
5721 2006-05-10 Wim Taymans <wim@fluendo.com>
5723 * gst/adder/gstadder.c: (gst_adder_setcaps),
5724 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5725 (gst_adder_src_event), (gst_adder_sink_event),
5726 (gst_adder_class_init), (gst_adder_finalize),
5727 (gst_adder_request_new_pad), (gst_adder_collected):
5728 * gst/adder/gstadder.h:
5729 Updated some docs. Added comments and FIXMEs all over the place.
5730 Improve debugging info.
5731 Fix leak on finalize by not calling the parent.
5732 Implement duration query.
5733 Make event forwarding threadsafe.
5734 Correctly send NEWSEGMENT at start and after flush.
5735 Handle EOS correctly.
5736 Post error when not negotiated.
5738 * tests/check/elements/adder.c: (GST_START_TEST):
5739 Added FIXME in the test.
5741 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5743 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5744 (gst_text_overlay_halign_get_type),
5745 (gst_text_overlay_wrap_mode_get_type):
5746 * ext/theora/theoradec.c: (theora_handle_type_packet),
5747 (theora_handle_data_packet):
5748 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5749 (theora_enc_sink_setcaps), (theora_enc_chain):
5750 * gst-libs/gst/cdda/gstcddabasesrc.c:
5751 (gst_cdda_base_src_mode_get_type):
5752 * gst/audiotestsrc/gstaudiotestsrc.c:
5753 (gst_audiostestsrc_wave_get_type):
5754 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5755 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5756 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5757 (gst_sync_method_get_type), (gst_unit_type_get_type),
5758 (gst_client_status_get_type):
5759 * gst/videoscale/gstvideoscale.c:
5760 (gst_video_scale_method_get_type):
5761 * gst/videotestsrc/gstvideotestsrc.c:
5762 (gst_video_test_src_pattern_get_type):
5763 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5764 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5765 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5766 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5767 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5768 (paint_setup_RGB565), (paint_setup_xRGB1555):
5769 Const-ify GEnumValue and GFlagsValue arrays. Use
5770 GST_ROUND_UP_* macros instead of home-made ones.
5772 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5775 Require core CVS for the new newsegment stuff.
5777 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5779 Patch by: Sjoerd Simons <sjoerd at luon net>
5781 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5782 Register nick for enum value (#341160).
5784 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5786 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5788 backout typefind patch #340375
5790 * tests/check/elements/adder.c: (message_received),
5791 (GST_START_TEST), (adder_suite):
5792 redo, signal-handling of test
5794 2006-05-09 Wim Taymans <wim@fluendo.com>
5796 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5797 (gst_adder_collected):
5798 * gst/adder/gstadder.h:
5799 Remove bogus segment merging and forwarding, we don't
5800 care about timestamps anyway and we just produce a
5802 Also create a nice NEWSEGMENT event when we start.
5803 Use _scale_int some more.
5805 2006-05-09 Edward Hervey <edward@fluendo.com>
5807 * tests/icles/stress-xoverlay.c:
5808 Fix if core was built without parsing support.
5810 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5812 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5813 Add SEDG (Samsung MPEG-4) fourcc.
5815 2006-05-09 Edward Hervey <edward@fluendo.com>
5817 * tests/icles/stress-xoverlay.c:
5818 * tests/examples/volume/volume.c:
5819 Fix if core was built without parsing support.
5821 * tests/examples/seek/seek.c:
5822 Disable the parse_launch example if core was built without parsing
5825 2006-05-08 Edward Hervey <edward@fluendo.com>
5827 * autogen.sh: (CONFIGURE_DEF_OPT):
5828 libtoolize on Darwin/MacOSX is called glibtoolize
5830 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5832 * tests/check/Makefile.am:
5833 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5834 Disable the adder test, until the build-slaves posses the kindness to
5835 either like it or to give valid reason for not doing so
5837 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5839 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5841 Shuffle NULL state change around and raise timeout more
5843 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5845 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5846 (mp4_type_find), (plugin_init):
5847 Add typefind to distinguish between "audio/x-m4a" and new type
5848 "video/mp4". Fixes #340375
5850 * tests/check/elements/adder.c: (adder_suite):
5851 Raise timeout to make buildbot happy
5853 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5855 * gst/adder/gstadder.c: (gst_adder_sink_event),
5856 (gst_adder_request_new_pad), (gst_adder_change_state):
5857 * gst/adder/gstadder.h:
5858 * tests/check/Makefile.am:
5859 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5860 (adder_suite), (main):
5861 Add sink-event handling to adder. It tries to merge incomming
5862 newsegment-events. Added test to check if segment_done is comming
5863 through. Fixes #340060
5865 2006-05-05 Andy Wingo <wingo@pobox.com>
5867 * ext/theora/theoraparse.c (gst_theora_parse_init)
5868 (theora_parse_src_convert, theora_parse_src_query):
5869 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5870 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5871 query functions on the source pads of the theora and vorbis parse
5872 elements. Fixes position querying when doing a remux.
5874 2006-05-05 Michael Smith <msmith@fluendo.com>
5876 * ext/theora/theoraparse.c: (parse_granulepos),
5877 (theora_parse_drain_queue_prematurely),
5878 (theora_parse_queue_buffer), (theora_parse_sink_event):
5880 Fix invalid granulepos outputs when starting with a non-keyframe.
5882 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5884 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5885 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5886 Rearrange MPEG system stream detection, fixing some memleaks in the
5888 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5889 they clean up their data correctly.
5890 Remove unused ogganx caps and move the 'is_annodex' check to inside
5891 the 'is_ogg' if statement.
5893 2006-05-05 Wim Taymans <wim@fluendo.com>
5895 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5896 Properly remove ghostpads. Fixes #340392
5898 2006-05-04 David Schleef <ds@schleef.org>
5900 * gst/typefind/gsttypefindfunctions.c:
5902 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5904 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5905 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5907 When typefinding an MP3 in push-based mode, don't penalise the
5908 probability down to 74% when we found 5 valid frames just because we
5909 can't peek the end of the file.
5911 Make the probability for detecting MPEG Transport Streams based on the
5912 number of sequential headers we successfully detected.
5914 2006-05-03 Wim Taymans <wim@fluendo.com>
5916 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5917 (vorbis_dec_push), (vorbis_dec_chain):
5918 Still produce an error when we receive an empty packet.
5920 2006-05-03 Wim Taymans <wim@fluendo.com>
5922 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5923 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5924 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5925 Mark buffers with DISCONT after seek and after activating new
5928 * ext/theora/gsttheoradec.h:
5929 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5930 (theora_get_query_types), (theora_dec_sink_event),
5931 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5932 (theora_dec_change_state):
5934 Detect and mark DISCONT buffers.
5936 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5937 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5938 (vorbis_dec_change_state):
5939 * ext/vorbis/vorbisdec.h:
5941 Detect and mark DISCONT buffers.
5942 Don't crash on 0 sized buffers.
5944 2006-05-03 Wim Taymans <wim@fluendo.com>
5946 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5947 (volume_transform_ip):
5948 Increase "volume" property to 10.0. Fixes #340369.
5949 Set the process function to NULL when capsnego fails so that
5950 we properly error out.
5952 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5954 * gst/playback/gstplaybin.c: (add_sink):
5955 * gst/playback/test.c: (main):
5956 * gst/playback/test5.c: (dump_element_stats):
5957 * gst/playback/test6.c: (main):
5958 free caps using gst_caps_unref, don't leak caps-strings
5960 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5962 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5964 Refine musepack typefinding a bit. Return MAXIMUM
5965 probability when we detect stream version 7 to make
5966 sure the mpeg audio typefinder doesn't trump us.
5968 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5970 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5971 Protect against unexpected NULL strf_data buffer.
5973 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5975 * tests/check/elements/audioconvert.c: (verify_convert),
5977 interpret the out[] buffer in the order the bytes are actually
5978 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5979 Other tests should use BYTE_ORDER since the array is filled in
5982 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5984 * tests/check/elements/audioconvert.c: (verify_convert),
5986 when a test fails, give an indication of which it is
5988 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5990 * gst-libs/gst/cdda/gstcddabasesrc.c:
5991 compile fix; strtol() needs <stdlib.h>
5993 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5995 * ext/alsa/gstalsamixerelement.c:
5996 * ext/alsa/gstalsasrc.c:
5997 * ext/cdparanoia/gstcdparanoiasrc.c:
5998 * ext/gnomevfs/gstgnomevfssink.c:
5999 * ext/gnomevfs/gstgnomevfssrc.c:
6000 * ext/ogg/gstoggdemux.c:
6001 * ext/ogg/gstoggmux.c:
6002 * ext/ogg/gstoggparse.c:
6003 * ext/ogg/gstogmparse.c:
6004 * ext/pango/gstclockoverlay.c:
6005 * ext/pango/gsttextoverlay.c:
6006 * ext/pango/gsttextrender.c:
6007 * ext/pango/gsttimeoverlay.c:
6008 * ext/theora/theoradec.c:
6009 * ext/theora/theoraenc.c:
6010 * ext/vorbis/vorbisdec.c:
6011 * ext/vorbis/vorbisenc.c:
6012 * gst-libs/gst/audio/gstaudiofilter.c:
6013 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6014 * gst/audioconvert/gstaudioconvert.c:
6015 * gst/audiorate/gstaudiorate.c:
6016 * gst/audioresample/gstaudioresample.c:
6017 * gst/audiotestsrc/gstaudiotestsrc.c:
6018 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6019 * gst/playback/gstdecodebin.c:
6020 * gst/playback/gstplaybin.c:
6021 * gst/playback/gststreamselector.c:
6022 * gst/subparse/gstsubparse.c:
6023 * gst/tcp/gstmultifdsink.c:
6024 * gst/tcp/gsttcpclientsink.c:
6025 * gst/tcp/gsttcpclientsrc.c:
6026 * gst/tcp/gsttcpserversink.c:
6027 * gst/tcp/gsttcpserversrc.c:
6028 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6029 * gst/videorate/gstvideorate.c:
6030 * gst/videoscale/gstvideoscale.c:
6031 * gst/videotestsrc/gstvideotestsrc.c:
6032 * gst/volume/gstvolume.c:
6033 * sys/v4l/gstv4ljpegsrc.c:
6034 * sys/v4l/gstv4lmjpegsink.c:
6035 * sys/v4l/gstv4lmjpegsrc.c:
6036 * sys/v4l/gstv4lsrc.c:
6037 * sys/ximage/ximagesink.c:
6038 * sys/xvimage/xvimagesink.c:
6039 * tests/check/libs/cddabasesrc.c:
6040 make GstElementDetails const
6042 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6044 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6046 send events from src-pad to all sink-pads fixes #338657
6048 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6050 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6051 (alsasink_parse_spec):
6052 query width capabilities from alsa, fixes #338919
6054 2006-04-28 Wim Taymans <wim@fluendo.com>
6056 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6057 (gst_multi_fd_sink_remove_client_link):
6058 * gst/tcp/gstmultifdsink.h:
6059 Fix race condition in multifdsink that can lead to spurious
6060 duplicate clients. this patch adds a new signal that is fired when
6061 multifdsink has removed all references to the fd.
6063 Updated documentation.
6064 API: client-fd-removed signal added
6066 2006-04-28 Michael Smith <msmith@fluendo.com>
6068 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6069 When asking g_value_array_new to prealloc elements, we may as well
6070 ask for the right number of elements.
6072 2006-04-28 Wim Taymans <wim@fluendo.com>
6074 * gst-libs/gst/audio/gstbaseaudiosink.c:
6075 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6076 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6077 patch to make timestamp checking more tollerant to rounding
6078 errors given that real discontinuities are to be marked on
6079 buffers. Fixes some asf files and #338778.
6080 Also avoid some crashers when we receive an event in the
6083 2006-04-28 Michael Smith <msmith@fluendo.com>
6085 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6086 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6087 (gst_gnome_vfs_src_get_property),
6088 (gst_gnome_vfs_src_send_additional_headers_callback),
6089 (gst_gnome_vfs_src_received_headers_callback),
6090 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6091 (gst_gnome_vfs_src_stop):
6092 * ext/gnomevfs/gstgnomevfssrc.h:
6093 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6094 proper shared support within icydemux.
6096 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6098 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6099 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6101 fix a leak when no caps negotiated
6102 fix counting of input frames
6103 * tests/check/elements/.cvsignore:
6104 * tests/check/elements/videorate.c: (assert_videorate_stats),
6105 (GST_START_TEST), (videorate_suite):
6108 2006-04-28 Wim Taymans <wim@fluendo.com>
6110 * gst-libs/gst/audio/gstringbuffer.c:
6111 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6112 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6113 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6114 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6115 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6116 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6117 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6118 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6119 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6120 Check arguments passed to public functions instead of
6123 2006-04-28 Wim Taymans <wim@fluendo.com>
6125 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6126 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6127 GstBaseAudioSrc must be live or it does not work.
6129 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6130 Don't set live to TRUE as this is the default in the parentclass.
6132 2006-04-28 Wim Taymans <wim@fluendo.com>
6134 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6135 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6136 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6137 fixation cases better. Fixes #338991
6139 2006-04-28 Wim Taymans <wim@fluendo.com>
6141 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6142 Handle 0/1 framerate correctly Fixes #331901.
6144 2006-04-28 Wim Taymans <wim@fluendo.com>
6146 * tests/check/elements/audioconvert.c: (get_float_caps),
6147 (GST_START_TEST), (audioconvert_suite):
6148 Added check for correct clipping when doing float samples
6151 2006-04-28 Wim Taymans <wim@fluendo.com>
6153 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6154 (gst_video_rate_chain):
6155 Print more debugging info.
6157 2006-04-28 Wim Taymans <wim@fluendo.com>
6159 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6160 (resample_set_state_from_caps):
6161 Add support for other formats audioresample can handle such as
6162 32 bits in and float and 64 bits float. Fixes #301759
6164 2006-04-28 Wim Taymans <wim@fluendo.com>
6166 * gst/audioconvert/audioconvert.c: (float):
6167 correctly clip float samples > 1.0. Fixes #338718
6169 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6171 Patch by: Young-Ho Cha <ganadist at chollian net>
6173 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6174 (gst_text_overlay_render_text):
6175 Don't strip newlines from the text. Also, center lines
6176 within multi-line paragraphs (#339405).
6178 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6180 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6181 Fix wavpack typefinding to work in more cases (don't peek
6182 for chunks of multiple hundred kBs at once, but process
6183 things step-by-step in smaller units). Fixes #339786.
6185 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6190 === release 0.10.6 ===
6192 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6195 releasing 0.10.6, "Chao"
6197 2006-04-26 David Schleef <ds@schleef.org>
6199 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6202 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6205 * win32/common/config.h:
6208 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6210 patch by: Wim Taymans
6212 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6213 (gst_ogg_demux_perform_seek):
6214 make sure correct newsegments are sent, so that the decoder
6215 and the demuxer agree on timestamps. Fixes playback of a lot
6216 of Ogg files that do not start from 0. Fixes #339833.
6218 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6220 Patch by: Edward Hervey <edward@fluendo.com>
6222 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6223 * tests/check/Makefile.am:
6224 * tests/check/elements/videorate.c: (assert_videorate_stats),
6225 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6226 (videorate_suite), (main):
6227 Fix an infinite loop if frames are passed in with wrongly ordered
6228 timestamps. Fixes #339013.
6230 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6232 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6234 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6235 fix typefinding on some ISO files. Fixes #339212.
6237 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6239 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6241 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6242 add another H264 fourcc. Fixes #339047.
6244 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6246 Patch by: Jan Schmidt
6248 * gst/playback/gststreamselector.c:
6249 (gst_stream_selector_bufferalloc):
6250 Restore old StreamSelector behaviour.
6253 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6256 * win32/common/config.h:
6259 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6261 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6263 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6264 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6265 Fix some memory leaks: on finalize, free buffers left in the queue
6266 before destroying the queue; in _push(), unref rtp_buf even if
6267 the process vfunc returned a NULL buffer as output buffer (#337548);
6268 demote some recuring debug messages to LOG level.
6270 2006-04-11 Wim Taymans <wim@fluendo.com>
6272 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6273 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6274 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6275 (gst_ogg_demux_loop):
6277 Respect segment stop when emiting EOS or SEGMENT_DONE.
6280 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6282 * gst/playback/gststreamselector.c:
6283 (gst_stream_selector_get_property):
6284 Don't leak pad name.
6286 2006-04-10 Michael Smith <msmith@fluendo.com>
6288 * tests/check/Makefile.am:
6289 * tests/check/gst-plugins-base.supp:
6290 Suppress an old libtheora bug (fixed in more recent versions), so
6291 that FC4 buildslaves can pass.
6293 2006-04-10 Wim Taymans <wim@fluendo.com>
6295 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6296 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6297 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6298 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6299 (gst_ogg_demux_loop):
6301 Remember what error we got when finding chains, if we
6302 were shutdown, that would not be an error.
6304 2006-04-10 Wim Taymans <wim@fluendo.com>
6306 * gst-libs/gst/audio/gstbaseaudiosink.c:
6307 (gst_base_audio_sink_event):
6308 Starting the ringbuffer when we did not acquire it can cause
6309 a deadlock, is pointless and causes nasty things for
6311 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6313 2006-04-10 Wim Taymans <wim@fluendo.com>
6315 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6316 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6317 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6318 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6319 (gst_ogg_demux_deactivate_current_chain),
6320 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6321 (gst_ogg_demux_bisect_forward_serialno),
6322 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6323 Add some more debugging.
6325 2006-04-10 Wim Taymans <wim@fluendo.com>
6327 * ext/theora/theoradec.c: (theora_dec_src_event),
6328 (theora_handle_data_packet):
6329 Some more debug info.
6331 * tests/examples/seek/seek.c: (start_seek), (main):
6332 Print element messages too.
6334 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6336 * gst/audioresample/debug.h:
6337 replace debug macros with variable number of parameters
6338 by a simple alias to gstreamer standard debug macros
6339 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6340 supported by MSVC 6.0 and 7.1)
6341 * gst/audioresample/resample.h:
6342 define M_PI and rint for WIN32
6343 * win32/common/libgstaudio.def:
6344 * win32/common/libgstriff.def:
6345 * win32/common/libgsttag.def:
6346 * win32/common/libgstvideo.def:
6347 add new exported functions
6349 update project files
6351 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6353 * ext/alsa/gstalsamixeroptions.c:
6354 (gst_alsa_mixer_options_class_init):
6355 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6356 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6357 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6358 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6359 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6360 * gst-libs/gst/audio/gstaudiofilter.c:
6361 (gst_audio_filter_class_init):
6362 * gst-libs/gst/audio/gstaudiosink.c:
6363 (gst_audioringbuffer_class_init):
6364 * gst-libs/gst/audio/gstaudiosrc.c:
6365 (gst_audioringbuffer_class_init):
6366 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6367 * gst-libs/gst/interfaces/colorbalancechannel.c:
6368 (gst_color_balance_channel_class_init):
6369 * gst-libs/gst/interfaces/mixeroptions.c:
6370 (gst_mixer_options_class_init):
6371 * gst-libs/gst/interfaces/mixertrack.c:
6372 (gst_mixer_track_class_init):
6373 * gst-libs/gst/interfaces/tunerchannel.c:
6374 (gst_tuner_channel_class_init):
6375 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6376 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6377 (gst_netbuffer_class_init):
6378 * gst-libs/gst/rtp/gstbasertppayload.c:
6379 (gst_basertppayload_class_init):
6380 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6381 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6382 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6383 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6384 * gst/playback/gststreamselector.c:
6385 (gst_stream_selector_class_init):
6386 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6387 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6388 * sys/v4l/gstv4lcolorbalance.c:
6389 (gst_v4l_color_balance_channel_class_init):
6390 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6391 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6392 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6393 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6394 (gst_v4l_tuner_norm_class_init):
6395 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6396 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6397 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6398 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6400 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6402 * ext/pango/gsttextrender.h:
6403 * gst-libs/gst/audio/gstaudiosink.h:
6404 * gst-libs/gst/audio/gstaudiosrc.h:
6405 * gst-libs/gst/audio/gstbaseaudiosink.h:
6406 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6407 * gst-libs/gst/audio/gstringbuffer.h:
6408 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6409 * gst-libs/gst/rtp/gstbasertppayload.h:
6410 * gst-libs/gst/video/gstvideofilter.h:
6411 * gst-libs/gst/video/gstvideosink.h:
6412 * gst/playback/gstplaybasebin.h:
6413 * gst/tcp/gstmultifdsink.h:
6414 * sys/v4l/gstv4lelement.h:
6415 Fix broken GObject macros
6417 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6419 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6420 More debug to trace why my USB headset is not working with gst
6422 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6424 * gst/playback/gstplaybasebin.c: (group_destroy):
6425 Clean up our group elements properly in the case where it never
6426 got committed - it still got added unconditionally to the bin.
6428 2006-04-07 Wim Taymans <wim@fluendo.com>
6430 * ext/theora/theoradec.c: (theora_dec_sink_event),
6431 (theora_handle_data_packet), (theora_dec_chain):
6432 Unref unhandled events.
6433 Protect against empty buffers.
6434 Perform QoS on running time.
6436 2006-04-07 Michael Smith <msmith@fluendo.com>
6438 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6439 (gst_vorbis_enc_chain):
6440 Remove leaks from vorbisenc.
6441 Mostly minor changes, the only significant one is that now the
6442 buffers we set as 'streamheader' on the caps are copies of the
6443 original buffers, to avoid circular refcounting problems.
6445 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6447 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6448 Don't remove our mute-probe if someone else already did so.
6449 Don't set a 2nd one if there is already one pending on the pad.
6451 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6453 When a seek fails, ensure that playbin is still set back to playing.
6455 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6456 (mpeg_ts_type_find), (plugin_init):
6457 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6459 2006-04-06 Andy Wingo <wingo@pobox.com>
6461 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6462 (gst_video_rate_init): Caps-related parameters should not be reset
6463 by a flush -- move their inits to the instance init function.
6464 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6465 is not OK, just return the result.
6467 * gst/audiotestsrc/gstaudiotestsrc.c
6468 (gst_audio_test_src_class_init)
6469 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6470 broken by Stefan's commit on 24 March.
6472 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6473 buffers being pushed out. Fixes oggmux ! multifdsink.
6475 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6477 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6478 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6479 * ext/vorbis/vorbisdec.h:
6480 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6481 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6482 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6483 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6484 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6485 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6486 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6487 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6488 (gst_vorbis_enc_buffer_from_packet),
6489 (gst_vorbis_enc_buffer_from_header_packet),
6490 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6491 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6492 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6493 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6494 (gst_vorbis_enc_change_state):
6495 * ext/vorbis/vorbisenc.h:
6496 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6497 vorbisenc adhere to the official nomenclature; use boilerplate
6500 2006-04-04 Andy Wingo <wingo@pobox.com>
6502 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6503 Whoops, fix bug introduced. Bad hacker!
6505 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6506 Properly handle the case where you get EOS before any buffers are
6507 received. Use gst_buffer_make_metadata_writable where appropriate.
6509 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6510 is often negative -- make it signed so as not to wrap around.
6511 Fixes segfaults introduced on 9 March.
6513 2006-04-03 Wim Taymans <wim@fluendo.com>
6515 * ext/theora/gsttheoradec.h:
6516 * ext/theora/theoradec.c: (theora_dec_src_event):
6517 Don't try to store a gdouble in a gboolean.
6520 2006-04-03 Michael Smith <msmith@fluendo.com>
6522 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6524 Make it suck slightly less by writing out the final page.
6525 Still can't encode a vorbis-in-ogg file correctly, though.
6527 2006-04-03 Andy Wingo <wingo@pobox.com>
6529 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6532 * ext/theora/theora.c (plugin_init): Register theoraparse.
6534 * ext/theora/gsttheoraparse.h:
6535 * ext/theora/theoraparse.c: New files implementing a theora
6536 parser. Now we can properly remux ogg/theora+vorbis, yay.
6538 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6540 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6542 * gst/audiotestsrc/gstaudiotestsrc.c:
6543 Fixed the sample pipeline (see #323798)
6545 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6548 * win32/common/config.h:
6549 * win32/common/config.h.in:
6550 use AS_VERSION and AS_NANO
6553 2006-03-31 Andy Wingo <wingo@pobox.com>
6555 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6556 uninitialized variable return that would happen.
6558 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6559 uninitialized variable return that would never happen.
6561 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6562 (vorbis_parse_sink_event): Add an event function to flush our
6563 state on a seek, and to drain buffers on a premature EOS.
6564 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6565 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6566 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6567 (vorbis_parse_drain_queue): Queue up buffers until we can set
6568 their timestamps and granulepos values.
6570 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6571 and keep track of data needed for deriving granulepos and
6572 timestamps for buffers.
6574 2006-03-29 Wim Taymans <wim@fluendo.com>
6576 Patch by: j^ <j at bootlab dot org>
6578 * ext/alsa/gstalsamixerelement.c:
6579 (gst_alsa_mixer_element_class_init):
6580 * ext/alsa/gstalsasink.c:
6581 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6582 * ext/ogg/gstoggdemux.c:
6583 * ext/ogg/gstoggmux.c:
6584 * ext/ogg/gstoggparse.c:
6585 * ext/pango/gstclockoverlay.c:
6586 * ext/pango/gsttextoverlay.c:
6587 * ext/pango/gsttextrender.c:
6588 * ext/pango/gsttimeoverlay.c:
6589 * ext/theora/theoradec.c:
6590 * ext/theora/theoraenc.c:
6591 * ext/vorbis/vorbisdec.c:
6592 * ext/vorbis/vorbisenc.c:
6593 * gst/audioconvert/gstaudioconvert.c:
6594 * gst/subparse/gstsubparse.c:
6595 * gst/tcp/gstmultifdsink.c:
6596 * gst/tcp/gsttcpclientsink.c:
6597 * gst/tcp/gsttcpclientsrc.c:
6598 * gst/tcp/gsttcpserversink.c:
6599 * gst/tcp/gsttcpserversrc.c:
6600 better/unified long descriptions
6603 2006-03-29 Wim Taymans <wim@fluendo.com>
6605 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6607 Don't let double and triple clicks mess up our state.
6609 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6611 * gst/playback/gstplaybin.c: (gen_video_element),
6612 (gen_text_element), (gen_audio_element), (gen_vis_element):
6613 Error out gracefully when we can't create any of the usual
6614 conversion elements for some reason. Also, don't try to
6615 create an audioscale (sic) element that's not used anyway.
6617 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6619 * gst/playback/gstplaybasebin.c: (setup_source):
6620 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6621 element for a particular protocol, that's confusing for users.
6622 Instead, post a RESOURCE_FAILED error, so that our own error
6623 message is actually shown in totem etc. (#336303).
6625 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6627 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6629 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6630 (gst_gnome_vfs_src_get_icy_metadata):
6631 Fix some minor memory leaks (#336194).
6633 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6635 * ext/gnomevfs/gstgnomevfs.c:
6636 (gst_gnome_vfs_location_to_uri_string):
6637 * ext/gnomevfs/gstgnomevfs.h:
6638 * ext/gnomevfs/gstgnomevfssink.c:
6639 (gst_gnome_vfs_sink_set_property):
6640 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6641 Make gnomevfssink accept filenames as well as URIs for the
6642 "location" property, just like gnomevfssrc does (and
6643 filesrc/filesink do) (#336190).
6645 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6647 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6648 set to NULL before unreffing, fixes a valgrind leak.
6649 Why was this not triggering the error that an object needs to
6650 be NULL before unreffing ?
6651 * win32/common/config.h:
6654 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6656 * gst/subparse/gstsubparse.c: (convert_encoding),
6657 (gst_sub_parse_change_state):
6658 * gst/subparse/gstsubparse.h:
6659 Text subtitle files may or may not be UTF-8. If it's not, we
6660 don't really want to see '?' characters in place of non-ASCII
6661 characters like accented characters. So let's assume the input
6662 is UTF-8 until we come across text that is clearly not. If it's
6663 not UTF-8, we don't really know what it is, so try the following:
6664 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6665 is set; if not, check (b) if the current locale encoding is
6666 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6667 the current locale encoding is UTF-8 and the environment variable
6668 was not set to any particular encoding. Not perfect, but better
6669 than nothing (and better than before, I think) (fixes #172848).
6671 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6674 update core requirement to 0.10.4.1 because of async_playback
6675 vmethod on GstBaseSink
6677 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6679 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6680 * gst/adder/gstadder.c: (gst_adder_init):
6681 use DEBUG_FUNCPTR for collectpads
6683 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6685 * docs/plugins/Makefile.am:
6686 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6687 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6688 * ext/cdparanoia/gstcdparanoiasrc.c:
6689 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6690 (gst_gnome_vfs_sink_class_init):
6691 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6692 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6693 * ext/ogg/gstoggmux.c:
6694 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6695 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6696 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6697 * ext/pango/gsttextoverlay.c:
6698 * ext/pango/gsttextrender.c:
6699 * ext/theora/theoradec.c:
6700 * ext/theora/theoraenc.c:
6701 * ext/vorbis/vorbisdec.c:
6702 * ext/vorbis/vorbisenc.c:
6703 * gst-libs/gst/audio/gstaudiofilter.c:
6704 (gst_audio_filter_base_init):
6705 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6706 (gst_audio_filter_template_base_init):
6707 * gst/adder/gstadder.c: (gst_adder_get_type):
6708 * gst/adder/gstadder.h:
6709 * gst/audioconvert/gstaudioconvert.c:
6710 * gst/audiotestsrc/gstaudiotestsrc.c:
6711 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6712 (gst_audio_test_src_create):
6713 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6714 * gst/playback/gstdecodebin.c:
6715 * gst/playback/gstplaybin.c:
6716 * gst/playback/gststreamselector.c:
6717 (gst_stream_selector_base_init):
6718 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6719 * gst/volume/gstvolume.c:
6720 * sys/v4l/gstv4lmjpegsink.c:
6721 * sys/v4l/gstv4lmjpegsrc.c:
6722 * tests/check/libs/cddabasesrc.c:
6723 * tests/old/examples/gob/gst-identity2.gob:
6724 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6725 define GstElementDetails at the top
6727 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6729 * win32/common/libgstinterfaces.def:
6730 Add a lot of export functions for gst-python
6731 * win32/vs6/libgstinterfaces.dsp:
6732 Add a missing include folder in the project configuration
6734 2006-03-23 Wim Taymans <wim@fluendo.com>
6736 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6737 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6738 (gst_base_audio_src_change_state):
6739 Fix audio sources, forgot to make the ringbuffer
6742 2006-03-23 Wim Taymans <wim@fluendo.com>
6744 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6745 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6746 (gst_base_audio_src_change_state):
6747 unparent instead of unref the ringbuffer.
6749 2006-03-23 Wim Taymans <wim@fluendo.com>
6751 * gst-libs/gst/audio/gstbaseaudiosink.c:
6752 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6753 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6754 Implement new async_play vmethod to start slaving and allow
6755 playback start in case of async PLAY state changes.
6757 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6758 Enable QoS with new method in base class.
6760 2006-03-23 Wim Taymans <wim@fluendo.com>
6762 Patch by: Julien MOUTTE <julien at moutte dot net>
6764 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6765 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6766 Partially handle 0 framerate, only EOS after the first frame
6769 2006-03-23 Wim Taymans <wim@fluendo.com>
6771 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6773 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6774 (gst_riff_create_video_template_caps):
6775 * gst/ffmpegcolorspace/avcodec.h:
6776 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6777 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6778 (gst_ffmpegcsp_avpicture_fill):
6779 * gst/ffmpegcolorspace/imgconvert.c:
6780 Patch for support of YVU9 AVI files (#334822)
6782 2006-03-22 Edward Hervey <edward@fluendo.com>
6784 * docs/design/design-decodebin.txt:
6785 Added design document for new decodebin
6786 (Target Caps): text/x-pango-markup is also a default target caps.
6788 2006-03-22 Wim Taymans <wim@fluendo.com>
6790 * gst-libs/gst/audio/gstbaseaudiosink.c:
6791 (gst_base_audio_sink_dispose):
6792 Since we _parent the ringbuffer, we also need to
6793 _unparent instead of a plain _unref.
6795 2006-03-22 Wim Taymans <wim@fluendo.com>
6797 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6798 (stop_seek), (scrub_toggle_cb), (main):
6801 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6803 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6804 (gst_ogg_parse_chain):
6805 Fix very inefficient usage of linked lists (#335365).
6807 2006-03-21 Edward Hervey <edward@fluendo.com>
6809 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6810 * gst/playback/gstplaybin.c: (handoff):
6811 * gst/playback/gststreamselector.c:
6812 (gst_stream_selector_set_property):
6813 gcc 4.1 unreferenced pointer fixes.
6814 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6815 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6816 gst_buffer_ref() now takes a GstBuffer*.
6818 2006-03-20 Julien MOUTTE <julien@moutte.net>
6820 * sys/xvimage/xvimagesink.c:
6821 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6824 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6826 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6827 (id3v1_type_find), (apetag_type_find), (plugin_init):
6828 Can't do tag preferences via probability, as tags would then
6829 lose against types that are recognised with MAXIMUM probability
6830 (like .wav); so let all tag typefinders return MAXIMUM themselves
6831 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6832 that we can prefer APE to ID3v1 (fixes #335028).
6834 2006-03-17 Wim Taymans <wim@fluendo.com>
6836 * gst-libs/gst/audio/gstbaseaudiosink.c:
6837 (gst_base_audio_sink_change_state):
6838 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6839 (gst_ring_buffer_may_start):
6840 * gst-libs/gst/audio/gstringbuffer.h:
6841 Only start playback if we are playing.
6844 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6846 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6847 * win32/common/config.h:
6848 Revert accidental commits to these files.
6850 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6852 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6854 * tests/Makefile.am:
6855 Don't try to build tests in tests/icles if we
6856 don't have X (#323852)
6858 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6860 * gst-libs/gst/tag/gstid3tag.c:
6861 Add TXXX frame identifiers for replaygain stuff as used
6862 by some taggers (see #323721).
6864 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6866 * gst/playback/gststreamselector.c:
6867 (gst_stream_selector_set_property),
6868 (gst_stream_selector_bufferalloc):
6869 Preserve the existing buggy streamselector behaviour by performing
6870 a fallback buffer allocation when downstream isn't linked yet.
6871 This should really be fixed in playbin by blocking pads until it's
6873 Also, use gst_pad_alloc_buffer instead of
6874 gst_pad_alloc_buffer_and_set.
6876 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6878 * gst-libs/gst/tag/gstid3tag.c:
6879 Don't crash on unknown ID3v2 TXXX frames.
6881 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6883 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6884 Chain up to the parent finalize method.
6885 Add 32-bit sample size to the template caps.
6887 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6888 (gst_riff_create_video_template_caps):
6889 Add the fourcc that the VMWare codec uses.
6891 * gst/playback/gststreamselector.c:
6892 (gst_stream_selector_set_property),
6893 (gst_stream_selector_bufferalloc),
6894 (gst_stream_selector_request_new_pad):
6895 For the active pad, forward buffer-alloc requests, otherwise
6896 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6897 having to memcpy every frame when used by playbin.
6899 * gst/tcp/gstmultifdsink.c:
6900 (gst_multi_fd_sink_handle_client_write):
6901 Get negotiated caps from the sink pad, rather than the sink
6904 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6906 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6908 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6909 Don't forget to set src->callbacks_pushed to FALSE again when
6910 popping them, otherwise re-activation in a different mode won't
6913 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6915 Patch by: Sebastien Moutte <sebastien moutte net>
6917 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6918 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6919 (gst_ffmpeg_smpfmt_to_caps):
6920 Replace __VA_ARGS__ caps creation macros with varargs functions.
6921 Makes things compile on MSVC (#320765), looks nicer, and we can
6922 tell the compiler to check for the NULL terminator.
6924 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6926 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6928 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6929 Make sure the buffer we copy into is really always big
6930 enough, this time for real (#333488).
6932 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6934 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6935 Add support for 24bpp DIB (#305279).
6937 2006-03-14 Wim Taymans <wim@fluendo.com>
6939 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6940 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6941 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6942 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6943 (gst_video_scale_init), (gst_video_scale_src_event):
6944 Re-enable QoS after the release.
6945 Rework videoscale to use the base class src_event handler.
6947 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6952 === release 0.10.5 ===
6954 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6957 releasing 0.10.5, "Net"
6959 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6961 * docs/plugins/Makefile.am:
6962 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6964 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6966 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6967 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6968 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6969 Add cdparanoiasrc to docs.
6971 * gst-libs/gst/cdda/gstcddabasesrc.c:
6972 More GstCddaBaseSrc docs.
6974 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6976 * docs/libs/gst-plugins-base-libs-sections.txt:
6977 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6978 * gst-libs/gst/tag/tag.h:
6979 API: libgsttag: new method gst_tag_from_id3_user_tag().
6981 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6983 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6984 NULL-terminate array of mpeg4 video file extensions.
6985 Fixes crash on PPC (#334226).
6987 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6989 * ext/gnomevfs/gstgnomevfssrc.c:
6990 (gst_gnome_vfs_src_check_get_range):
6991 gnome_vfs_uri_is_local() alone is not a good indicator
6992 whether we can operate in pull-mode with a specific URI,
6993 as it returns FALSE for file:// URIs that point to an
6994 NFS-mounted path. Be more conservative here: whitelist
6995 local files, blacklist http URIs and use the old
6996 mechanism for anything else (fixes #334216).
6998 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7003 === release 0.10.4 ===
7005 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7008 releasing 0.10.4, "Power"
7010 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7012 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7013 Disable max-lateness by setting it to -1 for now, so that
7014 we can bed QoS stuff in thoroughly between now and the next
7017 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7019 Patch by: Fabrizio Gennari
7021 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7022 Make sure we don't read beyond the palette buffer in case of
7023 broken or manipulated files (#333488)
7025 2006-03-10 Edward Hervey <edward@fluendo.com>
7027 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7028 Fix for variable not initialized.
7030 2006-03-09 Wim Taymans <wim@fluendo.com>
7032 * ext/libvisual/visual.c: (gst_visual_get_type),
7033 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7037 * ext/theora/gsttheoradec.h:
7038 * ext/theora/theoradec.c: (gst_theora_dec_init),
7039 (gst_theora_dec_reset), (_theora_granule_time),
7040 (theora_dec_src_convert), (theora_dec_sink_convert),
7041 (theora_dec_src_query), (theora_dec_src_event),
7042 (theora_dec_sink_event), (theora_handle_comment_packet),
7043 (theora_handle_header_packet), (theora_dec_push),
7044 (theora_handle_data_packet), (theora_dec_chain),
7045 (theora_dec_change_state):
7048 2006-03-09 Wim Taymans <wim@fluendo.com>
7050 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7051 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7054 2006-03-09 Wim Taymans <wim@fluendo.com>
7056 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7057 Don't try to activate NULL chains.
7059 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7061 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7062 Fix invalid memory access to region before peek'd data (#332964).
7064 2006-03-09 Wim Taymans <wim@fluendo.com>
7066 Patch by: Christophe Fergeau
7068 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7069 * ext/pango/gsttextrender.c: (gst_text_render_init):
7070 * gst/adder/gstadder.c: (gst_adder_init):
7071 Don't leak padtemplates, closes #333510.
7073 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7075 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7076 Fix invalid memory access: make sure string passed to
7077 regexec() is NUL-termianted.
7079 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7081 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7083 Refactor mpeg/audio typefinding to make it more maintainable
7084 and easier to fine-tune. Make probing into middle of the file
7085 work properly (fixes #333900, also see #152688).
7087 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7089 * gst/typefind/gsttypefindfunctions.c:
7090 (utf8_type_find_have_valid_utf8_at_offset):
7091 Remove part from previous commit that was bogus:
7092 g_utf8_validate() does in fact not accept embedded
7093 zeroes, so we don't need to check for those (thanks
7094 to Mike for the hint).
7096 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7098 * gst/typefind/gsttypefindfunctions.c:
7099 (utf8_type_find_count_embedded_zeroes),
7100 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7101 Make plain/text typefinder more conservative: firstly, check
7102 for embedded zeroes, which are perfectly valid UTF-8 characters,
7103 but also a fairly good sign that something is not a plain text
7104 file; secondly, probe into the middle of the file if possible.
7105 If we can't probe into the middle, limit the probability value
7106 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7108 2006-03-08 Michael Smith <msmith@fluendo.com>
7110 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7111 Make typefind function name for mpeg4 video unique.
7113 2006-03-08 Wim Taymans <wim@fluendo.com>
7115 * ext/libvisual/visual.c: (gst_visual_init),
7116 (gst_visual_clear_actors), (gst_visual_dispose),
7117 (gst_visual_reset), (gst_visual_src_setcaps),
7118 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7119 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7120 (gst_visual_chain), (gst_visual_change_state):
7121 Cleanups, post nice errors.
7122 Handle sink and src events.
7123 Implement simple QoS.
7125 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7126 Use new basesink methods to configure max-lateness.
7129 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7130 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7131 Debug statement cleanups.
7133 * gst/volume/gstvolume.c: (gst_volume_class_init):
7136 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7138 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7139 (gst_text_overlay_init), (gst_text_overlay_set_property),
7140 (gst_text_overlay_get_property):
7141 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7142 as string type properties, but mark them deprecated. Add
7143 'halignment' and 'valignment' properties that use enums
7146 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7148 Patch by: Fabrizio Gennari
7150 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7151 Allow palettes with less than 256 colours in AVI files
7154 2006-03-07 Julien MOUTTE <julien@moutte.net>
7156 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7157 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7158 pad. We were releasing the queued text buffer when we should keep
7159 it until video pad gets EOS or discard the text buffer because it's
7160 too old. That was eating the last subtitle buffer. Add some more
7163 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7165 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7166 (gst_text_overlay_video_chain):
7167 Fix invalid memory access (we can't access a buffer after it's been
7168 pushed downstream without taking a reference); fix memory leak (if
7169 there's no text to render, bail out before allocating stuff).
7171 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7173 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7174 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7175 * ext/pango/gsttextoverlay.h:
7176 If input is plain text, escape it before passing it to
7177 pango_layout_set_markup().
7179 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7181 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7182 Don't ignore flow return from gst_pad_push().
7184 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7186 Patch by: Fabrizio Gennari
7188 * ext/libvisual/visual.c: (gst_visual_getcaps),
7189 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7190 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7191 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7192 (gst_vorbisenc_convert_sink):
7193 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7194 (gst_audio_duration_from_pad_buffer):
7195 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7196 (gst_audio_filter_chain):
7197 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7198 (gst_base_rtp_depayload_setcaps):
7199 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7200 (gst_video_get_size):
7201 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7202 Don't leak references returned by gst_pad_get_parent()
7205 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7207 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7208 change location param details
7209 * gst/volume/gstvolume.c: (plugin_init):
7210 correct plugin description
7212 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7214 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7215 (gst_gnome_vfs_src_check_get_range):
7216 Override GstBaseSrc::check_get_range() in order to avoid opening
7217 the resource just to check whether we can operate in pull-mode or
7218 not - we can predict that pretty well from the URI alone. Should
7219 fix problems with last.fm (#331690). (Requires latest core CVS).
7221 2006-03-06 Wim Taymans <wim@fluendo.com>
7223 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7224 (gst_video_sink_class_init):
7225 Throw away frames that are later than 20 ms.
7227 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7229 Patch by: Fabrizio Gennari
7231 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7232 Set depth on WMA caps (#333545)
7234 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7236 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7237 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7238 put Theora BOS pages before others. This hardcodes
7239 the Ogg/Theora I profile, but hey.
7241 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7244 updated with some examples
7245 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7246 (granulepos_add), (theora_buffer_from_packet):
7247 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7248 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7249 (gst_vorbisenc_chain):
7250 implement strategy from ext/ogg/README
7251 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7252 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7253 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7254 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7255 Fix muxer so that oggz-validate is happy with all streams;
7256 except for no eos mark, and the BOS page ordering
7257 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7258 (check_buffer_granulepos):
7259 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7260 update tests to check for OFFSET being set as requested
7261 fixed type of granulepos, it's not a ClockTime
7263 2006-03-05 Julien MOUTTE <julien@moutte.net>
7265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7266 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7267 Check that the xvimage we are creating has a correct size
7268 before returning it. (#314897)
7270 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7272 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7273 Give id3 and ape tag typefinders a rank slightly higher
7274 than PRIMARY to ensure they're always run before any of
7275 the other typefinders (in particular wav and mp3) (#324186).
7277 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7279 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7280 Add support for '3IVD' fourcc (#333403).
7282 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7285 Bump requirements to GStreamer CVS for the new error enum.
7287 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7288 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7289 space left on the device (fixes #333352).
7291 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7294 add a project file for libgstvolume
7295 update the workspace
7297 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7299 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7300 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7302 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7303 Set IN_CAPS on header buffers
7305 2006-03-02 Wim Taymans <wim@fluendo.com>
7307 * docs/plugins/Makefile.am:
7308 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7309 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7310 Add audioresample to docs.
7312 * gst/audioconvert/gstaudioconvert.c:
7315 * gst/audioresample/gstaudioresample.c:
7316 (gst_audioresample_base_init), (gst_audioresample_class_init),
7317 (gst_audioresample_init), (gst_audioresample_dispose),
7318 (audioresample_get_unit_size), (audioresample_transform_caps),
7319 (resample_set_state_from_caps), (audioresample_transform_size),
7320 (audioresample_set_caps), (audioresample_event),
7321 (audioresample_do_output), (audioresample_transform),
7322 (audioresample_pushthrough), (gst_audioresample_set_property),
7323 (gst_audioresample_get_property), (plugin_init):
7324 * gst/audioresample/gstaudioresample.h:
7326 Small code cleanups.
7328 2006-03-02 Wim Taymans <wim@fluendo.com>
7330 * docs/plugins/Makefile.am:
7331 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7332 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7333 Added videoscale to docs.
7335 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7336 (gst_video_rate_swap_prev), (gst_video_rate_event),
7337 (gst_video_rate_chain):
7340 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7341 (gst_video_scale_init), (gst_video_scale_prepare_size),
7342 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7343 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7344 * gst/videoscale/gstvideoscale.h:
7345 Added docs, examples.
7347 Post errors instead of g_warning.
7349 2006-03-02 Wim Taymans <wim@fluendo.com>
7351 * docs/libs/gst-plugins-base-libs-docs.sgml:
7352 * docs/libs/gst-plugins-base-libs-sections.txt:
7353 * docs/libs/gst-plugins-base-libs.types:
7354 * docs/plugins/Makefile.am:
7355 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7356 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7357 Added some more docs to libs and plugins.
7359 * gst-libs/gst/audio/gstringbuffer.c:
7360 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7361 * gst-libs/gst/audio/gstringbuffer.h:
7362 Document ringbuffer some more.
7364 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7365 (gst_video_rate_setcaps), (gst_video_rate_reset),
7366 (gst_video_rate_init), (gst_video_rate_flush_prev),
7367 (gst_video_rate_swap_prev), (gst_video_rate_event),
7368 (gst_video_rate_chain), (gst_video_rate_change_state):
7369 * gst/videorate/gstvideorate.h:
7370 Fix videorate to use segments.
7371 Make it work with 0/1 framerates (closes #331903)
7372 Handle EOS correctly.
7375 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7377 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7378 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7379 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7380 In state change function, first chain up to parent class,
7381 then handle downwards state change stuff. Remove some
7382 commented out cruft from 0.8 code.
7384 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7386 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7387 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7388 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7389 (gst_ogm_parse_chain):
7390 Don't remove/re-add source pad if the new caps are the same as
7391 the old caps anyway (#333042). When removing source pad, don't
7392 unref it afterwards - we didn't ref it when adding. Sprinkle some
7393 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7394 after using gst_pad_get_parent(). Return downstream flow return
7395 value in chain function.
7397 2006-03-02 Wim Taymans <wim@fluendo.com>
7399 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7400 * docs/plugins/gst-plugins-base-plugins.args:
7401 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7402 * docs/plugins/gst-plugins-base-plugins.interfaces:
7403 * docs/plugins/gst-plugins-base-plugins.signals:
7404 Fix hierarchy, added some more elements to the docs.
7406 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7407 (gst_ffmpegcsp_get_type):
7408 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7409 Fix docs for ffmpegcolorspace.
7411 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7413 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7414 (apetag_type_find), (ape_type_find), (plugin_init):
7415 Some typefinding fine-tuning:
7416 - rank ID3/APE tags in order of preference via probabilities, so that
7417 ID3v2 > APEv2 > APEv1 > ID3v1.
7418 - three or four bytes don't really justify MAXIMUM probability,
7419 change those to 'very likely' (musepack and monkeysaudio).
7421 2006-03-01 Wim Taymans <wim@fluendo.com>
7423 * docs/plugins/Makefile.am:
7424 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7425 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7426 * ext/alsa/gstalsamixer.c:
7427 * ext/alsa/gstalsamixer.h:
7428 * ext/alsa/gstalsamixerelement.c:
7429 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7430 * ext/alsa/gstalsamixerelement.h:
7431 * ext/alsa/gstalsasink.c:
7432 * ext/alsa/gstalsasink.h:
7433 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7435 * ext/alsa/gstalsasrc.h:
7437 Small code cleanups.
7439 2006-03-01 Wim Taymans <wim@fluendo.com>
7441 * ext/theora/Makefile.am:
7442 Dist new header too,
7444 2006-03-01 Wim Taymans <wim@fluendo.com>
7446 * docs/plugins/Makefile.am:
7447 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7448 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7449 * ext/gnomevfs/gstgnomevfssink.h:
7450 * ext/gnomevfs/gstgnomevfssrc.h:
7451 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7452 * ext/vorbis/vorbisdec.h:
7453 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7454 * ext/vorbis/vorbisenc.h:
7455 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7456 (vorbis_parse_chain), (vorbis_parse_change_state):
7457 * ext/vorbis/vorbisparse.h:
7458 * gst/audioconvert/gstaudioconvert.h:
7459 * gst/tcp/gsttcpserversink.h:
7460 * gst/videotestsrc/gstvideotestsrc.c:
7461 * gst/videotestsrc/gstvideotestsrc.h:
7462 * gst/volume/gstvolume.c:
7463 * gst/volume/gstvolume.h:
7465 Added docs for vorbisdec and vorbisparse.
7468 2006-03-01 Wim Taymans <wim@fluendo.com>
7470 * docs/plugins/Makefile.am:
7471 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7472 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7473 * ext/pango/gstclockoverlay.h:
7474 * ext/pango/gsttextoverlay.h:
7475 * ext/pango/gsttextrender.h:
7476 * ext/pango/gsttimeoverlay.h:
7477 * ext/theora/gsttheoradec.h:
7478 * ext/theora/gsttheoraenc.h:
7479 * ext/theora/theoradec.c:
7480 * ext/theora/theoraenc.c:
7481 * gst/audioconvert/gstaudioconvert.h:
7482 * gst/audiotestsrc/gstaudiotestsrc.h:
7483 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7484 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7485 * gst/tcp/gstmultifdsink.h:
7486 Updated/added documentation.
7488 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7489 (gst_text_overlay_halign_get_type),
7490 (gst_text_overlay_wrap_mode_get_type),
7491 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7492 (gst_text_overlay_init), (gst_text_overlay_set_property),
7493 (gst_text_overlay_get_property):
7494 Fix up properties to be enums instead of string to make bindings,
7495 introspection and automatic GUI creation possible.
7496 Add getters for the properties.
7498 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7500 * gst/audiotestsrc/gstaudiotestsrc.c:
7501 added defines of M_PI and M_PI_2
7502 * gst/ffmpegcolorspace/avcodec.h:
7503 removed #include "stdint.h" for win32 as _stdint.h is
7504 autogenerated to win32/common
7505 * win32/common/libgstaudio.def:
7506 * win32/common/libgsttag.def:
7509 some project files bugs corrected
7511 project files are reset to the default vs7 configuration
7512 (they link to msvcr71.dll using default optimizations)
7514 2006-02-28 Wim Taymans <wim@fluendo.com>
7516 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7519 2006-02-28 Edward Hervey <edward@fluendo.com>
7521 * ext/alsa/gstalsasrc.c:
7522 Set proper class on the ElementDetails:
7523 Source/Audio instead of Src/Audio/
7525 2006-02-28 Edward Hervey <edward@fluendo.com>
7527 * gst/videoscale/vs_scanline.c:
7528 (vs_scanline_resample_nearest_RGBA):
7529 Revert optimization in videoscale. It should go in liboil and have
7530 an appropriate liboil function.
7532 2006-02-28 Wim Taymans <wim@fluendo.com>
7534 * gst-libs/gst/audio/gstbaseaudiosink.c:
7535 (gst_base_audio_sink_provide_clock):
7536 Don't try to provide a clock in the NULL state.
7538 2006-02-28 Wim Taymans <wim@fluendo.com>
7540 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7541 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7542 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7543 (gst_ogg_demux_deactivate_current_chain),
7544 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7545 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7546 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7547 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7548 Use GstSegment infrastructure to remove duplicated code
7549 and handle more seek cases correctly.
7551 2006-02-28 Wim Taymans <wim@fluendo.com>
7553 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7554 (gst_ffmpegcsp_transform):
7555 Don't ignore return code from ffmpeg convert function.
7557 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7558 Split out some long statements to ease debugging.
7560 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7562 * ext/libvisual/visual.c: (gst_visual_init),
7563 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7564 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7565 being able to renegotiate the size. Instead, use the negotiation
7566 algorithm from the goom plugin to pick an initial output caps.
7568 Also, allow theoretical libvisual plugins that might support non-GL
7569 output even if they also do GL.
7571 2006-02-26 Julien MOUTTE <julien@moutte.net>
7573 * ext/libvisual/visual.c: (gst_visual_init),
7574 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7575 (plugin_init): Load only non GL plugins. Fix some memleaks and
7576 possible negotiation issues.
7578 2006-02-25 Julien MOUTTE <julien@moutte.net>
7580 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7582 2006-02-24 Michael Smith <msmith@fluendo.com>
7584 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7585 (cmml_type_find), (plugin_init):
7586 Fix CMML type find function to not require a specific minor version
7589 Add an MPEG4 video elementary stream typefind function.
7591 2006-02-04 Michael Smith <msmith@fluendo.com>
7593 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7594 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7595 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7596 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7597 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7598 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7599 Annodex support in ogg demuxer. Doesn't do very much without the
7600 other annodex patches (to come).
7602 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7604 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7606 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7607 Pick up palette for MS video v1 (#327028)
7609 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7611 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7612 (gst_ffmpegcsp_caps_remove_format_info),
7613 (gst_ffmpegcsp_get_unit_size):
7614 The 'palette_data' field from incoming RGB caps shouldn't be
7615 proxied on outgoing YUV caps; also, restrict unit size
7616 adjustment in case of paletted data only to the unit that
7617 actually has a palette. Fixes #330711.
7619 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7621 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7622 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7623 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7624 (gst_ffmpegcsp_get_unit_size):
7625 Plug some memory leaks.
7627 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7629 * sys/ximage/Makefile.am:
7630 * sys/xvimage/Makefile.am:
7631 Add some _CFLAGS and _LIBS that seem to be missing
7632 and/or required for Cygwin (see #317048).
7634 2006-02-22 Wim Taymans <wim@fluendo.com>
7636 * ext/alsa/gstalsasrc.c:
7637 Fix description as pointed out by caugier.
7639 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7641 Reviewed by : Edward Hervey <edward@fluendo.com>
7643 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7645 Better 3gp typefinding (#331526).
7647 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7649 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7650 Don't send EOS event here, the base class will send one for us.
7652 * gst/playback/gstplaybasebin.c: (prepare_output):
7653 Subpictures without video stream aren't allowed either.
7655 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7656 Fix debug statement copy'n'paste-o.
7658 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7660 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7661 Fix issues with mixer keeping state when muting/unmuting
7662 and when changing the volume whilst muted (see #331763
7665 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7667 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7668 (parse_subrip), (gst_sub_parse_format_autodetect):
7669 Set right caps given that we send escaped text. Also,
7670 honour <i></i>, <b></b> and <u></u> markers that can be found
7671 in .srt files (fixes #310202).
7673 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7675 * gst-libs/gst/audio/mixerutils.c:
7676 (element_factory_rank_compare_func):
7677 Make order in which elements are tried more determinable.
7679 2006-02-20 Julien MOUTTE <julien@moutte.net>
7681 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7682 (remove_element_chain), (cleanup_decodebin),
7683 (gst_decode_bin_change_state): Make decodebin reusable by
7684 fixing remove_element_chain first and then introduce a
7685 cleaner in state change to ->NULL. (Closes #331678)
7687 2006-02-19 Wim Taymans <wim@fluendo.com>
7689 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7690 use 0666 mask when creating files so umask gets applied
7691 correctly. Fixes #331295.
7693 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7695 * gst/subparse/Makefile.am:
7696 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7697 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7698 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7699 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7700 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7701 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7702 * gst/subparse/gstssaparse.h:
7703 * gst/subparse/gstsubparse.c: (plugin_init):
7704 Add very basic parser for SSA subtitle streams (as often
7705 found in matroska files).
7707 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7709 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7710 That should be text/x-pango-markup, not text/x-pango-layout.
7712 2006-02-19 Julien MOUTTE <julien@moutte.net>
7714 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7717 2006-02-19 Julien MOUTTE <julien@moutte.net>
7719 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7720 (gst_text_overlay_finalize), (gst_text_overlay_init),
7721 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7722 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7723 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7724 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7725 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7726 Fix state change deadlock.
7728 2006-02-19 Julien MOUTTE <julien@moutte.net>
7730 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7731 (gst_text_overlay_finalize), (gst_text_overlay_init),
7732 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7733 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7734 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7735 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7736 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7737 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7738 and subtitles files.
7740 2006-02-19 Julien MOUTTE <julien@moutte.net>
7742 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7743 should be considered as raw.
7745 2006-02-19 Julien MOUTTE <julien@moutte.net>
7747 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7749 * gst/playback/gststreaminfo.h: Introduce language informations.
7751 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7753 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7754 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7755 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7756 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7757 Set shared memory segments to be deleted as soon as we have attached,
7758 that way they get cleaned up automatically if we crash.
7760 2006-02-18 Julien MOUTTE <julien@moutte.net>
7762 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7763 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7764 functions are called with lock held.
7766 2006-02-18 Julien MOUTTE <julien@moutte.net>
7768 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7769 (gst_text_overlay_finalize), (gst_text_overlay_init),
7770 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7771 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7772 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7773 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7774 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7775 (gst_text_overlay_change_state): Refactoring of textoverlay
7776 without collectpads. This now supports sparse subtitles coming
7777 from a demuxer instead of a sub file. Seeking is still broken
7778 though. Need to discuss with wtay some more on how to handle
7780 * ext/pango/gsttextoverlay.h:
7781 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7782 subtitles coming from the demuxer.
7784 2006-02-17 Wim Taymans <wim@fluendo.com>
7786 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7787 (gst_vorbisenc_convert_sink):
7788 Use some more scaling functions.
7790 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7792 * ext/cdparanoia/gstcdparanoiasrc.c:
7793 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7794 (gst_cd_paranoia_paranoia_callback),
7795 (gst_cd_paranoia_src_signal_is_being_watched),
7796 (gst_cd_paranoia_src_read_sector):
7797 * ext/cdparanoia/gstcdparanoiasrc.h:
7798 Add back 'transport-error' and 'uncorrected-error' signals and
7799 make them actually be fired when bad stuff happens (#319340).
7801 2006-02-17 Wim Taymans <wim@fluendo.com>
7803 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7804 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7805 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7806 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7807 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7808 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7809 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7810 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7811 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7812 (gst_ring_buffer_clear):
7814 Added some G_LIKELY.
7816 2006-02-17 Wim Taymans <wim@fluendo.com>
7818 * gst-libs/gst/audio/TODO:
7821 * gst-libs/gst/audio/gstbaseaudiosink.c:
7822 (gst_base_audio_sink_get_offset):
7823 When trying to play samples ASAP and we don't have a
7824 previous sample, try to play at position 0 instead of
7825 an invalid position.
7827 2006-02-17 Wim Taymans <wim@fluendo.com>
7829 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7830 (gst_alsasink_reset):
7831 Also release lock when we get an error in _reset();
7832 fix an error message.
7834 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7836 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7837 (gst_alsasink_init), (get_channel_free_structure),
7838 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7839 (gst_alsasink_close):
7840 * ext/alsa/gstalsasink.h:
7841 Add support for more than 2 channels (#326720).
7843 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7845 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7846 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7847 with 4 or 6 channels, assume a default channel layout to make things
7848 work (not sure there's anything else we can do in those cases).
7850 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7852 * gst-libs/gst/audio/multichannel.c:
7855 * gst-libs/gst/riff/Makefile.am:
7856 * gst-libs/gst/riff/riff-ids.h:
7857 * gst-libs/gst/riff/riff-media.c:
7858 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7859 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7860 channels and a channel layout map.
7862 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7864 Reviewed by Edward Hervey <edward@fluendo.com>
7866 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7867 C-level optimization of the RGBA nearest neighbour function.
7868 Eventually this might end up in liboil with vectorized versions.
7870 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7872 * gst-libs/gst/audio/multichannel.c:
7873 (gst_audio_get_channel_positions):
7874 When we have more than 2 channels, but no channel layout is
7875 specified in the caps, return some default channel layout
7876 to the caller and warn about about a possibly buggy element
7877 (could be buggy filtercaps as well of course) (#317038).
7879 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7881 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7882 Add gst-libs/gst/cdda to list of lib search paths.
7884 2006-02-15 Andy Wingo <wingo@pobox.com>
7886 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7887 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7888 to the Lord Jesus that I do not have to touch the ogg muxer ever
7891 2006-02-15 Edward Hervey <edward@fluendo.com>
7893 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7894 quicktime movie files can also contain 'uuid' atoms.
7896 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7898 * gst/audioconvert/plugin.c: (plugin_init):
7899 Register the GstAudioChannelPosition enum type with the type
7900 system in the plugin_init function, so that it is known before
7901 any element actually makes use of multi-channel stuff. This is
7902 required for example if one wants to be able to deserialise/use
7903 a caps string with channel positions before any pipeline has
7904 been setup and started, like with gst-launch.
7906 2006-02-14 Wim Taymans <wim@fluendo.com>
7908 * gst-libs/gst/audio/gstringbuffer.c:
7909 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7910 (gst_ring_buffer_samples_done), (wait_segment),
7911 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7912 Add some compiler G_(UN_)LIKELY help.
7913 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7914 make sure they can exit their functions. Should fix #330748
7916 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7921 * win32/common/_stdint.h:
7922 Windows does not have long long; copy the generated _stdint.h
7923 * win32/common/interfaces-enumtypes.c:
7924 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7925 (gst_mixer_track_flags_get_type),
7926 (gst_tuner_channel_flags_get_type):
7927 * win32/common/multichannel-enumtypes.c:
7928 (gst_audio_channel_position_get_type):
7931 2006-02-13 Wim Taymans <wim@fluendo.com>
7933 * gst-libs/gst/audio/gstbaseaudiosink.c:
7934 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7935 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7936 Always sync on first sample we receive when starting.
7938 2006-02-13 Wim Taymans <wim@fluendo.com>
7940 * gst/playback/gstplaybin.c: (gen_vis_element):
7941 Update vis bin docs.
7942 Move queue after tee so we don't queue video buffers but
7943 audio samples instead. Fixes problems where the video queue
7944 is filled and the audio queue empty.
7946 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7948 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7949 No need to push an EOS event here, GstBaseSrc will do that for us
7950 when we return FLOW_UNEXPECTED.
7952 2006-02-12 Wim Taymans <wim@fluendo.com>
7954 * gst-libs/gst/audio/gstbaseaudiosink.c:
7955 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7956 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7957 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7958 Use scale functions when possible.
7960 Free clockid when after waiting for EOS.
7961 Use G_(UN_)LIKLY when it makes sense.
7962 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7964 2006-02-12 Edward Hervey <edward@fluendo.com>
7966 * gst/playback/gstplaybasebin.c: (prepare_output):
7967 Remove stray semi-colon (fixes #330888).
7969 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7971 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7973 Fix up the XShm call testing so that we catch errors, and don't
7974 cause new ones by attempting to detach from a segment we failed
7975 to attach to. Fixes #312439.
7977 2006-02-10 Edward Hervey <edward@fluendo.com>
7979 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7980 Added flv file typefind (video/x-flv).
7982 2006-02-10 Edward Hervey <edward@fluendo.com>
7984 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7985 (gst_riff_create_video_template_caps):
7986 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7987 Also added the caps to the default set of riff video caps.
7989 2006-02-09 Andy Wingo <wingo@pobox.com>
7991 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7992 time and the end time of the last packet in the page.
7993 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7994 on the pages in our queue, set the duration as well. Reflow a
7996 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7997 Fixes bad muxing order.
7999 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8001 * gst-libs/gst/rtp/gstbasertppayload.c:
8002 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8003 update seqnum before setting it on the packet; this makes sure
8004 that the timestamp and seqnum properties match after pushing
8007 2006-02-09 Andy Wingo <wingo@pobox.com>
8009 * gst-libs/gst/audio/gstringbuffer.c
8010 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8011 overflow after 13.5 hours of recording. Kapow!
8013 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8014 the buffer size -- we don't care about underrun/overrun reporting
8015 right now, just need to return a useful value.
8017 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8022 === release 0.10.3 ===
8024 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8027 releasing 0.10.3, "Under Pressure"
8029 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8032 Drat. Bump libtool version number for new API.
8033 Prelease 0.10.2.3 (of 0.10.3)
8035 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8038 * win32/common/config.h:
8039 0.10.2.2 prerelease (of 0.10.3).
8041 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8043 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8044 Revert Andy's newsegment change pending a more correct
8047 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8049 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8050 (qt_type_find), (plugin_init):
8051 detect more files as 3gp
8052 group and reorder the iso file formats
8054 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8056 * ext/vorbis/vorbis.c: (plugin_init):
8057 Register musicbrainz tags, so apps don't have to.
8059 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8061 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8062 (gst_tag_to_vorbis_tag):
8063 Make sure we called gst_tag_register_musicbrainz_tags()
8064 before possibly mapping a vorbiscomment string from/to a
8067 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8069 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8070 In case we can't find the required number of consecutive
8071 mpeg audio frames to positively identify an MPEG audio
8072 stream, check if there's at least a valid mpeg audio
8073 frame right at offset 0 and if so suggest mpeg/audio
8074 caps with a very low probability (#153004).
8076 2006-02-07 Andy Wingo <wingo@pobox.com>
8078 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8079 a TIME segment if we get timestamped buffers. Requires recent
8080 fixes in core to work properly.
8082 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8084 * gst/playback/gstplaybasebin.c: (prepare_output):
8085 Don't print the URI as part of the error message, it
8086 makes error dialogs look rather ugly, especially if
8087 the URI is very long or has characters in it that
8090 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8092 * gst/playback/gstplaybasebin.c: (prepare_output):
8093 Error out if we have only text or subtitles, but nothing
8094 else. Also error out if we have subtitles but no video
8097 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8099 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8100 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8101 Post an error message on the bus when we encounter an
8102 error, which will hopefully be more meaningful than the
8103 'Internal Flow Error' message users get to see if we
8104 just return GST_FLOW_ERROR.
8106 2006-02-07 Andy Wingo <wingo@pobox.com>
8108 * configure.ac (GST_MAJORMINOR): Update core version req to
8109 0.10.2.2, for the collectpads API addition (#330244).
8111 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8113 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8114 Return FALSE from plugin_init() when GnomeVFS can't
8115 be initialised for some reason (#328423).
8117 2006-02-06 Julien MOUTTE <julien@moutte.net>
8119 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8120 Stick to seeking theory until i find the bug.
8121 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8123 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8125 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8126 (theora_enc_finalize), (theora_enc_sink_setcaps),
8127 (theora_set_header_on_caps), (theora_enc_chain),
8128 (theora_enc_change_state):
8129 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8130 Make theoraenc and the tests leak free. Like, really.
8132 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8134 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8135 (theora_enc_finalize), (theora_enc_sink_setcaps):
8136 Add a finalize method to ensure we clean up state even if
8137 someone omitted the state change back to NULL.
8139 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8140 (gst_vorbisenc_chain):
8141 Free some more leaked bits.
8143 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8145 Wait for state changes to happen if they're ASYNC.
8147 This ought to teach those fancy pants buildbots a lesson.
8149 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8151 * gst-libs/gst/tag/gstid3tag.c:
8152 Add mapping for ID3 International Standard Recording Code
8155 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8157 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8158 Don't leak tag names.
8160 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8162 * docs/libs/gst-plugins-base-libs-docs.sgml:
8163 * docs/libs/gst-plugins-base-libs-sections.txt:
8164 * gst-libs/gst/tag/gstid3tag.c:
8165 * gst-libs/gst/tag/gstvorbistag.c:
8166 * gst-libs/gst/tag/tags.c:
8167 Split libgsttag docs into multiple sections.
8169 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8171 * docs/libs/Makefile.am:
8172 * docs/libs/gst-plugins-base-libs-docs.sgml:
8173 * docs/libs/gst-plugins-base-libs-sections.txt:
8174 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8175 * gst-libs/gst/tag/gstvorbistag.c:
8176 * gst-libs/gst/tag/tag.h:
8177 * gst-libs/gst/tag/tags.c:
8178 Add libgsttag to the docs.
8180 2006-02-05 Julien MOUTTE <julien@moutte.net>
8182 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8183 (gst_text_overlay_init), (gst_text_overlay_src_event),
8184 (gst_text_overlay_collected): Fix clockoverlay.
8186 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8188 * docs/libs/compiling.sgml:
8189 Fix typo: it's pkg-config, not pkg-gconfig
8191 * docs/libs/gst-plugins-base-libs-docs.sgml:
8192 * docs/libs/gst-plugins-base-libs-sections.txt:
8193 * docs/libs/tmpl/gstgconf.sgml:
8194 There is no libgstgconf in 0.10, remove it
8197 2006-02-05 Julien MOUTTE <julien@moutte.net>
8199 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8200 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8201 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8202 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8203 (gst_sub_parse_class_init), (gst_sub_parse_init),
8204 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8205 (parse_mpsub), (parser_state_init), (handle_buffer),
8206 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8207 * gst/subparse/gstsubparse.h: Introduce seeking code.
8209 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8211 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8212 Add comment about LANGUAGE tag inconsistency (we want
8213 ISO-639-1, but extract three-letter identifiers?)
8216 Add two translatable files.
8218 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8220 * gst-libs/gst/tag/Makefile.am:
8221 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8222 * gst-libs/gst/tag/tag.h:
8223 * gst-libs/gst/tag/tags.c:
8224 (gst_tag_register_musicbrainz_tags_internal),
8225 (gst_tag_register_musicbrainz_tags):
8226 Forward-port some tags stuff from the 0.8 branch. This is
8227 mostly the addition of musicbrainz tags and their mapping
8228 to vorbistags, and a vorbistag mapping of the language tag.
8230 2006-02-05 Julien MOUTTE <julien@moutte.net>
8232 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8235 2006-02-04 David Schleef <ds@schleef.org>
8237 * ext/ogg/gstoggmux.c:
8238 * gst/typefind/gsttypefindfunctions.c:
8239 Add Dirac typefinding and add dirac format to oggmux.
8241 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8243 * gst/playback/gstdecodebin.c: (try_to_link_1):
8244 Don't put essential function call into
8245 g_return_*() macro, otherwise it'll all be
8246 replaced by NOOPs when compiling with
8247 G_DISABLE_CHECKS defined.
8249 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8251 * ext/ogg/gstoggdemux.c:
8252 * ext/ogg/gstoggparse.c:
8253 * gst/tcp/gsttcpserversink.c:
8254 * sys/v4l/v4lsrc_calls.c:
8255 * sys/v4l/v4lsrc_calls.h:
8256 Just make it compile with --disable-gst-debug.
8258 2006-02-03 Wim Taymans <wim@fluendo.com>
8260 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8261 (gst_alsasink_class_init), (gst_alsasink_init),
8262 (gst_alsasink_write), (gst_alsasink_reset):
8263 * ext/alsa/gstalsasink.h:
8264 Add lock to protect alsa calls.
8265 Implement reset to flush samples ASAP, does not work
8268 2006-02-02 Wim Taymans <wim@fluendo.com>
8270 * gst-libs/gst/audio/gstbaseaudiosink.c:
8271 (gst_base_audio_sink_provide_clock):
8272 Ugh.. getting late I guess...
8274 2006-02-02 Wim Taymans <wim@fluendo.com>
8276 * gst-libs/gst/audio/gstbaseaudiosink.c:
8277 (gst_base_audio_sink_provide_clock),
8278 (gst_base_audio_sink_set_property),
8279 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8280 Don't try to provide a clock when we are not negotiated since
8281 we might not be able to make it run.
8283 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8285 * gst/playback/gstdecodebin.c: (try_to_link_1):
8286 Unlinking two source pads is ... hard.
8288 2006-02-02 Wim Taymans <wim@fluendo.com>
8290 * gst-libs/gst/audio/TODO:
8293 * gst-libs/gst/audio/gstbaseaudiosink.c:
8294 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8295 On EOS, wait till the last sample is played before posting EOS.
8297 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8299 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8300 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8301 setting queue_delay to zero. Also avoid thread being started if
8302 queue_delay is zero.
8304 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8306 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8307 Make test work again by connecting fakesinks to each decoded pad,
8308 which makes the pipeline wait until each fakesink has a buffer
8309 queued before going to PAUSED state. At that point we know the
8310 decodebin pads are negotiated.
8312 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8314 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8315 (gst_cdda_base_src_handle_event):
8316 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8317 Pass unhandled queries to the parent class's query function.
8319 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8321 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8322 (gst_ogg_pad_src_query):
8323 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8324 * ext/theora/theoradec.c: (theora_dec_src_query),
8325 (theora_dec_sink_query):
8326 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8327 (vorbis_dec_sink_query):
8328 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8329 (gst_vorbisenc_sink_query):
8330 * gst/adder/gstadder.c: (gst_adder_query):
8331 Pass unhandled queries upstream instead of just
8332 dropping them (#326447). Also, fix supported
8333 query types list for some elements.
8335 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8337 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8338 (paris_type_find), (ilbc_type_find), (plugin_init):
8339 Fix typefinding for audio/x-au, audio/x-paris and
8340 audio/iLBC-sh. We cannot use the START_WITH macros
8341 here, because there can only be one typefind factory
8342 with the same name (caps), so the second one would
8343 replace the first one and the first one would never
8344 be called when doing typefinding (see #161712).
8347 2006-01-31 Wim Taymans <wim@fluendo.com>
8349 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8350 (vorbis_handle_header_packet), (vorbis_dec_push),
8351 (vorbis_handle_data_packet):
8352 Use scale_int when we can, add some more scaling.
8353 Check packettype before parsing it.
8355 2006-01-31 Wim Taymans <wim@fluendo.com>
8357 * ext/theora/theoradec.c: (_theora_granule_time),
8358 (theora_dec_src_convert), (theora_dec_sink_convert):
8359 Call right _scale functions.
8360 Use parameter instead of some other random value.
8362 2006-01-31 Wim Taymans <wim@fluendo.com>
8364 * ext/theora/theoradec.c: (_theora_granule_frame),
8365 (_theora_granule_time), (_inc_granulepos),
8366 (theora_dec_src_convert), (theora_dec_sink_convert),
8367 (theora_handle_type_packet), (theora_handle_data_packet),
8369 Use higher precision timestamps calculation.
8370 Convert some other conversions to _scale.
8372 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8374 * gst/audiotestsrc/gstaudiotestsrc.c:
8375 (gst_audio_test_src_create_sine_table), (plugin_init):
8376 * gst/volume/gstvolume.c: (plugin_init):
8377 initialize gst_controller before using
8379 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8381 * tests/check/pipelines/theoraenc.c:
8382 * tests/check/pipelines/vorbisenc.c:
8383 Define constant using G_GINT64_CONSTANT to avoid errors when
8384 passing it around - otherwise it gets truncated to 32 bits.
8386 Fixes failing tests.
8388 2006-01-31 Andy Wingo <wingo@pobox.com>
8390 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8391 caps being set doesn't have a framerate value. Basically a stopgap
8394 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8395 technically correct enough to put into core though.
8396 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8397 DURATION. Fixes theoraenc ! oggmux.
8399 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8400 fraction, not double.
8402 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8405 add vs7 project files created by Sergey Scobich
8407 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8410 add vs8 project files created by Sergey Scobich
8412 2006-01-30 Andy Wingo <wingo@pobox.com>
8414 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8415 timestamp + duration, not just timestamp -- ogg pages should be
8416 ordered by stop time. Necessary fix given the change in vorbis
8419 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8420 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8421 (granulepos_add): New function, handles the messiness of adjusting
8423 (theora_buffer_from_packet):
8425 (theora_enc_sink_event): Use granulepos_add, not +.
8427 * tests/check/pipelines/theoraenc.c
8428 (check_buffer_granulepos_from_starttime): Just check the frame
8429 count, not the actual granulepos -- we can't dictate to the
8430 encoder when it should be placing keyframes.
8432 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8434 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8435 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8436 play an http:// stream from a server that's not serving
8438 2006-01-30 Andy Wingo <wingo@pobox.com>
8440 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8441 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8442 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8445 * ext/theora/gsttheoraenc.h:
8446 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8447 although theoraenc was timestamping correctly. Added handling of
8448 streams that start with nonzero timestamps.
8450 * tests/check/Makefile.am:
8451 * tests/check/pipelines/theoraenc.c: New file, basically does same
8454 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8456 2006-01-30 Wim Taymans <wim@fluendo.com>
8458 * gst-libs/gst/audio/gstaudiosink.c:
8459 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8460 (gst_audioringbuffer_pause):
8461 Implement pause that does not wait for completion.
8463 * gst-libs/gst/audio/gstbaseaudiosink.c:
8464 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8465 Don't drop buffers when going to PAUSED but perform preroll on
8466 remaining samples now that core base class supports this.
8468 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8469 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8470 (gst_ring_buffer_commit):
8471 Pause should not signal waiters.
8472 Implement return value of _commit correctly.
8474 2006-01-30 Andy Wingo <wingo@pobox.com>
8476 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8478 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8479 updated to timestamp from the first sample, not the last.
8480 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8481 special care of granulepos and timestamp for header packets.
8482 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8483 when the first buffer has a nonzero timestamp.
8485 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8486 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8487 case when the first audio buffer we get has a nonzero timestamp.
8488 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8489 properly timestamp vorbis buffers with the time of the first
8490 sample, not the last.
8492 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8493 vorbis_granule_time_copy -- now it takes the granule/subgranule
8494 offset into account.
8496 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8497 timestamps, durations, and granulepos on buffers produced by
8500 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8502 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8503 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8504 Patch from Eric Jonas to support conversions to/from UYVY
8507 2006-01-30 Julien MOUTTE <julien@moutte.net>
8509 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8510 (setup_subtitle), (setup_source), (set_active_source):
8511 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8512 (gen_text_element), (gen_audio_element), (gen_vis_element),
8513 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8515 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8517 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8518 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8519 use gst_guint64_to_gdouble to be compliant with vs6
8520 * gst/playback/gstdecodebin.c: (try_to_link_1)
8521 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8522 use G_GINT64_CONSTANT for int64 constants
8523 * win32/common/libgstinterfaces.def:
8524 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8526 update and add new project files
8528 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8532 * win32/common/interfaces-enumtypes.c:
8533 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8534 (gst_mixer_track_flags_get_type),
8535 (gst_tuner_channel_flags_get_type):
8536 * win32/common/interfaces-enumtypes.h:
8537 * win32/common/multichannel-enumtypes.c:
8538 (gst_audio_channel_position_get_type):
8539 * win32/common/multichannel-enumtypes.h:
8540 add a win32-update rule like in core, and copy over enumtypes files
8542 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8545 * win32/common/config.h:
8546 * win32/common/config.h.in:
8547 add config files just like in core
8549 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8551 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8552 Make gcc-4.1 happy (part of #327357).
8554 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8556 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8557 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8558 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8559 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8560 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8561 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8562 Update all error messages. All of them should either use
8563 the default translated message, or actually provide a
8564 translatable string.
8565 Make the string for channel count problems meaningful.
8567 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8569 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8570 check for and throw RESOURCE_BUSY
8572 2006-01-27 David Schleef <ds@schleef.org>
8574 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8575 checked in this change -- it requires liboil features not
8576 in 0.3.6. Revert parts.
8578 2006-01-27 David Schleef <ds@schleef.org>
8581 * configure.ac: update liboil requirement to 0.3.6
8582 * gst/videoscale/Makefile.am:
8583 * gst/videoscale/vs_scanline.c: liboilify
8585 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8587 * ext/libvisual/visual.c: (get_buffer):
8588 When pad_alloc returns a GstFlowReturn other
8589 than GST_FLOW_OK, make sure it is passed upstream.
8591 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8593 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8594 (gst_alsasink_class_init):
8595 Free the device name string.
8597 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8598 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8599 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8600 Don't remove a pad from the collectpads structure until it
8601 is released - it's a request pad, and may receive data again
8602 if the element gets moved back to PLAYING state.
8604 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8605 Ensure we turn on double buffering on the Xv port, and
8606 set the colour key to something dark and mysterious that
8609 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8611 * ext/alsa/gstalsaplugin.c: (plugin_init):
8612 * ext/cdparanoia/gstcdparanoiasrc.c:
8613 (gst_cd_paranoia_src_base_init), (plugin_init):
8614 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8615 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8616 - a library should not call setlocale. see "Libraries" node in
8618 - make sure all plugins that use translation do bindtextdomain
8619 to point to the localedir
8620 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8621 (setup_sinks), (plugin_init):
8622 all this, and check for NULL when creating sinks
8624 2006-01-27 Julien MOUTTE <julien@moutte.net>
8626 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8627 (plugin_init): Make typefinding of subtitles work again.
8629 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8631 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8632 (mp3_type_frame_length_from_header), (mp3_type_find),
8633 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8635 Backport a bunch of typefinding fixes from the 0.8 branch.
8636 Also, improve wavpack typefinding: if we can't peek the
8637 entire wavpack block, try to parse the bits we can get and
8638 see if we find what we're looking for in those.
8640 2006-01-26 Julien MOUTTE <julien@moutte.net>
8642 * sys/ximage/ximagesink.c:
8643 (gst_ximagesink_calculate_pixel_aspect_ratio):
8644 * sys/xvimage/xvimagesink.c:
8645 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8646 more cases of pixel aspect ratio.
8648 2006-01-26 Edward Hervey <edward@fluendo.com>
8650 * gst/playback/gstdecodebin.c: (pad_probe):
8651 Also consider the flush-start and tag events as unblockers
8654 2006-01-26 Julien MOUTTE <julien@moutte.net>
8656 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8657 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8658 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8659 On the fly visualisation switch, works disabling, enabling as
8660 well but it won't be able to enable vis in a playbin that was
8661 created with no visualisation.
8663 2006-01-25 Wim Taymans <wim@fluendo.com>
8665 * gst-libs/gst/audio/gstbaseaudiosink.c:
8666 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8667 Undo previous commit that returned WRONG_STATE sooner, it breaks
8670 2006-01-25 Wim Taymans <wim@fluendo.com>
8672 * gst-libs/gst/audio/gstbaseaudiosink.c:
8673 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8674 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8676 Post error when caps cannot be parsed.
8677 Resync on discontinuity in the stream.
8678 Clip samples to segment boundaries.
8679 return WRONG_STATE sooner when we are flushing.
8681 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8682 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8683 Make audiosrc operate in TIME.
8684 Set TIMESTAMP and DURATION on buffers.
8686 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8688 * tests/examples/seek/seek.c: (main):
8689 Output tag messages as well.
8691 2006-01-23 Edward Hervey <edward@fluendo.com>
8693 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8694 (free_pad_probes), (remove_fakesink), (pad_probe),
8695 (close_pad_link), (gst_decode_bin_change_state):
8696 Replace GstPadBlockCallback with pad probes that detect
8697 first buffer AND eos before removing fakesink.
8698 Fixes hang with demuxers doing EOS while pre-rolling.
8701 2006-01-23 Andy Wingo <wingo@pobox.com>
8703 * ext/alsa/gstalsasink.c:
8704 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8705 (gst_base_rtp_depayload_setcaps),
8706 (gst_base_rtp_depayload_add_to_queue),
8707 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8709 Patch by: Jens Granseuer <jensgr at gmx dot net>
8711 2006-01-22 Julien MOUTTE <julien@moutte.net>
8713 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8714 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8715 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8716 frames. We might get a frame destroyed after changing state to
8717 NULL, adding a safety check on xcontext.
8719 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8721 * gst-libs/gst/interfaces/xoverlay.c:
8722 Fix prepare-xwindow-id code example in the docs - we need to
8723 ignore all messages that aren't element messages as well.
8725 2006-01-21 Julien MOUTTE <julien@moutte.net>
8727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8728 I think one day i'll completely undestand how caps negotiation
8729 is supposed to work. This refactoring handles buffer_alloc
8730 called with caps we can't handle. We definitely don't want a
8731 set_caps with those caps, so we define and allocate a buffer
8732 we would like to receive.
8734 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8736 * gst/playback/gstplaybasebin.c: (setup_source):
8737 Free iterator when done.
8739 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8741 * gst-libs/gst/audio/gstbaseaudiosink.c:
8742 (gst_base_audio_sink_render):
8743 Fix playback of non-synchronised streams by assuming a rate
8744 of 1.0 instead of a random one.
8746 Makes this work again:
8748 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8749 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8750 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8751 audioresample ! alsasink
8753 === release 0.10.2 ===
8755 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8758 releasing 0.10.2, "Then the devil is six"
8760 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8762 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8763 * gst/playback/gststreamselector.c:
8764 (gst_stream_selector_set_property):
8765 Comment out broken code that connects to the state-changed signal.
8766 At this point, changing current stream selection is broken, but
8767 stuff like gst-launch playbin current-audio=1 works and filters
8768 to the chosen stream.
8770 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8772 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8773 Fix #327216 (null dereference in vorbisdec)
8775 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8777 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8778 Post taglist actually on bus instead of just freeing it
8779 (fixes #327114 and totem bug #327080).
8781 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8782 Use gst_element_found_tags_for_pad(), so that the tags
8783 are sent downstream as an event as well.
8785 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8787 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8788 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8789 (gst_ximagesink_buffer_alloc):
8790 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8791 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8792 (gst_xvimagesink_buffer_alloc):
8793 move all regularly occurring messages to GST_LOG level
8794 add some more object logs
8796 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8798 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8799 fix a silly segfault
8801 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8803 * docs/libs/gst-plugins-base-libs-docs.sgml:
8804 * docs/libs/gst-plugins-base-libs-sections.txt:
8805 * gst-libs/gst/audio/mixerutils.c:
8806 * gst-libs/gst/audio/mixerutils.h:
8807 Add docs for mixerutils stuff.
8809 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8811 * gst/playback/gstplaybasebin.c: (setup_source):
8812 Fix playback for sources that emit raw audio or
8813 raw video streams (e.g.: cd audio sources) (#325984).
8815 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8817 * gst-libs/gst/audio/mixerutils.c:
8818 (gst_audio_mixer_filter_do_filter):
8819 actually save the element we create
8821 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8823 * gst-libs/gst/cdda/gstcddabasesrc.c:
8824 (gst_cdda_base_src_handle_track_seek):
8825 No need to post a tag message on the bus when seeking
8826 within the same track, only post it when the current
8829 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8831 * gst/playback/gstplaybasebin.c: (group_destroy),
8832 (probe_triggered), (new_decoded_pad), (mute_group_type),
8833 (set_active_source):
8834 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8835 * gst/playback/gststreamselector.c:
8836 (gst_stream_selector_base_init),
8837 (gst_stream_selector_set_property),
8838 (gst_stream_selector_request_new_pad):
8839 Reenable stream selection. These mechanisms need a complete overhaul
8840 in the face of 0.8->0.10 changes though.
8842 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8844 * ext/ogg/gstoggdemux.c:
8845 Change the pad template to src_%d to match the pads that
8846 are created from it. decodebin needs this information in order
8847 to decide that oggdemux is capable of producing multiple pads
8848 (and hence needs queues inserted).
8850 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8851 (gst_ogg_mux_collected):
8852 Make debug output more useful by using GST_PTR_FORMAT.
8854 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8856 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8858 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8859 Set depth and width for alaw/mulaw (fixes #326601).
8861 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8863 * tests/icles/Makefile.am:
8864 don't build the tests if we don't have the libs
8866 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8868 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8869 (gst_cd_paranoia_paranoia_callback):
8870 Don't try to free NULL pointers.
8872 2006-01-10 Edward Hervey <edward@fluendo.com>
8874 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8875 (gst_audio_rate_change_state), (plugin_init):
8876 Add debugging category.
8878 Add case for incoming buffers without valid offset/offset_end.
8880 2006-01-10 Michael Smith <msmith@fluendo.com>
8882 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8883 Don't leak GCond in audio sources.
8885 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8887 * gst/playback/gstplaybin.c: (gen_audio_element):
8888 Don't leak an autoaudiosink/alsasink when we generate
8889 a new audio element. (old code, I guess)
8891 2006-01-10 Michael Smith <msmith@fluendo.com>
8893 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8894 Support float audio in audiorate.
8895 Use width rather than depth for selecting sample width.
8897 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8899 * gst/videotestsrc/videotestsrc.h:
8900 Use GLib types here (that way we don't have to include the
8901 generated _stdint.h header, which makes life easier for win32
8902 folks that don't use autotools for the build) (#325990, patch
8903 by: Sergey Scobich).
8905 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8907 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8908 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8909 (gst_ring_buffer_pause), (wait_segment):
8910 * gst-libs/gst/audio/gstringbuffer.h:
8911 Name (private) union, makes Forte compiler happy (this time
8912 for real) (#324900).
8914 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8916 * gst-libs/gst/audio/Makefile.am:
8917 Link against libgstinterfaces, needed for mixer
8918 and property probe stuff.
8920 2006-01-09 Edward Hervey <edward@fluendo.com>
8922 * gst-libs/gst/Makefile.am:
8924 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8926 * gst-libs/gst/audio/Makefile.am:
8927 * gst-libs/gst/audio/mixerutils.c:
8928 (gst_audio_mixer_filter_do_filter),
8929 (gst_audio_mixer_filter_check_element),
8930 (gst_audio_mixer_filter_probe_feature),
8931 (element_factory_rank_compare_func),
8932 (gst_audio_default_registry_mixer_filter):
8933 * gst-libs/gst/audio/mixerutils.h:
8934 Add gst_audio_default_registry_mixer_filter() utility
8937 2006-01-03 Michael Smith <msmith@fluendo.com>
8939 * gst/audioresample/resample.h:
8940 As before, but for o_buf
8942 2006-01-03 Michael Smith <msmith@fluendo.com>
8944 * gst/audioresample/resample.h:
8945 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8946 since we do arithmetic on it.
8948 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8950 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8951 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8952 (gst_ring_buffer_pause), (wait_segment):
8953 * gst-libs/gst/audio/gstringbuffer.h:
8954 Sun's Forte compiler doesn't seem to like anonymous structs,
8955 so use same setup as in GstBaseSrc (fixes #324900).
8957 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8960 * gst/volume/Makefile.am:
8961 * gst/volume/demo.c:
8962 move old example to tests/examples/volume/volune.c
8963 * tests/examples/Makefile.am:
8964 * tests/examples/seek/seek.c: (main):
8965 change window-close event from "delete-event" to "destroy"
8966 * tests/examples/volume/Makefile.am:
8967 * tests/examples/volume/volume.c: (value_changed_callback),
8968 (setup_gui), (message_received), (eos_message_received), (main):
8969 fix event handling and bus usage
8971 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8973 * gst/audiotestsrc/gstaudiotestsrc.c:
8974 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8975 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8976 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8977 (gst_audio_test_src_create_square),
8978 (gst_audio_test_src_create_saw),
8979 (gst_audio_test_src_create_triangle),
8980 (gst_audio_test_src_create_silence),
8981 (gst_audio_test_src_create_white_noise),
8982 (gst_audio_test_src_create_pink_noise),
8983 (gst_audio_test_src_init_sine_table),
8984 (gst_audio_test_src_create_sine_table),
8985 (gst_audio_test_src_change_wave),
8986 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8987 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8988 * gst/audiotestsrc/gstaudiotestsrc.h:
8989 update to basesrc changes, implement segmented seeking and eos
8990 handling, add a 'sine-tab' waveform for performance critical playback
8992 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8995 ... and this time the other modified file that I missed last time.
8997 2005-12-29 Michael Smith <msmith@fluendo.com>
8999 * gst/playback/gstdecodebin.c: (new_pad):
9000 Fix non-C89 variable declaration not at the start of a block. Should
9001 help some compilers.
9003 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9005 * tests/check/Makefile.am:
9006 And now fix 'make distcheck' (builddir != srcdir)
9008 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9011 * ext/cdparanoia/Makefile.am:
9012 * ext/cdparanoia/gstcdparanoia.c:
9013 * ext/cdparanoia/gstcdparanoia.h:
9014 * ext/cdparanoia/gstcdparanoiasrc.c:
9015 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9016 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9017 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9018 (gst_cd_paranoia_paranoia_callback),
9019 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9020 (gst_cd_paranoia_src_set_property),
9021 (gst_cd_paranoia_src_get_property), (plugin_init):
9022 * ext/cdparanoia/gstcdparanoiasrc.h:
9023 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9024 plugin again (there are still fixes required to playbin to make
9025 cdda:// uris work there).
9027 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9029 * tests/check/Makefile.am:
9030 Fix test case compilation.
9032 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9034 * gst-libs/gst/cdda/gstcddabasesrc.c:
9035 (gst_cdda_base_src_update_duration),
9036 (gst_cdda_base_src_calculate_cddb_id):
9037 An integer is not a string. Fix access to uninitialised variable.
9039 * tests/check/Makefile.am:
9040 Add cddabasesrc unit test; also actually enable the vorbis test.
9042 * tests/check/generic/states.c:
9043 Blacklist new cd audio elements as well.
9045 * tests/check/libs/cddabasesrc.c:
9046 Unit test for GstCddaBaseSrc (discid calculation mostly).
9048 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9050 * docs/libs/Makefile.am:
9051 * docs/libs/gst-plugins-base-libs-docs.sgml:
9052 * docs/libs/gst-plugins-base-libs-sections.txt:
9053 * docs/libs/gst-plugins-base-libs.types:
9054 Add docs for libgstcdda/GstCddaBaseSrc.
9056 * gst-libs/gst/interfaces/mixertrack.h:
9057 Do one struct member per line with a semicolon at the end, that way
9058 even gtk-doc might parse it without complaining.
9060 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9063 * gst-libs/gst/Makefile.am:
9064 * gst-libs/gst/cdda/Makefile.am:
9065 * gst-libs/gst/cdda/base64.c:
9066 * gst-libs/gst/cdda/base64.h:
9067 * gst-libs/gst/cdda/gstcddabasesrc.c:
9068 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9069 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9070 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9071 (gst_cdda_base_src_get_property),
9072 (gst_cdda_base_src_get_track_from_sector),
9073 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9074 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9075 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9076 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9077 (gst_cdda_base_src_uri_get_protocols),
9078 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9079 (gst_cdda_base_src_uri_handler_init),
9080 (gst_cdda_base_src_setup_interfaces),
9081 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9082 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9083 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9084 (gst_cdda_base_src_add_tags),
9085 (gst_cdda_base_src_add_index_associations),
9086 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9087 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9088 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9089 (gst_cdda_base_src_create):
9090 * gst-libs/gst/cdda/gstcddabasesrc.h:
9091 * gst-libs/gst/cdda/sha1.c:
9092 * gst-libs/gst/cdda/sha1.h:
9093 Add new libgstcdda with GstCddaBaseSrc class.
9095 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9097 * ext/gnomevfs/gstgnomevfssink.h:
9098 Use GstBaseSinkClass as parent_class member for class struct, not
9101 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9103 Patch by: Michael Benes
9105 * gst/videotestsrc/gstvideotestsrc.c:
9106 (gst_video_test_src_class_init), (gst_video_test_src_start):
9107 Add start method to reset running time and number of frames sent
9108 when starting up (fixes #324696)
9110 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9112 * docs/plugins/Makefile.am:
9113 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9114 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9115 * docs/plugins/gst-plugins-base-plugins.args:
9116 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9117 * docs/plugins/gst-plugins-base-plugins.signals:
9118 Add docs stuff for gnomevfssrc and gnomevfssink.
9120 * ext/gnomevfs/gstgnomevfssrc.c:
9121 Fix example pipeline in gtk-doc blurb.
9123 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9125 * ext/gnomevfs/Makefile.am:
9126 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9127 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9128 (gst_gnome_vfs_handle_get_type), (plugin_init):
9129 * ext/gnomevfs/gstgnomevfs.h:
9130 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9131 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9132 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9133 (gst_gnome_vfs_sink_set_property),
9134 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9135 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9136 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9137 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9138 (gst_gnome_vfs_sink_uri_get_type),
9139 (gst_gnome_vfs_sink_uri_get_protocols),
9140 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9141 (gst_gnome_vfs_sink_uri_handler_init):
9142 * ext/gnomevfs/gstgnomevfssink.h:
9143 Port gnomevfssink; add gtk-doc blurb.
9145 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9146 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9147 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9148 (gst_gnome_vfs_src_uri_get_type),
9149 (gst_gnome_vfs_src_uri_get_protocols),
9150 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9151 (gst_gnome_vfs_src_uri_handler_init),
9152 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9153 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9154 (gst_gnome_vfs_src_send_additional_headers_callback),
9155 (gst_gnome_vfs_src_received_headers_callback),
9156 (gst_gnome_vfs_src_push_callbacks),
9157 (gst_gnome_vfs_src_pop_callbacks),
9158 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9159 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9160 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9161 * ext/gnomevfs/gstgnomevfssrc.h:
9162 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9163 file; add gtk-doc blurb with example pipelines.
9165 === release 0.10.1 ===
9167 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9170 releasing 0.10.1, "Dobro Dedek"
9172 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9174 * gst/typefind/gsttypefindfunctions.c:
9175 iLBC30 and iLBC20 added to typefind.
9177 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9179 * gst-libs/gst/audio/gstbaseaudiosink.c:
9180 (gst_base_audio_sink_class_init):
9181 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9182 (gst_base_audio_src_class_init):
9183 update strings, values are in microseconds
9184 change the default sink buffer time to something that is smaller
9185 (to help software volume mixing have a slightly lower delay) but
9186 still be acceptable on Wim's laptop
9188 2005-12-20 Edward Hervey <edward@fluendo.com>
9190 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9191 Made a quack, forgot to add DUCK to the riff video template.
9193 2005-12-19 Edward Hervey <edward@fluendo.com>
9195 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9196 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9197 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9198 (gst_ogm_parse_chain):
9199 Make sure pads are initialized correctly.
9200 * gst-libs/gst/riff/riff-ids.h:
9201 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9202 (gst_riff_create_video_template_caps):
9203 Add a whole bunch of FOURCC <=> MimeType.
9204 Extend the riff video pad template to support the newly added fourcc.
9206 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9208 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9209 (gst_ogg_demux_activate_chain):
9210 Extra debug output when activating/deactivating chains.
9212 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9213 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9215 Remove a queue from our list when it becomes unlinked.
9216 Don't add queues to elements in class 'Demux' if they
9217 can only produce one pad
9219 2005-12-18 Julien MOUTTE <julien@moutte.net>
9221 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9222 (gst_video_sink_get_type): Add a debug category.
9224 2005-12-17 Philippe Khalaf <burger@speedy.org>
9226 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9227 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9228 Handle downstream newsegment by sending our own newsegment before the
9229 next buffer to be released. (#323900)
9231 2005-12-17 Philippe Khalaf <burger@speedy.org>
9233 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9234 (gst_base_rtp_depayload_set_gst_timestamp):
9235 add queue delay to new segment as well (as opposed to just the first
9236 buffer). (bug #322347)
9238 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9240 * ext/libvisual/visual.c: (make_valid_name):
9241 change some char* into char[]
9242 * gst/audiotestsrc/gstaudiotestsrc.c:
9243 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9244 (gst_audio_test_src_create):
9245 * gst/audiotestsrc/gstaudiotestsrc.h:
9246 prepare to handle EOS and SEGMENT_DONE
9248 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9250 * tests/check/generic/states.c: (GST_START_TEST):
9251 Blacklist cdparanoia element in state test.
9253 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9255 Patch by: Benjamin Pineau
9258 * gst/tcp/gsttcpclientsink.c:
9259 * gst/tcp/gsttcpserversink.c:
9260 * gst/tcp/gsttcpserversrc.c:
9261 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9263 2005-12-15 Michael Smith <msmith@fluendo.com>
9265 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9266 (gst_video_rate_chain):
9267 Fix timestamping for videorate when the first buffer it sees has a
9268 non-zero timestamp. Fix some misleading debug output.
9270 2005-12-15 Michael Smith <msmith@fluendo.com>
9272 * gst/audioresample/gstaudioresample.c:
9273 Don't leak all input buffers to audioresample.
9275 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9277 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9278 Don't operate on empty text buffers. Strip newlines and
9279 tabs only from the end of the text, but leave them intact
9280 in the middle. Fix typo in gtk-doc description.
9282 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9284 * gst/playback/gstplaybasebin.c:
9285 * gst/playback/gstplaybin.c: (handoff):
9286 Make sure the video frame buffer we return to apps via the
9287 "frame" property always has caps set on it. Modify
9288 _gst_gvalue_set_object() macro to handle NULL objects
9291 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9293 * gst/audiotestsrc/gstaudiotestsrc.c:
9294 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9295 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9296 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9297 (gst_audio_test_src_create):
9298 * gst/audiotestsrc/gstaudiotestsrc.h:
9299 Adjust to some recent api changes and add wtays new cool seeking
9302 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9304 * ext/alsa/Makefile.am:
9305 * ext/alsa/gstalsadeviceprobe.c:
9306 * ext/alsa/gstalsadeviceprobe.h:
9307 Helper functions to add device probing via the GstPropertyProbe
9308 interface to a class.
9310 * ext/alsa/gstalsamixer.h:
9311 Comment out GST_ALSA_MIXER, it returns a struct that's not
9314 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9315 Add some debug info.
9317 * ext/alsa/gstalsamixerelement.c:
9318 (gst_alsa_mixer_element_interface_supported),
9319 (gst_implements_interface_init),
9320 (gst_alsa_mixer_element_init_interfaces),
9321 (gst_alsa_mixer_element_class_init),
9322 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9323 (gst_alsa_mixer_element_set_property),
9324 (gst_alsa_mixer_element_get_property),
9325 (gst_alsa_mixer_element_change_state):
9326 * ext/alsa/gstalsamixerelement.h:
9327 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9328 for device handling (gnome-volume-control will need that).
9330 2005-12-12 Christian Schaller <uraeus@gnome.org>
9332 * ext/Makefile.am: fix cdparanoia entry
9333 * gst-plugins-base.spec.in: add cdparanoia
9335 2005-12-12 Michael Smith <msmith@fluendo.com>
9337 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9338 Use the correct function to free list of typefind factories.
9340 2005-12-12 Wim Taymans <wim@fluendo.com>
9342 * gst/videotestsrc/gstvideotestsrc.c:
9343 (gst_video_test_src_class_init), (gst_video_test_src_init),
9344 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9345 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9346 (gst_video_test_src_create):
9347 * gst/videotestsrc/gstvideotestsrc.h:
9348 Implement seeking in videotestsrc.
9351 2005-12-12 Wim Taymans <wim@fluendo.com>
9353 * ext/cdparanoia/Makefile.am:
9354 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9355 (gst_paranoia_endian_get_type), (_do_init),
9356 (cdparanoia_class_init), (cdparanoia_init),
9357 (cdparanoia_set_property), (cdparanoia_get_property),
9358 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9359 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9360 (cdparanoia_convert), (cdparanoia_get_query_types),
9361 (cdparanoia_query), (cdparanoia_set_index),
9362 (cdparanoia_uri_set_uri):
9363 * ext/cdparanoia/gstcdparanoia.h:
9364 Partially ported cdparanoia now that basesrc can support a
9367 2005-12-12 Wim Taymans <wim@fluendo.com>
9369 * tests/examples/seek/scrubby.c: (main):
9370 Set higher priority for bus events so they don't get reordered with
9373 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9374 (flush_toggle_cb), (main):
9375 Added checkbox to disable flushing seeks.
9376 Disable scrubbing when doing non flushing seeks.
9378 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9380 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9381 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9382 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9383 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9384 Implement some sort of event handling that doesn't rely on
9385 g_return_if_fail; make sure we always push the last chunk of an
9386 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9387 state change function; remove some old cruft. Seeking is still
9388 rather unlikely to work though.
9393 2005-12-11 Julien MOUTTE <julien@moutte.net>
9395 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9396 Fixed a leak of the current image reference when cleaning up.
9397 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9399 2005-12-09 Michael Smith <msmith@fluendo.com>
9401 * tools/Makefile.am:
9402 * tools/gst-launch-ext-m.m:
9403 Remove gst-launch-ext. It doesn't work, and is no longer
9404 particularly useful.
9406 2005-12-08 Luca Ognibene <luogni@tin.it>
9408 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9409 don't pass random values to ogmparse convert function.
9410 Make seeking possible in the exile1.ogm file.
9412 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9414 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9415 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9416 Work around refcount problem with g_value_set_object() that occur
9417 if the core has been compiled against GLib-2.6 (g_value_set_object()
9418 will only g_object_ref() the element, but the caller will
9419 gst_object_unref() it and bad things will happen due to the way
9420 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9421 totem for people on FC4 using Thomas's 0.10 RPMs.
9423 2005-12-07 Edward Hervey <edward@fluendo.com>
9425 Time to welcome ogm to 0.10 :)
9427 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9428 (gst_ogg_pad_typefind):
9429 Oggdemux can now properly typefind elements with dynamic pads.
9430 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9431 Properly set caps on src pad, and set caps on outgoing buffers.
9433 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9435 * ext/alsa/gstalsamixer.h:
9436 * ext/alsa/gstalsamixerelement.h:
9437 * ext/alsa/gstalsamixeroptions.h:
9438 * ext/alsa/gstalsamixertrack.h:
9439 * ext/alsa/gstalsasink.c:
9440 * ext/alsa/gstalsasink.h:
9441 * ext/alsa/gstalsasrc.c:
9442 * ext/alsa/gstalsasrc.h:
9443 * ext/cdparanoia/gstcdparanoia.h:
9444 * ext/gnomevfs/gstgnomevfsuri.h:
9445 * ext/ogg/gstoggdemux.c:
9446 * ext/ogg/gstoggmux.c:
9447 * ext/pango/gsttextoverlay.h:
9448 * ext/theora/theoradec.c:
9449 * ext/theora/theoraenc.c:
9450 * ext/vorbis/vorbisdec.h:
9451 * ext/vorbis/vorbisenc.c:
9452 * ext/vorbis/vorbisenc.h:
9453 * ext/vorbis/vorbisparse.h:
9454 * gst-libs/gst/audio/gstaudioclock.h:
9455 * gst-libs/gst/audio/gstaudiosink.c:
9456 * gst-libs/gst/audio/gstaudiosink.h:
9457 * gst-libs/gst/audio/gstaudiosrc.c:
9458 * gst-libs/gst/audio/gstaudiosrc.h:
9459 * gst-libs/gst/audio/gstbaseaudiosink.c:
9460 * gst-libs/gst/audio/gstbaseaudiosink.h:
9461 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9462 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9463 * gst-libs/gst/audio/gstringbuffer.h:
9464 * gst-libs/gst/audio/multichannel.h:
9465 * gst-libs/gst/floatcast/floatcast.h:
9466 * gst-libs/gst/interfaces/colorbalance.c:
9467 * gst-libs/gst/interfaces/colorbalance.h:
9468 * gst-libs/gst/interfaces/colorbalancechannel.h:
9469 * gst-libs/gst/interfaces/mixer.h:
9470 * gst-libs/gst/interfaces/mixeroptions.h:
9471 * gst-libs/gst/interfaces/mixertrack.h:
9472 * gst-libs/gst/interfaces/navigation.h:
9473 * gst-libs/gst/interfaces/propertyprobe.h:
9474 * gst-libs/gst/interfaces/tuner.h:
9475 * gst-libs/gst/interfaces/tunerchannel.h:
9476 * gst-libs/gst/interfaces/tunernorm.h:
9477 * gst-libs/gst/interfaces/xoverlay.h:
9478 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9479 * gst-libs/gst/riff/riff-ids.h:
9480 * gst-libs/gst/riff/riff-media.h:
9481 * gst-libs/gst/riff/riff-read.h:
9482 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9483 * gst-libs/gst/rtp/gstbasertppayload.c:
9484 * gst-libs/gst/rtp/gstbasertppayload.h:
9485 * gst-libs/gst/rtp/gstrtpbuffer.c:
9486 * gst-libs/gst/rtp/gstrtpbuffer.h:
9487 * gst-libs/gst/tag/gsttageditingprivate.h:
9488 * gst-libs/gst/tag/gstvorbistag.c:
9489 (gst_tag_list_from_vorbiscomment_buffer):
9490 * gst-libs/gst/tag/tag.h:
9491 * gst-libs/gst/video/video.h:
9492 * gst/adder/gstadder.c:
9493 * gst/adder/gstadder.h:
9494 * gst/audioconvert/audioconvert.c:
9495 * gst/audioconvert/audioconvert.h:
9496 * gst/audioconvert/gstaudioconvert.c:
9497 * gst/audioconvert/gstchannelmix.c:
9498 * gst/audioconvert/gstchannelmix.h:
9499 * gst/audiorate/gstaudiorate.c:
9500 * gst/audioresample/buffer.h:
9501 * gst/audioresample/functable.h:
9502 * gst/audioresample/gstaudioresample.c:
9503 * gst/audioresample/resample.h:
9504 * gst/ffmpegcolorspace/avcodec.h:
9505 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9506 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9507 * gst/ffmpegcolorspace/imgconvert.c:
9508 * gst/ffmpegcolorspace/imgconvert_template.h:
9509 * gst/playback/gstdecodebin.c:
9510 * gst/playback/gstplaybasebin.h:
9511 * gst/playback/gstplaybin.c:
9512 * gst/playback/gststreaminfo.h:
9513 * gst/tcp/gstfdset.c:
9514 * gst/tcp/gstfdset.h:
9515 * gst/tcp/gstmultifdsink.c:
9516 * gst/tcp/gstmultifdsink.h:
9518 * gst/tcp/gsttcpclientsrc.c:
9519 * gst/tcp/gsttcpclientsrc.h:
9520 * gst/tcp/gsttcpplugin.h:
9521 * gst/tcp/gsttcpserversink.c:
9522 * gst/tcp/gsttcpserversrc.c:
9523 * gst/typefind/gsttypefindfunctions.c:
9524 * gst/videorate/gstvideorate.c:
9525 * gst/videotestsrc/gstvideotestsrc.h:
9526 * gst/videotestsrc/videotestsrc.h:
9527 * sys/v4l/gstv4lcolorbalance.h:
9528 * sys/v4l/gstv4ltuner.h:
9529 * sys/v4l/gstv4lxoverlay.h:
9530 * sys/v4l/v4l_calls.h:
9531 * sys/v4l/videodev_mjpeg.h:
9532 * tests/check/elements/audioconvert.c:
9533 * tests/check/elements/audioresample.c:
9534 * tests/check/elements/audiotestsrc.c:
9535 * tests/check/elements/videotestsrc.c:
9536 * tests/check/elements/volume.c:
9537 * tests/examples/seek/scrubby.c:
9538 * tests/examples/seek/seek.c:
9541 === release 0.10.0 ===
9543 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9546 releasing 0.10.0, "Mont-d'or"
9548 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9550 * tests/examples/seek/Makefile.am:
9551 Build fix for when gtk is not available.
9553 2005-12-05 Andy Wingo <wingo@pobox.com>
9555 * ext/libvisual/visual.c: (get_buffer):
9556 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9557 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9558 * ext/theora/theoradec.c: (theora_handle_data_packet):
9559 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9561 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9562 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9563 Update for alloc_buffer changes.
9565 2005-12-05 Andy Wingo <wingo@pobox.com>
9567 patch by: Kai Vehmanen <kv2004 eca cx>
9569 * gst-libs/gst/rtp/gstbasertpdepayload.c
9570 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9572 2005-12-04 Andy Wingo <wingo@pobox.com>
9574 patch by: Sebastien Cote <sebas642 yahoo ca>
9576 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9579 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9581 * docs/plugins/Makefile.am:
9582 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9583 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9584 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9585 * ext/pango/gstclockoverlay.c:
9586 * ext/pango/gsttextoverlay.c:
9587 * ext/pango/gsttextrender.c:
9588 * ext/pango/gsttimeoverlay.c:
9589 Add gtk-doc blurbs to pango elements.
9591 2005-12-02 Wim Taymans <wim@fluendo.com>
9593 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9594 * gst/audioresample/buffer.h:
9595 * gst/audioresample/gstaudioresample.c:
9596 * gst/audioresample/gstaudioresample.h:
9597 * gst/audioresample/resample.c: (resample_input_flush),
9598 (resample_input_pushthrough), (resample_input_eos),
9599 (resample_get_output_size_for_input),
9600 (resample_get_input_size_for_output), (resample_get_output_size),
9601 (resample_get_output_data):
9602 * gst/audioresample/resample.h:
9603 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9604 Fix audioresample, seek torture, new segments, reverse negotiation
9607 2005-12-02 Wim Taymans <wim@fluendo.com>
9609 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9612 2005-12-02 Wim Taymans <wim@fluendo.com>
9614 * gst/audioconvert/gstaudioconvert.c:
9615 (gst_audio_convert_transform):
9618 === release 0.9.7 ===
9620 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9623 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9625 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9631 add win32 MANIFEST file
9632 do something to the hungarian translation
9634 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9637 Add $(PANGO_DIR) to SUBDIRS
9639 * ext/pango/gstclockoverlay.c:
9640 * ext/pango/gsttimeoverlay.c:
9641 Fix and improve element descriptions.
9643 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9645 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9646 * docs/plugins/inspect/plugin-libvisual.xml:
9647 * docs/plugins/inspect/plugin-pango.xml:
9648 add pango plugin to docs
9650 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9656 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9659 * tests/Makefile.am:
9660 * tests/icles/.cvsignore:
9661 * tests/icles/Makefile.am:
9662 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9663 (close_display), (resize_window), (move_window), (create_window),
9664 (terminate_playback), (pause_playback), (start_playback), (main):
9665 add stress test for xoverlay from Julien
9667 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9669 * docs/libs/tmpl/gstcolorbalance.sgml:
9670 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9671 * gst-libs/gst/rtp/gstbasertppayload.c:
9672 * gst-libs/gst/rtp/gstrtpbuffer.c:
9673 * gst-libs/gst/rtp/gstrtpbuffer.h:
9674 Do burger's rename for rtp payloaders and depayloaders
9676 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9679 add Visual Studio 6 build files
9681 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9683 * docs/libs/gst-plugins-base-libs-docs.sgml:
9684 * docs/libs/gst-plugins-base-libs-sections.txt:
9685 * docs/libs/tmpl/gstaudio.sgml:
9686 * docs/libs/tmpl/gstringbuffer.sgml:
9687 * gst-libs/gst/interfaces/xoverlay.c:
9688 * gst-libs/gst/video/gstvideofilter.c:
9689 * gst-libs/gst/video/gstvideosink.c:
9690 update documentation
9692 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9694 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9695 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9696 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9697 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9698 (gst_multi_fd_sink_get_stats),
9699 (gst_multi_fd_sink_remove_client_link),
9700 (gst_multi_fd_sink_handle_client_read),
9701 (gst_multi_fd_sink_client_queue_data),
9702 (gst_multi_fd_sink_client_queue_caps),
9703 (gst_multi_fd_sink_client_queue_buffer),
9704 (gst_multi_fd_sink_new_client),
9705 (gst_multi_fd_sink_handle_client_write),
9706 (gst_multi_fd_sink_recover_client),
9707 (gst_multi_fd_sink_queue_buffer),
9708 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9709 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9710 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9711 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9712 * gst/tcp/gstmultifdsink.h:
9713 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9714 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9715 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9716 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9717 (gst_tcp_client_sink_set_property),
9718 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9719 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9720 * gst/tcp/gsttcpclientsink.h:
9721 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9722 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9723 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9724 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9725 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9726 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9727 * gst/tcp/gsttcpclientsrc.h:
9728 * gst/tcp/gsttcpplugin.c: (plugin_init):
9729 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9730 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9731 (gst_tcp_server_sink_finalize),
9732 (gst_tcp_server_sink_handle_server_read),
9733 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9734 (gst_tcp_server_sink_set_property),
9735 (gst_tcp_server_sink_get_property),
9736 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9737 * gst/tcp/gsttcpserversink.h:
9738 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9739 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9740 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9741 (gst_tcp_server_src_set_property),
9742 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9743 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9744 * gst/tcp/gsttcpserversrc.h:
9747 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9749 * docs/plugins/Makefile.am:
9750 * docs/plugins/gst-plugins-base-plugins.args:
9751 * docs/plugins/inspect/plugin-libvisual.xml:
9752 * gst/audioconvert/plugin.h:
9753 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9754 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9755 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9756 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9757 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9759 * gst/audiotestsrc/gstaudiotestsrc.c:
9760 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9761 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9762 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9763 (gst_audio_test_src_get_query_types),
9764 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9765 (gst_audio_test_src_create_square),
9766 (gst_audio_test_src_create_saw),
9767 (gst_audio_test_src_create_triangle),
9768 (gst_audio_test_src_create_silence),
9769 (gst_audio_test_src_create_white_noise),
9770 (gst_audio_test_src_init_pink_noise),
9771 (gst_audio_test_src_generate_pink_noise_value),
9772 (gst_audio_test_src_create_pink_noise),
9773 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9774 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9775 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9777 * gst/audiotestsrc/gstaudiotestsrc.h:
9778 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9779 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9780 (gst_sub_parse_init), (gst_sub_parse_formats),
9781 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9782 (convert_encoding), (get_next_line),
9783 (gst_sub_parse_data_format_autodetect),
9784 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9785 (gst_sub_parse_loop), (gst_sub_parse_chain),
9786 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9788 * gst/subparse/gstsubparse.h:
9789 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9790 (gst_video_rate_base_init), (gst_video_rate_class_init),
9791 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9792 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9793 (gst_video_rate_init), (gst_video_rate_event),
9794 (gst_video_rate_chain), (gst_video_rate_set_property),
9795 (gst_video_rate_get_property), (gst_video_rate_change_state),
9797 * gst/videoscale/gstvideoscale.c:
9798 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9799 (gst_video_scale_src_template_factory),
9800 (gst_video_scale_sink_template_factory),
9801 (gst_video_scale_get_type), (gst_video_scale_base_init),
9802 (gst_video_scale_class_init), (gst_video_scale_init),
9803 (gst_video_scale_set_property), (gst_video_scale_get_property),
9804 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9805 (gst_video_scale_prepare_size), (parse_caps),
9806 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9807 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9808 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9810 * gst/videoscale/gstvideoscale.h:
9811 * gst/videotestsrc/gstvideotestsrc.c:
9812 (gst_video_test_src_pattern_get_type),
9813 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9814 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9815 (gst_video_test_src_set_pattern),
9816 (gst_video_test_src_set_property),
9817 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9818 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9819 (gst_video_test_src_event), (gst_video_test_src_get_times),
9820 (gst_video_test_src_create), (plugin_init):
9821 * gst/videotestsrc/gstvideotestsrc.h:
9822 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9823 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9824 (gst_video_test_src_black):
9825 * gst/videotestsrc/videotestsrc.h:
9827 clean up docs a little
9829 2005-11-30 Wim Taymans <wim@fluendo.com>
9831 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9832 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9833 (gst_basertppayload_event), (gst_basertppayload_push),
9834 (gst_basertppayload_change_state):
9835 * gst-libs/gst/rtp/gstbasertppayload.h:
9838 2005-11-30 Julien MOUTTE <julien@moutte.net>
9840 * docs/libs/gst-plugins-base-libs-docs.sgml:
9841 * docs/libs/gst-plugins-base-libs-sections.txt:
9842 * gst-libs/gst/video/gstvideofilter.c:
9843 * gst-libs/gst/video/gstvideosink.c:
9844 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9846 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9866 * scripts/autoplugins.sh:
9869 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9873 * examples/Makefile.am:
9874 * examples/capsfilter/Makefile.am:
9875 * examples/capsfilter/capsfilter1.c:
9876 * examples/gob/Makefile.am:
9877 * examples/gob/gst-identity2.gob:
9878 * examples/indexing/.cvsignore:
9879 * examples/indexing/Makefile.am:
9880 * examples/indexing/indexmpeg.c:
9881 * examples/seeking/.cvsignore:
9882 * examples/seeking/Makefile.am:
9883 * examples/seeking/cdparanoia.c:
9884 * examples/seeking/cdplayer.c:
9885 * examples/seeking/chained.c:
9886 * examples/seeking/scrubby.c:
9887 * examples/seeking/seek.c:
9888 * examples/stats/Makefile.am:
9889 * examples/stats/mp2ogg.c:
9890 * examples/switch/.cvsignore:
9891 * examples/switch/Makefile.am:
9892 * examples/switch/switcher.c:
9893 * tests/Makefile.am:
9894 * tests/check/generic/.cvsignore:
9895 * tests/check/pipelines/.cvsignore:
9896 * tests/examples/Makefile.am:
9897 * tests/examples/seek/Makefile.am:
9898 reorganize stuff under tests/
9900 2005-11-30 Edward Hervey <edward@fluendo.com>
9902 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9903 Go away you stupid GstStaticPadTemplate memleak.
9905 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9907 * gst-libs/gst/net/Makefile.am:
9908 * gst-libs/gst/net/README:
9909 * gst-libs/gst/net/gstnetbuffer.c:
9910 * gst-libs/gst/net/gstnetbuffer.h:
9911 this was moved to "netbuffer"
9913 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9915 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9916 (gst_video_filter_class_init), (gst_video_filter_init):
9917 * gst-libs/gst/video/gstvideofilter.h:
9918 borgify name to bring in line with other classes
9920 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9922 * gst/audioscale/.cvsignore:
9923 * gst/audioscale/Makefile.am:
9924 * gst/audioscale/README:
9925 * gst/audioscale/audioscale.vcproj:
9926 * gst/audioscale/dtof.c:
9927 * gst/audioscale/dtos.c:
9928 * gst/audioscale/functable.c:
9929 * gst/audioscale/gstaudioscale.c:
9930 * gst/audioscale/gstaudioscale.h:
9931 * gst/audioscale/private.h:
9932 * gst/audioscale/resample.c:
9933 * gst/audioscale/resample.h:
9934 * gst/audioscale/test.c:
9937 2005-11-30 Edward Hervey <edward@fluendo.com>
9939 * gst-libs/gst/netbuffer/Makefile.am:
9940 really, really tired
9942 2005-11-30 Edward Hervey <edward@fluendo.com>
9944 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9945 Update for new GstTypeFindFactory _register()
9947 2005-11-30 Edward Hervey <edward@fluendo.com>
9949 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9950 Let's not override libgstnet from core for no reason...
9951 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9952 Ok, maybe not so quick next time.
9954 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9957 * gst-libs/gst/Makefile.am:
9958 moved gst-libs/gst/net to netbuffer through CVS surgery
9959 remove old directory
9960 updating build to accomodate
9963 2005-11-29 Andy Wingo <wingo@pobox.com>
9965 * pkgconfig/gstreamer-plugins-base.pc.in:
9966 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9967 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9970 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9972 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9973 3rd time's the charm. Correct ref-counting for discarded buffers.
9975 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9977 * gst/playback/gststreamselector.c:
9978 (gst_stream_selector_class_init),
9979 (gst_stream_selector_set_property),
9980 (gst_stream_selector_get_property),
9981 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9984 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9986 * gst/subparse/gstsubparse.c: (feed_textbuf):
9987 Don't access already unref'ed buffer.
9989 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9991 * gst/playback/gststreamselector.c:
9992 (gst_stream_selector_class_init), (gst_stream_selector_init),
9993 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9994 (gst_stream_selector_get_property),
9995 (gst_stream_selector_get_linked_pad),
9996 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9997 * gst/playback/gststreamselector.h:
9998 Add the active-pad property for playbin to use shortly. Ignore buffers
9999 from any other pad, returning GST_FLOW_NOT_LINKED
10001 2005-11-29 Julien MOUTTE <julien@moutte.net>
10003 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10004 patch from bug #322704 (Alessandro Decina).
10006 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10008 * gst-libs/gst/audio/Makefile.am:
10009 folded audiofilter into the audio library
10011 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10013 * gst/videoscale/gstvideoscale.h:
10014 * gst/videoscale/gstvideoscale.c:
10015 remove unimplemented scale methods
10017 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10019 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10022 2005-11-28 Julien MOUTTE <julien@moutte.net>
10024 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10025 (gst_ximagesink_setcaps):
10026 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10027 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10028 happens (only visible on ximagesink but bug is in xv too) set_caps was
10029 destroying the internal x[v]image used to memcpy non locally alloced
10030 buffers so that it got renewed on next _chain. The issue is that
10031 _expose will try to put that image as it reffed it in _put.
10032 Using gst_buffer_unref instead of destroy fixes it !
10034 2005-11-28 Edward Hervey <edward@fluendo.com>
10036 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10037 (try_to_link_1), (queue_filled_cb):
10038 Better use of the queues. Start with a small size queue and only increase
10039 the size of the queues when the other queues are empty.
10041 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10043 * gst-libs/gst/video/Makefile.am:
10044 compile in copied-over videofilter into the video library
10045 * gst-libs/gst/video/videosink.h:
10046 rename the header to gstvideosink.h since it's a base GstObject class
10047 * sys/ximage/ximagesink.h:
10048 * sys/xvimage/xvimagesink.h:
10051 2005-11-28 Wim Taymans <wim@fluendo.com>
10053 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10054 * gst/playback/gstplaybasebin.h:
10055 Prepare to handle errors betters.
10057 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10058 Set sinks to PAUSED first before adding and linking them so that
10059 we don't interrupt dataflow.
10061 2005-11-28 Wim Taymans <wim@fluendo.com>
10063 * gst-libs/gst/audio/TODO:
10066 * gst-libs/gst/audio/gstaudiosink.c:
10067 (gst_audioringbuffer_open_device),
10068 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10069 (gst_audioringbuffer_release):
10072 * gst-libs/gst/audio/gstbaseaudiosink.c:
10073 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10074 (gst_base_audio_sink_change_state):
10075 Slave to the master clock when going to PLAYING and unslave when
10078 * gst-libs/gst/audio/gstringbuffer.c:
10079 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10080 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10081 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10082 (gst_ring_buffer_clear_all), (wait_segment),
10083 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10084 (gst_ring_buffer_advance):
10085 * gst-libs/gst/audio/gstringbuffer.h:
10086 Add some docs and cleanups.
10088 2005-11-28 Julien MOUTTE <julien@moutte.net>
10090 * sys/xvimage/xvimagesink.c:
10091 (gst_xvimagesink_navigation_send_event): Fix navigation events
10092 coordinates translation with pixel aspect ratios.
10094 2005-11-28 Julien MOUTTE <julien@moutte.net>
10096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10097 Use calculated video geometry from _setcaps instead of buffer
10098 caps to respect pixel aspect ratio. (fixes #322388)
10100 2005-11-28 Julien MOUTTE <julien@moutte.net>
10102 * docs/libs/tmpl/gstcolorbalance.sgml:
10103 * docs/libs/tmpl/gstmixer.sgml:
10104 * docs/libs/tmpl/gstxoverlay.sgml:
10105 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10108 2005-11-28 Julien MOUTTE <julien@moutte.net>
10110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10111 Refuse to create an XvImage if we can't find the format.
10113 2005-11-28 Edward Hervey <edward@fluendo.com>
10115 * gst-libs/gst/riff/riff-media.c:
10116 (gst_riff_create_audio_template_caps):
10117 Add ATRAC3 to the list of riff-possible audio caps.
10118 I know we still don't have a plugin for atrac3, but it's saner to output
10119 that than a cryptic mimetype.
10121 2005-11-27 Edward Hervey <edward@fluendo.com>
10123 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10124 Don't try to create a zero-sized subbuffer.
10126 2005-11-27 Julien MOUTTE <julien@moutte.net>
10128 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10129 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10130 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10131 (gst_ximagesink_expose): Fixed a tricky race.
10132 * sys/ximage/ximagesink.h:
10133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10134 (gst_xvimagesink_expose): Fixed a tricky race.
10135 * sys/xvimage/xvimagesink.h:
10137 2005-11-27 Edward Hervey <edward@fluendo.com>
10139 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10140 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10141 Remove unused properties, and add queues between demuxers and decoders
10142 so that a lot more files can preroll properly.
10144 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10146 * gst-libs/gst/net/Makefile.am:
10147 * gst-libs/gst/rtp/Makefile.am:
10148 * gst-libs/gst/tag/Makefile.am:
10149 remove silly include
10150 * gst/tags/Makefile.am:
10151 * gst/tags/gsttagediting.c:
10152 * gst/tags/gsttageditingprivate.h:
10153 * gst/tags/tagedit.vcproj:
10154 remove directory, is as good as empty
10156 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10159 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10160 * gst-libs/Makefile.am:
10161 * gst-libs/gst/audio/Makefile.am:
10162 * gst-libs/gst/interfaces/Makefile.am:
10163 * gst-libs/gst/net/Makefile.am:
10164 * gst-libs/gst/riff/Makefile.am:
10165 * gst-libs/gst/rtp/Makefile.am:
10166 * gst-libs/gst/tag/Makefile.am:
10167 * gst-libs/gst/video/Makefile.am:
10170 2005-11-27 Julien MOUTTE <julien@moutte.net>
10172 * docs/libs/tmpl/gstcolorbalance.sgml:
10173 * docs/libs/tmpl/gstmixer.sgml:
10174 * docs/libs/tmpl/gstxoverlay.sgml:
10175 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10176 * sys/ximage/ximagesink.h:
10177 * sys/xvimage/xvimagesink.h: More and more documentation.
10179 2005-11-26 Julien MOUTTE <julien@moutte.net>
10181 * docs/libs/gst-plugins-base-libs-docs.sgml:
10182 * docs/libs/gst-plugins-base-libs-sections.txt:
10183 * docs/libs/tmpl/gstcolorbalance.sgml:
10184 * docs/libs/tmpl/gstmixer.sgml:
10185 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10188 2005-11-26 Julien MOUTTE <julien@moutte.net>
10190 * docs/plugins/Makefile.am:
10191 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10192 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10193 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10195 2005-11-26 Julien MOUTTE <julien@moutte.net>
10197 * docs/plugins/Makefile.am:
10198 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10199 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10200 * docs/plugins/inspect/plugin-adder.xml:
10201 * docs/plugins/inspect/plugin-alsa.xml:
10202 * docs/plugins/inspect/plugin-audioconvert.xml:
10203 * docs/plugins/inspect/plugin-audiorate.xml:
10204 * docs/plugins/inspect/plugin-audioresample.xml:
10205 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10206 * docs/plugins/inspect/plugin-decodebin.xml:
10207 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10208 * docs/plugins/inspect/plugin-gnomevfs.xml:
10209 * docs/plugins/inspect/plugin-ogg.xml:
10210 * docs/plugins/inspect/plugin-playbin.xml:
10211 * docs/plugins/inspect/plugin-subparse.xml:
10212 * docs/plugins/inspect/plugin-tcp.xml:
10213 * docs/plugins/inspect/plugin-theora.xml:
10214 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10215 * docs/plugins/inspect/plugin-video4linux.xml:
10216 * docs/plugins/inspect/plugin-videorate.xml:
10217 * docs/plugins/inspect/plugin-videoscale.xml:
10218 * docs/plugins/inspect/plugin-videotestsrc.xml:
10219 * docs/plugins/inspect/plugin-volume.xml:
10220 * docs/plugins/inspect/plugin-vorbis.xml:
10221 * docs/plugins/inspect/plugin-ximagesink.xml:
10222 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10223 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10225 2005-11-26 Edward Hervey <edward@fluendo.com>
10227 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10228 Properly return GstFlowReturn from gst_pad_push in chain functions.
10230 2005-11-25 Michael Smith <msmith@fluendo.com>
10232 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10233 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10234 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10235 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10236 Handle various conditions better when we don't understand a stream.
10237 Removes a heap of CRITICALs on ogg streams containing unknown data.
10239 2005-11-24 Andy Wingo <wingo@pobox.com>
10241 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10244 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10246 * configure.ac: back to HEAD
10248 === release 0.9.6 ===
10250 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10253 releasing 0.9.6, "White Eight"
10255 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10257 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10258 * docs/plugins/inspect/plugin-sine.xml:
10259 remove sinesrc some more
10261 2005-11-23 Wim Taymans <wim@fluendo.com>
10263 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10264 If we are reading too slowly, jump forward in the ringbuffer
10265 instead of blocking.
10267 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10269 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10270 (gst_visual_chain):
10271 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10272 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10273 (gst_videorate_chain):
10274 * gst/videotestsrc/gstvideotestsrc.c:
10275 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10276 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10277 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10278 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10279 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10280 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10281 Updates for API changes
10283 2005-11-23 Wim Taymans <wim@fluendo.com>
10285 * gst-libs/gst/audio/gstbaseaudiosink.c:
10286 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10287 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10288 Fix for calibration API change.
10290 2005-11-23 Michael Smith <msmith@fluendo.com>
10292 * gst-libs/gst/audio/multichannel.c:
10293 (gst_audio_get_channel_positions),
10294 (gst_audio_set_channel_positions),
10295 (gst_audio_set_structure_channel_positions_list),
10296 (gst_audio_fixate_channel_positions):
10297 Use gst_value_array_*() functions on value arrays, not
10298 gst_value_list_*().
10300 2005-11-23 Edward Hervey <edward@fluendo.com>
10303 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10306 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10308 * check/Makefile.am:
10309 * check/elements/videotestsrc.c: (setup_videotestsrc),
10310 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10312 add a test for videotestsrc
10314 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10316 * gst/sine/.cvsignore:
10317 * gst/sine/Makefile.am:
10318 * gst/sine/gstsinesrc.c:
10319 * gst/sine/gstsinesrc.h:
10320 * gst/sine/sinesrc.vcproj:
10321 and remove sinesrc from the repository. Closes #321446
10323 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10326 * gst-plugins-base.spec.in:
10327 remove sinesrc from the build
10329 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10331 * check/Makefile.am:
10332 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10333 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10335 add a test for audiotestsrc, testing all waves. Even seems
10336 leak-free at first glance, nice job Stefan
10338 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10354 Translation string updates
10356 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10357 (gst_v4lsrc_set_caps):
10358 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10359 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10360 * sys/v4l/v4lsrc_calls.h:
10361 Improve v4lsrc, by making it work again.
10363 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10365 * ext/libvisual/visual.c: (gst_visual_chain):
10366 Fix the fps calculations.
10368 * gst/ffmpegcolorspace/avcodec.h:
10369 Move structure element for clarity
10371 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10372 * gst-libs/gst/interfaces/tunernorm.h:
10373 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10374 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10375 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10376 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10377 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10378 (gst_v4lmjpegsrc_getcaps):
10379 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10380 (gst_v4lsrc_set_caps):
10381 * sys/v4l/gstv4lsrc.h:
10382 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10383 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10384 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10385 * sys/v4l/v4lsrc_calls.h:
10386 Fractional framerates...
10388 2005-11-22 Wim Taymans <wim@fluendo.com>
10390 * gst-libs/gst/audio/gstbaseaudiosink.c:
10391 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10392 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10393 And we provide a clock by default, of course...
10395 2005-11-22 Wim Taymans <wim@fluendo.com>
10397 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10398 This clock can be slaved to a master clock now.
10400 * gst-libs/gst/audio/gstbaseaudiosink.c:
10401 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10402 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10403 (gst_base_audio_sink_set_clock),
10404 (gst_base_audio_sink_set_property),
10405 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10406 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10407 * gst-libs/gst/audio/gstbaseaudiosink.h:
10408 Handle slaving the internal clock to the clock selected in the
10410 Add property to make the basesink not provide a clock.
10412 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10413 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10414 (gst_base_rtp_depayload_wait):
10415 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10416 We can use the clock in GstElement, no need to store it ourselves.
10418 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10420 * docs/libs/tmpl/gstaudio.sgml:
10422 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10423 (gst_paranoia_endian_get_type):
10424 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10425 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10426 * gst/audiotestsrc/gstaudiotestsrc.c:
10427 (gst_audiostestsrc_wave_get_type):
10428 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10429 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10430 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10431 (gst_sync_method_get_type), (gst_unit_type_get_type),
10432 (gst_client_status_get_type), (gst_multifdsink_class_init),
10433 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10434 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10435 (gst_multifdsink_get_property):
10436 * gst/tcp/gstmultifdsink.h:
10437 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10438 * gst/videotestsrc/gstvideotestsrc.c:
10439 (gst_videotestsrc_pattern_get_type):
10440 remove deprecated properties
10441 fix up enums to correctly have short lowercase dashed nicks
10443 2005-11-22 Michael Smith <msmith@fluendo.com>
10445 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10446 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10449 2005-11-22 Michael Smith <msmith@fluendo.com>
10451 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10452 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10453 Use utility method for scaling clocktime for fractional framerates.
10455 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10457 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10458 (gst_visual_chain):
10459 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10460 * ext/theora/theoradec.c: (theora_handle_type_packet):
10461 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10462 (theora_enc_chain):
10463 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10464 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10465 * gst-libs/gst/video/video.h:
10466 * gst/ffmpegcolorspace/avcodec.h:
10467 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10468 (gst_ffmpeg_caps_to_pixfmt):
10469 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10470 (gst_ffmpegcsp_set_caps):
10471 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10472 (gst_videorate_setcaps), (gst_videorate_blank_data),
10473 (gst_videorate_chain):
10474 * gst/videotestsrc/gstvideotestsrc.c:
10475 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10476 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10477 (gst_videotestsrc_event), (gst_videotestsrc_create):
10478 * gst/videotestsrc/gstvideotestsrc.h:
10479 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10480 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10481 (gst_ximagesink_get_times), (gst_ximagesink_init):
10482 * sys/ximage/ximagesink.h:
10483 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10484 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10485 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10486 * sys/xvimage/xvimagesink.h:
10487 Convert elements to use fractions for their framerate.
10488 V4L elements to come later tonight.
10490 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10492 * gst-libs/gst/audio/audio.c:
10493 * gst-libs/gst/audio/audio.h:
10494 remove some deprecated functions
10496 2005-11-22 Andy Wingo <wingo@pobox.com>
10498 * Update for gst_tag_setter API changes.
10500 2005-11-22 Andy Wingo <wingo@pobox.com>
10502 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10503 (gst_ogg_demux_perform_seek):
10504 * ext/theora/theoradec.c (theora_dec_sink_event):
10505 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10508 2005-11-22 Wim Taymans <wim@fluendo.com>
10510 * examples/seeking/seek.c: (main):
10511 Give higher priority to bus signals than the gtk events
10512 to fix a race condition in the segment looping.
10514 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10516 * ext/theora/Makefile.am:
10517 * ext/vorbis/Makefile.am:
10518 * gst-libs/gst/tag/Makefile.am:
10519 * gst-plugins-base.spec.in:
10520 Rename libgsttagedit to libgsttag (#322117).
10522 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10524 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10526 Call gst_x_overlay_prepare_xwindow_id() to give applications
10527 a final chance to set their own xwindow id before the video
10528 sink creates its own window.
10530 2005-11-22 Julien MOUTTE <julien@moutte.net>
10532 * sys/xvimage/xvimagesink.c:
10533 (gst_xvimagesink_navigation_send_event): Handle navigation
10534 events correcly with borders if applicable.
10536 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10538 Patch by: Luca Ognibene
10540 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10541 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10542 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10543 (gst_ffmpegcsp_caps_remove_format_info):
10544 * gst/ffmpegcolorspace/imgconvert.c:
10545 * gst/ffmpegcolorspace/imgconvert_template.h:
10546 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10547 #318353); use gst_structure_has_name().
10549 2005-11-22 Julien MOUTTE <julien@moutte.net>
10551 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10552 (gst_ximagesink_class_init): Add debug macros on functions.
10553 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10554 (gst_xvimagesink_xwindow_draw_borders),
10555 (gst_xvimagesink_xvimage_put),
10556 (gst_xvimagesink_xwindow_update_geometry),
10557 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10558 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10559 (gst_xvimagesink_xcontext_clear),
10560 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10561 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10562 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10563 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10564 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10565 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10566 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10567 expose while being PAUSED, out of data flow navigation events, etc..
10569 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10571 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10572 * gst-libs/gst/audio/audio.h:
10573 fix prototype - wondering why the test worked regardless
10575 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10577 * check/Makefile.am:
10578 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10579 * gst-libs/gst/audio/audio.h:
10580 add a method that returns a proper GstClockTime
10582 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10584 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10585 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10586 * gst-libs/gst/interfaces/xoverlay.h:
10587 Remove everything having to do with the desired size; add
10588 gst_x_overlay_prepare_xwindow_id() function; remove the
10589 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10590 post a message on the bus instead (#321816).
10592 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10594 (gst_xvimagesink_xoverlay_init):
10595 Remove desired size stuff (#321816).
10597 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10599 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10600 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10601 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10602 Terminate vararg functions with NULL instead of 0 to
10605 2005-11-21 Andy Wingo <wingo@pobox.com>
10607 patch by: Sebastien Cote <sebas642@yahoo.ca>
10609 * gst-libs/gst/rtp/gstrtpbuffer.h:
10610 * gst-libs/gst/rtp/gstrtpbuffer.c
10611 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10613 2005-11-21 Andy Wingo <wingo@pobox.com>
10615 * gst/playback/gstplaybin.c (gen_audio_element)
10616 (gen_video_element): Use the new MISSING_PLUGIN core error
10617 category. Closes #320060.
10619 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10620 * gst/videorate/gstvideorate.c (gst_videorate_event):
10621 * ext/theora/theoradec.c (theora_dec_sink_event):
10622 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10625 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10626 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10627 stream lock changes.
10629 2005-11-21 Wim Taymans <wim@fluendo.com>
10631 * gst-libs/gst/audio/gstbaseaudiosink.c:
10632 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10633 (gst_base_audio_sink_provide_clock),
10634 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10635 (gst_base_audio_sink_change_state):
10636 * gst/audioresample/gstaudioresample.c:
10637 Segment update fix.
10639 2005-11-21 Andy Wingo <wingo@pobox.com>
10642 * *.c: Ran scripts/update-macros. Oh yes.
10644 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10646 * sys/ximage/Makefile.am:
10647 * sys/ximage/ximage.c:
10648 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10649 remove your old libgstximage.* manually if necessary).
10651 2005-11-21 Michael Smith <msmith@fluendo.com>
10653 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10654 Minimal fix for bug #320200: set the min/max bitrate in the correct
10655 units. A better fix would be to upgrade to the RATEMANAGE2
10656 interface, rather than using the deprecated interface used here, but
10657 that would require an update in our libvorbis dependency (to 1.1),
10658 which is probably undesirable.
10660 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10662 * ext/libvisual/visual.c: (get_buffer):
10663 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10664 (gst_base_audio_src_fixate):
10665 * gst/audioconvert/gstaudioconvert.c:
10666 (gst_audio_convert_fixate_caps):
10667 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10668 * gst/audiotestsrc/gstaudiotestsrc.c:
10669 (gst_audiotestsrc_src_fixate):
10670 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10671 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10672 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10673 * gst/videotestsrc/gstvideotestsrc.c:
10674 (gst_videotestsrc_src_fixate):
10675 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10676 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10677 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10681 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10683 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10684 (gst_riff_create_iavs_caps):
10685 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10686 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10687 (gst_riff_parse_info):
10688 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10689 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10691 Fixes for GST_FOURCC_FORMAT API change.
10693 2005-11-21 Andy Wingo <wingo@pobox.com>
10695 patch by: Alessandro Dessina <alessandro nnva org>
10697 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10698 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10699 (gst_ogg_parse_chain):
10700 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10701 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10702 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10703 gst_value_list calls on arrays. Fixes #321962.
10705 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10707 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10708 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10709 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10710 * gst/adder/gstadder.c: (gst_adder_init),
10711 (gst_adder_request_new_pad), (gst_adder_collected),
10712 (gst_adder_change_state):
10713 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10716 2005-11-21 Michael Smith <msmith@fluendo.com>
10718 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10719 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10720 Properly handle pad_push return values.
10722 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10724 * gst-libs/gst/tag/Makefile.am:
10725 * gst-libs/gst/tag/gstvorbistag.c:
10726 (gst_tag_list_to_vorbiscomment_buffer):
10727 Remove obsolete vorbistag element and debug category.
10729 * gst/playback/gstplaybasebin.c: (check_queue):
10730 Don't divide by 0 when queue-threshold is 0.
10732 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10733 Don't modify an existing pixel-aspect-ratio if we fail to read
10736 2005-11-20 Wim Taymans <wim@fluendo.com>
10738 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10739 (gst_vorbisenc_push_packet):
10740 GST_PAD_IS_USABLE is gone, use the return value of
10741 the push or pad_alloc_buffer instead.
10743 2005-11-18 Julien MOUTTE <julien@moutte.net>
10745 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10746 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10747 (gst_ximagesink_ximage_destroy),
10748 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10749 (gst_ximagesink_xwindow_new),
10750 (gst_ximagesink_xwindow_update_geometry),
10751 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10752 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10753 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10754 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10755 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10756 (gst_ximagesink_navigation_send_event),
10757 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10758 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10759 (gst_ximagesink_finalize), (gst_ximagesink_init),
10760 (gst_ximagesink_class_init):
10761 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10762 This new version brings correct software scaling, non flickering
10763 window while resizing, pixel aspect ratio handling, usage of
10764 hardware buffer pools, out of data flow event thread for
10765 navigation and handling of expose events even when being PAUSED,
10766 a new property to keep video aspect ratio when resizing, etc...
10768 2005-11-18 Julien MOUTTE <julien@moutte.net>
10770 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10771 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10774 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10776 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10777 Unsetting IS_SINK flag from the fakesink, so decodebin
10778 never behaves as a sink.
10780 2005-11-17 Wim Taymans <wim@fluendo.com>
10782 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10783 (gst_base_audio_src_change_state):
10784 Fix the audiosrc base class again, we did not unflush.
10786 2005-11-17 Julien MOUTTE <julien@moutte.net>
10788 * examples/seeking/seek.c: (make_dv_pipeline),
10789 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10790 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10791 to ogg/vorbis/theora pipeline.
10793 2005-11-17 Wim Taymans <wim@fluendo.com>
10795 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10796 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10797 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10798 Fix EOS on multiple streams.
10801 2005-11-16 Wim Taymans <wim@fluendo.com>
10803 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10804 (gst_ogg_demux_perform_seek):
10805 Segment done must include stream time.
10807 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10808 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10809 (gst_ogg_mux_change_state):
10810 Fix ogg muxer again.
10812 2005-11-16 Wim Taymans <wim@fluendo.com>
10814 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10817 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10819 * ext/libvisual/visual.c: (gst_visual_init):
10820 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10821 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10822 (gst_ogg_parse_chain):
10823 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10824 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10825 * ext/theora/theoradec.c: (gst_theora_dec_init):
10826 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10827 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10828 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10829 * gst/adder/gstadder.c: (gst_adder_class_init),
10830 (gst_adder_dispose):
10831 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10832 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10833 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10834 Fix a whole set of pad template leaks
10836 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10838 * check/generic/states.c: (GST_START_TEST):
10839 fix the test so that it only checks for elements that are part of
10842 2005-11-16 Michael Smith <msmith@fluendo.com>
10844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10845 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10846 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10847 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10848 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10849 (gst_ogg_mux_change_state):
10850 Fix leaking collectpads.
10852 2005-11-16 Edward Hervey <edward@fluendo.com>
10854 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10855 (gst_videorate_event), (gst_videorate_chain):
10856 Handle segment seeks
10858 2005-11-16 Wim Taymans <wim@fluendo.com>
10860 * gst-libs/gst/audio/gstbaseaudiosink.c:
10861 (gst_base_audio_sink_provide_clock),
10862 (gst_base_audio_sink_change_state):
10863 Set ringbuffer to non-flushing when going to PAUSED, set to
10864 flushing again when going to READY.
10866 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10867 (gst_ring_buffer_stop):
10868 Start in flushing mode by default.
10869 Don't set flushing in the _stop method, let the app call
10872 2005-11-16 Julien MOUTTE <julien@moutte.net>
10874 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10875 * gst-libs/gst/video/videosink.h: Add helper function needed
10878 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10880 * gst/videoscale/gstvideoscale.c:
10881 (gst_videoscale_handle_src_event):
10882 Don't leak reference to pad parent.
10884 2005-11-16 Wim Taymans <wim@fluendo.com>
10886 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10887 Set ringbuffer to flushing when stopping so that we don't
10888 block on wait_segment anymore and livelock.
10890 2005-11-16 Wim Taymans <wim@fluendo.com>
10892 * examples/seeking/seek.c: (send_event), (do_seek),
10893 (loop_toggle_cb), (segment_done), (main):
10894 Added looping checkbox.
10896 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10898 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10899 (gst_ogg_demux_init):
10900 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10901 (gst_vorbis_dec_init):
10902 revert unrefs, they don't pass make check
10904 2005-11-15 Johan Dahlin <johan@gnome.org>
10906 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10907 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10908 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10909 (gst_vorbis_dec_init):
10910 Fix pad template leaks.
10912 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10914 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10915 Make state change function thread safe.
10917 2005-11-15 Edward Hervey <edward@fluendo.com>
10919 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10920 (gst_ogg_demux_class_init):
10921 Implement GstElement::send_event, so we can send seek events
10924 2005-11-14 Julien MOUTTE <julien@moutte.net>
10926 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10927 Discovered how to take away flickering while resizing the
10928 window. Please don't put that in ximagesink, refactoring in
10931 2005-11-14 Michael Smith <msmith@fluendo.com>
10933 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10934 (gst_multifdsink_render):
10935 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10937 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10939 * gst/playback/gstplaybin.c: (gen_audio_element):
10940 Use autoaudiosink, it tends to be more widely available than
10943 2005-11-14 Andy Wingo <wingo@pobox.com>
10945 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10946 as well if it is available. Fixes #316442.
10948 2005-11-14 Michael Smith <msmith@fluendo.com>
10950 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10951 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10952 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10953 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10954 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10955 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10956 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10957 (gst_vorbisenc_change_state):
10958 Fix a small memory leak in vorbisenc.
10959 Fix large memory leaks in oggmux, also fix lots of state change
10962 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10964 * gst/videotestsrc/gstvideotestsrc.c:
10965 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10966 (gst_videotestsrc_src_fixate):
10967 move fixation to a fixate function
10968 remove negotiate function, basesrc's is good enough
10969 fixes a bug for check when using the element alone
10971 2005-11-13 Edward Hervey <edward@fluendo.com>
10973 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10974 (key_toggle_cb), (main):
10975 Added checkboxes for adding/removing the accurate and key_unit seek
10978 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10980 * configure.ac: back to HEAD
10982 === release 0.9.5 ===
10984 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10987 releasing 0.9.5, "No No Kia"
10989 2005-11-11 Edward Hervey <edward@fluendo.com>
10991 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10992 Added parse-launch syntax seeking mode for the seeking example.
10993 This should help stress-test even more cases.
10994 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10996 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10998 * sys/xvimage/xvimagesink.c:
10999 (gst_xvimagesink_navigation_send_event):
11000 Check whether peer pad exists before sending navigation events
11003 2005-11-11 Michael Smith <msmith@fluendo.com>
11005 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11006 (gst_vorbisenc_buffer_from_packet):
11007 * ext/vorbis/vorbisenc.h:
11008 Set duration on encoded buffers. This allows oggmux's
11009 max_page_delay parameter to actually work.
11011 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11013 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11014 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11015 (gst_ffmpegcsp_avpicture_fill):
11016 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11017 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11018 Make palettes work again (see #132341). Use our own macros
11021 2005-11-10 Andy Wingo <wingo@pobox.com>
11023 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11026 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11028 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11029 (gst_ffmpegcsp_transform_caps):
11030 Prefer passthrough in transform_caps
11032 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11034 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11035 check for ALSA errors properly, instead of relying on ALSA's
11036 error strings to serve to the user.
11038 2005-11-10 Wim Taymans <wim@fluendo.com>
11040 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11041 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11042 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11043 Modernise the seek code.
11045 2005-11-10 Michael Smith <msmith@fluendo.com>
11047 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11048 (setup_substreams), (set_active_source):
11049 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11050 trying to go to NULL if we failed to read a file.
11052 2005-11-10 Wim Taymans <wim@fluendo.com>
11054 * gst/audiotestsrc/gstaudiotestsrc.c:
11055 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11056 (gst_audiotestsrc_create):
11057 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11058 (gst_sinesrc_get_times), (gst_sinesrc_create):
11059 * gst/videotestsrc/gstvideotestsrc.c:
11060 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11061 (gst_videotestsrc_create):
11062 The base class can now sync for us.
11064 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11066 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11067 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11068 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11069 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11070 format=(fourcc)I420" ! xvimagesink
11072 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11074 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11075 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11076 (gst_sinesrc_newsegment):
11077 Send newsegment event in TIME format, set duration if
11078 num-buffers is set, fix duration querying.
11080 2005-11-10 Michael Smith <msmith@fluendo.com>
11082 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11083 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11084 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11085 (gst_ogg_mux_collected):
11086 Fix EOS handling, partially. Now forwarding an EOS event once we have
11087 EOS on all pads works correctly. However, we still don't properly set
11088 EOS on the actual ogg stream pages.
11090 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11092 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11093 Set elements to NULL state before disposing of them.
11095 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11097 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11099 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11100 (gst_base_rtp_depayload_init),
11101 (gst_base_rtp_depayload_set_gst_timestamp):
11102 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11103 We need to send a newsegment event for each instance, not
11104 just for the first instance of this class (get rid of
11105 static variable in function). (#321011).
11107 2005-11-08 Michael Smith <msmith@fluendo.com>
11109 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11110 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11111 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11112 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11113 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11114 This makes us mux things correctly according to the ogg muxing
11115 rules. Still not handling EOS correctly right now, though.
11117 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11119 * gst/audioconvert/gstaudioconvert.c:
11122 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11124 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11125 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11126 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11127 creating a new chain; should fix live streaming. Also
11128 add more debug output and fix a typo.
11130 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11132 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11134 * gst/volume/gstvolume.c: (volume_set_caps):
11135 Fix compilation on Solaris with Forte. (#320923)
11137 2005-11-08 Wim Taymans <wim@fluendo.com>
11139 * gst-libs/gst/audio/gstbaseaudiosink.c:
11140 (gst_base_audio_sink_render):
11141 No need to do a typecheck.
11143 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11145 * ext/alsa/gstalsa.h:
11146 We register a debug category, so let's use it.
11148 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11150 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11151 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11152 Fixed a small problem.
11154 2005-11-04 Wim Taymans <wim@fluendo.com>
11156 * examples/seeking/Makefile.am:
11157 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11158 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11159 (make_playerbin_pipeline), (format_value), (update_scale),
11160 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11161 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11162 (print_usage), (main):
11163 Added app for playback speed testing.
11165 * examples/seeking/seek.c: (dynamic_link),
11166 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11167 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11168 (message_received), (main):
11169 Updated seek example.
11171 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11173 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11174 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11175 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11176 (gst_base_rtp_depayload_set_clock):
11177 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11178 Don't sleep on the bench (system clock) when you have a nice
11179 comfortable bed (Gstreamer clock) to sleep on.
11181 2005-11-03 Wim Taymans <wim@fluendo.com>
11183 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11184 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11185 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11186 Handle the case where a pad_block failed.
11188 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11190 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11192 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11193 (gst_base_rtp_depayload_add_to_queue),
11194 (gst_base_rtp_depayload_push),
11195 (gst_base_rtp_depayload_set_gst_timestamp),
11196 (gst_base_rtp_depayload_queue_release):
11197 Fixes some bugs in the depayloader's queuing/de-queueing code.
11199 2005-10-31 Michael Smith <msmith@fluendo.com>
11201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11202 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11203 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11204 Patch from Alessandro Decina <alessandro@nnva.org>.
11205 Make oggdemux only find the final time in a chain, not per-pad,
11206 since the per-pad information can be very expensive to locate, and
11207 it isn't used anywhere. This makes reading a file containing
11208 OggSkeleton reasonably fast.
11209 Also, make chain finding work when there are logical bitstreams that
11210 can't be decoded. Fixes #319110.
11212 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11214 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11215 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11216 (gst_base_rtp_depayload_chain),
11217 (gst_base_rtp_depayload_add_to_queue),
11218 (gst_base_rtp_depayload_push),
11219 (gst_base_rtp_depayload_set_gst_timestamp),
11220 (gst_base_rtp_depayload_queue_release),
11221 (gst_base_rtp_depayload_start_thread),
11222 (gst_base_rtp_depayload_set_property),
11223 (gst_base_rtp_depayload_get_property):
11224 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11225 Some random fixes, to fullfill the desires of thomas.
11227 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11229 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11230 (gst_base_rtp_depayload_add_to_queue),
11231 (gst_base_rtp_depayload_push):
11232 Fixed the queueing algorithm.
11234 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11236 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11237 (gst_base_rtp_depayload_push):
11240 2005-10-31 Wim Taymans <wim@fluendo.com>
11242 * gst-libs/gst/audio/gstringbuffer.h:
11245 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11246 (gst_ffmpeg_caps_to_pixfmt):
11247 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11248 (gst_ffmpegcsp_set_caps):
11249 Some more comments.
11250 Handle missing required caps fields better.
11252 2005-10-31 Wim Taymans <wim@fluendo.com>
11254 * gst-libs/gst/audio/gstbaseaudiosink.c:
11255 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11256 (gst_base_audio_sink_render):
11257 * gst-libs/gst/audio/gstringbuffer.c:
11258 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11259 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11260 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11261 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11262 (gst_ring_buffer_read):
11263 * gst-libs/gst/audio/gstringbuffer.h:
11264 Add flushing mode to the ringbuffer so that it in all cases does
11265 not try to handle more audio. This makes sure it does not try to
11266 block anymore when flushing and fixes a livelock.
11268 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11270 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11271 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11272 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11273 Explicitly check for -1 values before doing a conversion
11274 and always map them to -1. (#315545)
11276 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11278 * gst/playback/gstplaybin.c: (gen_video_element):
11279 first try autovideosink, then xvimagesink, then error out
11281 add translatable file
11296 update translations
11298 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11300 * gst-libs/gst/rtp/gstbasedepayload.c:
11301 * gst-libs/gst/rtp/gstbasedepayload.h:
11304 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11306 * gst/playback/.cvsignore:
11307 * gst/playback/decodetest.c:
11308 * gst/playback/test3.c:
11309 Port these two tests as well.
11311 2005-10-27 Wim Taymans <wim@fluendo.com>
11313 * ext/theora/theoradec.c: (theora_dec_src_query),
11314 (theora_dec_sink_event):
11315 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11316 (theora_enc_change_state):
11317 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11318 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11319 Take proper locks when handling events.
11321 2005-10-27 Wim Taymans <wim@fluendo.com>
11323 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11324 (gst_adder_change_state):
11325 Fix timestamps and fix deadlock when stopping the collectpads.
11327 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11329 * gst-libs/gst/rtp/gstrtpbuffer.h:
11330 Declaring the payload types as strings too so that they can be used
11331 in the padtemplate inialization.
11333 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11335 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11337 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11338 (gst_base_rtp_depayload_class_init):
11339 Fixes a small but nasty bug. The derived elements no longer segfaults
11342 2005-10-26 Michael Smith <msmith@fluendo.com>
11344 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11345 When clearing an audioconvert context, set tmpbufsize to zero, so
11346 we'll allocate it again later if required.
11347 This fixes audioconvert re-negotiating formats, which previously
11348 segfaulted with a NULL destination buffer.
11350 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11352 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11353 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11354 (gst_base_rtp_depayload_set_gst_timestamp),
11355 (gst_base_rtp_depayload_queue_release):
11356 Fixed a smalll memleak.
11358 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11359 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11360 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11361 (gst_base_rtp_depayload_finalize),
11362 (gst_base_rtp_depayload_setcaps),
11363 (gst_base_rtp_depayload_add_to_queue),
11364 (gst_base_rtp_depayload_push),
11365 (gst_base_rtp_depayload_set_gst_timestamp),
11366 (gst_base_rtp_depayload_queue_release),
11367 (gst_base_rtp_depayload_thread),
11368 (gst_base_rtp_depayload_change_state):
11369 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11370 Changed the C++ comments to C comments
11372 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11374 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11375 * gst/tcp/gsttcpclientsrc.h:
11376 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11377 * gst/tcp/gsttcpserversrc.h:
11378 Remove unused 'curoffset' structure member.
11380 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11382 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11383 (gst_base_rtp_depayload_base_init),
11384 (gst_base_rtp_depayload_finalize):
11385 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11386 * gst-libs/gst/rtp/gstbasertppayload.h:
11387 The pad-template on the sinkpad should be set by the derived classes.
11388 Also added some useful macros.
11390 2005-10-24 Wim Taymans <wim@fluendo.com>
11392 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11393 Correctly flush decoder samples even if we could not
11394 copy them to an output buffer. Fixes #319618.
11396 2005-10-24 Julien MOUTTE <julien@moutte.net>
11398 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11399 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11400 the caps against our xcontext caps.
11402 2005-10-24 Wim Taymans <wim@fluendo.com>
11404 * gst-libs/gst/audio/gstbaseaudiosink.c:
11405 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11407 Use sync property from baseclass to disable sync.
11409 2005-10-24 Wim Taymans <wim@fluendo.com>
11411 * gst-libs/gst/audio/gstbaseaudiosink.c:
11412 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11413 Buffers with no timestamps get aligned with previous buffers or
11414 on underrun, played ASAP.
11416 2005-10-24 Julien MOUTTE <julien@moutte.net>
11418 * gst-libs/gst/video/video.h:
11419 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11420 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11421 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11422 here comes my change on caps for framerate and geometry range.
11423 We are now accepting 1 to MAXINT for width and height, and from
11424 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11425 to be blended correctly in videomixer.
11427 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11432 === release 0.9.4 ===
11434 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11439 releasing 0.9.4, "Velociraptor"
11441 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11443 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11447 2005-10-21 Wim Taymans <wim@fluendo.com>
11449 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11450 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11451 (pad_blocked), (close_pad_link), (new_pad):
11452 Don't try to remove elements twice.
11454 2005-10-21 Wim Taymans <wim@fluendo.com>
11456 * ext/theora/theoradec.c: (theora_dec_src_query),
11457 (theora_dec_sink_event):
11458 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11459 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11460 (vorbis_handle_data_packet):
11461 * ext/vorbis/vorbisdec.h:
11464 * gst-libs/gst/audio/gstbaseaudiosink.c:
11465 (gst_base_audio_sink_render):
11466 Don't try to sync on buffers without a timestamp.
11468 2005-10-21 Wim Taymans <wim@fluendo.com>
11470 * ext/theora/theoradec.c: (theora_dec_src_query),
11471 (theora_dec_sink_event):
11472 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11473 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11474 (vorbis_handle_data_packet):
11475 * ext/vorbis/vorbisdec.h:
11478 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11480 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11481 (gst_vorbisenc_src_query):
11482 Implement position and duration queries.
11484 * gst/playback/test3.c: (update_scale), (main):
11485 Fix for async state changes and print nicer output.
11487 2005-10-20 Wim Taymans <wim@fluendo.com>
11489 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11490 (dump_element_stats), (main):
11491 * gst/playback/test6.c: (main):
11494 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11496 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11497 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11498 Don't use functions for position queries when handling
11501 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11503 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11504 (vorbis_handle_data_packet), (vorbis_dec_chain),
11505 (vorbis_dec_change_state):
11506 * ext/vorbis/vorbisdec.h:
11507 Vorbis streams can be embedded in other container formats
11508 than ogg, container formats where the demuxer might set
11509 timestamps on encoded vorbis buffers instead of those silly
11510 granulepos thingies. In short: make vorbisdec handle
11511 timestamps on incoming buffers as well.
11513 2005-10-20 Wim Taymans <wim@fluendo.com>
11515 * gst/playback/gstplaybasebin.c: (group_destroy),
11516 (gst_play_base_bin_change_state):
11518 Handle case where playbasebin is now ASYNC because
11521 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11523 * gst/audioconvert/Makefile.am:
11524 * gst/audioconvert/bufferframesconvert.c:
11525 * gst/audioconvert/plugin.c: (plugin_init):
11526 * gst/audioconvert/plugin.h:
11527 And bye bye buffer-frames-convert
11529 2005-10-19 Wim Taymans <wim@fluendo.com>
11531 * check/elements/audioconvert.c:
11532 * docs/libs/tmpl/gstaudio.sgml:
11533 * docs/libs/tmpl/gstcolorbalance.sgml:
11534 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11535 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11536 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11537 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11538 * gst-libs/gst/audio/audio.h:
11539 * gst/audioconvert/audioconvert.h:
11540 * gst/audioconvert/gstaudioconvert.c:
11541 (gst_audio_convert_parse_caps):
11542 * gst/volume/gstvolume.c:
11543 Bye bye buffer-frames.
11545 2005-10-19 Wim Taymans <wim@fluendo.com>
11547 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11548 (query_positions_elems), (query_positions_pads), (update_scale),
11549 (do_seek), (set_update_scale), (message_received), (main):
11550 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11551 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11552 (gst_ogg_demux_loop):
11553 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11554 * ext/theora/theoradec.c: (theora_dec_src_query),
11555 (theora_dec_sink_event):
11556 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11557 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11558 * gst/adder/gstadder.c: (gst_adder_query):
11559 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11560 * gst/playback/test3.c: (update_scale):
11561 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11562 (dump_element_stats), (main):
11563 * gst/playback/test6.c: (main):
11564 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11567 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11569 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11570 (xml_check_first_element), (xml_type_find), (smil_type_find),
11572 Add typefinding for SMIL and for generic XML. Based on patch by
11573 Akos Maroy (#308663).
11575 2005-10-18 Wim Taymans <wim@fluendo.com>
11577 * gst/playback/Makefile.am:
11578 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11579 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11580 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11581 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11582 (gst_decode_bin_change_state):
11583 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11584 (gst_play_bin_send_event_to_sink):
11585 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11586 (dump_element_stats), (main):
11587 * gst/playback/test6.c: (main):
11588 Make playbin async, it'll commit state to paused when all streams
11591 Added test6.c to show async behaviour.
11593 2005-10-18 Wim Taymans <wim@fluendo.com>
11595 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11596 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11597 Fix for segment-start/stop API change.
11599 2005-10-18 Wim Taymans <wim@fluendo.com>
11601 * check/Makefile.am:
11602 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11604 Add future test for clock selection.
11606 2005-10-18 Wim Taymans <wim@fluendo.com>
11608 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11609 (gst_alsasink_close):
11610 Set handle to NULL.
11612 * gst-libs/gst/audio/gstringbuffer.c:
11613 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11614 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11615 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11616 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11617 (gst_ring_buffer_read):
11620 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11622 * gst/audiotestsrc/Makefile.am:
11623 * gst/sine/Makefile.am:
11624 * gst/volume/Makefile.am:
11625 fix broken build of controllerized plugins
11627 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11629 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11631 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11632 (gst_riff_create_video_template_caps):
11633 Add support for Indeo-3 (IV32).
11635 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11640 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11642 * gst-libs/gst/video/video.c: (gst_video_get_size):
11643 * gst/audiotestsrc/gstaudiotestsrc.c:
11646 2005-10-17 Andy Wingo <wingo@pobox.com>
11648 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11649 with the collectpads change.
11650 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11652 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11654 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11656 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11657 alloc_buffer flow return to callers.
11658 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11659 change. Fix some memleaks in theoraenc.
11661 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11662 in strange circumstance.
11664 2005-10-17 Julien MOUTTE <julien@moutte.net>
11666 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11667 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11668 from caps, let's use the caps...
11670 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11673 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11675 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11677 * gst-libs/gst/interfaces/Makefile.am:
11680 2005-10-16 Andy Wingo <wingo@pobox.com>
11682 * gst/playback/gstdecodebin.c
11683 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11685 (try_to_link_1): Increase kraziness level.
11687 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11690 restructure like the core one
11691 * gst-libs/gst/audio/Makefile.am:
11692 * gst-libs/gst/interfaces/Makefile.am:
11693 * gst-libs/gst/net/Makefile.am:
11694 * gst-libs/gst/riff/Makefile.am:
11695 * gst-libs/gst/rtp/Makefile.am:
11696 * gst-libs/gst/tag/Makefile.am:
11697 * gst-libs/gst/video/Makefile.am:
11698 use correct linker flags, now the libs are properly versioned
11699 * check/elements/audioconvert.c: (verify_convert):
11700 * ext/alsa/gstalsaplugin.c:
11701 * ext/cdparanoia/gstcdparanoia.c:
11702 * ext/gnomevfs/gstgnomevfs.c:
11703 * ext/libvisual/visual.c:
11704 * ext/ogg/gstogg.c:
11705 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11706 * ext/theora/theora.c:
11707 * ext/vorbis/vorbis.c:
11708 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11709 * gst-libs/gst/tag/gsttagediting.c:
11710 * gst-libs/gst/video/video.c:
11711 * gst/adder/gstadder.c:
11712 * gst/audioconvert/plugin.c:
11713 * gst/audiorate/gstaudiorate.c:
11714 * gst/audioresample/gstaudioresample.c:
11715 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11716 * gst/audioscale/gstaudioscale.c:
11717 * gst/audioscale/resample.c:
11718 * gst/audiotestsrc/gstaudiotestsrc.c:
11719 * gst/ffmpegcolorspace/gstffmpeg.c:
11720 * gst/playback/gstdecodebin.c: (close_pad_link):
11721 * gst/playback/gstplaybin.c: (gen_video_element),
11722 (gen_audio_element):
11723 * gst/sine/gstsinesrc.c:
11724 * gst/subparse/gstsubparse.c:
11725 * gst/tags/gsttagediting.c:
11726 * gst/tcp/gsttcpplugin.c:
11727 * gst/typefind/gsttypefindfunctions.c:
11728 * gst/videorate/gstvideorate.c:
11729 * gst/videoscale/gstvideoscale.c:
11730 * gst/videotestsrc/gstvideotestsrc.c:
11731 * gst/volume/gstvolume.c:
11732 * sys/v4l/gstv4l.c:
11733 * sys/ximage/ximage.c:
11734 * sys/xvimage/xvimagesink.c:
11737 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11739 * ext/vorbis/vorbisenc.c:
11740 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11741 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11742 (gst_tag_to_vorbis_comments):
11743 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11745 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11747 * examples/stats/mp2ogg.c:
11748 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11751 2005-10-13 Michael Smith <msmith@fluendo.com>
11753 * ext/ogg/gstoggmux.c:
11754 Use magic glib macros to define constants as 64 bit, to ensure
11755 appropriate vararg passing.
11757 2005-10-13 Michael Smith <msmith@fluendo.com>
11759 * ext/ogg/gstoggmux.c:
11760 * gst/audioconvert/audioconvert.c: (float):
11761 Don't use LL suffix, as it's not portable, and neither of these
11762 uses required it anyway.
11764 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11766 * examples/indexing/indexmpeg.c: (main):
11767 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11768 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11769 (cdparanoia_convert), (cdparanoia_query):
11770 * ext/cdparanoia/gstcdparanoia.h:
11771 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11772 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11773 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11774 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11775 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11776 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11777 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11778 (gst_multifdsink_render), (gst_multifdsink_start),
11779 (gst_multifdsink_stop):
11780 * gst/tcp/gstmultifdsink.h:
11781 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11782 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11783 (gst_tcpclientsink_stop):
11784 * gst/tcp/gsttcpclientsink.h:
11785 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11786 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11787 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11788 * gst/tcp/gsttcpclientsrc.h:
11789 * gst/tcp/gsttcpserversink.h:
11790 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11791 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11792 (gst_tcpserversrc_stop):
11793 * gst/tcp/gsttcpserversrc.h:
11794 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11795 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11796 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11797 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11798 moved bitshift from macro to enum definition
11800 2005-10-12 Wim Taymans <wim@fluendo.com>
11802 * examples/seeking/Makefile.am:
11805 2005-10-12 Wim Taymans <wim@fluendo.com>
11807 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11808 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11809 Don't assert on normal stuff.
11811 * gst/playback/gstplaybin.c: (do_playbin_seek):
11814 2005-10-12 Wim Taymans <wim@fluendo.com>
11816 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11817 * examples/seeking/Makefile.am:
11818 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11819 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11820 (do_seek), (set_update_scale), (message_received), (main):
11821 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11822 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11823 Update for _get_state() API change.
11825 2005-10-11 Wim Taymans <wim@fluendo.com>
11827 * gst-libs/gst/audio/gstbaseaudiosink.c:
11828 (gst_base_audio_sink_render):
11829 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11830 (gst_base_audio_src_create):
11831 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11832 (gst_ring_buffer_read):
11834 Commit and read from ringbuffer in samples rather than bytes.
11836 2005-10-11 Wim Taymans <wim@fluendo.com>
11838 * gst-libs/gst/audio/gstbaseaudiosink.c:
11839 (gst_base_audio_sink_render):
11840 Respect segment rate and accum when scheduling samples.
11842 2005-10-11 Julien MOUTTE <julien@moutte.net>
11844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11845 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11846 EOS correctly, that needs more work.
11848 2005-10-11 Wim Taymans <wim@fluendo.com>
11850 * check/generic/states.c: (GST_START_TEST):
11851 remove old property.
11853 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11854 (gst_ogg_demux_perform_seek):
11855 * ext/theora/theoradec.c: (theora_dec_sink_event):
11856 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11857 (vorbis_handle_data_packet):
11858 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11859 (gst_base_rtp_depayload_set_gst_timestamp):
11860 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11861 Update for newsegment API change.
11863 2005-10-11 Michael Smith <msmith@fluendo.com>
11865 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11866 (do_playbin_seek), (gst_play_bin_send_event):
11867 Override send_event differently, so that we can takes bits of
11868 functionality from GstPipeline (special handling for seeks,
11869 including pausing/resuming, and resetting stream time) and still get
11870 the appropriate behaviour of only forwarding event to a single sink,
11871 rather than all of them.
11872 Unfortunately requires a lot of code duplication, but the
11873 alternatives are equally ugly in the end.
11875 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11877 * check/elements/audioconvert.c: (setup_audioconvert),
11878 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11879 (GST_START_TEST), (audioconvert_suite):
11880 clean up tests a little, fix some leaks.
11882 2005-10-10 Wim Taymans <wim@fluendo.com>
11884 * ext/alsa/gstalsasink.c:
11885 Also allow unsigned int.
11887 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11888 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11891 2005-10-10 Wim Taymans <wim@fluendo.com>
11893 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11894 Small update, use API as stated in design docs.
11896 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11897 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11898 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11899 (message_received), (main):
11900 Updated seek example for GOption. Some usability improvements.
11902 2005-10-10 Wim Taymans <wim@fluendo.com>
11904 * gst/audioconvert/audioconvert.h:
11905 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11906 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11907 Alloc temp storage somewhere else where we can do it more
11910 2005-10-10 Wim Taymans <wim@fluendo.com>
11912 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11913 (gst_tcpserversrc_start):
11914 Don't block in accept while doing the state change, move
11915 to poll and make cancellable.
11917 2005-10-09 Philippe Khalaf <burger@speedy.org>
11919 * gst-libs/gst/rtp/rtpbasedepayload.c:
11920 Set timestamp and add queue delay to timestamp
11921 * gst-libs/gst/rtp/rtpbuffer.h:
11922 Set correct payload type for h263
11924 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11926 * gst/audiotestsrc/gstaudiotestsrc.c:
11927 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11928 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11929 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11930 (gst_audiotestsrc_create_triangle),
11931 (gst_audiotestsrc_create_silence),
11932 (gst_audiotestsrc_create_white_noise),
11933 (gst_audiotestsrc_init_pink_noise),
11934 (gst_audiotestsrc_generate_pink_noise_value),
11935 (gst_audiotestsrc_create_pink_noise),
11936 (gst_audiotestsrc_change_wave):
11937 * gst/audiotestsrc/gstaudiotestsrc.h:
11938 fixed typo, added pink noise
11940 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11942 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11944 Add wavpack and spc typefind functions from 0.8 branch.
11946 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11948 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11949 (ar_type_find), (msdos_type_find), (plugin_init):
11950 Add typefind functions for tar archives, ar archives,
11951 RAR archives, and msdos-executables (dlls, exe, etc.).
11952 Some of those would be wrongly identified as mpeg
11953 streams of some sort before (#315550).
11955 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11958 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11959 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11960 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11961 * gst/audiotestsrc/Makefile.am:
11962 * gst/audiotestsrc/gstaudiotestsrc.c:
11963 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11964 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11965 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11966 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11967 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11968 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11969 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11970 (gst_audiotestsrc_create_silence),
11971 (gst_audiotestsrc_create_white_noise),
11972 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11973 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11974 (gst_audiotestsrc_start), (plugin_init):
11975 * gst/audiotestsrc/gstaudiotestsrc.h:
11976 add new plugin and element
11977 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11980 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11982 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11983 (gst_adder_init), (gst_adder_request_new_pad),
11984 (gst_adder_change_state):
11985 Add query function to source pad, so adder reports the correct
11986 time/sample position when queried (#315457); fix state change
11987 function; use GST_DEBUG_FUNCPTR() for pad functions.
11989 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11991 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11992 Fix leaks in typefind registration
11993 Clean up the gratuitous commenting and whitespacing a little
11995 2005-10-08 Wim Taymans <wim@fluendo.com>
11997 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11998 Only actually wait for the thread to be stopped if it's
12001 2005-10-08 Wim Taymans <wim@fluendo.com>
12003 * gst-libs/gst/audio/gstbaseaudiosink.c:
12004 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12005 If we receive EOS we can start playback of what we had.
12007 2005-10-08 Wim Taymans <wim@fluendo.com>
12009 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12010 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12011 (gst_multifdsink_stop):
12012 Fix crasher when going to NULL multiple times.
12014 2005-10-06 Wim Taymans <wim@fluendo.com>
12016 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12017 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12018 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12019 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12020 patch from Edgard Lima <edgard.lima@indt.org.br>
12021 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12023 2005-10-06 Wim Taymans <wim@fluendo.com>
12025 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12026 Report the FLOW_RETURN as string in the error message.
12028 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12029 Don't assert when clearing an unnegotiated buffer.
12031 2005-10-04 Michael Smith <msmith@fluendo.com>
12033 * gst/playback/gstplaybasebin.c: (group_destroy),
12034 (gen_preroll_element), (remove_groups), (setup_source):
12035 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12036 (setup_sinks), (gst_play_bin_send_event),
12037 (gst_play_bin_change_state):
12038 Set state to NULL before removing from bin. Fix refcounting.
12040 2005-10-04 Michael Smith <msmith@fluendo.com>
12042 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12043 Correct refcounting in send_event() function. Previously was wrong
12044 if the first sink was unable to handle the event.
12046 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12049 back to development
12051 === release 0.9.3 ===
12053 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12056 Releasing 0.9.3, "De Facto"
12058 2005-10-03 Andy Wingo <wingo@pobox.com>
12060 * gst/playback/gstdecodebin.c (try_to_link_1)
12061 (remove_element_chain): set element to NULL before removing it.
12063 2005-10-02 Johan Dahlin <johan@gnome.org>
12065 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12066 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12069 2005-10-02 Andy Wingo <wingo@pobox.com>
12071 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12072 (gst_ring_buffer_prepare_read):
12073 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12076 2005-09-29 Wim Taymans <wim@fluendo.com>
12078 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12079 * ext/theora/theoradec.c: (theora_handle_data_packet):
12080 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12081 Propagate error codes from alloc_buffer too.
12083 2005-09-29 Wim Taymans <wim@fluendo.com>
12085 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12088 * gst/playback/Makefile.am:
12089 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12090 (dump_element_stats), (main):
12091 Added example stream introspection code.
12093 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12095 * gst/adder/gstadder.c: (gst_adder_collected):
12096 fix adder for float elements
12098 2005-09-28 Wim Taymans <wim@fluendo.com>
12100 * gst-libs/gst/audio/gstbaseaudiosink.c:
12101 (gst_base_audio_sink_class_init),
12102 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12103 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12104 (gst_base_audio_src_class_init),
12105 (gst_base_audio_src_provide_clock):
12106 get_clock -> provide_clock
12108 2005-09-28 Andy Wingo <wingo@pobox.com>
12110 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12113 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12116 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12117 Actually add the pad template.
12118 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12120 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12123 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12124 from fdsrc. Get caps in create() instead of start() so it can be
12125 interrupted. Interruption somewhat untested.
12127 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12128 Proper EOS handling.
12130 2005-09-27 Andy Wingo <wingo@pobox.com>
12132 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12134 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12136 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12138 * gst/tcp/gsttcp.h:
12139 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12140 out of tcpclientsrc.c. Cancellable.
12141 (gst_tcp_socket_read): Made private, cancellable, with better
12142 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12143 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12144 whole buffer, and better diagnostics.
12145 (gst_tcp_gdp_read_caps): Same.
12147 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12149 2005-09-26 Andy Wingo <wingo@pobox.com>
12151 * gst/sine/gstsinesrc.h:
12152 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12153 change the 'sync' property to 'is-live' and implement it halfway,
12154 update for controller api change.
12156 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12157 controller api change.
12159 2005-09-24 Wim Taymans <wim@fluendo.com>
12161 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12162 * gst-libs/gst/audio/gstaudiosink.c:
12163 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12164 (gst_audioringbuffer_stop):
12165 * gst-libs/gst/audio/gstbaseaudiosink.c:
12166 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12167 (gst_base_audio_sink_change_state):
12168 * gst-libs/gst/audio/gstbaseaudiosink.h:
12169 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12170 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12171 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12172 * gst-libs/gst/audio/gstringbuffer.h:
12173 Fix sync again. Moved sample alignment to basesink.
12175 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12177 * docs/plugins/Makefile.am:
12178 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12179 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12180 * gst/volume/gstvolume.c:
12182 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12183 * gst-libs/gst/audio/audio.h:
12184 add conversion macros for frames <-> clocktime
12186 2005-09-23 David Schleef <ds@schleef.org>
12188 * gst/audioresample/Makefile.am:
12189 * gst/audioresample/debug.h:
12190 * gst/audioresample/gstaudioresample.c:
12191 * gst/audioresample/resample.c: Convert to using gst debugging
12193 2005-09-22 Wim Taymans <wim@fluendo.com>
12195 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12196 (gst_play_bin_send_event):
12197 Only seek on one sink, the first one that succeeds.
12199 2005-09-22 Michael Smith <msmith@fluendo.com>
12201 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12202 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12203 Don't flush encoder state unless we have an initialised encoder.
12204 Clear out encoder state on PAUSED_TO_READY.
12206 2005-09-22 Wim Taymans <wim@fluendo.com>
12208 * gst-libs/gst/rtp/gstbasertppayload.c:
12209 (gst_basertppayload_class_init), (gst_basertppayload_init),
12210 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12211 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12212 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12213 (gst_basertppayload_set_property),
12214 (gst_basertppayload_get_property),
12215 (gst_basertppayload_change_state):
12216 * gst-libs/gst/rtp/gstbasertppayload.h:
12217 Added max-ptime to control amount of data in the rtp packets.
12219 2005-09-21 Andy Wingo <wingo@pobox.com>
12221 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12224 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12225 can be called multiple times, dogs.
12227 2005-09-21 Wim Taymans <wim@fluendo.com>
12229 * gst-libs/gst/rtp/gstbasertppayload.c:
12230 (gst_basertppayload_class_init), (gst_basertppayload_init),
12231 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12232 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12233 (gst_basertppayload_push), (gst_basertppayload_get_property),
12234 (gst_basertppayload_change_state):
12237 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12239 * docs/libs/compiling.sgml:
12242 2005-09-20 Wim Taymans <wim@fluendo.com>
12244 * gst-libs/gst/rtp/gstbasertppayload.c:
12245 (gst_basertppayload_class_init), (gst_basertppayload_init),
12246 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12247 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12248 (gst_basertppayload_push), (gst_basertppayload_set_property),
12249 (gst_basertppayload_get_property),
12250 (gst_basertppayload_change_state):
12251 * gst-libs/gst/rtp/gstbasertppayload.h:
12252 Added property to configure sequence number offsets.
12254 2005-09-20 Wim Taymans <wim@fluendo.com>
12256 * gst-libs/gst/rtp/gstbasertppayload.c:
12257 (gst_basertppayload_class_init), (gst_basertppayload_init),
12258 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12259 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12260 (gst_basertppayload_push), (gst_basertppayload_set_property),
12261 (gst_basertppayload_get_property),
12262 (gst_basertppayload_change_state):
12263 * gst-libs/gst/rtp/gstbasertppayload.h:
12264 Make timestamp offset configurable.
12266 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12268 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12269 fix wrong pop/unref
12271 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12273 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12275 * gst-libs/gst/interfaces/propertyprobe.c:
12276 (gst_property_probe_probe_property_name),
12277 (gst_property_probe_needs_probe_name),
12278 (gst_property_probe_get_values_name),
12279 (gst_property_probe_probe_and_get_values_name):
12280 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12281 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12283 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12285 * check/Makefile.am:
12286 have some tests be disabled for valgrinding
12287 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12289 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12290 Fix A Leak. Chain To Parent Finalize.
12292 2005-09-19 Wim Taymans <wim@fluendo.com>
12294 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12295 Fixed wav pipeline.
12297 2005-09-19 Wim Taymans <wim@fluendo.com>
12299 * gst-libs/gst/rtp/gstbasertppayload.c:
12300 (gst_basertppayload_class_init), (gst_basertppayload_init),
12301 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12302 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12303 (gst_basertppayload_push), (gst_basertppayload_get_property),
12304 (gst_basertppayload_change_state):
12305 Posting ERROR and WARNING messages is good.
12307 2005-09-19 Wim Taymans <wim@fluendo.com>
12309 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12310 (gst_base_rtp_depayload_add_to_queue),
12311 (gst_base_rtp_depayload_push),
12312 (gst_base_rtp_depayload_set_gst_timestamp),
12313 (gst_base_rtp_depayload_queue_release):
12314 This one was not supposed to go in.
12316 2005-09-19 Wim Taymans <wim@fluendo.com>
12318 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12321 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12322 (gst_base_rtp_depayload_chain),
12323 (gst_base_rtp_depayload_add_to_queue),
12324 (gst_base_rtp_depayload_push),
12325 (gst_base_rtp_depayload_set_gst_timestamp),
12326 (gst_base_rtp_depayload_queue_release):
12329 * gst-libs/gst/rtp/gstbasertppayload.c:
12330 (gst_basertppayload_class_init), (gst_basertppayload_init),
12331 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12332 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12333 (gst_basertppayload_get_property),
12334 (gst_basertppayload_change_state):
12335 Added debugging category.
12337 2005-09-18 David Schleef <ds@schleef.org>
12339 * gst/playback/gstdecodebin.c: free plugin list correctly
12340 * gst/playback/gstplaybin.c: emit warning if autovideosink
12341 and autoaudiosink can't be found (instead of segfaulting)
12343 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12345 * check/elements/audioconvert.c: (GST_START_TEST):
12346 try out 24 bit conversion
12348 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12350 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12351 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12352 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12353 * ext/vorbis/vorbisenc.h:
12354 Fix EOS handling. Still needs a fix in the ogg muxer to
12355 mark the last page as eos.
12357 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12359 * common/gtk-doc-plugins.mak:
12360 * docs/plugins/Makefile.am:
12361 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12362 * gst/ffmpegcolorspace/Makefile.am:
12363 * gst/ffmpegcolorspace/avcodec.h:
12364 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12365 * gst/tcp/gstmultifdsink.c:
12366 fix up ffmpegcolorspace docs; extract header
12368 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12370 * common/gtk-doc-plugins.mak:
12371 * docs/plugins/Makefile.am:
12372 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12373 * ext/theora/Makefile.am:
12374 * ext/theora/gsttheoraenc.h:
12375 * ext/theora/theoraenc.c:
12376 * ext/vorbis/vorbisenc.c:
12377 pick up signals and args for vorbis; add some docs for vorbis
12379 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12381 * common/gstdoc-scangobj:
12382 * common/gtk-doc-plugins.mak:
12383 * docs/libs/Makefile.am:
12384 * docs/plugins/gst-plugins-base-plugins.args:
12385 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12386 * docs/plugins/gst-plugins-base-plugins.interfaces:
12387 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12388 * docs/plugins/gst-plugins-base-plugins.signals:
12389 only scanobj stuff from our source module. Not sure yet
12390 if that's correct, given the hierarchy stuff :)
12392 2005-09-15 Wim Taymans <wim@fluendo.com>
12394 * gst/audioconvert/gstaudioconvert.c:
12395 And enable 24 bits mode as well..
12397 2005-09-15 Wim Taymans <wim@fluendo.com>
12399 * gst-libs/gst/rtp/Makefile.am:
12400 * gst-libs/gst/rtp/gstbasertppayload.c:
12401 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12402 (gst_basertppayload_class_init), (gst_basertppayload_init),
12403 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12404 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12405 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12406 (gst_basertppayload_set_property),
12407 (gst_basertppayload_get_property),
12408 (gst_basertppayload_change_state):
12409 * gst-libs/gst/rtp/gstbasertppayload.h:
12410 Added rtp payloader base class.
12412 2005-09-15 Andy Wingo <wingo@pobox.com>
12414 * configure.ac (plugindir): Remove the EOL matcher from the
12415 regexp, as it causes me problems. Libtool? Make? Who knows?
12417 2005-09-14 David Schleef <ds@schleef.org>
12419 * check/generic/states.c:
12420 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12421 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12422 Fixes for changes in registry API.
12424 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12425 to GST_PLUGIN_LDFLAGS.
12426 * ext/libvisual/visual.c: Make the library shut up.
12427 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12428 * gst-libs/gst/audio/gstaudiofilter.c: same
12430 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12432 * docs/plugins/Makefile.am:
12433 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12434 * docs/plugins/inspect/plugin-libvisual.xml:
12435 * docs/plugins/tmpl/element-tcpserversink.sgml:
12436 * ext/theora/theoraenc.c:
12437 add libvisual plugin and theoraenc element to docs
12439 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12441 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12442 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12443 * ext/theora/theoraenc.c:
12446 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12448 * gst/audioconvert/Makefile.am:
12449 Audioconvert derives from GstBaseTransform and should
12450 link to the library with our base elements to avoid
12451 unresolved symbols. Makes things work with MinGW (#316160)
12453 * gst/playback/test4.c: (main):
12454 Fix MinGW build problem and use g_usleep() instead of
12457 2005-09-12 Wim Taymans <wim@fluendo.com>
12459 * gst/audioconvert/audioconvert.c: (float),
12460 (audio_convert_prepare_context), (audio_convert_convert):
12461 * gst/audioconvert/audioconvert.h:
12462 Cleanups, speedups, simplifications, added back support
12465 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12467 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12468 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12469 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12470 * docs/plugins/tmpl/element-tcpserversink.sgml:
12471 * gst/ffmpegcolorspace/gstffmpeg.c:
12472 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12473 * gst/videotestsrc/gstvideotestsrc.c:
12474 * gst/volume/gstvolume.c:
12475 add more elements to the docs
12477 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12479 * check/Makefile.am:
12480 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12481 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12482 Add extra tests for basetransform based components.
12483 Comment out the test_element_negotiation test until we decide
12484 if it's testing correct behaviour.
12485 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12486 (gst_visual_chain), (gst_visual_change_state):
12487 Slightly more correct but still bogus timestamping.
12488 Fix state change function.
12489 * gst/audioconvert/gstaudioconvert.c:
12490 (gst_audio_convert_class_init):
12491 * gst/audioresample/gstaudioresample.c:
12492 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12493 (gst_ffmpegcsp_class_init):
12494 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12495 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12496 (gst_videoscale_prepare_image):
12497 * gst/volume/gstvolume.c: (gst_volume_class_init),
12498 (volume_transform_ip):
12499 Basetransform updates. Enable passthrough modes.
12500 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12501 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12502 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12503 Negotiation fix that allows the window to return to the original
12504 size and renegotiate passthrough upstream. Extra debug output.
12506 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12508 * gst/sine/gstsinesrc.c:
12509 * gst/volume/gstvolume.c:
12510 fix up header include
12512 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12514 * gst-libs/gst/audio/gstbaseaudiosink.c:
12515 (gst_base_audio_sink_render):
12516 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12517 * gst/volume/gstvolume.c: (gst_volume_class_init),
12518 (volume_transform):
12519 fixing lost sync, some more debugging
12521 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12523 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12524 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12525 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12526 (gst_xvimagesink_check_xshm_calls):
12527 Fix compilation when XShm is not available.
12529 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12531 * ext/libvisual/visual.c: (gst_visual_dispose),
12532 (gst_visual_getcaps), (gst_visual_src_setcaps),
12533 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12534 (gst_visual_change_state):
12535 Finish fixing up libvisual plugin so that it runs.
12537 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12539 * ext/vorbis/vorbisenc.c:
12540 * gst-libs/gst/tag/gstvorbistag.c:
12541 gsttaginterface.h -> gsttagsetter.h
12543 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12545 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12546 added another test that failes for me (test is not active by default)
12548 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12551 v4l2 is no longer in gst-plugins-base
12553 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12556 In the output at the end, don't show the first plugin on the same
12557 line as "Core plug-ins, always built:".
12558 Indent the output as for other plugin categories
12559 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12560 #define that can be used to not use peer buffer_alloc functions for
12562 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12563 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12564 (gst_ximagesink_show_frame):
12565 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12566 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12567 (gst_xvimagesink_show_frame):
12568 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12569 fails gracefully instead of XError aborting or deadlocking.
12571 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12573 * ext/libvisual/Makefile.am:
12574 link against gst-base-libs
12576 2005-09-06 David Schleef <ds@schleef.org>
12578 * configure.ac: Enable libvisual plugin.
12579 * ext/libvisual/Makefile.am:
12580 * ext/libvisual/visual.c: Fixes to make it compile.
12582 === release 0.9.2 ===
12584 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12589 * docs/random/ChangeLog-0.8:
12590 releasing 0.9.2, "Spoon"
12592 2005-09-05 Michael Smith <msmith@fluendo.com>
12594 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12595 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12596 that in the vorbisenc element.
12598 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12600 * common/gtk-doc-plugins.mak:
12601 * docs/plugins/Makefile.am:
12603 * gst/audioresample/resample.c:
12604 fix wrong docstring
12606 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12608 * common/gst-xmlinspect.py:
12609 * common/gtk-doc-plugins.mak:
12610 only inspect plugins for this given package
12611 require gst-python 0.9
12613 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12617 * common/gst-xmlinspect.py:
12619 * docs/Makefile.am:
12620 * docs/plugins/inspect/plugin-alsa.xml:
12621 * docs/plugins/inspect/plugin-audioresample.xml:
12622 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12623 * docs/plugins/inspect/plugin-ogg.xml:
12624 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12625 * docs/plugins/tmpl/element-multifdsink.sgml:
12626 * docs/plugins/tmpl/element-tcpserversink.sgml:
12627 * docs/plugins/tmpl/element-vorbisenc.sgml:
12628 * gst-plugins-base.spec.in:
12629 various doc-related updates
12631 2005-08-31 Wim Taymans <wim@fluendo.com>
12633 * gst-libs/gst/audio/gstbaseaudiosink.c:
12634 (gst_base_audio_sink_render):
12635 Resync if the buffer timestamps drift more than a 10th
12638 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12640 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12641 (gst_v4lsrc_get_property):
12642 The 'timestamp-offset' property is registered as an int64, so
12643 let's use g_value_{set|get}_int64() in our setter and getter
12644 functions (makes it work and fixes warnings with gst-inspect).
12646 2005-08-30 Wim Taymans <wim@fluendo.com>
12648 * check/elements/audioconvert.c: (setup_audioconvert):
12649 * check/elements/audioresample.c: (setup_audioresample):
12650 * check/elements/volume.c: (setup_volume):
12653 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12655 * common/gtk-doc-plugins.mak:
12656 * common/plugins.xsl:
12657 * docs/plugins/Makefile.am:
12658 make module a param
12660 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12662 * examples/seeking/seek.c: (make_mp3_pipeline),
12663 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12664 (play_cb), (pause_cb), (stop_cb):
12667 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12669 * gst/volume/gstvolume.c: (gst_volume_class_init),
12670 (volume_transform):
12671 do not update controlled params, if buffer has no timestamp
12673 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12676 * gst/sine/Makefile.am:
12677 * gst/volume/Makefile.am:
12678 controllerized elements also need to link against controller-libs ;)
12680 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12682 * docs/libs/tmpl/gstcolorbalance.sgml:
12683 * docs/libs/tmpl/gstgconf.sgml:
12684 * docs/libs/tmpl/gstmixer.sgml:
12685 * docs/libs/tmpl/gstringbuffer.sgml:
12686 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12687 (gst_sinesrc_create):
12688 * gst/volume/gstvolume.c: (gst_volume_class_init),
12689 (volume_transform):
12690 controllerized two audio plugins
12692 2005-08-29 Andy Wingo <wingo@pobox.com>
12694 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12695 (vorbis_handle_data_packet): Fix some int overflow errors.
12697 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12699 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12701 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12702 if it's valid. Fixed streaming-mode playback.
12704 * check/elements/volume.c (cleanup_volume): Fix for running
12707 * check/elements/audioconvert.c: Convert from native endian, not
12710 2005-08-29 Michael Smith <msmith@fluendo.com>
12712 * ext/ogg/Makefile.am:
12713 * ext/ogg/gstogg.c: (plugin_init):
12714 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12715 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12716 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12717 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12718 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12719 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12720 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12721 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12722 Add an ogg parser element.
12724 2005-08-28 Andy Wingo <wingo@pobox.com>
12726 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12728 2005-08-26 Wim Taymans <wim@fluendo.com>
12730 * gst/audioconvert/audioconvert.c: (if), (float),
12731 (audio_convert_get_func_index), (check_default),
12732 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12733 (audio_convert_clean_context), (audio_convert_get_sizes),
12734 (audio_convert_convert):
12737 2005-08-26 Wim Taymans <wim@fluendo.com>
12739 * gst/audioconvert/audioconvert.c: (if), (float),
12740 (audio_convert_get_func_index), (check_default),
12741 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12742 (audio_convert_clean_context), (audio_convert_get_sizes),
12743 (audio_convert_convert):
12744 More elegant and working temp buffer selection algo.
12746 2005-08-26 Wim Taymans <wim@fluendo.com>
12748 * gst/audioconvert/audioconvert.c: (if), (float),
12749 (audio_convert_get_func_index), (check_default),
12750 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12751 (audio_convert_clean_context), (audio_convert_get_sizes),
12752 (get_temp_buffer), (audio_convert_convert):
12753 Use realloc else we lose our original data.
12755 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12757 * gst/audioresample/gstaudioresample.c:
12758 use base class' newsegment to properly timestamp
12760 2005-08-26 Wim Taymans <wim@fluendo.com>
12762 * gst/audioconvert/audioconvert.c: (if), (float),
12763 (audio_convert_get_func_index), (check_default),
12764 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12765 (audio_convert_clean_context), (audio_convert_get_sizes),
12766 (get_temp_buffer), (audio_convert_convert):
12767 * gst/audioconvert/gstaudioconvert.c:
12768 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12769 (gst_audio_convert_transform_caps),
12770 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12771 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12772 Oops, allocate enough space to perform the channel mix.
12774 2005-08-26 Wim Taymans <wim@fluendo.com>
12776 * gst/audioconvert/Makefile.am:
12777 * gst/audioconvert/audioconvert.c: (if), (float),
12778 (audio_convert_get_func_index), (check_default),
12779 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12780 (audio_convert_clean_context), (audio_convert_get_sizes),
12781 (get_temp_buffer), (audio_convert_convert):
12782 * gst/audioconvert/audioconvert.h:
12783 * gst/audioconvert/gstaudioconvert.c:
12784 (gst_audio_convert_class_init), (gst_audio_convert_init),
12785 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12786 (gst_audio_convert_get_unit_size),
12787 (gst_audio_convert_transform_caps),
12788 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12789 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12790 * gst/audioconvert/gstaudioconvert.h:
12791 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12792 (gst_channel_mix_fill_identical),
12793 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12794 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12795 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12796 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12797 (gst_channel_mix_mix):
12798 * gst/audioconvert/gstchannelmix.h:
12799 Cleanups, librarify a bit, optimize, better negotiation and more.
12801 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12803 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12804 Another from MikeS:
12805 During typefinding, don't support negative offsets
12806 (offsets from the end of the stream) in our typefind->peek() function
12807 - nothing embedded in ogg ever needs them. However, we need to recognise
12808 those requests and reject them, otherwise we return invalid pointers.
12810 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12812 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12813 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12814 (vorbisdec_finalize), (vorbis_handle_type_packet):
12815 Big shout-out to MikeS for fixing this giant memory leak.
12818 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12820 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12821 (audio_convert_get_unit_size):
12824 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12826 * check/Makefile.am:
12827 * check/elements/audioconvert.c: (setup_audioconvert),
12828 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12829 (GST_START_TEST), (audioconvert_suite), (main):
12830 add a test for audioconvert
12831 * gst/audioresample/gstaudioresample.c:
12832 * gst/audioresample/gstaudioresample.h:
12833 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12834 note that for buffers of 1/3 sec this means DURATION(c) is
12835 one nanosecond more than for a and b
12837 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12839 * check/Makefile.am:
12840 * check/elements/audioresample.c: (setup_audioresample),
12841 (cleanup_audioresample), (fail_unless_perfect_stream),
12842 (test_perfect_stream_instance), (GST_START_TEST),
12843 add a check for audioresample
12844 (audioresample_suite), (main):
12845 * check/elements/volume.c: (GST_START_TEST):
12846 remove unused method
12847 * gst/audioresample/gstaudioresample.c:
12848 set correct buffer parameters since we're changing them
12849 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12852 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12854 * gst/audioresample/debug.c:
12855 * gst/audioresample/gstaudioresample.c:
12856 add room for extra overlap samples when asked to transform size
12857 protect against possible mem corruption and check for discrepancies
12858 between written size and outbuffer's size so we can warn for
12860 * gst/audioresample/resample.c: (resample_init),
12861 (resample_get_output_size_for_input), (resample_get_output_size),
12862 (resample_set_n_channels), (resample_set_format):
12863 set debug level based on RESAMPLE_DEBUG env var
12864 make sure that get_output_size* returns a whole number of
12866 set sample_size each time either channel or format is set
12867 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12868 * gst/audioresample/resample_functable.c:
12869 (resample_scale_functable):
12870 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12871 remove r->sample_size, it's done in resample.c now
12872 add some debugging to the ref implementation
12873 make sure we only give back bytes that are wholes of the sample
12876 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12877 * gst/playback/gstplaybasebin.c: (fill_buffer):
12878 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12880 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12882 * gst/volume/gstvolume.c:
12883 made set_caps function static
12885 2005-08-24 Wim Taymans <wim@fluendo.com>
12887 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12888 (gst_vorbisenc_change_state):
12889 Stop leaking taglists.
12891 2005-08-24 Wim Taymans <wim@fluendo.com>
12893 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12894 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12895 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12896 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12897 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12898 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12899 Parse seeking events better.
12901 Generate correct newsegment events, fixes seeking in live oggs.
12903 * ext/theora/theoradec.c: (theora_dec_src_query),
12904 (theora_dec_src_event), (theora_dec_src_getcaps),
12905 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12906 Use newsegment values to report correct play time.
12908 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12909 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12910 * ext/vorbis/vorbisdec.h:
12911 Parse and use newsegment values to report correct play time.
12913 * gst-libs/gst/audio/gstbaseaudiosink.c:
12914 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12915 Clear ringbuffer on flush.
12916 Use newsegment values to calculate playback time.
12918 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12920 Basesink does newsegment calculations for us now.
12922 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12924 * check/Makefile.am:
12926 add core's plugins to the mix so that playbin works
12927 * check/generic/states.c: (GST_START_TEST):
12928 set a 0 timeout on pipelines, so they don't force the next
12930 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12931 (gst_play_base_bin_change_state):
12932 remove the crappy error handling and do GST error handling
12934 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12936 * check/Makefile.am:
12937 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12938 add same test as to core, it bitches out on playbin atm.
12940 2005-08-24 Wim Taymans <wim@fluendo.com>
12945 2005-08-24 Wim Taymans <wim@fluendo.com>
12947 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12948 (gst_videoscale_prepare_size), (parse_caps),
12949 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12950 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12951 (gst_videoscale_transform):
12952 * gst/videoscale/gstvideoscale.h:
12953 Refactor, make use of BaseTranform really well.
12955 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12958 compile audioresample
12959 * gst/audioresample/Makefile.am:
12960 * gst/audioresample/buffer.c:
12961 * gst/audioresample/functable.c:
12962 * gst/audioresample/gstaudioresample.c:
12963 * gst/audioresample/gstaudioresample.h:
12964 * gst/audioresample/resample.c:
12965 (resample_get_output_size_for_input):
12966 * gst/audioresample/resample.h:
12967 * gst/audioresample/resample_chunk.c:
12968 * gst/audioresample/resample_functable.c:
12969 * gst/audioresample/resample_ref.c:
12970 port to use basetransform; doesn't work in all cases yet
12972 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12974 * gst/audioconvert/gstaudioconvert.c:
12975 (gst_audio_convert_class_init), (gst_audio_convert_init),
12976 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12977 (audio_convert_fixate_caps), (audio_convert_set_caps),
12978 (audio_convert_transform),
12979 (gst_audio_convert_buffer_to_default_format),
12980 (gst_audio_convert_buffer_from_default_format),
12981 (gst_audio_convert_channels):
12982 * gst/audioconvert/gstchannelmix.c:
12983 * gst/audioconvert/gstchannelmix.h:
12984 port to basetransform
12985 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12986 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12987 (gst_ffmpegcsp_get_unit_size):
12988 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12989 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12990 fix for basetransform changes
12992 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12994 * check/Makefile.am:
12995 Add CHECK_CFLAGS and LDFLAGS
12997 * gst/playback/gstplaybasebin.c: (fill_buffer):
12998 GST_MESSAGE_SRC became a GObject
13000 2005-08-24 Wim Taymans <wim@fluendo.com>
13002 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13003 (gst_ring_buffer_clear_all):
13004 * gst-libs/gst/audio/gstringbuffer.h:
13005 Added function to clear the ringbuffer.
13007 2005-08-24 Andy Wingo <wingo@pobox.com>
13009 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13010 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13011 of _open and _close.
13013 * sys/v4l/gstv4lxoverlay.h:
13014 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13015 an Xv connection here, instead of all the time. Make Xv only be
13016 loaded if you axe for it. Kindof a workaround for buggy behaviour
13017 of Xv when using remote xservers (XvQueryExtension would block).
13018 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13019 replace the _open and _close public API. Only start the xv
13020 connection if necessary.
13021 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13023 2005-08-23 David Schleef <ds@schleef.org>
13025 * gst/audioresample/Makefile.am: Leet audioresampling code
13026 * gst/audioresample/buffer.c:
13027 * gst/audioresample/buffer.h:
13028 * gst/audioresample/debug.c:
13029 * gst/audioresample/debug.h:
13030 * gst/audioresample/functable.c:
13031 * gst/audioresample/functable.h:
13032 * gst/audioresample/gstaudioresample.c:
13033 * gst/audioresample/gstaudioresample.h:
13034 * gst/audioresample/resample.c:
13035 * gst/audioresample/resample.h:
13036 * gst/audioresample/resample_chunk.c:
13037 * gst/audioresample/resample_functable.c:
13038 * gst/audioresample/resample_ref.c:
13040 2005-08-23 Wim Taymans <wim@fluendo.com>
13042 * examples/seeking/seek.c: (make_vorbis_pipeline),
13043 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13044 Small seek updates.
13046 2005-08-23 Andy Wingo <wingo@pobox.com>
13048 * gst-libs/gst/audio/gstbaseaudiosrc.c
13049 (gst_base_audio_src_fixate): Only fixate endianness if it is
13050 present in the caps.
13052 2005-08-22 Andy Wingo <wingo@pobox.com>
13054 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13055 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13056 device-name property.
13058 * gst-libs/gst/audio/gstaudiosrc.h:
13059 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13060 close_device in the ring buffer, like gstaudiosink.
13062 * ext/alsa/gstalsamixer.h:
13063 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13064 macro to implement the interface without much code. Cleanups.
13066 * ext/alsa/gstalsasrc.h:
13067 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13070 * ext/alsa/Makefile.am: Add new files.
13071 * ext/alsa/gstalsamixerelement.c:
13072 * ext/alsa/gstalsamixerelement.c: Split element code out from
13073 mixer code so that alsasrc can be a mixer too.
13075 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13077 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13079 * check/elements/vorbisdec.c: (setup_vorbisdec),
13080 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13081 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13082 (vorbis_handle_identification_packet),
13083 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13084 (vorbis_handle_header_packet), (vorbis_dec_push),
13085 (vorbis_dec_chain):
13086 use the setup/teardown methods to save code. save code is good.
13088 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13090 * check/Makefile.am:
13091 add ext dir for plugins
13092 add vorbisdec test conditionally
13093 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13094 (GST_START_TEST), (volume_suite):
13095 add a test with wrong caps
13096 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13097 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13098 add a vorbisdec test
13099 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13100 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13101 clean up debug output
13102 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13103 yay, fix a segfault/security issue in vorbisdec
13104 gst-launch fakesrc ! vorbisdec wasn't happy
13105 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13106 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13107 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13108 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13109 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13110 (gst_vorbisenc_set_metadata), (get_constraints_string),
13111 (update_start_message), (gst_vorbisenc_setup),
13112 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13113 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13114 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13115 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13116 * ext/vorbis/vorbisenc.h:
13118 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13119 (gst_ffmpegcsp_transform):
13120 have the kow come home
13121 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13123 * gst/volume/gstvolume.c: (volume_set_caps):
13126 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13129 * check/.cvsignore:
13130 * check/Makefile.am:
13131 * check/elements/.cvsignore:
13132 * check/elements/volume.c: (chain_func), (event_func),
13133 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13136 add unit test structure for gst-plugins-base
13137 add a test for volume
13138 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13139 (gst_volume_set_volume), (gst_volume_get_volume),
13140 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13141 (volume_funcfind), (volume_process_float), (volume_process_int16),
13142 (volume_set_caps), (volume_transform), (volume_update_mute),
13143 (volume_update_volume), (volume_set_property),
13144 (volume_get_property):
13145 document a little; use basetransform vmethod _set_caps
13147 2005-08-19 Andy Wingo <wingo@pobox.com>
13149 * ext/alsa/gstalsamixertrack.h:
13150 * ext/alsa/gstalsamixertrack.c:
13151 * ext/alsa/gstalsamixeroptions.h:
13152 * ext/alsa/gstalsamixeroptions.c:
13153 * ext/alsa/gstalsamixer.h:
13154 * ext/alsa/gstalsamixer.c: Port to 0.9.
13156 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13157 Remove gstalsa.c and alsaclock. No more cruft here.
13159 2005-08-18 Wim Taymans <wim@fluendo.com>
13161 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13162 (gst_base_rtp_depayload_chain),
13163 (gst_base_rtp_depayload_add_to_queue),
13164 (gst_base_rtp_depayload_push),
13165 (gst_base_rtp_depayload_queue_release):
13166 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13167 Fix for RTPBuffer changes.
13169 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13170 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13171 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13172 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13173 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13174 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13175 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13176 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13177 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13178 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13179 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13180 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13181 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13182 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13183 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13184 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13185 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13186 (gst_rtpbuffer_get_payload):
13187 * gst-libs/gst/rtp/gstrtpbuffer.h:
13188 Don't subclass GstBuffer but add methods and helper functions
13189 to construct and manipulate RTP packets in regular GstBuffers.
13191 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13193 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13194 moved statement below switch
13195 * gst/volume/gstvolume.c: (gst_volume_class_init):
13198 2005-08-16 Wim Taymans <wim@fluendo.com>
13200 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13201 (gst_base_audio_src_change_state):
13202 Open and close device in READY<->NULL state change.
13204 2005-08-16 Andy Wingo <wingo@pobox.com>
13206 * examples/seeking/Makefile.am: Don't compile non-compiling
13207 compiled objects with the compiler.
13209 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13212 2005-08-12 Philippe Khalaf <burger@speedy.org>
13213 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13214 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13215 Made a thread to release the queue.
13216 Removed timestamp conversion for now.
13218 2005-08-10 Philippe Khalaf <burger@speedy.org>
13219 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13220 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13221 Added rtp timestamp -> gst timestamp conversion.
13222 Fixed several problems with queue.
13224 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13226 * gst-libs/gst/audio/gstaudioclock.h:
13227 * gst-libs/gst/audio/gstaudiofilter.h:
13228 * gst-libs/gst/audio/gstaudiosink.h:
13229 * gst-libs/gst/audio/gstaudiosrc.h:
13230 * gst-libs/gst/audio/gstbaseaudiosink.h:
13231 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13232 * gst-libs/gst/audio/gstringbuffer.h:
13233 * gst-libs/gst/net/gstnetbuffer.h:
13234 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13235 * gst-libs/gst/rtp/gstrtpbuffer.h:
13236 Add padding (you will need to rebuild gst-plugins-base,
13237 gst-plugins and all applications afterwards!)
13239 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13241 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13242 (gst_riff_parse_chunk):
13243 Fix bug in debug message and add some more debug messages.
13245 2005-08-08 Edward Hervey <edward@fluendo.com>
13247 * gst-libs/gst/riff/riff-media.c:
13248 backported updates since branch
13250 2005-08-08 Andy Wingo <wingo@pobox.com>
13252 * gst-libs/gst/audio/gstbaseaudiosink.c
13253 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13254 like good elements should. Close on READY->NULL too.
13256 * gst-libs/gst/audio/gstaudiosink.c
13257 (gst_audioringbuffer_open_device,
13258 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13259 (gst_audioringbuffer_release): Updates for new ring buffer API,
13260 hook into the new audio sink api.
13262 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13263 (GstAudioSinkClass.close): Just open and close the device -- no
13264 resource allocation or configuration.
13265 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13266 vmethods, handle device setup and resource allocation.
13268 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13269 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13272 * gst-libs/gst/audio/gstringbuffer.h
13273 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13276 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13277 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13278 New API functions. The device should be opened before acquiring
13279 and closed after releasing.
13281 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13283 * gst-libs/gst/interfaces/mixer.h:
13284 Reset padding to GST_PADDING.
13286 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13288 * gst/playback/gstplaybin.c: (remove_sinks):
13289 Remove visualization from parent explicitely; works around some
13290 apparent refcount issue that I haven't tracked down yet.
13292 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13294 * ext/alsa/gstalsasink.c: (set_hwparams):
13295 Assign debug category, add negotiation debug msgs.
13297 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13299 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13300 Fix error code for file-not-found to NOT_FOUND.
13302 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13304 * common/gtk-doc-plugins.mak:
13305 * docs/plugins/Makefile.am:
13306 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13307 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13308 renamed to actual element names, so much nicer to look at
13309 * docs/plugins/tmpl/gstmultifdsink.sgml:
13311 * docs/plugins/tmpl/multifdsink.sgml:
13312 * docs/plugins/tmpl/tcpserversink.sgml:
13314 * ext/alsa/gstalsa.c:
13315 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13316 * ext/ogg/gstoggmux.c:
13317 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13318 * gst/playback/gstdecodebin.c:
13319 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13320 * gst/tcp/gsttcpserversink.c:
13321 various fixes and documentation additions
13323 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13325 * common/Makefile.am:
13326 * common/gstdoc-scangobj:
13327 * common/gtk-doc-plugins.mak:
13328 * common/gtk-doc.mak:
13329 add a custom scangobj that uses the registry
13330 add a custom gtk-doc-plugins.mak that uses it
13331 some doc build fixes
13333 * docs/Makefile.am:
13334 * docs/plugins/Makefile.am:
13335 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13336 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13337 * docs/plugins/gst-plugins-base-plugins.types:
13338 * docs/plugins/tmpl/gstmultifdsink.sgml:
13339 add docs for one element, multifdsink
13340 * gst/adder/gstadder.h:
13341 * gst/volume/gstvolume.h:
13342 don't privatize enum
13343 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13344 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13345 (gst_sync_method_get_type), (gst_client_status_get_type),
13346 (gst_multifdsink_class_init),
13347 (gst_multifdsink_client_queue_buffer),
13348 (gst_multifdsink_handle_client_write):
13349 * gst/tcp/gstmultifdsink.h:
13350 * gst/tcp/gsttcp.h:
13351 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13352 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13353 (gst_tcpclientsink_render):
13354 * gst/tcp/gsttcpclientsink.h:
13355 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13356 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13357 (gst_tcpclientsrc_start):
13358 * gst/tcp/gsttcpclientsrc.h:
13359 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13360 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13361 * gst/tcp/gsttcpserversrc.h:
13362 * gst/typefind/gsttypefindfunctions.c:
13363 remove superfluous Type stuff
13365 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13367 * gst/playback/gstplaybin.c: (gen_video_element):
13370 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13372 * gst-libs/gst/gconf/gconf.c:
13373 * gst-libs/gst/gconf/gconf.h:
13374 Fix some Andy Problem [tm].
13376 2005-08-04 Andy Wingo <wingo@pobox.com>
13378 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13379 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13380 (gst_ffmpegcsp_get_size): Adapt to API changes.
13382 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13383 Implement an in-place do-nothing transform.
13385 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13387 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13388 (gst_ximagesink_renegotiate_size):
13389 Do not set new window sizes yet if we prepare a new buffer size
13390 for upstream renegotiation (software scaling) at some point in the
13391 future, because this new size waqs not actually accepted yet. Once
13392 accepted, renegotiation later on will set the new sizes just fine.
13393 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13394 embedding testcase.
13396 2005-08-03 Andy Wingo <wingo@pobox.com>
13398 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13399 (gst_ximagesink_buffer_alloc):
13400 Protect the height, width, and desired_caps with the pool_lock.
13401 Fixes videotestsrc ! queue ! ximagesink.
13403 2005-08-02 Edward Hervey <edward@fluendo.com>
13405 * gst/volume/gstvolume.c:
13406 include left from controller cleanup
13408 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13409 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13410 Stop collectpads before calling the parent state
13411 change function on PAUSED->READY.
13413 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13415 When testing for X libs, use the X CFlags
13416 * gst/adder/gstadder.c: (gst_adder_change_state):
13417 Stop the collectpads before calling parent state change function
13418 on PAUSED->READY, otherwise we deadlock deactivating pads.
13420 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13423 * docs/libs/tmpl/gstcolorbalance.sgml:
13424 * docs/libs/tmpl/gstmixer.sgml:
13425 * examples/Makefile.am:
13426 * gst/sine/Makefile.am:
13427 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13428 (gst_sinesrc_set_property), (plugin_init):
13429 * gst/sine/gstsinesrc.h:
13430 * gst/volume/Makefile.am:
13431 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13432 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13433 (volume_process_float), (volume_process_int16),
13434 (volume_set_property), (plugin_init):
13435 * gst/volume/gstvolume.h:
13436 deactivate and remove dparams (libgstcontrol)
13438 2005-07-29 Wim Taymans <wim@fluendo.com>
13440 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13441 Convert me to BaseTransform!! help..
13443 2005-07-29 Andy Wingo <wingo@pobox.com>
13445 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13448 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13449 support of both endiannesses.
13451 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13453 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13454 Fix confusing debug message (s/event/query/)
13456 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13458 * gst/videotestsrc/videotestsrc.h:
13459 Use "_stdint.h" instead of <stdint.h>
13461 2005-07-27 Wim Taymans <wim@fluendo.com>
13463 * ext/vorbis/Makefile.am:
13464 Revert wrong commit.
13466 2005-07-27 Wim Taymans <wim@fluendo.com>
13468 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13469 More compilation fixen.
13471 2005-07-27 Wim Taymans <wim@fluendo.com>
13473 * gst-libs/gst/audio/gstbaseaudiosink.c:
13474 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13475 (gst_base_audio_sink_create_ringbuffer),
13476 (gst_base_audio_sink_change_state):
13479 2005-07-27 Wim Taymans <wim@fluendo.com>
13481 * examples/seeking/seek.c: (setup_dynamic_link),
13482 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13483 (query_positions_elems), (query_positions_pads), (do_seek):
13484 Update seek example.
13486 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13487 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13488 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13489 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13490 (gst_ogg_demux_handle_event),
13491 (gst_ogg_demux_deactivate_current_chain),
13492 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13493 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13494 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13495 (gst_ogg_demux_loop):
13496 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13497 * ext/theora/theoradec.c: (theora_dec_src_event),
13498 (theora_dec_src_getcaps), (theora_dec_sink_event),
13499 (theora_dec_push), (theora_dec_chain):
13500 * ext/vorbis/Makefile.am:
13501 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13502 (vorbis_dec_sink_event), (vorbis_dec_push),
13503 (vorbis_handle_data_packet):
13504 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13505 (gst_vorbisenc_chain):
13506 * gst/playback/gststreaminfo.c: (cb_probe):
13507 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13508 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13509 * gst/videoscale/gstvideoscale.c:
13510 (gst_videoscale_handle_src_event):
13511 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13512 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13513 (gst_ximagesink_navigation_send_event):
13514 * sys/xvimage/xvimagesink.c:
13515 (gst_xvimagesink_navigation_send_event):
13516 Various event updates and cleanups
13518 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13520 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13521 Fix segfault for I420/YV12.
13523 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13525 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13528 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13530 * gst/playback/gstplaybin.c: (gen_video_element),
13531 (gen_audio_element):
13532 Switch to auto*sink elements as default sinks; add volume element
13533 so that volume control in totem works.
13535 2005-07-21 Wim Taymans <wim@fluendo.com>
13537 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13538 * gst/playback/gstplaybin.c: (setup_sinks),
13539 (gst_play_bin_change_state):
13540 Refcount fix and more comments.
13542 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13544 * sys/ximage/Makefile.am:
13545 * sys/ximage/ximage.c: (plugin_init):
13546 * sys/ximage/ximagesink.c:
13547 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13550 2005-07-21 Wim Taymans <wim@fluendo.com>
13552 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13553 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13554 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13555 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13556 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13557 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13558 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13559 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13560 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13561 Generate correct disconts for live chained oggs.
13563 * gst-libs/gst/audio/gstbaseaudiosink.c:
13564 (gst_base_audio_sink_render),
13565 (gst_base_audio_sink_create_ringbuffer),
13566 (gst_base_audio_sink_change_state):
13567 Handle discont math correctly.
13569 * gst/playback/gstplaybin.c: (add_sink):
13570 Some small debug cleanup.
13572 2005-07-21 Wim Taymans <wim@fluendo.com>
13574 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13575 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13576 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13577 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13578 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13579 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13580 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13581 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13582 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13583 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13584 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13585 (gst_ogg_demux_change_state), (gst_ogg_print):
13586 Reorganize code to send the right disconts when in streaming
13589 2005-07-20 Andy Wingo <wingo@pobox.com>
13591 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13592 fix (?), fixes a seggie mcfalterson (#310894).
13594 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13596 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13597 (gst_ogg_mux_set_header_on_caps):
13598 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13599 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13600 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13601 * gst-libs/gst/audio/multichannel.c:
13602 (gst_audio_set_channel_positions),
13603 (gst_audio_set_structure_channel_positions_list):
13604 * gst/playback/gstdecodebin.c: (dynamic_create):
13605 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13606 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13607 Fixes for API changes in core.
13609 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13611 * gst/playback/gstplaybasebin.c: (fill_buffer):
13612 Use _new_custom() so we can set custom message types for buffering
13615 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13618 * gst-libs/gst/Makefile.am:
13619 * gst-libs/gst/gconf/.cvsignore:
13620 * gst-libs/gst/gconf/Makefile.am:
13621 * gst-libs/gst/gconf/test-gconf.c:
13622 * pkgconfig/Makefile.am:
13623 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13624 * pkgconfig/gstreamer-gconf.pc.in:
13625 Remove gconf stuff, use gconf elements instead from now on.
13627 2005-07-20 Wim Taymans <wim@fluendo.com>
13629 * gst-libs/gst/audio/TODO:
13630 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13631 (gst_audio_clock_get_internal_time):
13632 * gst-libs/gst/audio/gstaudioclock.h:
13633 * gst-libs/gst/audio/gstbaseaudiosink.c:
13634 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13635 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13636 (gst_base_audio_sink_render),
13637 (gst_base_audio_sink_create_ringbuffer),
13638 (gst_base_audio_sink_change_state):
13639 Make sure the audio clock always returns an increasing value.
13641 2005-07-19 Andy Wingo <wingo@pobox.com>
13643 * gst/videotestsrc/: Cleanups.
13645 2005-07-19 Wim Taymans <wim@fluendo.com>
13647 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13650 2005-07-19 Wim Taymans <wim@fluendo.com>
13652 * examples/seeking/seek.c: (make_dv_pipeline),
13653 (make_vorbis_theora_pipeline), (query_rates),
13654 (query_positions_elems), (query_positions_pads), (do_seek):
13655 Make correct DV pipeline.
13657 2005-07-18 Andy Wingo <wingo@pobox.com>
13659 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13660 default. Also because it's the only thing that really works. (This
13661 is used in the GConf elements).
13662 Use AS_LIBTOOL_TAGS.
13664 2005-07-18 Wim Taymans <wim@fluendo.com>
13666 * gst/playback/gstdecodebin.c: (remove_element_chain):
13667 * gst/playback/gstplaybin.c: (add_sink):
13668 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13669 (gst_stream_info_set_mute):
13670 * gst/playback/gststreamselector.c:
13671 (gst_stream_selector_get_linked_pad),
13672 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13673 More leak and compile fixes.
13675 2005-07-18 Wim Taymans <wim@fluendo.com>
13677 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13678 (query_rates), (query_positions_elems), (query_positions_pads),
13679 (do_seek), (seek_cb), (stop_seek):
13680 Updated seek example.
13682 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13683 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13684 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13685 * gst/playback/gstplaybin.c: (add_sink):
13686 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13687 (gst_stream_info_set_mute):
13688 Some refcount leak fixes.
13690 2005-07-16 Wim Taymans <wim@fluendo.com>
13692 * gst-libs/gst/audio/gstbaseaudiosink.c:
13693 (gst_base_audio_sink_render):
13694 Align samples even if we have roundoff errors in the
13695 timestamp conversion.
13697 2005-07-16 Wim Taymans <wim@fluendo.com>
13699 * docs/libs/tmpl/gstringbuffer.sgml:
13700 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13701 (query_rates), (query_positions_elems), (query_positions_pads),
13702 (update_scale), (do_seek):
13703 Updated seek example.
13705 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13706 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13707 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13708 (gst_ogg_demux_loop):
13709 Push out correct discont values.
13711 * ext/theora/theoradec.c: (theora_dec_src_convert),
13712 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13713 (theora_dec_sink_event), (theora_handle_type_packet),
13714 (theora_handle_header_packet), (theora_dec_push),
13715 (theora_handle_data_packet), (theora_dec_chain),
13716 (theora_dec_change_state):
13717 Better timestamping.
13719 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13720 (vorbis_dec_sink_event), (vorbis_dec_push),
13721 (vorbis_handle_data_packet), (vorbis_dec_chain):
13722 * ext/vorbis/vorbisdec.h:
13723 Better timestamping.
13725 * gst-libs/gst/audio/gstbaseaudiosink.c:
13726 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13727 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13728 Handle syncing on timestamps instead of sample offsets. Make
13729 use of DISCONT values as described in design docs.
13731 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13732 (gst_base_audio_src_get_time):
13733 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13734 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13735 (gst_ring_buffer_read):
13736 * gst-libs/gst/audio/gstringbuffer.h:
13737 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13738 (gst_ximagesink_show_frame):
13739 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13740 Correcly convert buffer timestamp to stream time.
13742 2005-07-16 Wim Taymans <wim@fluendo.com>
13744 * gst/audioconvert/gstaudioconvert.c:
13745 (gst_audio_convert_get_buffer):
13746 Timestamp buffers correctly.
13748 * gst/playback/gstplaybin.c: (gen_video_element):
13749 Make internal fakesink silent.
13751 2005-07-15 Wim Taymans <wim@fluendo.com>
13753 * gst/ffmpegcolorspace/Makefile.am:
13754 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13755 (gst_ffmpegcsp_caps_remove_format_info),
13756 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13757 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13758 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13759 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13760 Ported ffmpegcolorspace to basetransform.
13762 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13763 * gst/volume/gstvolume.c: (volume_transform):
13766 2005-07-14 Wim Taymans <wim@fluendo.com>
13768 * gst/videotestsrc/Makefile.am:
13769 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13770 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13771 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13772 (gst_videotestsrc_init), (gst_videotestsrc_event),
13773 (gst_videotestsrc_create), (gst_videotestsrc_start),
13774 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13775 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13776 (gst_videotestsrc_get_property):
13777 * gst/videotestsrc/gstvideotestsrc.h:
13778 Make videotestsrc a pushsrc.
13780 2005-07-14 Wim Taymans <wim@fluendo.com>
13782 * gst/tcp/gstfdset.c: (gst_fdset_free):
13783 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13784 (gst_multifdsink_add), (gst_multifdsink_remove),
13785 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13786 (gst_multifdsink_remove_client_link),
13787 (gst_multifdsink_client_queue_data),
13788 (gst_multifdsink_client_queue_caps),
13789 (gst_multifdsink_client_queue_buffer),
13790 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13791 (gst_multifdsink_stop):
13792 * gst/tcp/gstmultifdsink.h:
13795 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13796 Also draw image when not from a pool.
13798 2005-07-14 Wim Taymans <wim@fluendo.com>
13800 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13801 (mute_stream), (silence_stream):
13802 Small debug additions.
13804 2005-07-14 Wim Taymans <wim@fluendo.com>
13806 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13807 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13808 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13809 Better error recovery, ignore unconnected pads and
13812 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13814 * docs/libs/tmpl/gstaudio.sgml:
13815 * docs/libs/tmpl/gstcolorbalance.sgml:
13816 * docs/libs/tmpl/gstgconf.sgml:
13817 * docs/libs/tmpl/gstmixer.sgml:
13818 * docs/libs/tmpl/gstringbuffer.sgml:
13819 * docs/libs/tmpl/gsttuner.sgml:
13820 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13821 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13822 (gst_tcpclientsrc_class_init):
13823 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13824 (gst_tcpserversrc_class_init):
13825 * sys/v4l/gstv4lelement.c:
13826 more autistic cleanliness in functions/names/defines
13828 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13831 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13832 added manually to each Makefile.am so we are sure it goes
13833 *last* and doesn't add -L flags before linking in libs of our
13834 own, like, say, internal .la libs, that then accidentally pick
13835 up the installed copy.
13836 * docs/libs/Makefile.am:
13837 * ext/alsa/Makefile.am:
13838 * ext/cdparanoia/Makefile.am:
13839 * ext/gnomevfs/Makefile.am:
13840 * ext/libvisual/Makefile.am:
13841 * ext/ogg/Makefile.am:
13842 * ext/theora/Makefile.am:
13843 * ext/vorbis/Makefile.am:
13844 * gst-libs/gst/video/Makefile.am:
13845 * gst/adder/Makefile.am:
13846 * gst/audioconvert/Makefile.am:
13847 * gst/audiorate/Makefile.am:
13848 * gst/audioscale/Makefile.am:
13849 * gst/ffmpegcolorspace/Makefile.am:
13850 * gst/playback/Makefile.am:
13851 * gst/sine/Makefile.am:
13852 * gst/subparse/Makefile.am:
13853 * gst/tags/Makefile.am:
13854 * gst/tcp/Makefile.am:
13855 * gst/typefind/Makefile.am:
13856 * gst/videorate/Makefile.am:
13857 * gst/videoscale/Makefile.am:
13858 * gst/videotestsrc/Makefile.am:
13859 * gst/volume/Makefile.am:
13860 * sys/v4l/Makefile.am:
13861 * sys/ximage/Makefile.am:
13862 * sys/xvimage/Makefile.am:
13863 adapt properly to this change. This should make sure that
13864 plugins and libs properly link to the as-yet-uninstalled
13865 copies of stuff like libgstinterfaces and libgstvideo
13867 2005-07-13 Andy Wingo <wingo@pobox.com>
13869 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13870 (gst_v4lsrc_fixate): Fixate on format as well.
13872 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13873 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13874 buffer points to it.
13875 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13876 rather just doing X calls ourselves. Also fixes a memleak.
13878 2005-07-12 Andy Wingo <wingo@pobox.com>
13880 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13881 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13882 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13883 TRUE to avoid deadlocks if an element holds on to our buffers.
13885 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13887 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13888 (gst_sinesrc_init), (gst_sinesrc_create),
13889 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13890 (gst_sinesrc_start):
13891 * gst/sine/gstsinesrc.h:
13892 removing num-buffers property before moving it
13894 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13897 use overridable ERROR_CFLAGS
13898 * docs/libs/gst-plugins-base-libs.types:
13899 * docs/libs/tmpl/gstringbuffer.sgml:
13900 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13901 (gst_alsasink_class_init):
13902 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13903 (gst_alsasrc_class_init):
13904 * gst-libs/gst/audio/audio.h:
13905 * gst-libs/gst/audio/gstaudioclock.h:
13906 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13907 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13908 (gst_audio_filter_link), (gst_audio_filter_init),
13909 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13910 (gst_audio_filter_get_property),
13911 (gst_audio_filter_class_add_pad_templates):
13912 * gst-libs/gst/audio/gstaudiofilter.h:
13913 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13914 (gst_audio_filter_template_get_type),
13915 (gst_audio_filter_template_base_init),
13916 (gst_audio_filter_template_class_init),
13917 (gst_audio_filter_template_init),
13918 (gst_audio_filter_template_set_property),
13919 (gst_audio_filter_template_get_property), (plugin_init),
13920 (gst_audio_filter_template_setup),
13921 (gst_audio_filter_template_filter),
13922 (gst_audio_filter_template_filter_inplace):
13923 * gst-libs/gst/audio/gstaudiosink.c:
13924 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13925 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13926 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13927 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13928 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13929 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13930 * gst-libs/gst/audio/gstaudiosink.h:
13931 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13932 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13933 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13934 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13935 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13936 (gst_audio_src_class_init), (gst_audio_src_init),
13937 (gst_audio_src_create_ringbuffer):
13938 * gst-libs/gst/audio/gstaudiosrc.h:
13939 * gst-libs/gst/audio/gstbaseaudiosink.c:
13940 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13941 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13942 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13943 (gst_base_audio_sink_set_property),
13944 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13945 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13946 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13947 (gst_base_audio_sink_create_ringbuffer),
13948 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13949 * gst-libs/gst/audio/gstbaseaudiosink.h:
13950 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13951 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13952 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13953 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13954 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13955 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13956 (gst_base_audio_src_event), (gst_base_audio_src_create),
13957 (gst_base_audio_src_create_ringbuffer),
13958 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13959 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13960 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13961 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13962 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13963 (gst_ring_buffer_debug_spec_caps),
13964 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13965 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13966 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13967 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13968 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13969 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13970 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13971 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13972 (gst_ring_buffer_clear):
13973 * gst-libs/gst/audio/gstringbuffer.h:
13974 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13975 (gst_video_sink_class_init), (gst_video_sink_get_type):
13976 * gst-libs/gst/video/videosink.h:
13977 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13978 (gst_multifdsink_class_init),
13979 (gst_multifdsink_handle_client_write),
13980 (gst_multifdsink_change_state):
13981 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13982 (gst_tcpclientsink_setcaps):
13983 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13984 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13985 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13986 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13987 (gst_ximagesink_send_pending_navigation),
13988 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13989 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13991 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13992 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13993 (gst_xvimagesink_send_pending_navigation),
13994 (gst_xvimagesink_navigation_send_event),
13995 (gst_xvimagesink_set_xwindow_id),
13996 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13997 (gst_xvimagesink_get_type):
13998 more macro splitting
14000 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14002 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14003 plug a memleak, allows me to import 1479 albums in one go
14005 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14006 (vorbis_handle_type_packet), (vorbis_dec_chain),
14007 (vorbis_dec_change_state):
14008 fix some format strings
14010 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14012 * docs/libs/tmpl/gstcolorbalance.sgml:
14013 * docs/libs/tmpl/gstmixer.sgml:
14014 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14015 (gst_alsasink_set_property), (gst_alsasink_get_property):
14016 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14017 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14018 add device property
14020 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14022 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14023 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14024 (audiocast_register_listener), (audiocast_thread_run),
14025 (gst_gnomevfssrc_send_additional_headers_callback),
14026 (gst_gnomevfssrc_received_headers_callback),
14027 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14028 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14029 (gst_gnomevfssrc_get_size):
14030 add/clean up debugging
14031 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14034 2005-07-07 Andy Wingo <wingo@pobox.com>
14036 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14037 framerate. Need to get a handle on when exactly this function is
14040 * sys/v4l/v4lsrc_calls.h:
14041 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14042 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14043 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14045 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14046 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14047 v4lelements are sources.
14049 * sys/v4l/gstv4lxoverlay.h:
14050 * sys/v4l/gstv4lxoverlay.c:
14051 * sys/v4l/gstv4ltuner.h:
14052 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14054 * sys/v4l/gstv4lsrc.h:
14055 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14056 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14057 or something should handle that. Made a live source.
14059 * sys/v4l/gstv4lelement.h:
14060 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14061 signals. Some cleanups.
14063 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14065 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14068 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14071 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14073 2005-07-07 Wim Taymans <wim@fluendo.com>
14075 * ext/theora/theoradec.c: (theora_get_query_types),
14076 (theora_dec_src_getcaps), (theora_dec_push):
14077 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14078 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14079 Remove deprecated/unused query types.
14081 2005-07-06 Wim Taymans <wim@fluendo.com>
14083 * ext/alsa/Makefile.am:
14084 * ext/alsa/gstalsaplugin.c: (plugin_init):
14085 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14086 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14087 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14088 (gst_alsasrc_class_init), (gst_alsasrc_init),
14089 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14090 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14091 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14092 (gst_alsasrc_reset):
14093 * ext/alsa/gstalsasrc.h:
14094 * gst-libs/gst/audio/Makefile.am:
14095 * gst-libs/gst/audio/gstaudiosink.c:
14096 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14097 (gst_audioringbuffer_start):
14098 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14099 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14100 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14101 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14102 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14103 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14104 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14105 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14106 * gst-libs/gst/audio/gstaudiosrc.h:
14107 * gst-libs/gst/audio/gstbaseaudiosink.c:
14108 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14109 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14110 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14111 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14112 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14113 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14114 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14115 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14116 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14117 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14118 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14119 (gst_baseaudiosrc_change_state):
14120 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14121 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14122 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14123 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14124 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14125 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14126 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14127 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14128 * gst-libs/gst/audio/gstringbuffer.h:
14129 Added audiosource base classes.
14130 Ported alsasrc, still very basic.
14132 2005-07-06 Wim Taymans <wim@fluendo.com>
14134 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14135 (theora_dec_push), (theora_handle_data_packet):
14136 Prepare for better timestamp fix later.
14138 * gst/audioconvert/gstaudioconvert.c:
14139 List most accurate caps first
14141 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14142 Use proper pad task function.
14144 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14145 (gst_xvimagesink_show_frame):
14146 Fix deadlock when alloc failed.
14148 2005-07-05 Andy Wingo <wingo@pobox.com>
14150 * ext/gnomevfs/gstgnomevfssrc.c:
14151 * gst/sine/gstsinesrc.c:
14152 * gst/tcp/gsttcpserversrc.c:
14153 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14155 * sys/v4l/: Port from 0.8.
14157 * Many files: Null if we got it....
14159 2005-07-05 Andy Wingo <wingo@pobox.com>
14161 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14162 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14165 2005-07-05 Wim Taymans <wim@fluendo.com>
14168 * gst/tcp/Makefile.am:
14170 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14171 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14172 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14173 (is_sync_frame), (gst_multifdsink_handle_client_write),
14174 (gst_multifdsink_render), (gst_multifdsink_start),
14175 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14176 * gst/tcp/gstmultifdsink.h:
14177 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14178 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14179 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14180 * gst/tcp/gsttcp.h:
14181 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14182 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14183 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14184 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14185 * gst/tcp/gsttcpclientsink.h:
14186 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14187 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14188 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14189 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14190 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14191 * gst/tcp/gsttcpclientsrc.h:
14192 * gst/tcp/gsttcpplugin.c: (plugin_init):
14193 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14194 * gst/tcp/gsttcpserversink.h:
14195 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14196 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14197 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14198 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14199 (gst_tcpserversrc_stop):
14200 * gst/tcp/gsttcpserversrc.h:
14201 * gst/tcp/gsttcpsink.c:
14202 * gst/tcp/gsttcpsink.h:
14203 * gst/tcp/gsttcpsrc.c:
14204 * gst/tcp/gsttcpsrc.h:
14205 Ported tcp plugins to 0.9.
14208 2005-07-05 Andy Wingo <wingo@pobox.com>
14210 * gst/playback/gstplaybasebin.c (fill_buffer):
14211 message_new_application fixen.
14213 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14216 2005-07-04 Wim Taymans <wim@fluendo.com>
14218 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14219 Set caps on output buffer.
14221 2005-07-04 Andy Wingo <wingo@pobox.com>
14223 * ext/gnomevfs/gstgnomevfssrc.c
14224 (gst_gnomevfssrc_received_headers_callback)
14225 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14228 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14229 No refcount leakage.
14231 * configure.ac: Enable -Werror.
14233 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14234 * gst/audioconvert/bufferframesconvert.c
14235 (buffer_frames_convert_fixate):
14236 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14237 (gst_audio_convert_fixate):
14238 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14239 (gst_sinesrc_create): Fixate func changes.
14241 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14242 (gst_ximagesink_buffer_alloc): Unused var.
14244 2005-07-01 Andy Wingo <wingo@pobox.com>
14246 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14247 getcaps to do explicit caps. Needs to be done in all decoders,
14248 possibly via a base class.
14250 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14252 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14253 caps on the sink pad, just rely on the pad template. Also, setting
14254 ANY caps on a pad is not valid because the caps are not fixed.
14256 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14257 caps on the buffer, and get the width from the desired_caps if
14259 (gst_ximagesink_renegotiate_size): Implement via setting the
14260 desired_caps on the ximagesink.
14261 (gst_ximagesink_setcaps): Only reset the width of the player if it
14262 wasn't already set. Not sure if this is right.
14263 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14265 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14266 that the user wants. NULL unless the window has been resized.
14268 * gst/volume/gstvolume.c (volume_transform): Adapt to
14269 basetransform refcount changes.
14271 2005-07-01 Andy Wingo <wingo@pobox.com>
14273 * gst/videoscale/gstvideoscale.c:
14274 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14275 from BaseTransform, implements a transform_caps. Removed dead code
14276 including some PAR stuff that was never reached -- should probably
14277 be added back somehow.
14279 2005-07-01 Andy Wingo <wingo@pobox.com>
14281 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14284 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14287 * docs/libs/Makefile.am:
14288 * docs/libs/gst-plugins-libs.types:
14289 * ext/alsa/Makefile.am:
14290 * ext/alsa/gstalsamixer.h:
14291 * ext/alsa/gstalsamixeroptions.h:
14292 * ext/alsa/gstalsamixertrack.h:
14293 * gst-libs/gst/Makefile.am:
14294 * gst-libs/gst/colorbalance/.cvsignore:
14295 * gst-libs/gst/colorbalance/Makefile.am:
14296 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14297 * gst-libs/gst/colorbalance/colorbalance.c:
14298 * gst-libs/gst/colorbalance/colorbalance.h:
14299 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14300 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14301 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14302 * gst-libs/gst/interfaces/Makefile.am:
14303 * gst-libs/gst/interfaces/colorbalance.c:
14304 (gst_color_balance_class_init):
14305 * gst-libs/gst/interfaces/colorbalance.h:
14306 * gst-libs/gst/interfaces/interfaces-marshal.list:
14307 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14308 * gst-libs/gst/interfaces/mixer.h:
14309 * gst-libs/gst/interfaces/mixeroptions.h:
14310 * gst-libs/gst/interfaces/navigation.c:
14311 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14312 * gst-libs/gst/interfaces/tuner.h:
14313 * gst/volume/Makefile.am:
14314 * gst/volume/gstvolume.c:
14315 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14316 * sys/ximage/Makefile.am:
14317 * sys/ximage/ximagesink.c:
14318 * sys/xvimage/Makefile.am:
14319 * sys/xvimage/xvimagesink.c:
14320 fold in all interfaces into an interfaces dir, preserving CVS
14323 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14325 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14326 Fix build after riff changes.
14328 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14330 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14331 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14332 (gst_riff_create_video_template_caps),
14333 (gst_riff_create_audio_template_caps),
14334 (gst_riff_create_iavs_template_caps):
14335 * gst-libs/gst/riff/riff-media.h:
14336 * gst-libs/gst/riff/riff-read.h:
14337 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14338 Add gst_riff_init() to initialize the debug category, instead
14339 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14341 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14343 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14344 Oops, I shouldn't apply hacks.
14346 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14348 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14349 Remove pad_loop function which doesn't work.
14351 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14353 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14354 Send EOS when deactivating.
14355 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14356 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14357 (gen_preroll_element), (probe_triggered), (mute_stream),
14358 (silence_stream), (new_decoded_pad), (setup_substreams),
14359 (set_active_source):
14360 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14361 (remove_sinks), (add_sink):
14362 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14363 Change for new probe API.
14365 2005-06-29 Wim Taymans <wim@fluendo.com>
14367 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14368 * gst-libs/gst/audio/gstbaseaudiosink.c:
14369 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14370 (gst_baseaudiosink_change_state):
14371 * gst-libs/gst/audio/gstbaseaudiosink.h:
14372 * gst-libs/gst/audio/gstringbuffer.c:
14373 (gst_ringbuffer_set_callback):
14374 Fix compilation error.
14375 Ringbuffer starts out as not running.
14376 Free our clock in dispose.
14377 When releasing the ringbuffer we need to renegotiate so
14378 clear the pad caps.
14380 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14384 * docs/Makefile.am:
14385 * docs/libs/Makefile.am:
14386 * docs/libs/gst-plugins-libs-docs.sgml:
14387 * docs/libs/gst-plugins-libs-sections.txt:
14388 * docs/libs/gst-plugins-libs.types:
14389 * docs/libs/tmpl/gstaudio.sgml:
14390 * docs/libs/tmpl/gstcolorbalance.sgml:
14391 * docs/libs/tmpl/gstringbuffer.sgml:
14392 * gst-libs/gst/audio/gstringbuffer.c:
14393 (gst_ringbuffer_set_callback):
14394 reinstate gtk-doc docs for plugin libs
14396 2005-06-28 Wim Taymans <wim@fluendo.com>
14398 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14399 (gst_ogg_demux_init):
14400 Removed pad loop function.
14402 2005-06-28 Wim Taymans <wim@fluendo.com>
14404 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14405 If we're building a chain we are not in an error case
14406 when we queue a buffer.
14408 2005-06-28 Andy Wingo <wingo@pobox.com>
14410 * *.c: Don't cast to GstObject before reffing/unreffing.
14412 2005-06-27 Andy Wingo <wingo@pobox.com>
14414 * gst/videotestsrc/gstvideotestsrc.c
14415 (gst_videotestsrc_activate_push): Activation API changes.
14417 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14418 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14419 they have refs on the decodebin.
14421 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14423 (gst_ogg_pad_typefind): Don't leak a pad ref.
14424 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14425 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14426 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14428 2005-06-27 Edward Hervey <edward@fluendo.com>
14430 * ext/theora/theoradec.c: (theora_dec_change_state):
14431 re-arranged call to parent's state change in order to avoid locks (or
14434 2005-06-26 Edward Hervey <edward@fluendo.com>
14436 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14437 2nd argument of 'unknow-type' signal is a GstCaps and not a
14440 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14441 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14442 Set the worker thread's running flag to TRUE before starting the
14444 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14445 Catch a failure to add typefind to the bin.
14447 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14449 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14450 (gst_sinesrc_init), (gst_sinesrc_create),
14451 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14452 (gst_sinesrc_start):
14453 * gst/sine/gstsinesrc.h:
14454 add num-buffers and timestamp-offset properties
14455 * gst/videotestsrc/gstvideotestsrc.c:
14456 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14457 (gst_videotestsrc_get_property):
14458 add timestamp-offset property
14460 2005-06-23 Christian Schaller <uraeus@gnome.org>
14462 * configure.ac: add videorate
14463 * gst-plugins-base.spec.in: add videorate
14465 2005-06-23 Wim Taymans <wim@fluendo.com>
14467 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14468 (gst_videorate_getcaps), (gst_videorate_setcaps),
14469 (gst_videorate_event), (gst_videorate_chain):
14470 Fixed videorate, fixating an already fixated caps is not
14473 2005-06-23 Wim Taymans <wim@fluendo.com>
14476 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14477 Buffer on caps is not boxed anymore.
14479 2005-06-22 Wim Taymans <wim@fluendo.com>
14481 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14482 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14483 Set buffers on caps as miniobjects and not as boxed.
14485 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14490 === release 0.9.1 ===
14492 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14513 updates for release
14515 2005-06-09 Andy Wingo <wingo@pobox.com>
14517 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14519 2005-06-09 Andy Wingo <wingo@pobox.com>
14522 * gst-libs/gst/Makefile.am:
14523 * gst-libs/gst/net/Makefile.am:
14524 Add gstnet to build.
14526 2005-06-09 Andy Wingo <wingo@pobox.com>
14528 * gst-libs/gst/gconf/gconf.c:
14529 * gst/playback/test.c:
14530 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14533 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14535 * ext/theora/theoraenc.c (theora_enc_chain):
14536 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14538 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14541 2005-06-02 Wim Taymans <wim@fluendo.com>
14543 * gst-libs/gst/net/Makefile.am:
14544 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14545 * pkgconfig/gstreamer-libs.pc.in:
14546 Added net stuff, version net lib.
14548 2005-06-02 Wim Taymans <wim@fluendo.com>
14550 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14551 (query_rates), (query_positions_elems), (query_positions_pads),
14553 Updated seek example.
14555 2005-06-02 Andy Wingo <wingo@pobox.com>
14557 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14558 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14561 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14562 remove the typefind, the bin dispose will do it for us. When it's
14563 removed and unreffed, the signal handler will be disconnected,
14565 (unlinked): It's too difficult to disconnect from unlinked
14566 handlers, as they are on pads not elements. Just punt if the pads
14567 aren't grandkids of the bin.
14569 2005-06-02 Wim Taymans <wim@fluendo.com>
14572 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14573 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14574 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14575 * ext/theora/theoradec.c: (theora_dec_src_query),
14576 (theora_handle_data_packet):
14577 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14578 (theora_enc_chain):
14579 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14580 (vorbis_handle_data_packet):
14581 * gst/audioconvert/bufferframesconvert.c:
14582 (buffer_frames_convert_chain):
14583 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14584 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14585 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14586 (gst_ffmpegcsp_chain):
14587 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14588 (gst_videorate_getcaps), (gst_videorate_setcaps),
14589 (gst_videorate_event), (gst_videorate_chain):
14590 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14591 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14592 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14593 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14594 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14595 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14596 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14597 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14598 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14599 Cleanups and buffer alloc.
14601 2005-05-31 Wim Taymans <wim@fluendo.com>
14603 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14604 Don't try to call the delay method when the device is not
14607 2005-05-31 Wim Taymans <wim@fluendo.com>
14609 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14610 Get actual segment size and buffer size after opening
14613 2005-05-30 Wim Taymans <wim@fluendo.com>
14615 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14616 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14617 Also FLUSH upstream, makes the loop function exit faster.
14619 * ext/theora/theoradec.c: (theora_dec_src_query):
14620 Some more debug info in the query.
14622 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14623 (gst_ximagesink_setcaps):
14624 Release lock on par error, better error reporting.
14626 2005-05-26 Wim Taymans <wim@fluendo.com>
14628 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14629 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14630 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14631 Clear chains in READY
14632 Queue packets until the chain is activated.
14634 2005-05-25 Wim Taymans <wim@fluendo.com>
14636 * gst-libs/gst/audio/gstaudiosink.c:
14637 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14638 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14639 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14640 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14641 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14642 (gst_audiosink_create_ringbuffer):
14643 * gst-libs/gst/audio/gstbaseaudiosink.c:
14644 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14645 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14646 (gst_baseaudiosink_set_property), (build_linear_format),
14647 (debug_spec_caps), (debug_spec_buffer),
14648 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14649 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14650 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14651 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14652 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14653 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14654 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14655 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14656 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14657 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14658 (wait_segment), (gst_ringbuffer_commit),
14659 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14660 (gst_ringbuffer_clear):
14661 Various small cleanups.
14663 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14664 (gst_audio_convert_change_state):
14665 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14666 No need to take the locks anymore.
14668 2005-05-25 Wim Taymans <wim@fluendo.com>
14670 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14671 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14672 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14674 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14675 (group_destroy), (group_commit), (queue_overrun),
14676 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14677 (mute_stream), (new_decoded_pad), (setup_substreams),
14678 (setup_source), (mute_group_type), (set_active_source),
14679 (gst_play_base_bin_change_state):
14680 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14681 (gen_video_element), (gen_text_element), (gen_audio_element),
14682 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14683 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14684 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14685 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14686 Some playbin cleanups mostly refcounting sloppyness.
14688 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14690 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14691 Work with streaming input.
14693 2005-05-25 Wim Taymans <wim@fluendo.com>
14695 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14696 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14697 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14698 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14699 No need to take the STREAM lock anymore.
14701 2005-05-25 Wim Taymans <wim@fluendo.com>
14703 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14704 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14705 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14706 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14707 (gst_ogg_demux_sink_activate):
14708 * ext/theora/theoradec.c: (theora_dec_src_event),
14709 (theora_handle_comment_packet), (theora_dec_chain),
14710 (theora_dec_change_state):
14711 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14712 (vorbis_handle_data_packet), (vorbis_dec_chain),
14713 (vorbis_dec_change_state):
14714 Remove STREAM locks as they are taken in core now.
14715 Never set bogus granulepos on vorbis/theora.
14716 Fix leaks in theoradec tag parsing.
14718 2005-05-25 Wim Taymans <wim@fluendo.com>
14720 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14721 Fix memleaks, GST_BUFFER_DATA() is not freed.
14723 2005-05-25 Wim Taymans <wim@fluendo.com>
14725 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14726 Open non-blocking, set to blocking mode afterwards to avoid
14727 lockups when audio device is busy.
14729 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14731 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14732 This can't be good.
14734 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14736 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14737 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14738 (gst_audio_convert_setcaps):
14739 Implement instant setup switching.
14741 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14743 * gst/playback/gstplaybasebin.c: (probe_triggered):
14744 Fix missing unlock.
14745 * gst/playback/gstplaybin.c: (add_sink):
14746 First add, then link (otherwise pad link fails).
14748 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14750 * examples/Makefile.am:
14751 fix buildbot (make distcheck)
14753 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14755 * gst/playback/gstplaybin.c: (gen_vis_element):
14756 Remove some wrong code. Doesn't work yet.
14758 2005-05-19 Wim Taymans <wim@fluendo.com>
14760 * gst-libs/gst/net/Makefile.am:
14761 * gst-libs/gst/net/README:
14762 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14763 (gst_netbuffer_class_init), (gst_netbuffer_init),
14764 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14765 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14766 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14767 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14768 * gst-libs/gst/net/gstnetbuffer.h:
14769 Added buffer subclass to store extra to/from addresses for
14770 network sources/sinks.
14772 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14774 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14775 Don't lock an unassigned variable.
14777 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14779 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14780 Increase buffer for video, decrease buffer for other media types.
14781 * gst/playback/gstplaybin.c: (gen_video_element),
14782 (gen_audio_element):
14783 Change names for debugging purposes.
14785 2005-05-18 Wim Taymans <wim@fluendo.com>
14787 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14788 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14789 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14790 (gst_ffmpegcsp_chain):
14791 Enable buffer alloc passthrough if the source and dest
14792 formats are the same.
14794 2005-05-17 Wim Taymans <wim@fluendo.com>
14796 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14797 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14798 (gst_ogg_demux_chain_unlocked):
14799 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14800 (gst_audio_convert_caps_remove_format_info),
14801 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14802 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14803 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14804 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14805 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14806 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14807 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14808 (gst_ffmpegcsp_get_property):
14809 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14810 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14811 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14812 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14813 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14814 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14815 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14816 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14817 Leak fixes in oggdemux.
14818 Some cleanups in audioconvert.
14819 Make passthrough work along with buffer_alloc etc.
14820 Make buffer_alloc and buffer recycling actually work in
14823 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14825 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14826 make the compiler happy
14828 2005-05-17 Wim Taymans <wim@fluendo.com>
14830 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14831 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14832 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14833 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14834 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14835 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14836 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14837 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14838 (gst_xvimagesink_set_xwindow_id):
14839 * sys/xvimage/xvimagesink.h:
14840 Port xvimagesink to new MiniObject.
14842 2005-05-17 Wim Taymans <wim@fluendo.com>
14844 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14845 (gst_audiofilter_chain):
14846 * gst-libs/gst/audio/gstaudiosink.c:
14847 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14848 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14849 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14850 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14851 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14852 (gst_audiosink_create_ringbuffer):
14853 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14854 (gst_audio_convert_caps_remove_format_info),
14855 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14856 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14857 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14858 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14859 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14860 Fix passthrough in ffmpegcolorspace.
14861 Fix memset in audiosink on wrong memory.
14863 2005-05-16 David Schleef <ds@schleef.org>
14865 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14868 2005-05-16 David Schleef <ds@schleef.org>
14870 Port from GstData to GstMiniObject.
14871 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14872 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14873 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14874 (gst_ogg_mux_collected):
14875 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14876 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14877 (theora_handle_data_packet):
14878 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14879 (theora_set_header_on_caps), (theora_enc_chain):
14880 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14881 (vorbis_handle_comment_packet):
14882 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14883 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14884 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14885 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14886 * gst/audioconvert/gstaudioconvert.c:
14887 (gst_audio_convert_get_buffer):
14888 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14889 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14890 (mute_stream), (silence_stream):
14891 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14892 * gst/volume/gstvolume.c: (volume_transform):
14893 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14894 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14895 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14896 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14897 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14898 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14899 (gst_ximagesink_buffer_alloc):
14900 * sys/ximage/ximagesink.h:
14902 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14904 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14905 (fill_buffer), (check_queue), (queue_threshold_reached),
14906 (queue_out_of_data):
14907 * gst/playback/gstplaybasebin.h:
14908 Post buffer-fullness on the bus.
14910 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14912 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14914 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14915 (group_commit), (probe_triggered), (setup_source),
14916 (gst_play_base_bin_change_state):
14917 * gst/playback/gstplaybasebin.h:
14918 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14919 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14920 (gst_play_bin_change_state):
14921 Move setup_output_pads into a virtual function, remove
14922 group-switch (no longer needed) and redirect (handled by bus
14925 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14927 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14928 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14929 (get_active_group), (get_building_group), (group_destroy),
14930 (group_commit), (check_queue), (queue_overrun),
14931 (queue_threshold_reached), (queue_out_of_data),
14932 (gen_preroll_element), (remove_groups), (unknown_type),
14933 (add_element_stream), (no_more_pads), (probe_triggered),
14934 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14935 (setup_substreams), (setup_source), (finish_source),
14936 (prepare_output), (muted_group_change_state),
14937 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14938 (gst_play_base_bin_change_state):
14939 * gst/playback/gstplaybasebin.h:
14940 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14941 (gst_play_bin_init), (gst_play_bin_set_property),
14942 (gen_video_element), (gen_text_element), (gen_audio_element),
14943 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14944 (gst_play_bin_change_state):
14945 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14946 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14947 (stream_info_change_state), (gst_stream_info_set_mute),
14948 (gst_stream_info_get_property):
14949 * gst/playback/gststreaminfo.h:
14950 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14951 (gst_stream_selector_get_linked_pad),
14952 (gst_stream_selector_getcaps),
14953 (gst_stream_selector_get_linked_pads),
14954 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14955 * gst/playback/gststreamselector.h:
14956 Rough port of playbin. Needs some more work, but is mostly done,
14957 and uses a few locks in important places, which should make stuff
14958 like chain-switches clean. Still uses GST_STATE() in a few places,
14959 which isn't all that good an idea, subtitles/elements disabled
14960 because no elements to test with and thus probably broken, query
14961 and event handling moved to GstBin, internal thread removed
14962 alltogether because the pipeline does that for us now. Can play
14963 Ogg/Vorbis files. Haven't tested anything else yet.
14965 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14967 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14968 Do no-more-pads (needed for autoplugging).
14970 2005-05-10 Andy Wingo <wingo@pobox.com>
14972 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14973 message to the bus with the tags. Still not sent downstream tho.
14975 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14977 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14978 avoid refcounting hassles.
14980 2005-05-09 Andy Wingo <wingo@pobox.com>
14982 * gst/volume/Makefile.am:
14983 * gst/volume/demo.c
14984 * gst/volume/gstvolume.h
14985 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14986 basetransform. Probably need an audio filter base class.
14988 2005-05-09 Wim Taymans <wim@fluendo.com>
14990 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14991 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14992 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14993 (gst_vorbisenc_chain):
14994 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14995 (gst_audio_convert_caps_remove_format_info),
14996 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14997 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14998 Make caps writable before writing to it.
14999 Fix negotiation in audioconvert some more.
15001 2005-05-09 Wim Taymans <wim@fluendo.com>
15003 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15004 (gst_videorate_getcaps), (gst_videorate_setcaps),
15005 (gst_videorate_event), (gst_videorate_chain):
15006 Better negotiation.
15008 2005-05-09 Wim Taymans <wim@fluendo.com>
15010 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15011 (gst_videorate_getcaps), (gst_videorate_setcaps),
15012 (gst_videorate_blank_data), (gst_videorate_init),
15013 (gst_videorate_event), (gst_videorate_chain),
15014 (gst_videorate_change_state):
15015 Port videorate, do a better job at negotiation while we're at
15018 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15023 * examples/Makefile.am:
15024 * gst-libs/gst/audio/Makefile.am:
15025 * gst-libs/gst/riff/Makefile.am:
15026 * gst-libs/gst/tag/Makefile.am:
15027 * gst-libs/gst/video/Makefile.am:
15028 Fixups for missing variables.
15030 2005-05-09 Wim Taymans <wim@fluendo.com>
15032 * examples/seeking/seek.c: (make_theora_pipeline),
15033 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15034 (query_rates), (query_positions_elems), (query_positions_pads),
15035 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15036 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15037 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15038 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15039 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15040 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15041 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15042 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15043 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15044 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15045 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15046 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15047 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15048 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15049 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15050 (theora_dec_src_convert), (theora_dec_sink_convert),
15051 (theora_dec_src_query), (theora_dec_sink_query),
15052 (theora_dec_src_event), (theora_dec_sink_event),
15053 (theora_handle_comment_packet), (theora_handle_type_packet),
15054 (theora_handle_header_packet), (theora_handle_data_packet),
15055 (theora_dec_chain):
15056 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15057 (vorbis_dec_convert), (vorbis_dec_src_query),
15058 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15059 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15060 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15061 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15062 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15063 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15064 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15065 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15066 (gst_play_bin_query):
15067 * gst/playback/test3.c: (update_scale):
15068 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15069 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15070 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15071 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15072 (gst_videotestsrc_src_query):
15073 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15074 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15075 (paint_hline_YUV9):
15076 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15077 Port to new query API.
15079 Cleanups in x[v]imagesink
15081 2005-05-09 Andy Wingo <wingo@pobox.com>
15083 * ext/alsa/gstalsasink.h:
15084 * ext/gnomevfs/gstgnomevfssrc.c:
15085 (gst_gnomevfssrc_get_icy_metadata):
15086 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15087 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15088 * ext/theora/theoradec.c (theora_dec_src_query)
15089 (theora_dec_src_event, theora_dec_sink_event)
15090 (theora_handle_comment_packet, theora_handle_data_packet):
15091 * ext/theora/theoraenc.c (theora_enc_chain):
15092 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15093 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15094 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15095 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15097 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15098 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15099 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15100 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15101 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15102 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15103 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15104 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15105 (paint_setup_RGB565, paint_setup_xRGB1555):
15106 * gst/videotestsrc/videotestsrc.h:
15107 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15108 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15109 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15112 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15113 gst_pad_query_position. Fixes oggdemux.
15115 2005-05-08 David Schleef <ds@schleef.org>
15117 * configure.ac: Require liboil.
15118 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15120 * gst/videotestsrc/videotestsrc.c:
15121 * gst/videotestsrc/videotestsrc.h:
15123 2005-05-06 Wim Taymans <wim@fluendo.com>
15125 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15126 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15127 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15128 Well, unreffing a buffer right before pushing it is asking
15131 2005-05-06 Christian Schaller <uraeus@gnome.org>
15133 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15135 2005-05-06 Wim Taymans <wim@fluendo.com>
15137 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15138 (gst_audio_convert_caps_remove_format_info),
15139 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15140 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15141 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15142 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15143 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15144 * gst/sine/Makefile.am:
15145 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15146 (gst_sinesrc_class_init), (gst_sinesrc_init),
15147 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15148 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15149 (gst_sinesrc_update_freq):
15150 * gst/sine/gstsinesrc.h:
15151 * gst/tcp/gstmultifdsink.c:
15152 * sys/xvimage/xvimagesink.c:
15153 Fixed negotiation wrt _peer_get_caps()
15157 2005-05-06 Wim Taymans <wim@fluendo.com>
15159 * gst-libs/gst/audio/gstaudiosink.c:
15160 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15161 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15162 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15163 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15164 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15165 (gst_audiosink_create_ringbuffer):
15166 * gst-libs/gst/audio/gstbaseaudiosink.c:
15167 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15168 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15169 (gst_baseaudiosink_set_property), (build_linear_format),
15170 (debug_spec_caps), (debug_spec_buffer),
15171 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15172 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15173 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15174 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15175 * gst-libs/gst/audio/gstbaseaudiosink.h:
15176 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15177 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15178 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15179 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15180 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15181 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15182 (wait_segment), (gst_ringbuffer_commit),
15183 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15184 (gst_ringbuffer_clear):
15185 * gst-libs/gst/audio/gstringbuffer.h:
15186 Make the base audiosink return an error when there is no
15187 audiobuffer negotiated.
15189 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15192 Disable cdparanoia until someone ports it!
15194 2005-05-06 Wim Taymans <wim@fluendo.com>
15196 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15197 (gst_ogg_demux_sink_activate):
15198 And revert after wingo's revert.. sigh..
15200 2005-05-05 Andy Wingo <wingo@pobox.com>
15202 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15204 * configure.ac: Return audiorate and subparse from the ghetto.
15205 Re-enable -Wall -Werror.
15206 * gst/subparse/gstsubparse.c:
15207 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15208 or chain-based. Cleaned up a bit. Not tested.
15210 2005-05-05 Christian Schaller <christian@fluendo.com>
15212 * Makefile.am: remove stuff that is not building
15213 * configure.ac: remove stuff that is not building
15214 * examples/Makefile.am: remove stuff that is not building
15215 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15216 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15217 * sys/Makefile.am: remove stuff that is not building
15218 * testsuite/Makefile.am: remove stuff that is not building
15220 2005-05-05 Andy Wingo <wingo@pobox.com>
15222 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15223 * gst-libs/gst/tag/gstvorbistag.c:
15224 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15225 * gst/adder/gstadder.h:
15226 * gst/audioconvert/gstchannelmix.c:
15227 (gst_audio_convert_fill_one_other):
15228 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15229 (gst_audiorate_init), (gst_audiorate_chain):
15230 * gst/playback/gstplaybasebin.c: (setup_source):
15231 * gst/playback/test3.c: (update_scale):
15249 2005-05-05 Wim Taymans <wim@fluendo.com>
15251 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15252 (gst_audio_convert_caps_remove_format_info),
15253 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15254 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15255 * gst/videotestsrc/gstvideotestsrc.c:
15256 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15257 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15258 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15259 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15260 Don't ignore _push() return values.
15261 Make sure no processing is done when shutting down.
15262 Videotestsrc pad activation fix.
15264 2005-05-05 Wim Taymans <wim@fluendo.com>
15266 * gst/adder/Makefile.am:
15267 * gst/adder/gstadder.c: (gst_adder_setcaps),
15268 (gst_adder_class_init), (gst_adder_init),
15269 (gst_adder_request_new_pad), (gst_adder_collected),
15270 (gst_adder_change_state):
15271 * gst/adder/gstadder.h:
15272 Ported adder as an example of a mixer element using
15273 collect pads. Needs more negotiation work.
15275 2005-05-05 Wim Taymans <wim@fluendo.com>
15277 * ext/theora/theoradec.c: (_inc_granulepos),
15278 (theora_dec_src_event), (theora_dec_sink_event),
15279 (theora_handle_comment_packet), (theora_handle_type_packet),
15280 (theora_handle_header_packet), (theora_handle_data_packet),
15281 (theora_dec_chain):
15282 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15283 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15284 (theora_push_buffer), (theora_push_packet),
15285 (theora_enc_sink_event), (theora_enc_chain),
15286 (theora_enc_change_state), (theora_enc_set_property),
15287 (theora_enc_get_property):
15288 Added stream lock to decoder so that we can serialize
15290 More theoraenc porting, recover from errors, do clean
15293 2005-05-05 Wim Taymans <wim@fluendo.com>
15295 * ext/ogg/Makefile.am:
15297 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15298 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15300 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15301 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15302 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15303 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15304 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15305 (gst_ogg_mux_change_state):
15308 2005-05-05 Wim Taymans <wim@fluendo.com>
15310 * docs/design-audiosinks.txt:
15311 * gst-libs/gst/audio/TODO:
15312 * gst-libs/gst/audio/gstaudiosink.c:
15313 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15314 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15315 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15316 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15317 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15318 (gst_audiosink_create_ringbuffer):
15319 * gst-libs/gst/audio/gstbaseaudiosink.c:
15320 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15321 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15322 (gst_baseaudiosink_set_property), (build_linear_format),
15323 (debug_spec_caps), (debug_spec_buffer),
15324 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15325 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15326 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15327 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15328 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15329 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15330 (gst_ringbuffer_release), (gst_ringbuffer_play),
15331 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15332 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15333 (gst_ringbuffer_set_sample), (wait_segment),
15334 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15335 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15336 More work on the audiosink, mostly debugging and a race in
15339 2005-04-28 Wim Taymans <wim@fluendo.com>
15341 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15342 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15343 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15344 (vorbis_dec_src_query), (vorbis_dec_src_event),
15345 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15346 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15347 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15348 Don't crap out when seeking back to position 0.
15350 2005-04-28 Wim Taymans <wim@fluendo.com>
15352 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15353 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15354 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15355 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15356 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15357 Make audio sink configurable, use alsasink as default.
15359 2005-04-28 Wim Taymans <wim@fluendo.com>
15361 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15362 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15363 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15364 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15365 (vorbis_dec_change_state):
15366 * ext/vorbis/vorbisdec.h:
15367 Refactor, use STREAM_LOCK.
15369 2005-04-28 Wim Taymans <wim@fluendo.com>
15371 * ext/theora/theoradec.c: (_inc_granulepos),
15372 (theora_dec_sink_event), (theora_handle_comment_packet),
15373 (theora_handle_type_packet), (theora_handle_header_packet),
15374 (theora_handle_data_packet), (theora_dec_chain),
15375 (theora_dec_change_state):
15376 Refactor a bit, use STREAM_LOCK.
15378 2005-04-28 Wim Taymans <wim@fluendo.com>
15380 * ext/alsa/Makefile.am:
15381 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15382 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15383 (gst_alsa_link), (gst_alsa_close_audio):
15384 * ext/alsa/gstalsaplugin.c: (plugin_init):
15385 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15386 (gst_alsasink_dispose), (gst_alsasink_base_init),
15387 (gst_alsasink_class_init), (gst_alsasink_init),
15388 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15389 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15390 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15391 (gst_alsasink_reset):
15392 * ext/alsa/gstalsasink.h:
15393 Implement alsasink with simple open/write/close API.
15394 Make alsa dir build by disabling compilation of code.
15396 2005-04-28 Wim Taymans <wim@fluendo.com>
15398 * gst-libs/gst/audio/Makefile.am:
15399 * gst-libs/gst/audio/audio.h:
15400 * gst-libs/gst/audio/audioclock.c:
15401 * gst-libs/gst/audio/audioclock.h:
15402 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15403 (gst_audio_clock_class_init), (gst_audio_clock_init),
15404 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15405 * gst-libs/gst/audio/gstaudioclock.h:
15406 * gst-libs/gst/audio/gstaudiosink.c:
15407 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15408 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15409 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15410 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15411 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15412 (gst_audiosink_create_ringbuffer):
15413 * gst-libs/gst/audio/gstbaseaudiosink.c:
15414 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15415 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15416 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15417 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15418 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15419 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15420 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15421 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15422 * gst-libs/gst/audio/gstbaseaudiosink.h:
15423 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15424 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15425 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15426 (gst_ringbuffer_release), (gst_ringbuffer_play),
15427 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15428 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15429 (gst_ringbuffer_set_sample), (wait_segment),
15430 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15431 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15432 * gst-libs/gst/audio/gstringbuffer.h:
15433 Make ringbuffer faster and more simple by removing the locks
15434 in the playback thread.
15435 Add sample accurate playback based on buffer sample offsets.
15436 Make the baseaudiosink provide a clock.
15437 Parse caps in the base class.
15438 Correctly handle seeking, flushing and state changes.
15440 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15443 * gst/audioconvert/Makefile.am:
15444 * gst/audioscale/Makefile.am:
15445 Fix part of the build. Come on guys, autogen didn't even work :)
15447 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15450 * gst-libs/gst/Makefile.am:
15451 * gst-libs/gst/media-info/.cvsignore:
15452 * gst-libs/gst/media-info/Makefile.am:
15453 * gst-libs/gst/media-info/README:
15454 * gst-libs/gst/media-info/media-info-priv.c:
15455 * gst-libs/gst/media-info/media-info-priv.h:
15456 * gst-libs/gst/media-info/media-info-test.c:
15457 * gst-libs/gst/media-info/media-info.c:
15458 * gst-libs/gst/media-info/media-info.h:
15459 * gst-libs/gst/media-info/media-info.vcproj:
15460 * pkgconfig/Makefile.am:
15461 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15462 * pkgconfig/gstreamer-media-info.pc.in:
15463 Remove media-info, which is also successed by playbin (see Totem
15466 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15469 * examples/Makefile.am:
15470 * examples/gstplay/.cvsignore:
15471 * examples/gstplay/Makefile.am:
15472 * examples/gstplay/player.c:
15473 * gst-libs/gst/Makefile.am:
15474 * gst-libs/gst/play/.cvsignore:
15475 * gst-libs/gst/play/Makefile.am:
15476 * gst-libs/gst/play/play.c:
15477 * gst-libs/gst/play/play.h:
15478 * gst-libs/gst/play/play.vcproj:
15479 * pkgconfig/Makefile.am:
15480 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15481 * pkgconfig/gstreamer-play.pc.in:
15482 Remove libgstplay, playbin is now the official successor.
15484 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15487 * gst-libs/gst/Makefile.am:
15488 * gst-libs/gst/xwindowlistener/Makefile.am:
15489 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15490 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15491 Remove deprecated xwindowlistener (I've moved xwindowlistening
15492 in the v4l/v4l2 plugins over to serverside).
15494 2005-04-25 David Schleef <ds@schleef.org>
15496 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15497 to examples/dynparams. Examples do not belong interspersed with
15499 * examples/dynparams/demo-dparams.c:
15500 * gst/sine/Makefile.am:
15501 * gst/sine/demo-dparams.c:
15503 2005-04-25 David Schleef <ds@schleef.org>
15505 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15506 * gst-libs/gst/audio/Makefile.am:
15507 * gst-libs/gst/riff/Makefile.am:
15508 * gst-libs/gst/tag/Makefile.am:
15509 * gst-libs/gst/video/Makefile.am:
15510 * gst-libs/gst/xwindowlistener/Makefile.am:
15512 Convert to 0.9 API, seems to work:
15513 * sys/ximage/Makefile.am:
15514 * sys/ximage/ximagesink.c:
15516 2005-04-24 David Schleef <ds@schleef.org>
15518 Link plugins against libraries:
15519 * ext/alsa/Makefile.am:
15520 * gst/tcp/Makefile.am:
15522 Remove asm code that should be in liboil
15523 * gst/videoscale/Makefile.am:
15524 * gst/videoscale/videoscale_x86_asm.s:
15526 gettext wants these checked in:
15542 2005-04-24 David Schleef <ds@schleef.org>
15544 Convert gst_main() to g_main_loop_run()
15545 * gst/playback/decodetest.c: (main):
15546 * gst/playback/test2.c: (main):
15547 * gst/playback/test3.c: (main):
15548 * gst/playback/test4.c: (main):
15550 Link plugins against libraries:
15551 * ext/libvisual/Makefile.am:
15552 * sys/xvimage/Makefile.am:
15554 2005-04-24 David Schleef <ds@schleef.org>
15556 * configure.ac: Remove idct and resample libs
15557 * gst-libs/gst/Makefile.am: same
15559 Remove usage of gst_library_load():
15560 * ext/alsa/gstalsaplugin.c: (plugin_init):
15561 * ext/libvisual/visual.c: (plugin_init):
15562 * ext/ogg/gstogg.c: (plugin_init):
15563 * ext/theora/theora.c: (plugin_init):
15564 * ext/vorbis/vorbis.c: (plugin_init):
15565 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15566 * gst/audioscale/gstaudioscale.c:
15567 * gst/adder/gstadder.c: (plugin_init):
15568 * gst/audioconvert/plugin.c: (plugin_init):
15569 * sys/ximage/ximagesink.c: (plugin_init):
15570 * sys/xvimage/xvimagesink.c: (plugin_init):
15571 * gst/tcp/gsttcpplugin.c: (plugin_init):
15573 Link plugins against libraries:
15574 * ext/ogg/Makefile.am:
15575 * ext/theora/Makefile.am:
15576 * ext/vorbis/Makefile.am:
15577 * gst/audioconvert/Makefile.am:
15579 Create proper libraries:
15580 * gst-libs/gst/riff/Makefile.am:
15581 * gst-libs/gst/audio/Makefile.am:
15582 * gst-libs/gst/video/Makefile.am:
15584 Move resample library to audioscale plugin directory:
15585 * gst-libs/gst/resample/Makefile.am:
15586 * gst-libs/gst/resample/README:
15587 * gst-libs/gst/resample/dtof.c:
15588 * gst-libs/gst/resample/dtos.c:
15589 * gst-libs/gst/resample/functable.c:
15590 * gst-libs/gst/resample/private.h:
15591 * gst-libs/gst/resample/resample.c:
15592 * gst-libs/gst/resample/resample.h:
15593 * gst-libs/gst/resample/resample.vcproj:
15594 * gst-libs/gst/resample/test.c:
15595 * gst/audioscale/Makefile.am:
15596 * gst/audioscale/README:
15597 * gst/audioscale/dtof.c:
15598 * gst/audioscale/dtos.c:
15599 * gst/audioscale/functable.c:
15600 * gst/audioscale/private.h:
15601 * gst/audioscale/resample.c:
15602 * gst/audioscale/resample.h:
15603 * gst/audioscale/test.c:
15605 Move tagedit library to gst-libs:
15606 * gst-libs/gst/tag/Makefile.am:
15607 * gst-libs/gst/tag/gstid3tag.c:
15608 * gst-libs/gst/tag/gsttagediting.c:
15609 * gst-libs/gst/tag/gsttageditingprivate.h:
15610 * gst-libs/gst/tag/gstvorbistag.c:
15611 * gst/tags/Makefile.am:
15612 * gst/tags/gstid3tag.c:
15613 * gst/tags/gstvorbistag.c:
15615 Fix for core changes:
15616 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15617 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15618 (gst_sinesrc_getrange):
15620 2005-04-23 David Schleef <ds@schleef.org>
15622 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15623 in gst-plugins in a long time, and properly belongs in liboil.
15624 * gst-libs/gst/idct/Makefile.am:
15625 * gst-libs/gst/idct/README:
15626 * gst-libs/gst/idct/dct.h:
15627 * gst-libs/gst/idct/doieee:
15628 * gst-libs/gst/idct/fastintidct.c:
15629 * gst-libs/gst/idct/floatidct.c:
15630 * gst-libs/gst/idct/idct.c:
15631 * gst-libs/gst/idct/idct.h:
15632 * gst-libs/gst/idct/idtc.vcproj:
15633 * gst-libs/gst/idct/ieeetest.c:
15634 * gst-libs/gst/idct/intidct.c:
15636 2005-04-20 Wim Taymans <wim@fluendo.com>
15638 * docs/design-audiosinks.txt:
15639 * gst-libs/gst/audio/Makefile.am:
15640 * gst-libs/gst/audio/TODO:
15641 * gst-libs/gst/audio/gstaudiosink.c:
15642 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15643 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15644 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15645 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15646 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15647 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15648 (gst_audiosink_class_init), (gst_audiosink_init),
15649 (gst_audiosink_create_ringbuffer):
15650 * gst-libs/gst/audio/gstaudiosink.h:
15651 * gst-libs/gst/audio/gstbaseaudiosink.c:
15652 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15653 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15654 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15655 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15656 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15657 (gst_baseaudiosink_create_ringbuffer),
15658 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15659 * gst-libs/gst/audio/gstbaseaudiosink.h:
15660 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15661 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15662 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15663 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15664 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15665 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15666 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15667 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15668 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15669 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15670 * gst-libs/gst/audio/gstringbuffer.h:
15671 An attempt at a set of audio base classes together with some
15674 2005-04-20 Wim Taymans <wim@fluendo.com>
15676 * gst/audioconvert/Makefile.am:
15677 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15678 (gst_audio_convert_caps_remove_format_info),
15679 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15680 (gst_audio_convert_channels):
15681 Link against audio libs.
15682 Fix audio convert plugin.
15684 2005-04-20 Wim Taymans <wim@fluendo.com>
15686 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15687 (gst_ogg_demux_sink_activate):
15688 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15689 (theora_set_header_on_caps), (theora_enc_sink_event),
15690 (theora_enc_chain):
15691 Fix theora encoder.
15693 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15695 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15696 * gst/playback/gstdecodebin.c: (find_compatibles):
15697 Work with staticpadtemplates in elementfactories.
15699 2005-04-12 Wim Taymans <wim@fluendo.com>
15701 * gst/playback/README:
15702 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15703 (compare_ranks), (print_feature), (gst_decode_bin_init),
15704 (dynamic_create), (dynamic_free), (find_compatibles),
15705 (mimetype_is_raw), (close_pad_link), (got_redirect),
15706 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15707 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15708 (gst_decode_bin_change_state):
15709 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15710 (gst_play_base_bin_init), (group_destroy), (group_commit),
15711 (check_queue), (queue_overrun), (queue_threshold_reached),
15712 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15713 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15714 (got_redirect), (setup_source), (play_base_eos),
15715 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15716 (gst_play_base_bin_remove_element):
15717 * gst/playback/gstplaybasebin.h:
15718 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15719 (gst_play_bin_init), (gst_play_bin_dispose),
15720 (gst_play_bin_set_property), (gen_video_element),
15721 (gen_text_element), (gen_audio_element), (remove_sinks),
15722 (gst_play_bin_send_event):
15723 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15724 (stream_info_change_state), (gst_stream_info_set_mute):
15725 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15726 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15727 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15728 (gst_stream_selector_chain):
15729 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15731 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15732 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15733 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15734 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15735 Raw and crude port of decodebin.
15736 Make playbin compile.
15738 2005-04-06 Wim Taymans <wim@fluendo.com>
15740 * ext/gnomevfs/Makefile.am:
15741 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15742 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15743 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15744 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15745 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15746 (gst_gnomevfssrc_stop):
15747 * ext/ogg/Makefile.am:
15748 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15749 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15750 * ext/theora/Makefile.am:
15751 * ext/theora/theoradec.c: (_inc_granulepos),
15752 (theora_dec_sink_event), (theora_dec_chain):
15753 * ext/vorbis/Makefile.am:
15754 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15755 (vorbis_dec_sink_event), (vorbis_dec_chain):
15756 * gst-libs/gst/audio/Makefile.am:
15757 * sys/xvimage/Makefile.am:
15758 Make gnomevfssrc extend the source base class.
15759 Fix linking against libs in various plugins.
15761 2005-04-06 Andy Wingo <wingo@pobox.com>
15763 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15766 * configure.ac: Add check and AC_SUBST for libgstbase.
15768 2005-03-31 Wim Taymans <wim@fluendo.com>
15770 * examples/seeking/Makefile.am:
15771 * examples/seeking/cdparanoia.c: (main):
15772 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15773 (play_cb), (pause_cb), (stop_cb), (main):
15774 * examples/seeking/playbin.c:
15775 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15776 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15777 (make_sid_pipeline), (make_vorbis_pipeline),
15778 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15779 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15780 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15781 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15782 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15784 * examples/seeking/spider_seek.c:
15785 * examples/seeking/vorbisfile.c:
15786 * ext/gnomevfs/Makefile.am:
15787 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15788 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15789 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15790 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15791 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15792 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15793 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15794 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15796 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15797 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15798 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15799 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15800 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15801 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15802 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15803 (gst_ogg_demux_factory_filter), (compare_ranks),
15804 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15805 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15806 (gst_ogg_chain_new), (gst_ogg_chain_free),
15807 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15808 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15809 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15810 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15811 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15812 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15813 (gst_ogg_demux_get_prev_page),
15814 (gst_ogg_demux_deactivate_current_chain),
15815 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15816 (gst_ogg_demux_bisect_forward_serialno),
15817 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15818 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15819 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15820 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15821 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15822 (gst_ogg_demux_change_state), (gst_ogg_print):
15823 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15824 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15825 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15826 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15827 (gst_ogg_mux_loop):
15828 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15829 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15830 (theora_dec_src_convert), (theora_dec_sink_convert),
15831 (theora_dec_src_query), (theora_dec_src_event),
15832 (theora_dec_sink_event), (theora_dec_chain),
15833 (theora_dec_change_state):
15834 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15835 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15836 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15837 (theora_enc_change_state):
15838 * ext/vorbis/Makefile.am:
15839 * ext/vorbis/oggvorbisenc.c:
15840 * ext/vorbis/oggvorbisenc.h:
15841 * ext/vorbis/vorbis.c: (plugin_init):
15842 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15843 (vorbis_dec_src_query), (vorbis_dec_src_event),
15844 (vorbis_dec_sink_event), (vorbis_dec_chain),
15845 (vorbis_dec_change_state):
15846 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15847 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15848 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15849 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15850 (gst_vorbisenc_change_state):
15851 * ext/vorbis/vorbisenc.h:
15852 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15853 * gst-libs/gst/audio/audioclock.c:
15854 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15855 (gst_audiofilter_init), (gst_audiofilter_chain):
15856 * gst-libs/gst/audio/testchannels.c: (main):
15857 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15858 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15859 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15860 (gmip_find_track_streaminfo), (gmip_find_track_format):
15861 * gst-libs/gst/media-info/media-info.c:
15862 (gst_media_info_read_idler):
15863 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15864 (gst_play_get_all_by_interface):
15865 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15866 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15867 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15868 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15869 (gst_riff_parse_info):
15870 * gst-libs/gst/riff/riff-read.h:
15871 * gst-libs/gst/riff/riff.c: (plugin_init):
15872 * gst-libs/gst/video/Makefile.am:
15873 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15874 (gst_videosink_class_init), (gst_videosink_get_type):
15875 * gst-libs/gst/video/videosink.h:
15876 * gst/audioconvert/bufferframesconvert.c:
15877 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15878 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15879 * gst/audioconvert/channelmixtest.c: (main):
15880 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15881 (gst_audio_convert_chain),
15882 (gst_audio_convert_caps_remove_format_info),
15883 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15884 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15885 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15886 (gst_audio_convert_buffer_to_default_format),
15887 (gst_audio_convert_buffer_from_default_format),
15888 (gst_audio_convert_channels):
15889 * gst/audioconvert/gstchannelmix.h:
15890 * gst/ffmpegcolorspace/avcodec.h:
15891 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15892 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15893 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15894 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15895 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15896 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15897 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15898 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15899 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15901 * gst/videotestsrc/gstvideotestsrc.c:
15902 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15903 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15904 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15905 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15906 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15907 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15908 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15909 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15910 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15911 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15912 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15913 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15914 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15915 (gst_xvimagesink_navigation_send_event),
15916 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15917 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15918 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15919 * sys/xvimage/xvimagesink.h:
15920 Plugin port to 0.9, ogg/theora playback should work in the seek
15922 Removed old examples.
15923 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15924 explained in 0.9 TODO doc.
15927 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15949 * testsuite/Makefile.am:
15950 remove a whole bunch of plugins. This module now contains a set
15951 of free reference plugins/elements as agreed.
15953 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15956 hunting season on 0.9 is now OPEN
15958 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15960 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15961 Kick the hell out of gcc for not warning me about a symbol conflict.
15963 2005-02-22 Luca Ognibene <luogni@tin.it>
15965 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15967 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15968 Don't leak caps string (fixes #168134)
15970 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15971 (gst_jpegenc_init), (gst_jpegenc_finalize),
15972 (gst_jpegenc_change_state):
15973 Don't leak line buffers and context struct (fixes #168133).
15975 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15978 * ext/dirac/gstdiracdec.cc:
15979 (gst_diracdec_chain):
15980 Since dirac 0.5.0 the framerate in dirac is expressed as a
15981 rational number. Fix build and up requirement to 0.5.0, and
15982 also pass parameters to gst_diracdec_link in the right order
15985 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15987 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15988 * ext/faad/gstfaad.h:
15989 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15990 certain invalid muxed streams, where some packets will contain
15991 junk after decoder data. Partially fixes #149158.
15993 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15994 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15995 Make sure we only write to writable buffers
15997 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15999 * gst-libs/gst/riff/riff-media.c:
16000 (gst_riff_create_audio_caps_with_data):
16001 Do actually fix invalid RIFF fmt header values for alaw
16002 and mulaw audio instead of just saying so.
16004 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16005 Give gst_riff_create_audio_caps_with_data() a chance to
16006 fix up broken format header fields before extracting any
16007 parameters from the header. (fixes #167633)
16009 2005-02-19 Martin Holters <martin.holters@gmx.de>
16011 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16013 * gst/audioconvert/bufferframesconvert.c:
16014 (buffer_frames_convert_link):
16015 Don't leak othercaps. (fixes #167878)
16017 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16020 * ext/libvisual/visual.c: (gst_visual_srclink),
16021 (gst_visual_change_state):
16022 Support libvisual 0.2.0.
16024 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16026 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16027 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16028 Use same rowstrides for I420 as used everywhere else.
16030 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16032 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16033 Declare variables at beginning of block and make gcc-2.95 happy
16034 (fixes # 167482, patch by Gergely Nagy).
16036 * gst/tcp/gsttcpclientsrc.c:
16037 * gst/tcp/gsttcpclientsrc.h:
16038 Move some includes into the header, so that struct sockaddr_in is
16039 defined when it should be defined on FreeBSD as well (fixes
16042 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16043 Don't pass uninitialised values to setsockopt() here either.
16045 2005-02-17 Luca Ognibene <luogni at tin dot it>
16047 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16049 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16050 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16052 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16054 * gst/playback/gstplaybin.c: (add_sink):
16055 Invert bin_add/link order to workaround deadlock in opt.
16057 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16059 * gst/modplug/gstmodplug.cc:
16060 Add missing break causing position queries to fail.
16062 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16064 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16065 Granpos can apparently be -1, which screws up calculations...
16067 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16069 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16070 (gst_ximagesink_send_pending_navigation),
16071 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16072 (gst_ximagesink_init):
16073 * sys/ximage/ximagesink.h:
16074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16075 (gst_xvimagesink_send_pending_navigation),
16076 (gst_xvimagesink_navigation_send_event),
16077 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16078 * sys/xvimage/xvimagesink.h:
16079 Use a mutex protected list to marshal navigation
16080 events into the stream thread from whichever thread
16083 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16085 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16086 Display current position and track length; misc. clean-ups.
16088 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16089 (speed_init), (speed_chain):
16090 Add query function, so that the stream length and current position
16091 get adjusted when queried (note that current position queries may
16092 still be wrong if the audio sink returns values based on buffer
16093 timestamps instead of passing on the query).
16095 2005-02-13 Benjamin Otte <otte@gnome.org>
16097 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16098 (gst_audio_convert_channels):
16099 create channel conversion matrix when linking
16100 * gst/audioconvert/.cvsignore:
16101 * gst/audioconvert/Makefile.am:
16102 * gst/audioconvert/channelmixtest.c: (main):
16103 add (ugly) test that ensures stereo <=> mono conversion works
16106 2005-02-13 Benjamin Otte <otte@gnome.org>
16108 * gst/audioconvert/gstchannelmix.h:
16109 include missing header file
16110 * gst/audioconvert/gstchannelmix.c:
16111 (gst_audio_convert_fill_compatible):
16112 use same sign for both channels when converting to/from compatible
16113 channel. Previously used different signs made the signals cancel
16114 each other out and appear like silence. (fixes #167269)
16116 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16118 * gst/ffmpegcolorspace/avcodec.h:
16119 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16120 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16121 (gst_ffmpegcsp_avpicture_fill):
16122 * gst/ffmpegcolorspace/imgconvert.c:
16123 Convert to and from YV12 (fixes #156379).
16125 2005-02-12 Julien MOUTTE <julien@moutte.net>
16127 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16128 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16129 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16130 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16131 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16132 methods from chain and negotiation and vice versa (Fixes #166142).
16133 * sys/ximage/ximagesink.h: Add stream_lock.
16134 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16135 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16136 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16137 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16139 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16141 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16142 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16143 error message when we can't open the DVD device (when dvdnav_open()
16144 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16145 the above). Send something more useful instead (fixes #167117).
16147 2005-02-11 Julien MOUTTE <julien@moutte.net>
16149 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16150 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16151 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16152 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16153 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16154 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16155 methods from chain and negotiation and vice versa (Fixes #166142).
16156 Fix a possible bug of images in the buffer pool being discarded because
16157 we are looking at the wrong geometry.
16158 * sys/xvimage/xvimagesink.h: Add stream_lock.
16160 2005-02-11 David Schleef <ds@schleef.org>
16162 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16163 unsigned int. (fixes #167128)
16165 2005-02-11 David Schleef <ds@schleef.org>
16167 * gst/librfb/Makefile.am: Testing stuff before committing is
16168 for wimps... and people with fast machines. Fix stupid
16171 2005-02-11 David Schleef <ds@schleef.org>
16173 * configure.ac: Pull in librfb from my CVS tree, because it is
16174 too small and annoying to be separate. Move rfbsrc plugin
16177 * ext/librfb/Makefile.am:
16178 * ext/librfb/gstrfbsrc.c:
16179 * gst/librfb/Makefile.am:
16180 * gst/librfb/gstrfbsrc.c:
16181 * gst/librfb/rfb.c:
16182 * gst/librfb/rfb.h:
16183 * gst/librfb/rfbbuffer.c:
16184 * gst/librfb/rfbbuffer.h:
16185 * gst/librfb/rfbbytestream.c:
16186 * gst/librfb/rfbbytestream.h:
16187 * gst/librfb/rfbcontext.h:
16188 * gst/librfb/rfbdecoder.c:
16189 * gst/librfb/rfbdecoder.h:
16190 * gst/librfb/rfbutil.h:
16192 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16194 * gst/speed/Makefile.am:
16195 * gst/speed/demo-mp3.c: (main):
16196 * gst/speed/filter.func:
16197 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16198 (speed_class_init), (speed_init), (speed_chain_int16),
16199 (speed_chain_float32), (speed_chain), (speed_set_property),
16200 (speed_get_property), (speed_change_state):
16201 * gst/speed/gstspeed.h:
16202 Fix speed element and make it chain-based (fixes #156467),
16203 and make it handle more than one channel.
16205 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16207 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16208 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16209 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16210 * ext/dts/gstdtsdec.h:
16211 Don't clobber the stack constructing the channels array.
16212 Make the element chain-based. DTS tracks can now be played.
16214 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16216 * gst-libs/gst/audio/multichannel.h:
16217 * gst-libs/gst/gconf/gconf.h:
16218 * gst-libs/gst/idct/idct.h:
16219 * gst-libs/gst/media-info/media-info-priv.h:
16220 * gst-libs/gst/play/play.h:
16221 * gst-libs/gst/resample/private.h:
16222 * gst-libs/gst/resample/resample.h:
16223 * gst-libs/gst/riff/riff-ids.h:
16224 * gst-libs/gst/video/video.h:
16225 * gst-libs/gst/video/videosink.h:
16226 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16227 missing, so that they work when included from C++ code.
16229 2005-02-09 David Schleef <ds@schleef.org>
16231 * testsuite/gst-lint: Check for non-statically scoped
16232 parent_class variables. This won't be a problem once
16233 plugins are loaded with RTLD_LOCAL.
16235 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16237 * ext/mplex/gstmplexibitstream.cc:
16240 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16242 * ext/ogg/gstogmparse.c:
16243 * gst/debug/gstnavigationtest.c:
16244 Die, thou faulty symbol pollutors (non-static parent_class).
16246 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16248 * ext/mplex/gstmplexibitstream.cc:
16249 Fix event handling (#165525).
16251 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16253 * ext/mikmod/gstmikmod.c:
16254 * gst/modplug/gstmodplug.cc:
16255 Add missing endianness to template (fixes #165509).
16257 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16259 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16260 Fix wrong order of reading of optional bytes (#165290).
16262 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16264 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16265 Implement FILLER event awareness.
16267 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16269 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16270 Fix track calculations (#166208).
16272 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16274 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16276 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16277 * ext/libpng/gstpngenc.c:
16278 Fix byte-order, use proper fixed caps. Fixes #164197.
16280 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16285 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16286 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16287 Don't push buffers if the src pad isn't negotiated yet.
16289 * gst/audioconvert/gstaudioconvert.c:
16290 (gst_audio_convert_buffer_to_default_format),
16291 (gst_audio_convert_buffer_from_default_format):
16292 Add support for 24-bit width.
16294 * gst/dvdlpcmdec/.cvsignore:
16295 * gst/dvdlpcmdec/Makefile.am:
16296 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16297 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16298 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16299 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16301 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16302 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16303 format. Needs support for the channels maps if someone can find
16304 a DVD LPCM track with > 2 channels.
16306 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16307 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16308 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16309 * gst/mpegstream/gstdvddemux.h:
16310 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16311 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16312 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16313 * gst/mpegstream/gstmpegdemux.h:
16314 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16315 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16316 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16317 (gst_mpeg_parse_handle_src_query),
16318 (gst_mpeg_parse_handle_src_event):
16319 Use audio/x-dvd-lpcm for LPCM output.
16322 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16324 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16326 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16327 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16328 Add BGRA handling (#165736).
16330 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16332 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16334 * gst/law/alaw-decode.c: (alawdec_link):
16335 * gst/law/alaw-encode.c: (alawenc_link):
16336 * gst/law/mulaw-decode.c: (mulawdec_link):
16337 * gst/law/mulaw-encode.c: (mulawenc_link):
16338 Fix caps memleaks (#166600).
16340 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16342 * ext/tarkin/mem.h:
16343 * ext/tarkin/wavelet.h:
16344 * ext/tarkin/yuv.h:
16345 * gst/ffmpegcolorspace/avcodec.h:
16346 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16347 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16349 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16351 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16353 (gst_xvimagesink_change_state):
16354 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16355 Xv video (and thereby regenerate Xv colourkey) in clear() so
16356 that PLAY -> READY -> PLAY works (fixes #162504).
16358 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16360 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16361 Switch to list instead of range, since MJPEG-devices really just
16362 support decimations, not any size.
16364 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16365 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16366 (gst_mpeg2dec_reset), (free_all_buffers),
16367 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16368 * ext/mpeg2dec/gstmpeg2dec.h:
16369 The libmpeg2 user-allocated buffer management is awkward,
16370 to say the least. Hopefully this fixes things.
16372 2005-02-04 Andy Wingo <wingo@pobox.com>
16374 * gst/audioconvert/bufferframesconvert.c
16375 (buffer_frames_convert_fixate): New function, fixates to 256
16376 frames per buffer by default. (Much better than 1.)
16377 (buffer_frames_convert_init): Set the fixate function for both src
16379 (buffer_frames_convert_link): After success setting nonfixed caps,
16380 get the negotiated caps so we can know how many buffer-frames it
16381 will be. No idea how this worked at all before.
16383 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16385 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16386 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16387 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16388 (handle_sequence), (handle_picture):
16389 * ext/mpeg2dec/gstmpeg2dec.h:
16390 Rearrange buffer tracking and refcounting and refactor
16391 a little for readability.
16393 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16394 * sys/v4l/gstv4l.c: (plugin_init):
16395 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16396 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16397 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16398 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16399 * sys/v4l/gstv4ljpegsrc.h:
16400 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16401 * sys/v4l/v4l_calls.h:
16402 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16403 (gst_v4lsrc_get_fps):
16404 * sys/v4l/v4lsrc_calls.h:
16405 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16406 you jpeg inside rgb frames" driver.
16407 Don't error in the v4lsrc link function, just return
16410 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16412 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16413 (gst_qcamsrc_open):
16414 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16416 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16418 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16419 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16421 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16423 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16424 Reset negotiated state on PAUSED->READY.
16426 2005-02-02 David Schleef <ds@schleef.org>
16428 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16429 whereever possible. (Fixes #165997)
16430 * examples/capsfilter/capsfilter1.c: (main):
16431 * examples/dynparams/filter.c: (create_ui):
16432 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16433 * examples/seeking/chained.c: (main):
16434 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16435 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16436 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16437 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16438 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16439 * examples/switch/switcher.c: (main):
16440 * ext/dv/demo-play.c: (main):
16441 * ext/faad/gstfaad.c: (gst_faad_change_state):
16442 * ext/mad/gstmad.c: (gst_mad_chain):
16443 * ext/smoothwave/demo-osssrc.c: (main):
16444 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16445 (gst_gconf_render_bin_from_description),
16446 (gst_gconf_get_default_audio_sink),
16447 (gst_gconf_get_default_video_sink),
16448 (gst_gconf_get_default_audio_src),
16449 (gst_gconf_get_default_video_src),
16450 (gst_gconf_get_default_visualization_element):
16451 * gst/level/demo.c: (main):
16452 * gst/level/plot.c: (main):
16453 * gst/playback/gstplaybin.c: (gen_video_element),
16454 (gen_audio_element):
16455 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16456 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16457 * gst/sine/demo-dparams.c: (main):
16458 * gst/spectrum/demo-osssrc.c: (main):
16459 * gst/speed/demo-mp3.c: (main):
16460 * gst/volume/demo.c: (main):
16461 * testsuite/embed/embed.c: (main):
16463 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16465 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16466 (gst_tcpclientsink_finalize):
16467 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16468 (gst_tcpclientsrc_finalize):
16469 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16470 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16471 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16472 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16473 Don't leak the hostname when shutting down.
16474 In tcpserversrc, take a copy of the default hostname.
16476 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16478 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16479 Set caps to systemstream=TRUE.
16481 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16483 * testsuite/Makefile.am:
16484 Fix more OSX buildbots.
16486 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16488 * ext/mpeg2dec/gstmpeg2dec.c:
16489 Don't send things to NULL PAD_PEERs
16491 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16492 Copy-on-write the incoming buffer.
16494 * gst/mpegstream/gstdvddemux.h:
16495 * gst/mpegstream/gstmpegclock.h:
16496 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16497 (normal_seek), (gst_mpeg_demux_handle_src_event):
16498 * gst/mpegstream/gstmpegdemux.h:
16499 * gst/mpegstream/gstmpegpacketize.h:
16500 * gst/mpegstream/gstmpegparse.c:
16501 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16502 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16503 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16504 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16505 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16506 * gst/mpegstream/gstmpegparse.h:
16507 * gst/mpegstream/gstrfc2250enc.h:
16508 Various changes to the way time is computed that make seeking and
16509 total time estimation much better here.
16510 Use G_BEGIN/END_DECLS instead of __cplusplus
16512 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16513 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16515 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16517 * gst/subparse/gstsubparse.c:
16520 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16522 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16523 (theora_enc_chain), (theora_enc_change_state):
16524 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16525 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16526 (gst_vorbisenc_change_state):
16527 * ext/vorbis/vorbisenc.h:
16528 Set granulepos and timestamp correctly for streams not
16529 starting at 0, taking into account the initial delay.
16531 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16533 * gst/mpegstream/gstdvddemux.c:
16534 Add audio/x-dts to audio pad template caps
16536 2005-01-30 David Schleef <ds@schleef.org>
16538 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16539 (create_context), (gst_polypsink_link): Fix silly endianness
16540 bug. Add some debugging. Remove float from caps; it doesn't
16541 work. Attempt to get remote audio working.
16543 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16545 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16548 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16550 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16551 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16552 (gst_avi_demux_stream_data):
16553 * gst/avi/gstavidemux.h:
16554 Invert DIB images. Fixes #132341.
16556 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16558 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16559 (gst_ffmpegcsp_chain):
16560 D'oh, reference the palette data, not the palette structure.
16561 Fixes color distortion in #132341.
16563 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16565 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16566 PAR can be non-fixed when not provided as argument (#162626).
16568 2005-01-29 David Moore <dcm@acm.org>
16570 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16572 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16573 (gst_qtdemux_loop_header):
16574 Re-apply patch from #142272 that allows non-seekable sources,
16575 re-proposed by Daniel Drake <dsd@gentoo.org>.
16577 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16579 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16580 Use the src template for creating the src pad (#162330).
16582 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16585 * ext/musepack/Makefile.am:
16586 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16587 (gst_musepackdec_init), (gst_musepackdec_dispose),
16588 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16589 (gst_musepack_stream_init), (gst_musepackdec_loop),
16590 (gst_musepackdec_change_state):
16591 * ext/musepack/gstmusepackdec.cpp:
16592 * ext/musepack/gstmusepackdec.h:
16593 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16594 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16595 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16596 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16597 * ext/musepack/gstmusepackreader.cpp:
16598 * ext/musepack/gstmusepackreader.h:
16599 Update to 1.1 API (#165446).
16601 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16606 2005-01-28 Andy Wingo <wingo@pobox.com>
16608 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16609 to reflect a different dubious internet source. Add a reference
16610 and some commentary.
16612 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16614 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16615 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16616 * gst/playback/gststreamselector.h:
16617 Be more selective when we're redoing caps negotiation from
16618 within the chain function on a stream change.
16620 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16624 * ext/amrnb/Makefile.am:
16625 * ext/amrnb/amrnb.c: (plugin_init):
16626 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16627 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16628 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16629 (gst_amrnbdec_state_change):
16630 * ext/amrnb/amrnbdec.h:
16631 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16632 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16633 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16634 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16635 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16636 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16637 * ext/amrnb/amrnbparse.h:
16638 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16639 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16640 Add AMR-NB/-WB raw formats.
16641 * ext/alsa/gstalsa.c: (gst_alsa_link):
16642 Keep valid time when changing format.
16643 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16644 (qtdemux_parse_trak):
16645 Add some more format-specific options (#140141, #143555, #155163).
16647 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16649 * gst/matroska/matroska-demux.c:
16650 (gst_matroska_demux_parse_blockgroup):
16651 Fix logic error in timing of subtitle stream synchronization.
16652 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16653 Add skip-chunk, which is found in kodak-camera streams.
16655 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16659 Adding Vietnamese translation (submitted by Clytie Siddall)
16661 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16663 * gst/playback/gstdecodebin.c: (try_to_link_1):
16664 Use realpad for signal.
16666 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16668 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16669 Fix category so decodebin picks it up.
16671 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16673 * ext/mad/Makefile.am:
16674 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16675 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16676 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16677 (found_type), (gst_id3demux_bin_change_state):
16678 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16679 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16680 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16681 (gst_id3_tag_change_state), (plugin_init):
16682 * ext/mad/gstmad.h:
16683 Add id3demuxbin (which is a simple bin consisting of id3demux
16684 and typefind), take over rank from id3demux, remove typefind
16685 code from id3demux. Makes all broken mp3s that I know of work,
16686 and thereby fixes #152688.
16688 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16690 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16692 * ext/mad/gstmad.c: (gst_mad_src_event):
16693 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16694 Allow seeks on audio pad, make mad forward those (#164826).
16695 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16696 Set duration (#165335).
16698 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16700 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16701 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16702 (gst_asf_demux_process_ext_content_desc),
16703 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16704 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16705 * gst/asfdemux/gstasfdemux.h:
16706 Improve metadata display, e.g. if the metadata comes before the
16707 streams are loaded (which is perfectly valid).
16709 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16711 * tools/gst-launch-ext-m.m:
16712 Fix AVI/ASF pipelines (#165340).
16714 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16715 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16716 build failure on amd64
16718 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16720 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16721 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16722 Check environment variables GST_ID3V2_TAG_ENCODING,
16723 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16724 list of character encodings to force interpretation of non-unicode
16725 strings stored in an ID3v2 tag to a particular encoding. If none
16726 is specified, try to use current locale's encoding, then fall back
16727 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16728 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16729 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16730 Check environment variables GST_ID3V1_TAG_ENCODING,
16731 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16732 list of character encodings to use in case a string encountered
16733 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16734 specified, try to use the current locale's encoding, then fall
16735 back to ISO-8859-1 (which will always succeed).
16737 2005-01-25 Benjamin Otte <otte@gnome.org>
16739 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16740 - on half framerate, compute the rate in advance so the comparisons
16741 don't compare wrong values
16742 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16744 - don't use mad_header_decode anymore, mad_frame_decode does that
16746 - when getting rid of consumed bytes, reset the stream's skiplen
16749 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16751 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16752 Use 1/2 a second for default max_discont, as PES streams from DVB
16753 seem to have larger spacings in the SCR.
16756 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16758 * gst/playback/gstplaybasebin.c: (group_commit):
16759 Notify delayed stream-info availability.
16761 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16762 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16763 (gst_a52dec_handle_event), (gst_a52dec_chain):
16764 Add some debug output. Check that a discont has a valid
16766 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16767 (gst_alsa_sink_loop):
16768 Ignore TAG events. A little extra debug for broken timestamps.
16769 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16770 (dvdnavsrc_change_state):
16771 Ensure we send a discont to engage the link before we send any
16773 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16774 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16775 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16776 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16777 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16778 dvd://title works in totem because typefinding sends a seek that ends
16779 up going back to chapter 1 regardless.
16780 * ext/mpeg2dec/gstmpeg2dec.c:
16781 * ext/mpeg2dec/gstmpeg2dec.h:
16782 Output correct timestamps and handle disconts.
16783 * ext/ogg/gstoggdemux.c: (get_relative):
16784 Small guard against a null dereference.
16785 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16786 (gst_textoverlay_set_property):
16787 Free memory when done. Don't call gst_event_filler_get_duration on
16788 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16790 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16791 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16792 (gst_sw_srclink), (gst_smoothwave_chain):
16793 Draw solid lines, prettier colours.
16794 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16795 Add a default palette that'll work for some movies.
16796 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16797 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16798 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16799 * gst/mpegstream/gstdvddemux.h:
16800 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16801 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16802 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16803 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16804 * gst/mpegstream/gstmpegparse.h:
16805 Use PTM/NAV events when for timestamp adjustment when connected to
16806 dvdnavsrc. Don't use many discont events where one suffices.
16807 * gst/playback/gstplaybasebin.c: (group_destroy),
16808 (gen_preroll_element), (gst_play_base_bin_add_element):
16809 * gst/playback/gstplaybasebin.h:
16810 Make sure we remove subtitles from the same bin we put them in.
16811 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16812 (gst_subparse_buffer_format_autodetect),
16813 (gst_subparse_change_state):
16814 Fix some memleaks and invalid accesses.
16815 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16816 (oggskel_type_find), (cmml_type_find), (plugin_init):
16817 Some typefind functions for Annodex v3.0 files
16818 * gst/wavparse/gstwavparse.h:
16819 GstRiffReadClass is the correct parent class.
16821 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16823 * gst-libs/gst/riff/riff-media.c:
16824 (gst_riff_create_video_caps_with_data):
16825 Add extradata to huffyuv (fixes #165013).
16826 * gst-libs/gst/riff/riff-read.c:
16827 (gst_riff_read_strf_vids_with_data):
16828 Fix extradata extraction if it is in the chunk size.
16830 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16832 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16834 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16835 (gst_quarktv_change_state), (gst_quarktv_dispose):
16836 Memory free'ing location fix (#164708).
16838 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16840 * gst/playback/gstplaybasebin.c: (group_commit),
16841 (gen_preroll_element), (probe_triggered), (gen_source_element),
16842 (setup_source), (gst_play_base_bin_change_state),
16843 (gst_play_base_bin_add_element):
16844 Don't block for streams.
16845 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16846 (gst_stream_info_set_mute):
16847 Use gst_pad_set_active_recursive.
16849 2005-01-25 Andy Wingo <wingo@pobox.com>
16851 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16852 for #ifndef HAVE_XVIDEO.
16854 2005-01-24 Jeffrey C. Ollie
16856 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16858 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16859 * ext/gsm/gstgsmdec.h:
16860 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16861 * ext/gsm/gstgsmenc.h:
16862 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16863 was given by property. Add proper buffer timestamps and offsets.
16865 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16867 * gst-libs/gst/riff/riff-media.c:
16868 (gst_riff_create_audio_caps_with_data):
16869 Audio can be <8000Hz.
16871 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16873 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16874 Explicit state change to workaround refcount bugs.
16876 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16878 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16879 (gst_avimux_riff_get_avi_header):
16882 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16884 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16885 (gst_riff_read_element_data):
16886 * gst-libs/gst/riff/riff-read.h:
16887 Add _peek version (req'ed in CDXA).
16888 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16889 (gst_cdxaparse_loop):
16890 Fix parsing in playbin.
16891 * gst/playback/gstdecodebin.c: (close_pad_link):
16892 Ignore current_ pads, they cause major annoyance.
16894 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16896 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16899 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16901 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16904 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16906 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16907 Allow for 0-sized buffers. Fixes length query problems in
16908 starwars.mkv from the testsuite.
16910 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16912 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16913 (gst_video_box_i420), (gst_video_box_chain):
16914 Fix row strides for I420 (fixes #163159)
16916 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16918 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16919 MPEG2 has a useful rate property, so we can actually use that.
16920 For MPEG-1, continue using the bytes/time properties.
16922 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16924 * gst-libs/gst/riff/riff-media.c:
16925 (gst_riff_create_video_caps_with_data),
16926 (gst_riff_create_video_template_caps):
16929 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16931 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16932 Fail if caps negotiation fails. Should fix #162184, and should
16933 definately be in there regardless of it fixing the actual bug.
16934 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16935 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16936 (gst_avimux_riff_get_avix_header),
16937 (gst_avimux_riff_get_video_header),
16938 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16939 (gst_avimux_start_file), (gst_avimux_handle_event),
16940 (gst_avimux_change_state):
16941 * gst/avi/gstavimux.h:
16942 Refactor structure writing to use GST_WRITE_UINT macros, add
16943 metadata writing support.
16945 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16947 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16948 Elements may already be destroyed when this function is called.
16950 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16952 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16953 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16954 More memory leak fixes (#149162).
16956 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16958 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16959 (gst_qtdemux_add_stream):
16962 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16964 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16967 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16969 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16970 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16971 when fixating to six channels in Totem.
16973 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16975 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16976 Fix compile warnings on Solaris 10 buildbot
16978 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16980 * ext/dvdread/dvdreadsrc.c: (_read):
16981 Don't read beyond the last cell in a chapter (fixes
16982 invalid memory access)
16984 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16986 * ext/dvdread/stream_labels.c:
16987 (dvdreadsrc_get_audio_stream_labels):
16988 Use NULL for an empty GList instead of g_list_alloc(); fix
16989 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16990 of GString (easier to bulk free later)
16992 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16994 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16996 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16997 (gst_ffmpeg_pixfmt_to_caps):
16998 Fix BGRA32 caps (#164209).
17000 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17002 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17004 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17005 (gst_ffmpeg_caps_to_pixfmt):
17006 alpha_mask can be RGBA/ABGR. Fixes #164265.
17008 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17010 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17012 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17013 (gst_mpeg2dec_alloc_buffer):
17014 * ext/mpeg2dec/gstmpeg2dec.h:
17015 Crop if decoding size is not the actual image size (#163676).
17017 2005-01-17 Steve Baker <steve@stevebaker.org>
17019 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17021 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17022 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17023 Add libsndfile typefind functions (#163309).
17025 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17027 * tools/gst-launch-ext-m.m:
17028 Add .aac, fix .m1v/.m2v (#163891).
17030 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17032 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17033 Sanity check, don't wait endlessly since the clock might not
17034 actually run at this point (which is a deadlock). Fixes #164069.
17036 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17038 * gst/playback/gstplaybasebin.c: (probe_triggered):
17039 Of course, only pause if group is done...
17041 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17043 * gst/playback/gstplaybasebin.c: (probe_triggered):
17046 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17048 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17049 Don't return state change success when the parent
17052 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17054 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17055 Free events (fix memleak in #162905).
17057 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17059 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17061 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17062 (gst_ffmpeg_caps_to_pixfmt):
17063 Fix for depth = 15. Fixes #161675.
17065 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17067 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17068 Set FPS correctly, even for webcams and the like.
17069 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17070 Don error on setting while capturing.
17072 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17074 * ext/dv/gstdvdec.c:
17075 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17076 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17077 I'm a bad boy. using /1001. to force C to do float division
17078 and not integer division (as it did in my last commit)
17079 Thanks to David I. Lehn for pointing this mistake.
17081 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17083 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17084 Revert Johan's 1.35->1.36 since it breaks compat.
17086 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17088 * ext/dv/gstdvdec.c:
17089 * ext/libfame/gstlibfame.c:
17090 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17091 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17092 replace framerate aproximations by their real value
17093 (24000/1001, 30000/1001, 60000/1001)
17094 Finish fixing bug #164049
17096 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17098 * ext/ogg/gstoggmux.c:
17100 * gst/tcp/gstmultifdsink.c:
17101 * gst/tcp/gstmultifdsink.h:
17102 * gst/tcp/gsttcp.c:
17103 * gst/tcp/gsttcp.h:
17104 * gst/tcp/gsttcpclientsink.c:
17105 * gst/tcp/gsttcpclientsrc.c:
17106 * gst/tcp/gsttcpserversink.c:
17107 * gst/tcp/gsttcpserversrc.c:
17108 improve reusability of elements after state changes and errors
17109 make multifdsink throw away streamheaders when receiving new ones
17111 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17113 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17114 Fix for if items are already in list...
17116 2005-01-12 Benjamin Otte <otte@gnome.org>
17118 * gst/adder/gstadder.c: (gst_adder_loop):
17119 fix adder a bit so it doesn't screw up with events as much anymore
17121 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17123 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17124 (pixbufscale_scale), (gst_pixbufscale_chain):
17125 * ext/gdk_pixbuf/pixbufscale.h:
17126 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17127 to ensure rowstrides are calculated the same way as
17129 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17130 that we pick up duration and offset also.
17132 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17134 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17135 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17138 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17140 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17141 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17142 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17143 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17144 Update flags when requested.
17146 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17148 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17151 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17153 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17154 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17155 (probe_triggered), (new_decoded_pad), (gen_source_element),
17156 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17157 * gst/playback/gstplaybasebin.h:
17158 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17159 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17160 (gst_play_bin_change_state):
17161 Implement group-switch signal for use in apps to clear metadata
17162 cache, clean up subtitle, add suburi property instead of # hack,
17163 some error-out fixes.
17165 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17167 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17169 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17170 If we got a state change in the _get handler, don't return success.
17172 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17174 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17175 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17176 Make jpegdec quiet on MJPEG decoding
17177 * gst/asfdemux/README:
17178 Fix mimetypes for MJPEG and H263
17180 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17182 * ext/theora/theoradec.c: (theora_dec_chain):
17183 Fix broken code generation by gcc by swapping arguments.
17184 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17187 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17190 delete this file, it is by far outdated
17191 * ext/alsa/gstalsa.1: remove
17192 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17193 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17194 (gst_alsa_get_caps):
17195 Add HW probing for supported sample rates. Fixes #161704
17197 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17199 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17200 Don't crash, biatch! :).
17202 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17204 * ext/musepack/gstmusepackreader.cpp:
17205 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17206 Some work on tags - still doesn't work in playbin...
17207 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17210 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17212 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17213 Also shove tags on kid pads.
17215 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17217 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17218 Don't bail on unknown events.
17219 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17220 Don't crash on events before negotiation.
17221 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17222 Send tags on pads, too.
17223 * gst/playback/gststreamselector.c:
17224 (gst_stream_selector_request_new_pad):
17225 Forward events on first pad if no input was selected yet.
17227 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17229 * gst/playback/gstplaybasebin.c: (setup_substreams):
17230 Don't disable streamtype if the stream doesn't exist, since
17231 then playing a video after audio will disable both and nothing
17232 will happen. Fixes the testsuite.
17234 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17236 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17237 (gst_v4l_xoverlay_set_xwindow_id):
17238 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17239 (gst_v4l2_xoverlay_set_xwindow_id):
17240 Add debug categories, fix overlay disabling.
17242 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17244 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17245 * ext/alsa/gstalsa.h:
17246 Add HW probing for period_count/size and buffer_size MIX/MAX
17247 Adjust default/user defined value if out of bounds
17248 Should fix bug #162024
17250 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17252 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17253 Fix warning (#161191).
17255 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17257 * ext/dvdread/stream_labels.c:
17258 (dvdreadsrc_get_audio_stream_labels):
17259 Fix warning (init the good variable in switch default)
17261 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17263 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17265 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17266 Fix gcc-2.95 compile (#163485).
17268 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17271 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17272 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17273 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17274 (gst_flacenc_change_state):
17275 * ext/flac/gstflacenc.h:
17276 Update for API change in flac-1.1.1. Update requirement in
17277 configure.ac. Fixes #162974.
17279 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17281 * gst/playback/gstplaybasebin.c: (group_destroy):
17282 Remove hack to get rid of assert and get rid of unlinked
17285 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17287 * gst/playback/gstplaybasebin.c: (setup_source):
17288 Set source to NULL so that resources are free'ed. Fixes issues
17289 with playback of CDDA and similar device-accessing things.
17291 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17293 * testsuite/embed/Makefile.am:
17294 test->noinst, fix make test in buildbot.
17296 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17298 * ext/dvdread/stream_labels.c: new file
17299 * ext/dvdread/stream_labels.h: new file
17300 * ext/dvdread/Makefile.am:
17301 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17302 Extract audio stream label from DVD IFO files.
17303 It only dump them on the console for now, still have to
17304 make playbin aware of them.
17306 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17308 * gst/playback/gstplaybasebin.c: (setup_source):
17311 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17313 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17314 (gen_preroll_element), (remove_groups), (setup_subtitle),
17315 (gen_source_element), (setup_source):
17316 * gst/playback/gstplaybasebin.h:
17317 Multiple .sub files is just a stupid idea... Fix some threading
17318 mistakes. Interestingly, external .sub files cause playbin to
17319 hang, I don't know why... Parsing fixes contributed by Fran??ois
17320 Kooman <fkooman@tuxed.net>.
17322 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17324 * testsuite/embed/Makefile.am:
17327 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17329 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17331 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17332 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17333 (gst_pngenc_set_property):
17334 * ext/libpng/gstpngenc.h:
17335 Add compression level property (#163323).
17337 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17340 * examples/capsfilter/capsfilter1.c: (main):
17341 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17342 * ext/dvdread/Makefile.am:
17343 * ext/dvdread/demo-play:
17344 * ext/dvdread/demo-play.c:
17345 * gconf/gstreamer.schemas.in:
17346 * gst-libs/gst/gconf/gconf.c:
17348 * testsuite/Makefile.am:
17349 * testsuite/embed/Makefile.am:
17350 * testsuite/embed/embed.c: (cb_expose), (main):
17351 Remove all references to xvideosink, fix examples (#140845).
17352 * gst/playback/gstplaybasebin.c: (group_destroy):
17353 Apparently, disposal does not unlink - so do explicitely.
17354 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17357 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17359 * README: fix PKG_CONFIG_PATH instructions, what was there
17360 previously was breaking default search path, not nice.
17363 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17365 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17366 (gst_audioscale_chain):
17367 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17368 when resampling - how the ^@$^!@^! is this possible?!?
17370 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17372 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17373 Reset variables on READY.
17374 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17375 (gst_matroska_mux_loop):
17376 Require data before writing header.
17378 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17380 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17382 * ext/mad/gstmad.c: (gst_mad_chain):
17383 Don't call mad_stream_sync() directly after recovering sync.
17386 2005-01-09 Martin Eikermann <meiker@upb.de>
17388 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17390 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17391 (snapshot_handler), (gst_snapshot_sinkconnect),
17392 (gst_snapshot_chain):
17393 Allocate resources when required, fix recursive signal emission
17394 and fix caps. Fixes #161667.
17396 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17398 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17400 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17401 (gst_pngdec_chain):
17402 Handle only 8-bppc (bits-per-pixel-component) images, better
17403 error handling and correct strides. Fixes #163177.
17404 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17405 (gst_pngenc_chain):
17406 Better error handling. Fixes #163348.
17408 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17410 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17411 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17412 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17413 (dvdnavsrc_uri_handler_init):
17414 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17415 * gst/playback/gstplaybasebin.c: (gen_source_element):
17416 Add MMS to streaming URIs.
17418 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17420 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17421 * sys/xvimage/xvimagesink.c:
17422 (gst_xvimagesink_navigation_send_event):
17423 Check for pad availability before sending event.
17425 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17427 * gst-plugins.spec.in:
17430 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17433 Since we use functions from CVS, up requirement.
17435 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17437 * gst/playback/Makefile.am:
17438 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17439 (group_destroy), (group_commit), (group_is_muted),
17440 (gen_preroll_element), (add_stream), (unknown_type),
17441 (probe_triggered), (preroll_unlinked), (mute_stream),
17442 (silence_stream), (new_decoded_pad), (setup_substreams),
17443 (setup_source), (get_active_source), (mute_group_type),
17444 (muted_group_change_state), (set_active_source),
17445 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17446 (play_base_eos), (gst_play_base_bin_change_state):
17447 * gst/playback/gstplaybasebin.h:
17448 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17449 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17450 (gst_stream_info_dispose), (stream_info_mute_pad),
17451 (stream_info_change_state), (gst_stream_info_set_mute):
17452 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17453 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17454 (gst_stream_selector_init), (gst_stream_selector_dispose),
17455 (gst_stream_selector_get_linked_pad),
17456 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17457 (gst_stream_selector_get_linked_pads),
17458 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17459 * gst/playback/gststreamselector.h:
17460 Adding stream selection support plus required properties for
17461 applications to use this. Fully fixes #100931.
17463 2005-01-08 Benjamin Otte <otte@gnome.org>
17465 * gst/games/gstpuzzle.c: (nav_event_handler):
17466 - handle nav events differently: forward every event no matter if it
17467 was handled or not.
17469 You can now cheat by using navigationtest ! puzzle and moving the
17470 mouse close to the edge of a tile. ;)
17472 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17475 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17476 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17477 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17478 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17479 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17480 (gst_ogm_parse_plugin_init):
17481 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17482 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17483 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17484 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17485 * ext/pango/gsttextoverlay.h:
17486 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17487 (gst_matroska_demux_handle_seek_event),
17488 (gst_matroska_demux_sync_streams),
17489 (gst_matroska_demux_parse_blockgroup),
17490 (gst_matroska_demux_subtitle_caps),
17491 (gst_matroska_demux_plugin_init):
17492 * gst/matroska/matroska-ids.h:
17493 * gst/playback/gstdecodebin.c: (close_pad_link):
17494 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17495 (gen_preroll_element), (remove_groups), (add_stream),
17496 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17498 * gst/playback/gstplaybasebin.h:
17499 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17500 * gst/subparse/Makefile.am:
17501 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17502 (gst_subparse_base_init), (gst_subparse_class_init),
17503 (gst_subparse_init), (gst_subparse_formats),
17504 (gst_subparse_eventmask), (gst_subparse_event),
17505 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17506 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17507 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17508 (parse_mpsub_deinit), (parse_mpsub_init),
17509 (gst_subparse_buffer_format_autodetect),
17510 (gst_subparse_format_autodetect), (gst_subparse_loop),
17511 (gst_subparse_change_state), (gst_subparse_type_find),
17513 * gst/subparse/gstsubparse.h:
17514 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17516 Add subtitle support, .sub parser (supports SRT and MPsub),
17517 OGM text support, Matroska UTF-8 text support, deadlock fixes
17518 all over the place, subtitle awareness in decodebin/playbin
17519 and some fixes to textoverlay to handle subtitles in a stream
17520 correctly. Fixes #100931.
17522 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17524 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17525 Check for pad availability before doing a query on it.
17527 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17529 * ext/dv/gstdvdec.c:
17530 really fix bpp24/32 dvdec caps (classic rgba indeed)
17531 * gst/asfdemux/gstasfdemux.c:
17532 (gst_asf_demux_process_ext_content_desc):
17533 don't send text tags if they are empty (bis repetita)
17535 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17537 * ext/dv/gstdvdec.c:
17538 remove unneeded comment from dvdec
17539 (related to DV 4CC codes in AVI files)
17540 moved them in gstreamer/docs/random/mimetypes
17541 * gst/asfdemux/gstasfdemux.c:
17542 (gst_asf_demux_process_ext_content_desc):
17543 don't send text tags if they are empty
17544 fix mem leak on error path
17545 * gst/ffmpegcolorspace/avcodec.h:
17546 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17547 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17548 (gst_ffmpegcsp_avpicture_fill):
17549 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17550 * gst/ffmpegcolorspace/imgconvert_template.h:
17551 adds BGR32 and BGRA32 to ffmpegcolorspace
17552 (still bad colors, fixing it on next commit)
17553 helps with dvdec outputing BGR32
17555 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17557 * ext/dv/gstdvdec.c:
17558 Fix audio caps i just broke (missing ',')
17559 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17560 (gst_matroska_mux_reset):
17561 Fix typo + add FIXME about old "x-gst-metadata" crap
17563 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17565 * ext/dv/demo-play.c: (main):
17566 xvideosink -> xvimagesink
17567 * ext/dv/gstdvdec.c:
17568 change rgb 32/32 caps to 24/32 (no alpha)
17569 change nb of channels to be a list (2 or 4, not 2)
17570 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17571 * gst/asfdemux/gstasfdemux.c:
17572 (gst_asf_demux_process_ext_content_desc):
17573 Add 'date/year' to extracted metadata list
17575 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17577 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17578 The return value of fixate_to does not imply that the requested
17579 value was set, so don't assume.
17581 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17583 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17585 * ext/libpng/gstpngdec.c:
17586 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17587 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17588 * ext/libpng/gstpngenc.h:
17589 Alpha support (encoder; #163161), mime fixage.
17591 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17593 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17595 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17596 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17597 (gst_faac_set_property), (gst_faac_get_property):
17598 * ext/faac/gstfaac.h:
17599 Allow for ADTS output (#153434).
17601 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17603 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17604 Fix against template (#150576).
17606 2005-01-06 Benjamin Otte <otte@gnome.org>
17608 * gst/games/gstpuzzle.c: (draw_puzzle):
17609 don't draw a puzzle if either width or height of tiles would be 0.
17611 2005-01-06 Benjamin Otte <otte@gnome.org>
17613 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17614 (gst_puzzle_class_init), (gst_puzzle_finalize):
17615 no memleaks, please
17616 (gst_puzzle_create), (gst_puzzle_init),
17617 (gst_puzzle_set_property), (gst_puzzle_setup):
17618 change initialization code around so we don't reshuffle on resize
17620 fix another stupid typo
17622 2005-01-06 Benjamin Otte <otte@gnome.org>
17624 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17625 fix stupid typo that borked copying on YUY2
17627 2005-01-06 Benjamin Otte <otte@gnome.org>
17629 * gst/games/gstpuzzle.c: (draw_puzzle):
17630 fix edges when image sizes aren't multiples of tile sizes
17632 2005-01-06 Benjamin Otte <otte@gnome.org>
17634 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17635 make RGB endianness work correctly
17636 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17637 refactor and fix race with initial shuffling
17638 (nav_event_handler):
17639 allow using the mouse to puzzle
17641 insist on tiles having width and height as multiples of 4 to get
17642 clean YUV image handling
17643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17644 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17645 s/DEBUG/LOG/ for common messages
17646 (gst_xvimagesink_navigation_send_event):
17647 fix mouse event translation to not include screen PAR
17648 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17649 fix mouse event translation to actually work
17651 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17653 * gst/asfdemux/gstasfdemux.c:
17654 (gst_asf_demux_process_ext_content_desc):
17655 Extract TrackNumber metadata + clean up code
17656 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17657 Hope this is the good fix (var used unitialised)
17659 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17661 * ext/faad/gstfaad.c: (gst_faad_chain):
17662 Only increment timestamp if it's valid. Fixes raw AAC streams.
17664 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17667 * gst/games/Makefile.am:
17668 * gst/games/gstpuzzle.c:
17669 add a puzzle game with...
17670 * gst/games/gstvideoimage.c:
17671 * gst/games/gstvideoimage.h:
17672 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17673 from videotestsrc and made into something that would be a nice
17674 library for a lot of other plugins.
17676 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17679 don't compile faad plugin if a RC of 2.0 is found
17680 Fixes #155346 (and FC1 buildbot)
17681 * gst/asfdemux/gstasfdemux.c:
17682 (gst_asf_demux_process_ext_content_desc):
17683 try to make Solaris compiler happier
17685 2005-01-06 Paul Jack <pjack@sfaf.org>
17687 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17689 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17690 Fix segfault (#161667).
17692 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17694 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17695 Fix framerate reporting.
17697 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17699 * gst-libs/gst/riff/riff-ids.h:
17700 * gst/wavenc/riff.h:
17701 Add AMR (VBR and CBR) ids to riff.h audio codec list
17702 * gst/asfdemux/gstasfdemux.c:
17703 (gst_asf_demux_process_ext_content_desc),
17704 (gst_asf_demux_process_object):
17705 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17707 2005-01-05 Martin Eikermann <meiker@upb.de>
17709 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17711 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17712 (gst_dvd_demux_handle_discont):
17713 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17714 (gst_mpeg_demux_handle_discont):
17715 Recreate pads on new-media (#160730).
17716 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17717 Send discont even if manager changes timestamps (#161929).
17719 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17721 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17723 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17724 Fix invalid memory access (#159211).
17726 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17728 * examples/gstplay/player.c: (main):
17730 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17731 Add visualizations.
17732 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17733 (gst_a52dec_handle_frame):
17735 * ext/dvdnav/gst-dvd:
17736 Add audioconvert. Fixes #161325.
17737 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17738 Explicitely case to gint64. Possible valgrind error.
17739 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17740 (gst_play_tick_callback), (gst_play_change_state),
17741 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17742 (gst_play_set_location), (gst_play_get_location),
17743 (gst_play_seek_to_time), (gst_play_set_data_src),
17744 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17745 (gst_play_set_visualization), (gst_play_connect_visualization),
17746 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17748 Use playbin. Fixes #139749 and #147744.
17749 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17751 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17752 (audioscale_get_type), (gst_audioscale_base_init),
17753 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17754 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17755 (gst_audioscale_link), (gst_audioscale_get_buffer),
17756 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17757 (gst_audioscale_init), (gst_audioscale_dispose),
17758 (gst_audioscale_chain), (gst_audioscale_set_property),
17759 (gst_audioscale_get_property), (plugin_init):
17761 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17763 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17764 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17765 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17766 Add more metadata (fixes #162656).
17768 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17773 === release 0.8.7 ===
17775 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17780 releasing 0.8.7, "Hyperspace"
17782 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17784 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17786 * gst/playback/gstplaybasebin.c:
17787 Fix for #162924 - free caps after use, not before
17789 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17791 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17793 * gst/playback/gstplaybasebin.c:
17794 * gst/wavparse/gstwavparse.c:
17795 Fix for #154773 - fixes playback of small .wav files
17797 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17799 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17801 * gst/audioscale/gstaudioscale.c:
17802 Fix for #162819 - make audioscale reusable
17803 Fixes playback of more than one file with playbin/totem
17805 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17807 * gst/ffmpegcolorspace/avcodec.h:
17808 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17809 * gst/ffmpegcolorspace/imgconvert.c:
17810 clean up the mess that made me cry and avoid needless duplication
17812 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17814 * gst/ffmpegcolorspace/imgconvert.c:
17815 give some indication of why we're segfaulting
17817 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17820 Fix indentation, fix v4l2 plugin detection.
17822 Fix libmms location (Maciej, use diff -u!).
17823 * ext/alsa/gstalsa.c: (gst_alsa_init):
17824 Initialize caps cache to NULL.
17825 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17826 Only change state on audiosink if it exists.
17828 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17830 * gst/matroska/matroska-demux.c:
17831 * gst/matroska/matroska-ids.h:
17832 * gst/matroska/matroska-demux.h:
17833 Fix Vorbis streams failing to decode in some files, where cluster_time
17834 isn't 0, because then it doesn't send codec_priv before actual data.
17835 Remove time-based test and replace it with marker set on beginning of
17838 2004-12-28 David Schleef <ds@schleef.org>
17840 Merge patch from Ronald fixing problems with streaming
17842 * ext/cairo/gstcairo.c: (plugin_init):
17843 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17844 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17845 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17846 (gst_textoverlay_font_init), (gst_textoverlay_init),
17847 (gst_textoverlay_set_property):
17848 * ext/cairo/gsttextoverlay.h:
17850 2004-12-27 David Schleef <ds@schleef.org>
17852 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17853 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17854 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17855 (gst_textoverlay_font_init), (gst_textoverlay_init),
17856 (gst_textoverlay_set_property): Improvements to actually
17857 render text as white on black outline on video, including
17858 font selection and horizontal/vertical alignment. (Ronald's
17860 * ext/cairo/gsttextoverlay.h:
17862 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17864 * ext/ogg/gstogg.c:
17865 * ext/ogg/gstogmparse.c:
17866 fix ogm[audio/video]parse plugin registration
17867 (riff won't load if bytestream is already loaded)
17869 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17871 * gst/audioconvert/gstchannelmix.c:
17874 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17878 disable docs again until it actually passes make distcheck.
17880 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17882 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17883 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17885 Add 3GP (variables name Q3GP because they can't start with a
17886 number). Add samr audio fourcc (used in .3gp files), decoder
17887 is work in progress. Also do a GST_WARNING instead of ERROR
17888 in case of unknown nodes, to decrease output.
17890 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17895 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17898 * ext/speex/gstspeexdec.h:
17899 * ext/speex/gstspeexenc.h:
17900 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17901 Fix detection code in configure.ac
17903 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17905 * gst/matroska/matroska-demux.c:
17906 (gst_matroska_demux_parse_blockgroup):
17907 Save position, so that queries give proper return values. Don't
17908 know how this could ever have worked before...
17910 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17913 Put additional LAME check inside the conditional. Fixes #152339
17915 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17917 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17918 (gst_avi_demux_stream_scan):
17919 Add some more debug. Fix logic error when setting movi offset
17920 while reading index.
17922 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17924 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17925 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17926 (gst_avi_demux_process_next_entry):
17927 Add some debugging. Better detection of broken indexes and the
17928 accompanying index recovery. No infinite loops on state changes
17929 when we're still in our loopfunction.
17931 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17936 2004-12-22 Archana Shah <archana.shah@wipro.com>
17938 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17940 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17941 Normalizing the value before setting
17942 (gst_sunaudiomixer_get_volume):
17943 Normalizing the value after getting. Fixes bug# 161980
17945 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17947 * Makefile.am: Make sure docs gets disted
17948 * docs/Makefile.am: Make sure all needed files get disted
17949 * gst-plugins.spec.in: latest updates
17951 2004-12-22 Wim Taymans <wim@fluendo.com>
17953 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17954 Revert patch 1.38 as clock distribution over schedulers does
17955 not work correcly in the core yet.
17957 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17959 * sys/oss/README: remove this file, which predates my birth
17960 (and which content is by far outdated)
17962 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17966 * docs/Makefile.am:
17967 * docs/libs/Makefile.am:
17968 * docs/libs/gst-plugins-libs-docs.sgml:
17969 * docs/libs/gst-plugins-libs-sections.txt:
17970 * docs/libs/tmpl/gstgconf.sgml:
17972 * docs/version.entities.in:
17973 Added boilerplate gtk-doc files for plugin-libs documentation.
17975 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17977 * gst/auparse/gstauparse.c: fix int and float audio caps
17979 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17981 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17982 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17983 g_assert() can be a macro, don't use #ifdef inside it.
17985 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17987 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17989 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17990 (gst_videorate_init), (gst_videorate_chain),
17991 (gst_videorate_change_state):
17992 Event handling (fixes #159986).
17994 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17996 * gst-libs/gst/riff/riff-media.c:
17997 (gst_riff_create_video_caps_with_data):
17998 Add BLZ0 (Blizzard's version of DivX) fourcc.
18000 2004-12-18 David Schleef <ds@schleef.org>
18002 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18005 2004-12-18 David Schleef <ds@schleef.org>
18007 * gst/tta/ttadec.h: Disable some header code that isn't used
18008 and clearly isn't portable.
18010 2004-12-18 David Schleef <ds@schleef.org>
18012 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18013 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18014 (avcodec_get_pix_fmt), (avpicture_layout),
18015 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18016 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18017 Fix code to not use GCC extensions (and c99 extensions that
18018 Forte does not like.)
18020 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18022 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18024 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18025 (gst_deinterlace_chain):
18026 Rowstride fixes. Fixes #161039.
18027 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18028 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18029 (gst_video_crop_getcaps), (gst_video_crop_link),
18030 (gst_video_crop_i420), (gst_video_crop_chain),
18031 (gst_video_crop_change_state):
18032 Rework of negotiation. Actually works now. Fixes #158650.
18034 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18036 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18037 That was very stupid.
18039 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18041 * gst/matroska/matroska-demux.c:
18042 (gst_matroska_demux_parse_blockgroup):
18043 Fix possible crasher.
18045 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18047 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18048 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18049 Lace sizes can be zero.
18051 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18053 * ext/musepack/gstmusepackdec.cpp:
18054 Fetch error return values. Fixes #161624.
18055 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18058 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18060 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18061 Work for truncated (unfinished download etc.) files. Fixes #160514.
18063 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18065 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18066 Fix for integer overflow. Makes #156001 not crash. Probably masks
18069 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18071 * gst/ac3parse/gstac3parse.c: (plugin_init):
18072 Parsers never have ranks. Fixes #159651.
18074 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18076 * gst/playback/gstdecodebin.c: (compare_ranks):
18077 make sure the facotries are ordered the same every time even if they
18078 have the same rank by using the name
18079 * gst/playback/gstdecodebin.c: (find_compatibles):
18080 make sure we don't add factories to the list twice
18082 2004-12-16 David Schleef <ds@schleef.org>
18084 * configure.ac: look for musepack headers as musepack/*.h
18086 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18087 * ext/musepack/gstmusepackreader.h: same
18089 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18091 * gst-libs/gst/riff/riff-read.c:
18092 (gst_riff_read_strf_auds_with_data):
18093 Read extradata correctly (fixes #155879).
18095 2004-12-16 David Schleef <ds@schleef.org>
18097 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18098 audio. does _not_ attempt or allow conversion unless channels
18101 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18103 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18105 2004-12-16 David Schleef <ds@schleef.org>
18107 * gst/audioscale/gstaudioscale.c: the resample library only
18108 handles 1 or 2 channels. Change caps to compensate.
18110 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18112 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18113 (gst_matroska_demux_audio_caps):
18114 Some MPEG-AAC hacks, because else it doesn't work...
18116 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18118 * gst-libs/gst/riff/riff-media.c:
18119 (gst_riff_create_video_caps_with_data),
18120 (gst_riff_create_video_template_caps):
18123 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18125 * gst-libs/gst/audio/Makefile.am:
18126 Try to fix buildbot.
18128 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18130 * gst/tcp/gstmultifdsink.c:
18131 Clean up and uniformize debugging.
18133 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18135 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18137 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18138 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18139 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18140 (gst_mpeg_demux_change_state):
18141 Reset on ready. Fixes 160276.
18143 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18145 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18147 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18148 (gst_ffmpegcsp_pad_link):
18149 Fix memleak (#154815).
18151 2004-12-16 James Bowes <bowes@cs.dal.ca>
18153 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18155 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18156 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18157 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18158 * ext/musicbrainz/gsttrm.h:
18159 Add support for using a proxy server when getting a trm id from
18160 the MusicBrainz database (#149613).
18162 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18164 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18166 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18167 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18168 Fix memleaks (#157233).
18170 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18172 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18174 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18175 * gst-libs/gst/resample/resample.h:
18176 * gst/audioscale/gstaudioscale.c:
18177 Fix memleak (#159215).
18179 2004-12-16 Toni Willberg <toniw@iki.fi>
18181 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18183 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18184 * sys/oss/oss_probe.c: (main):
18185 Check for mono/stereo support (similar to samplerate probing),
18186 fixes #159433. Also add missing copyright header to oss_probe.c.
18188 2004-12-15 David Schleef <ds@schleef.org>
18190 * configure.ac: add audioresample and cairo plugins. Remove
18191 HAVE_MMX stuff, because it's not used.
18192 * ext/Makefile.am: same
18193 * ext/audioresample/Makefile.am: You are not ready for an
18194 audio resampling element based on audioresample.
18195 * ext/audioresample/gstaudioresample.c:
18196 * ext/audioresample/gstaudioresample.h:
18197 * ext/cairo/Makefile.am: You are not ready for overlay elements
18198 based on cairo. Don't look too closely, these elements kinda
18200 * ext/cairo/gstcairo.c: new
18201 * ext/cairo/gsttextoverlay.c: new
18202 * ext/cairo/gsttextoverlay.h: new
18203 * ext/cairo/gsttimeoverlay.c: new
18204 * ext/cairo/gsttimeoverlay.h: new
18205 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18206 problem with compilers that don't support variadic macros.
18208 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18210 Reviewed by: David Schleef <ds@schleef.org>
18212 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18213 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18214 bit. Also ran indent-gst.
18215 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18216 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18217 (gst_sunaudiosrc_setparams):
18219 2004-12-14 David Schleef <ds@schleef.org>
18221 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18222 output rate to 16000. Should fix #160235.
18224 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18226 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18227 Add typefinding for mpeg2 pes streams
18229 2004-12-13 David Schleef <ds@schleef.org>
18231 * configure.ac: Applied patch from bug #143659, making default
18232 sources and sinks OS-dependent (for Solaris), and added code
18234 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18236 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18238 * gst-libs/gst/riff/riff-media.c:
18239 forgot to add h2.64 to avidemux template caps
18241 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18243 * gst/wavenc/riff.h:
18244 * gst-libs/gst/riff/riff-media.c:
18245 * gst-libs/gst/riff/riff-ids.h:
18246 * gst/avi/gstavimux.c
18247 add 4CC code for VideoSoft h264 in AVI (VSSH)
18249 remove s323 from riff, it's quicktime specific :(
18251 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18253 * gst/asfdemux/README
18254 * gst/wavenc/riff.h
18255 * gst-libs/gst/riff/riff-ids.h
18256 * gst-libs/gst/riff/riff-media.c
18257 * gst/qtdemux/qtdemux.c:
18258 add new 4CC codes for h263 related codecs
18259 fixes partially bug #155163
18261 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18263 * configure.ac: Update polyaudio requirement to 0.7
18264 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18266 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18268 * gst/interleave/deinterleave.c:
18269 fix my name's spelling! :)
18271 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18273 * AUTHORS ChangeLog
18274 * gst/auparse/gstauparse.c
18275 * gst/interleave/deinterleave.c
18277 alaw-decode.c alaw-encode.c
18278 mulaw-decode.c mulaw-encode.c
18279 * gst/oneton/gstoneton.c
18281 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18283 cocoawindow.h cocoawindow.m
18284 osxvideosink.h osxvideosink.m
18286 put the same mail address for Zaheer Abbas Merali everywhere
18288 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18290 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18291 Align by packetsize, and assert that we a packet available before
18292 playing. The first makes webstreams work (they often include
18293 trailing padding data in a packet), the second allows pausing a
18294 ASF stream in totem without getting demux errors afterwards.
18296 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18298 * ext/ogg/gstoggdemux.c: (get_relative):
18299 Check for non-NULL before accessing member (end-of-chain).
18301 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18303 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18304 (cdparanoia_set_property), (cdparanoia_get_property):
18305 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18306 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18307 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18308 (dvdreadsrc_init), (dvdreadsrc_set_property),
18309 (dvdreadsrc_get_property):
18310 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18311 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18312 Synchronize property names where not yet the case. Devices are
18313 now device=X, other versions are deprecated (but still exist).
18314 Also use g_free() unconditionally.
18315 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18316 (setup_source), (gst_play_base_bin_get_property):
18319 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18321 * configure.ac: move GCONF macro outside conditional for the am
18322 conditional. Fixes #160439
18324 2004-12-08 David Schleef <ds@schleef.org>
18326 * tools/gst-visualise-m.m: Switch to elements that currently
18329 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18331 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18332 We love wrong commas.
18334 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18336 * gst/matroska/matroska-demux.c:
18337 (gst_matroska_demux_handle_src_query):
18338 Don't set DEFAULT, unsupported - makes length display incorrectly
18341 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18343 * gst/monoscope/README: remove blurb about files being GPL
18344 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18345 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18346 monoscope is now effectively LGPL licensed
18348 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18350 * gst/monoscope/README: Update information to be more correct
18351 * gst/monoscope/convolve.c: Relicense to LGPL
18352 * gst/monoscope/convolve.h: Relicense to LGPL
18354 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18356 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18357 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18358 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18359 set default_duration for mpeg1 audio
18361 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18363 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18364 * ext/alsa/gstalsa.h:
18365 refactor big chunks of the core caps negotiation code to make it
18366 a lot faster, because people claim it's really slow
18367 (actually, just cache the getcaps when the device is opened)
18369 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18371 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18372 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18373 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18374 (gst_a52dec_change_state), (plugin_init):
18375 * ext/a52dec/gsta52dec.h:
18376 Do something useful with timestamps. Make chain-based (since
18377 there's really no reason to be loopbased).
18378 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18379 Update current_byte/frame correctly.
18381 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18383 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18384 (gst_ape_demux_stream_init):
18387 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18389 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18390 Let's make sure we're done typefinding when detecting tags.
18392 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18394 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18395 (gst_ebml_read_init), (gst_ebml_read_use_event),
18396 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18397 (gst_ebml_read_seek), (gst_ebml_read_skip),
18398 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18399 (gst_ebml_read_master):
18400 * gst/matroska/ebml-read.h:
18401 * gst/matroska/matroska-demux.c:
18402 (gst_matroska_demux_parse_contents),
18403 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18404 Disgustingly evil hack for working around INTERRUPT events and
18405 their extremely annoying habit of being a pain in the ass. We
18406 simply peek a cluster before reading any of it.
18408 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18410 * ext/musepack/gstmusepackdec.cpp:
18411 There's also floating point libmusepacks.
18413 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18415 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18416 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18417 Set DURATION even if source buffer didn't. Also use increasing
18419 * gst-libs/gst/riff/riff-media.c:
18420 (gst_riff_create_audio_caps_with_data):
18421 Block_align can have larger values than 8192.
18423 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18425 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18426 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18427 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18428 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18431 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18433 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18436 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18438 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18441 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18443 * ext/esd/esdsink.c: (gst_esdsink_chain):
18444 Make error actually say something useful (fixes #156798).
18445 * gst-libs/gst/riff/riff-media.c:
18446 (gst_riff_create_video_caps_with_data),
18447 (gst_riff_create_video_template_caps):
18448 Add Intel Video 5.0 fourcc (IV50).
18450 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18452 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18453 detection on mono and stereo mp3 files.
18455 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18457 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18458 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18459 the contained stream).
18461 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18463 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18464 Oops, remove debug.
18466 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18468 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18470 * gst/law/alaw-decode.c: (alawdec_getcaps):
18471 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18472 Prevent warnings when negotiating caps (fixes #159338).
18474 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18476 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18477 (gst_ffmpegcsp_chain):
18478 Remove old leftover that shouldn't be there...
18480 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18482 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18484 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18485 Don't forward DISCONT events (fixes #159684).
18487 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18489 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18490 Unlink manually since sometimes bin disposal (and therefore
18491 pad unlinking) is delayed, which will cause a new media file
18492 to not be able to start playing instantly.
18494 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18496 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18497 On mute of an unlinked stream, check for pad availability so
18498 we don't crash on unlinked pad.
18500 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18502 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18503 (gst_avi_demux_massage_index):
18504 Fix quite humiliating bug in omitting 0-sized index chunks but
18505 forgetting to count them for timestamps.
18507 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18509 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18510 Actually leave the loop if we failed to sync. Don't crash.
18512 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18514 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18515 (gst_dvd_demux_process_private):
18516 * gst/mpegstream/gstdvddemux.h:
18517 Fix crash (#159759). Doesn't work, though. :-(.
18519 2004-11-28 Benjamin Otte <otte@gnome.org>
18521 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18522 more overwriting protection due to modifying channels one by one
18523 instead of all at once
18525 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18527 * gst/audioconvert/gstchannelmix.c:
18528 (gst_audio_convert_fill_normalize):
18529 Normalize using absolute values.
18531 2004-11-28 Julien MOUTTE <julien@moutte.net>
18535 * ext/directfb/Makefile.am:
18536 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18537 (gst_directfbvideosink_get_pixel_format),
18538 (gst_directfbvideosink_get_format_from_fourcc),
18539 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18540 (gst_directfbvideosink_sink_link),
18541 (gst_directfbvideosink_change_state),
18542 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18543 (gst_directfbvideosink_buffer_alloc),
18544 (gst_directfbvideosink_interface_supported),
18545 (gst_directfbvideosink_interface_init),
18546 (gst_directfbvideosink_navigation_send_event),
18547 (gst_directfbvideosink_navigation_init),
18548 (gst_directfbvideosink_set_property),
18549 (gst_directfbvideosink_get_property),
18550 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18551 (gst_directfbvideosink_base_init),
18552 (gst_directfbvideosink_class_init),
18553 (gst_directfbvideosink_get_type), (plugin_init):
18554 * ext/directfb/directfbvideosink.h: Adding a first version of
18556 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18559 2004-11-28 Benjamin Otte <otte@gnome.org>
18561 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18562 walk the samples backwards if out_channels > in_channels so we don't
18565 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18567 * gst/audioconvert/Makefile.am:
18568 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18569 (gst_audio_convert_link), (gst_audio_convert_change_state),
18570 (gst_audio_convert_channels):
18571 * gst/audioconvert/gstchannelmix.c:
18572 (gst_audio_convert_unset_matrix),
18573 (gst_audio_convert_fill_identical),
18574 (gst_audio_convert_fill_compatible),
18575 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18576 (gst_audio_convert_fill_others),
18577 (gst_audio_convert_fill_normalize),
18578 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18579 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18580 * gst/audioconvert/gstchannelmix.h:
18581 Implement a channel mixer.
18583 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18585 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18586 * ext/alsa/gstalsa.h:
18587 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18588 Make alsasink actually honor gst_element_set_clock and use that
18589 clock instead of its internal one.
18591 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18593 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18594 (gst_play_base_bin_change_state): nullify source and decoder when
18595 going from READY to NULL so that we don't try to do weird stuff with
18596 them when going from NULL to READY
18597 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18598 instead of g_object_unref
18599 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18600 it should be correct
18601 (gst_play_bin_change_state): don't call remove_sinks if we are
18602 currently disposing the object
18604 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18606 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18607 Don't forget bass if it's there. Else left channel is silent...
18609 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18611 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18612 (gst_a52dec_change_state):
18613 Don't do sample adjusting anymore, we use float audio now.
18614 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18615 Don't fixate to non-existing properties.
18617 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18619 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18620 (gst_a52dec_change_state):
18621 Advertise that we can do surround sound.
18623 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18625 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18626 Add buffer-frames=0.
18627 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18628 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18629 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18630 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18631 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18632 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18633 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18634 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18635 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18636 * ext/dvdread/dvdreadsrc.h:
18637 Add seeking, querying for bytes, sectors, title, angle and
18638 chapter. Handle multiple chapters. Relicense to LGPL because
18639 Billy agreed on that (thanks Billy!).
18641 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18643 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18644 call parent dispose method
18646 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18648 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18649 (gst_audio_clock_get_internal_time):
18650 Fix active <-> inactive transitions: ensure time value always
18651 grows and avoid abrupt value changes.
18653 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18656 * gst/tta/Makefile.am:
18658 * gst/tta/filters.h:
18659 * gst/tta/gsttta.c:
18660 * gst/tta/gstttadec.c:
18661 * gst/tta/gstttadec.h:
18662 * gst/tta/gstttaparse.c:
18663 * gst/tta/gstttaparse.h:
18664 * gst/tta/ttadec.h:
18665 added TTA parser and decoder
18667 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18669 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18670 (probe_triggered), (check_queue), (buffer_underrun),
18671 (buffer_running), (buffer_overrun), (gen_source_element),
18673 * gst/playback/gstplaybasebin.h:
18674 Implement buffering. Needs some more work.
18676 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18678 * ext/theora/theoradec.c: (theora_dec_chain):
18679 Fix ilog mask range overflow.
18681 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18683 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18684 Don't omit the last (which in case of dmix is the only :) )
18685 channel count. Don't set channels if <= 2.
18687 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18689 * gst/playback/gstplaybin.c: (gen_video_element),
18690 (gen_audio_element): Removed 2 obsolete comments
18692 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18694 * ext/vorbis/oggvorbisenc.c
18695 * ext/vorbis/vorbisenc.c :
18696 change description fields of those plugins to differentiate them
18697 (pitivi show Encoders by description, they had the same one)
18699 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18701 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18703 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18704 (gst_play_bin_set_property), (gen_video_element),
18705 (gen_audio_element):
18706 Refcounting fixes for provided audio-/videosinks.
18708 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18710 * gst/playback/gstplaybin.c: (gen_video_element),
18711 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18712 Don't reference all sinks, but only the video- and audiosinks.
18713 The vis. element should be disposed when we're done with it.
18714 We don't have any reason to keep it around. This fixes warnings
18715 when reusing playbin for playing multiple audio files with
18716 vis. enabled. Also release audio device on pause - idea stolen
18719 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18721 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18722 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18723 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18724 * ext/alsa/gstalsaplugin.c: (plugin_init):
18725 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18726 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18727 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18728 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18729 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18730 (gst_faad_change_state), (plugin_init):
18731 * ext/faad/gstfaad.h:
18732 * ext/vorbis/vorbis.c: (plugin_init):
18733 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18734 * gst-libs/gst/audio/Makefile.am:
18735 * gst-libs/gst/audio/audio.c: (plugin_init):
18736 * gst-libs/gst/audio/multichannel.c:
18737 (gst_audio_check_channel_positions),
18738 (gst_audio_get_channel_positions),
18739 (gst_audio_set_channel_positions),
18740 (gst_audio_set_structure_channel_positions_list),
18741 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18742 (gst_audio_fixate_channel_positions):
18743 * gst-libs/gst/audio/multichannel.h:
18744 * gst-libs/gst/audio/testchannels.c: (main):
18745 * gst/audioconvert/gstaudioconvert.c:
18746 (gst_audio_convert_class_init), (gst_audio_convert_init),
18747 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18748 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18749 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18750 * gst/audioconvert/plugin.c: (plugin_init):
18751 Surround sound support.
18753 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18755 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18756 Fix position for discont if we're close as well. Nitpicking, but
18757 saves a few milliseconds of extra waiting or skipping.
18759 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18761 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18762 We sometimes need parsers for playback, so add those too.
18764 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18767 * gst/apetag/Makefile.am:
18768 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18769 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18770 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18771 (gst_ape_demux_get_src_query_types),
18772 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18773 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18774 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18775 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18776 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18777 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18778 (gst_ape_demux_change_state):
18779 * gst/apetag/apedemux.h:
18780 * gst/apetag/apetag.c: (plugin_init):
18781 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18783 APE v1/2 tag reader plus typefind function.
18785 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18788 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18789 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18790 Remove hacks for older core. Require newer core version
18793 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18795 * gst/cdxaparse/Makefile.am:
18796 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18797 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18798 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18799 * gst/cdxaparse/gstcdxaparse.h:
18800 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18801 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18802 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18803 (gst_cdxastrip_get_src_query_types),
18804 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18805 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18806 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18807 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18808 * gst/cdxaparse/gstcdxastrip.h:
18809 SVCD/VCD header stripping separated from CDXA image parsing.
18810 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18812 Add VCD/SVCD header typefinding for VCD/SVCD.
18813 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18814 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18815 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18816 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18817 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18818 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18819 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18820 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18821 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18822 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18823 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18824 * sys/vcd/vcdsrc.h:
18825 Fix up, add seeking, querying, URI interface. Works in totem now.
18827 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18832 === release 0.8.6 ===
18834 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18852 releasing 0.8.6, "IOU Love"
18854 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18856 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18858 * gst/playback/gstplaybasebin.c:
18859 Fix unplayable files error handling. Fixes #158365
18861 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18863 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18865 * gst/typefind/gsttypefindfunctions.c:
18866 Fix broken mp3 typefinding. Fixes #158375
18868 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18870 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18872 * ext/ogg/gstoggdemux.c:
18873 Fix sync on broken files. Fixes #158976
18875 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18877 patch by: Edward Hervey <bilboed@bilboed.com>
18879 * ext/libpng/gstpngenc.c:
18880 Copy over buffer properties. Fixes #158832
18882 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18884 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18886 * ext/dvdread/dvdreadsrc.c:
18887 Fixes invalid reads (#158462)
18889 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18891 * sys/v4l/gstv4lsrc.c:
18892 * sys/v4l/gstv4lsrc.h:
18893 * sys/v4l/v4lsrc_calls.c:
18894 Probe less and cache it. Fixes #159187.
18896 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18898 * gst/videorate/gstvideorate.c:
18899 Handle all video formats. Fixes #159186.
18901 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18902 * gst/synaesthesia/gstsynaesthesia.c:
18903 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18904 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18905 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18906 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18907 (gst_synaesthesia_change_state), (plugin_init):
18908 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18909 Force 320x200 output, as that's the only thing the underlying
18910 synaesthesia implementation supports. Still needs to be made
18913 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18916 Fix mpeg2enc configure check (similar to mplex check below).
18918 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18920 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18922 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18923 Fix for gcc-2.95 (fixes #158221).
18925 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18927 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18928 Re-add clock distribution hack (until new core is released).
18931 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18933 fix mplex configure check segfaulting on some systems (bug #140994)
18935 2004-11-13 Benjamin Otte <otte@gnome.org>
18937 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18939 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18940 do a wait when we enter the loop func with no data available to
18941 write instead of getting into an 100% CPU loop by just returning and
18942 being called again by the scheduler
18944 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18947 * ext/libvisual/visual.c: (gst_visual_get_type),
18948 (libvisual_log_handler), (gst_visual_getcaps),
18949 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18951 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18952 * ext/smoothwave/Makefile.am:
18953 * ext/smoothwave/demo-osssrc.c: (main):
18954 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18955 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18956 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18958 * ext/smoothwave/gstsmoothwave.h:
18959 Make gstsmoothwave a working element in the 20th century.
18961 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18962 Fix incorrect link function
18964 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18966 * gst/volume/gstvolume.c:
18967 Allow buffer-frames=0.
18969 2004-11-12 Iain <iaingnome@gmail.com>
18971 * configure.ac: Check for polypaudio
18973 * ext/Makefile.am: Build the polyp dir
18975 * ext/polyp: The polypsink sources.
18977 2004-10-30 Iain <iaingnome@gmail.com>
18979 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18980 caps to reflect the new number of channels.
18982 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18984 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18985 Fix for negotiation order problem. This would show when the
18986 ALSA loopfuction was called before any other function. ALSA
18987 wouldn't do anything because we're not negotiated yet, leading
18988 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18990 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18992 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18994 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18995 No warnings (#157986).
18997 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18999 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19000 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19002 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19004 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19005 Signal no-more-pads (so it works in playbin).
19007 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19009 * ext/musepack/gstmusepackreader.cpp:
19010 Workaround for older core.
19012 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19014 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19015 Actually test for odd width/height rather than testing whether
19016 a temporary variable that was 0 before we subtracted 1 is now
19017 not equal to zero (which it always is).
19019 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19021 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19022 Fix compilation if HAVE_XVIDEO is not defined
19024 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19026 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19027 Fix compilation if HAVE_XVIDEO is not defined
19029 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19031 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19032 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19033 (gst_goom_change_state), (plugin_init):
19034 Use the bytestream adapter so goom doesn't depend on the input
19036 Add a debug category
19038 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19040 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19041 Only set hardware parameters *after* negotiation. Before
19042 negotiation, it will set ANY and that seems to cause crashes
19043 (see e.g. #151288, #153227).
19045 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19047 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19048 This seems to be antique leftover. It needs to pass error
19050 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19051 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19052 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19053 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19054 Fix GstXOverlay implementation (#151059).
19056 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19058 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19059 Don't assert (#157853).
19061 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19063 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19064 Fix bytes/samples confustion.
19065 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19066 Fix for underrun (#144389).
19068 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19070 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19071 Disable halfway-seek for pending release (since it needs a new
19074 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19076 * sys/v4l/gstv4lsrc.c:
19077 * sys/v4l/gstv4lsrc.h:
19078 * sys/v4l/v4lsrc_calls.c:
19079 add autoprobe-fps property so we can separate autoprobing parts
19081 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19083 * sys/v4l/gstv4lsrc.c:
19084 * sys/v4l/v4lsrc_calls.c:
19085 initialise fourcc to catch unset fourcc's, and debug
19087 2004-11-09 Wim Taymans <wim@fluendo.com>
19089 * gst/playback/README:
19090 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19091 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19092 (gst_play_bin_dispose), (gst_play_bin_set_property),
19093 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19094 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19095 (gst_play_bin_get_formats), (gst_play_bin_convert),
19096 (gst_play_bin_get_query_types), (gst_play_bin_query):
19097 Cleanups and some more documentation.
19099 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19101 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19102 (gst_cacasink_init), (gst_cacasink_chain):
19103 * ext/libcaca/gstcacasink.h:
19104 Cacasink inherits from VideoSink, so let that store the clock.
19106 2004-11-09 Wim Taymans <wim@fluendo.com>
19108 * gst/playback/README:
19109 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19110 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19111 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19112 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19113 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19115 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19116 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19117 * gst/playback/gststreaminfo.h:
19119 Only switch groups if all streams have muted (EOSed).
19120 Send Tags in sync with the stream playback instead of in
19121 the playback/preroll phase.
19122 Some cleanups, free the fakesrc elements.
19124 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19126 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19127 buffer-frames property was missing
19128 * ext/arts/gst_arts.c:
19129 rate missing from sinkcaps
19130 * ext/audiofile/gstafparse.c:
19131 * ext/audiofile/gstafsink.c:
19132 * ext/audiofile/gstafsrc.c:
19133 * ext/swfdec/gstswfdec.c:
19134 int audio doesn't know buffer-frames
19135 * ext/cdparanoia/gstcdparanoia.c:
19136 int audio doesn't know chunksize either
19137 * ext/nas/nassink.c:
19138 it's endianness, not endianess
19139 * gst-libs/gst/audio/audio.h:
19140 make float standard pad template caps really describe float
19141 * gst/law/mulaw.c: (linear_factory):
19142 signed only, please
19143 * gst/mpegstream/gstdvddemux.c:
19144 widths of 20 are not valid
19146 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19148 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19154 2004-11-08 Wim Taymans <wim@fluendo.com>
19156 * gst/playback/README:
19157 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19158 * gst/playback/gstplaybasebin.c: (probe_triggered),
19159 (gst_play_base_bin_change_state):
19160 Updated README, added more comments for fixmes etc..
19162 2004-11-08 Wim Taymans <wim@fluendo.com>
19164 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19165 We can remove this hack now.
19167 2004-11-08 Wim Taymans <wim@fluendo.com>
19169 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19170 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19171 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19172 Only mix AYUV for maximum quality.
19174 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19176 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19177 (gst_ogg_demux_push), (gst_ogg_pad_push):
19178 Let's act as if we're synchronized now! :).
19179 * ext/theora/theoradec.c: (theora_dec_chain):
19182 2004-11-08 Wim Taymans <wim@fluendo.com>
19184 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19185 (gst_alpha_set_property), (gst_alpha_sink_link),
19186 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19187 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19188 (gst_alpha_init_params), (gst_alpha_chain):
19189 Implement alpha functions for AYUV too, this increases
19190 accuracy quite a bit.
19192 2004-11-08 Wim Taymans <wim@fluendo.com>
19194 * gst/ffmpegcolorspace/avcodec.h:
19195 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19196 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19197 (gst_ffmpegcsp_avpicture_fill):
19198 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19199 (gst_ffmpegcsp_caps_remove_format_info):
19200 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19201 (shrink12), (img_get_alpha_info), (deinterlace_line),
19202 (deinterlace_line_inplace):
19203 * gst/ffmpegcolorspace/imgconvert_template.h:
19204 Added AYUV colorspace and handle RGBA a bit more respectful.
19206 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19208 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19209 Actually always send a discont (cornercase when resending the
19210 same serial-tagged chain twice).
19212 2004-11-08 Julien MOUTTE <julien@moutte.net>
19214 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19215 (gst_ximagesink_finalize):
19216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19217 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19219 2004-11-08 Wim Taymans <wim@fluendo.com>
19221 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19222 Don't segfault on NULL data.
19224 2004-11-08 Wim Taymans <wim@fluendo.com>
19226 * gst/playback/gstdecodebin.c: (unlinked):
19227 * gst/playback/gstplay-marshal.list:
19228 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19229 (gst_play_base_bin_init), (group_create), (get_active_group),
19230 (get_building_group), (group_destroy), (group_commit),
19231 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19232 (add_element_stream), (no_more_pads), (probe_triggered),
19233 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19234 (state_change), (setup_source), (gst_play_base_bin_get_property),
19235 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19236 (gst_play_base_bin_link_stream),
19237 (gst_play_base_bin_get_streaminfo):
19238 * gst/playback/gstplaybasebin.h:
19239 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19240 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19241 Add support for chained ogg files. Prepare for playlist
19242 support. This patch introduces the concept of pad groups, which
19243 together compose one playable media file.
19245 2004-11-07 David Schleef <ds@schleef.org>
19247 * testsuite/gst-lint: Check for pad templates that aren't statically
19250 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19254 * ext/musepack/Makefile.am:
19255 * ext/musepack/gstmusepackdec.cpp:
19256 * ext/musepack/gstmusepackdec.h:
19257 * ext/musepack/gstmusepackreader.cpp:
19258 * ext/musepack/gstmusepackreader.h:
19259 Add musepack decoder.
19260 * ext/faad/gstfaad.c: (gst_faad_base_init):
19261 Make pad templates static.
19262 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19264 Add musepack typefinder, make mp3 typefinding work halfway stream,
19265 which doesn't actually work yet because id3demux doesn't implement
19268 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19270 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19271 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19272 Fix interrupt event handling (#144436).
19274 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19276 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19279 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19281 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19283 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19284 Fix weird caps (#157548).
19286 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19288 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19290 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19291 Add missing NULL terminator (#157543).
19293 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19295 * gst/tcp/gsttcp.h:
19296 * gst/tcp/gsttcpclientsink.c:
19297 * gst/tcp/gsttcpclientsrc.c:
19298 * gst/tcp/gsttcpserversink.c:
19299 * gst/tcp/gsttcpserversrc.c:
19300 ports can go up to 65535. Move common defines to gsttcp.h
19302 2004-11-05 Wim Taymans <wim@fluendo.com>
19304 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19305 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19306 Added two more colorspaces.
19308 2004-11-05 Wim Taymans <wim@fluendo.com>
19310 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19311 (gst_ffmpegcsp_avpicture_fill):
19312 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19313 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19314 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19317 2004-11-05 Wim Taymans <wim@fluendo.com>
19319 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19320 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19321 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19322 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19323 (gst_videomixer_loop):
19326 2004-11-05 Benjamin Otte <otte@gnome.org>
19328 * ext/mad/gstmad.c: (gst_mad_chain):
19329 don't overflow data buffer. Flush not needed sync data when syncing
19332 2004-11-04 Wim Taymans <wim@fluendo.com>
19334 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19335 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19336 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19337 (gst_alpha_init_params), (gst_alpha_chain),
19338 (gst_alpha_change_state):
19339 Updated the chroma keying algorithm with something more
19342 2004-11-03 Wim Taymans <wim@fluendo.com>
19344 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19345 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19346 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19347 Fix stride issues. Does not completely work for odd
19350 2004-11-03 Wim Taymans <wim@fluendo.com>
19352 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19353 (gst_alpha_chroma_key), (gst_alpha_chain):
19354 Fix stride issues. Does not completely work for odd
19357 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19359 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19360 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19363 2004-11-03 Wim Taymans <wim@fluendo.com>
19365 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19366 (gst_ffmpegcsp_avpicture_fill):
19367 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19369 * gst/ffmpegcolorspace/imgconvert_template.h:
19370 Use correct _fill function to get correct strides.
19372 2004-11-02 David Schleef <ds@schleef.org>
19374 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19375 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19376 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19377 Change all g_print()s to debugging. Add a bunch of consistency
19380 2004-11-02 Wim Taymans <wim@fluendo.com>
19382 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19383 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19384 (unlinked), (no_more_pads), (close_link):
19385 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19386 (unknown_type), (add_element_stream), (new_decoded_pad),
19387 (removed_decoded_pad), (setup_source):
19388 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19389 (gst_stream_info_class_init), (gst_stream_info_init),
19390 (gst_stream_info_new), (gst_stream_info_dispose),
19391 (stream_info_mute_pad), (gst_stream_info_set_property),
19392 (gst_stream_info_get_property):
19393 * gst/playback/gststreaminfo.h:
19394 Fix playback of multiple files.
19395 a slightly different approach to handling dynamic pad removals.
19396 This one only looks at pads that we have linked.
19398 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19400 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19401 free" warning from libc.
19403 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19405 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19406 (get_unconnected_element), (remove_starting_from), (pad_removed),
19408 Implement support for dynamic pad changing. We listen to "live"
19409 pad removals (i.e. while playing) and re-setup autoplugging
19410 after that. Playbasebin/playbin need some more work for this
19411 to finally work, but decodebin supports (and replugs) chained
19414 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19416 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19417 (gst_alsa_finalize):
19418 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19419 (gst_cdaudio_finalize):
19420 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19421 (cdparanoia_finalize):
19422 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19423 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19424 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19425 (dvdreadsrc_finalize):
19426 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19427 (gst_flacdec_finalize):
19428 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19429 (gst_flacenc_finalize):
19430 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19431 (gst_gnomevfssink_finalize):
19432 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19433 (gst_gnomevfssrc_finalize):
19434 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19435 (gst_fameenc_finalize):
19436 * ext/nas/nassink.c: (gst_nassink_class_init),
19437 (gst_nassink_finalize):
19438 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19439 (gst_sdlvideosink_class_init):
19440 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19441 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19442 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19443 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19444 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19445 (gst_x_window_listener_dispose):
19446 * gst/audioscale/gstaudioscale.c:
19447 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19448 (play_on_demand_finalize):
19449 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19450 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19451 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19452 (cdplayer_finalize):
19453 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19454 (gst_glimagesink_class_init):
19455 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19456 (gst_osselement_finalize):
19457 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19458 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19459 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19460 Fixes a bunch of problems with finalize and dispose functions,
19461 either assumptions that dispose is only called once, or not calling
19462 the parent class dispose/finalize function
19464 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19466 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19467 added two api precondition guards
19468 use g_strdup with getenv to fix crash when using ENVVAR
19470 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19471 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19472 (gst_esdsink_finalize):
19473 Use a finalize function, not dispose, and more importantly,
19474 call the parent class finalize function too
19476 2004-11-01 Johan Dahlin <johan@gnome.org>
19478 * ext/ogg/gstoggdemux.c:
19479 * gst/tags/gstvorbistag.c:
19482 2004-10-31 Benjamin Otte <otte@gnome.org>
19484 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19485 lotsa memleaks today. But they're all small...
19487 2004-10-31 Benjamin Otte <otte@gnome.org>
19489 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19490 another memleak crushed
19492 2004-10-31 Benjamin Otte <otte@gnome.org>
19494 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19497 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19499 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19500 Hack to prevent crash when going to READY inside signal handler
19501 while this function is active.
19503 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19505 * gst/ffmpegcolorspace/Makefile.am:
19506 * gst/ffmpegcolorspace/avcodec.h:
19507 * gst/ffmpegcolorspace/common.h:
19508 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19509 * gst/ffmpegcolorspace/dsputil.h:
19510 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19511 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19512 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19513 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19514 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19515 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19516 (gst_ffmpegcsp_avpicture_fill):
19517 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19518 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19519 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19520 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19521 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19522 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19523 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19524 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19525 * gst/ffmpegcolorspace/imgconvert.c:
19526 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19527 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19528 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19529 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19530 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19531 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19532 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19533 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19534 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19535 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19536 (grow21), (grow22), (grow41), (grow44), (conv411),
19537 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19538 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19539 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19540 (avpicture_free), (is_yuv_planar), (img_convert),
19541 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19542 (deinterlace_line_inplace), (deinterlace_bottom_field),
19543 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19544 * gst/ffmpegcolorspace/imgconvert_template.h:
19545 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19546 * gst/ffmpegcolorspace/mmx.h:
19547 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19548 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19549 (av_freep), (avcodec_get_context_defaults),
19550 (avcodec_alloc_context), (avcodec_init):
19551 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19552 handling plus update from ffmpeg CVS. Large clean-up.
19554 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19556 * gst/playback/Makefile.am:
19557 We need the marshallers for decodebin, too.
19559 2004-10-30 David Schleef <ds@schleef.org>
19561 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19562 quicktime typefinding work with 64-bit offsets.
19564 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19566 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19567 Set EOS on the element when processing an EOS event.
19568 * ext/speex/gstspeexdec.h:
19569 * ext/speex/gstspeexenc.h:
19570 Only keep a const ptr to the mode
19571 * gst-libs/gst/riff/riff-media.c:
19572 (gst_riff_create_audio_caps_with_data),
19573 (gst_riff_create_audio_template_caps):
19574 Allow WMAV3, with up to 6 channels.
19575 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19576 Don't call gst_pad_set_event_function on a sink pad.
19577 * gst/mpegstream/gstdvddemux.c:
19578 (gst_dvd_demux_get_subpicture_stream),
19579 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19580 Copy the explicit caps that were set across to the cur_* pads,
19581 instead of trying to use a possibly non-existent negotiated caps.
19582 Reset the type of subpicture pads to UNKNOWN after calling
19583 init_stream, so that the caps get set.
19585 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19587 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19589 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19590 Don't touch buffer if it is of size 0 (fixes #151064).
19592 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19594 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19595 Synchronized discont handling.
19597 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19599 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19600 (gst_ogg_demux_push):
19601 Make seeking sort-of exact again (fixes #156387).
19603 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19605 * gst/playback/gstplaybasebin.c: (unknown_type),
19606 (add_element_stream), (new_decoded_pad),
19607 (gst_play_base_bin_change_state):
19608 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19609 (gst_stream_info_init), (gst_stream_info_new),
19610 (gst_stream_info_dispose), (gst_stream_info_get_property):
19611 * gst/playback/gststreaminfo.h:
19612 Make caps explicitely available. Makes testing for unsupported
19613 types possible. Improves error reporting.
19615 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19617 * gst/audioconvert/gstaudioconvert.c:
19618 (gst_audio_convert_buffer_to_default_format):
19619 Really don't touch read-only buffers (#156563).
19621 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19623 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19625 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19626 Fix memleak (#155223).
19628 2004-10-29 Wim Taymans <wim@fluendo.com>
19630 * gst/tcp/.cvsignore:
19631 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19632 (gst_multifdsink_class_init), (gst_multifdsink_init),
19633 (gst_multifdsink_add), (gst_multifdsink_remove),
19634 (gst_multifdsink_remove_client_link), (is_sync_frame),
19635 (gst_multifdsink_new_client),
19636 (gst_multifdsink_handle_client_write),
19637 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19638 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19639 (gst_multifdsink_get_property):
19640 * gst/tcp/gstmultifdsink.h:
19641 Added burst on connect sync_method, deprecated sync_clients,
19642 streamlined the sync code some more.
19644 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19646 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19647 (gst_play_base_bin_change_state):
19648 Improve error reporting.
19650 2004-10-28 Wim Taymans <wim@fluendo.com>
19652 * gst/tcp/Makefile.am:
19653 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19654 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19655 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19656 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19657 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19658 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19660 Added more locks around fdset structures. Fixed/reworked
19661 the poll array resizing code.
19662 Added stress test for fdset.
19664 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19666 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19669 2004-10-28 Benjamin Otte <otte@gnome.org>
19671 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19672 fix link function to always query channels and query width for
19676 * gst/equalizer/Makefile.am:
19677 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19678 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19679 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19680 (arg_to_scale), (setup_filter),
19681 (gst_iir_equalizer_compute_frequencies),
19682 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19683 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19687 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19689 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19693 Added Norwegian Bokmaal translation
19695 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19697 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19698 Don't break on options (fixes #156488).
19700 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19703 * ext/cdaudio/Makefile.am:
19705 fix build on older automake
19707 2004-10-26 Wim Taymans <wim@fluendo.com>
19709 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19710 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19711 Allow a little margin when negotiating the framerate.
19713 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19715 * gst/level/gstlevel.c:
19716 synchonised naming of pads and pad-templates
19718 2004-10-26 Wim Taymans <wim@fluendo.com>
19720 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19721 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19722 (_find_streams_check), (gst_ogg_demux_push):
19723 Fix EOS again. Needs to be done in a better way. We should not
19724 remove the pad if there is no new chained stream.
19726 2004-10-26 Iain <iaingnome@gmail.com>
19728 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19729 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19731 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19733 (interleave_release_pad): Remove the pad.
19734 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19735 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19737 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19739 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19740 (gst_xvimagesink_finalize): Free the par.
19742 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19744 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19745 (gst_avimux_stop_file):
19746 First calculate the rate, and only then use it. Hdr.rate is a
19747 multiple and not a derivative of hdr.scale. Scale is not the
19748 same as blockalign but is solely related to rate.
19750 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19752 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19753 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19756 2004-10-25 James Henstridge <james@jamesh.id.au>
19758 Reviewed by: David Schleef <ds@schleef.org>
19760 * examples/gstplay/player.c: (got_stream_length), (main):
19761 * examples/seeking/cdplayer.c: (update_scale):
19762 * examples/seeking/seek.c: (format_value), (update_scale):
19763 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19765 Build fixes on AMD64.
19767 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19769 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19771 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19772 Fix for some v4l cards which hang in v4lsrc
19774 2004-10-25 Wim Taymans <wim@fluendo.com>
19776 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19777 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19778 Make sure to remove the pad when a new chain is
19779 encountered. Set some vars to NULL so we don't try
19780 to reference freed memory.
19782 2004-10-25 Wim Taymans <wim@fluendo.com>
19784 * examples/seeking/Makefile.am:
19785 * examples/seeking/cdplayer.c: (update_scale):
19786 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19787 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19788 (format_value), (update_scale), (iterate), (start_seek),
19789 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19790 (print_usage), (main):
19791 Added some more examples, update others.
19793 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19795 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19796 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19797 * ext/theora/theoradec.c: (theora_dec_chain):
19798 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19799 Add codec-name metadata.
19801 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19803 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19805 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19806 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19807 * ext/alsa/gstalsamixertrack.h:
19809 ALSA mixer track label internationalization (#154054).
19811 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19813 * ext/theora/theoradec.c: (theora_dec_chain):
19814 Export bitrate as metadata.
19816 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19818 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19819 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19820 * ext/alsa/gstalsamixertrack.h:
19821 Fix names, fix loop.
19823 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19825 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19826 (speex_dec_convert):
19827 sinkconvert function so oggdemux can get the file length (totem).
19829 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19831 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19833 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19834 Don't push incomplete packets.
19835 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19836 Fix MPEG-4 audio typefinding.
19838 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19840 * sys/v4l/Makefile.am:
19841 * sys/v4l/gstv4l.c: (plugin_init):
19842 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19843 (gst_v4lelement_init), (gst_v4lelement_dispose),
19844 (gst_v4lelement_change_state):
19845 * sys/v4l/gstv4lelement.h:
19846 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19847 (gst_v4l_xoverlay_close), (idle_refresh),
19848 (gst_v4l_xoverlay_set_xwindow_id):
19849 * sys/v4l/gstv4lxoverlay.h:
19850 * sys/v4l/v4l-overlay_calls.c:
19851 * sys/v4l/v4l_calls.h:
19852 * sys/v4l2/Makefile.am:
19853 * sys/v4l2/gstv4l2.c: (plugin_init):
19854 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19855 (gst_v4l2element_init), (gst_v4l2element_dispose),
19856 (gst_v4l2element_change_state):
19857 * sys/v4l2/gstv4l2element.h:
19858 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19859 (gst_v4l2_xoverlay_close), (idle_refresh),
19860 (gst_v4l2_xoverlay_set_xwindow_id):
19861 * sys/v4l2/gstv4l2xoverlay.h:
19862 * sys/v4l2/v4l2-overlay_calls.c:
19863 * sys/v4l2/v4l2_calls.h:
19864 Remove client-side overlay handling, use the X-server v4l plugin
19865 for that. Nicer overlay, less code. Also make the plugin
19866 compileable without X (but then without overlay, obviously).
19867 Makes xwindowlistener obsolete, should we remove that?
19869 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19871 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19872 (gst_osssrc_src_query):
19873 * sys/oss/gstosssrc.h:
19874 OK, so people want offset in DEFAULT. This time, actually fix all
19876 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19879 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19881 * gst/asfdemux/gstasfmux.c:
19882 * gst/avi/gstavimux.c:
19885 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19887 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19888 Fix properties (channel, norm, frequency).
19890 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19892 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19894 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19897 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19899 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19902 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19904 * sys/v4l2/gstv4l2element.h:
19905 Yet Another Hack (tm) for kernel header borkedness.
19906 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19907 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19908 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19909 (gst_v4l2src_change_state):
19910 * sys/v4l2/gstv4l2src.h:
19911 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19912 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19913 Fix caps, keep track of state, work.
19915 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19917 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19920 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19922 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19923 Don't mix bytes and samples.
19925 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19927 * ext/ogg/gstoggmux.c:
19928 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19929 and theora. Any is incorrect.
19930 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19932 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19933 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19934 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19935 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19936 * sys/v4l/gstv4lmjpegsrc.h:
19937 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19938 (gst_v4lsrc_change_state):
19939 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19940 (gst_v4lmjpegsrc_capture_stop):
19941 Fix caps. Keep track of internal state. Work.
19943 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19946 Fix the build fixes.
19948 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19950 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19951 (gst_ogg_demux_src_event), (_find_chain_seek),
19952 (gst_ogg_pad_push):
19953 Check for pad availability before using it.
19954 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19955 Fix parsing of chained ogg. Needs more work on the decoder side.
19957 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19959 * gst/spectrum/Makefile.am:
19960 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19962 Fix demo and reenable it. Yes, I'm currently playing with audio
19965 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19967 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19968 We love it if files that start at zero work too...
19970 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19973 Handle files with missing EOS headers.
19975 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19977 * gst/tcp/gsttcpserversink.c:
19978 (gst_tcpserversink_handle_server_read),
19979 (gst_tcpserversink_init_send):
19980 Zero some variables first (need for accept not to return EINVAL)
19982 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19984 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19985 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19986 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19987 (theora_dec_chain):
19988 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19989 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19990 Seeking and querying finetune.
19992 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19996 * ext/raw1394/Makefile.am:
19999 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20001 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20003 * gst/playback/Makefile.am:
20004 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20005 * gst/playback/gstplay-marshal.list:
20006 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20009 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20011 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20014 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20016 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20017 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20018 (gst_ogg_pad_push):
20019 Yay for non-lineair granulepos in theora.
20021 2004-10-18 Wim Taymans <wim@fluendo.com>
20023 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20024 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20025 * ext/dv/gstdvdec.h:
20026 Make sure we renegotiate aspect ratio when the camera switches.
20028 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20030 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20031 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20033 * ext/theora/theoradec.c: (theora_dec_chain):
20034 Skip headers. Bad idea for chained ogg, but fixes seeking.
20036 2004-10-18 Wim Taymans <wim@fluendo.com>
20039 I swear, this is the last time I touch this.
20041 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20043 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20044 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20045 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20047 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20048 Time-to-default conversion.
20049 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20050 Don't error on unknown packets, just skip. We should probably
20051 read them if we want to support chained ogg.
20053 2004-10-18 Wim Taymans <wim@fluendo.com>
20056 Added cdaudio to wrong list.
20058 2004-10-18 Wim Taymans <wim@fluendo.com>
20063 2004-10-18 Wim Taymans <wim@fluendo.com>
20065 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20066 (gst_dvdec_video_link), (gst_dvdec_push):
20067 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20068 (gst_smokeenc_resync), (gst_smokeenc_chain):
20069 Fix mimetype on smoke encoder.
20070 Add aspect ratio to dvdec. Not sure if these
20071 values are correct though....
20073 2004-10-18 Wim Taymans <wim@fluendo.com>
20075 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20076 Fix vorbis property descriptions and ranges.
20078 2004-10-18 Wim Taymans <wim@fluendo.com>
20080 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20081 Really do nothing when no data is available.
20082 Go to the playing state when the stream is not seekable
20083 instead of failing.
20085 2004-10-18 Wim Taymans <wim@fluendo.com>
20087 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20088 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20089 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20090 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20091 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20092 Added uri handler for cd://
20095 2004-10-18 Wim Taymans <wim@fluendo.com>
20097 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20098 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20099 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20100 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20101 (remove_prerolls), (unknown_type), (add_element_stream),
20102 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20103 (gst_play_base_bin_remove_element),
20104 (gst_play_base_bin_link_stream):
20105 * gst/playback/gstplaybin.c: (gen_video_element),
20106 (gen_vis_element), (remove_sinks), (setup_sinks):
20107 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20108 (gst_stream_info_get_type), (gst_stream_info_class_init),
20109 (gst_stream_info_init), (gst_stream_info_new),
20110 (gst_stream_info_dispose), (stream_info_mute_pad),
20111 (gst_stream_info_set_property), (gst_stream_info_get_property):
20112 * gst/playback/gststreaminfo.h:
20113 Add sink padtemplate to decodebin.
20114 Added some more comments.
20115 Make queue size configurable in playbasebin.
20116 Added possibility to use elements as sinks (ex cdaudio).
20118 2004-10-15 Wim Taymans <wim@fluendo.com>
20120 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20121 (gst_speexenc_chain):
20122 Fix speex timestamps so that it gets muxed properly.
20124 2004-10-15 Wim Taymans <wim@fluendo.com>
20126 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20127 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20128 (gst_dv1394src_init), (gst_dv1394src_dispose),
20129 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20130 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20131 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20132 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20133 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20134 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20135 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20136 * ext/raw1394/gstdv1394src.h:
20137 Added conversion/query functions.
20138 Update buffer timestamps,
20140 Added uri dv:// so it might play from the firewire in playbin.
20141 Fix a possible leak.
20144 2004-10-15 Wim Taymans <wim@fluendo.com>
20146 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20147 (gst_dv1394src_init), (gst_dv1394src_set_property),
20148 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20149 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20150 * ext/raw1394/gstdv1394src.h:
20151 Added AV/C VTR control support needed for some cameras.
20152 Added automatic port detection.
20153 Added properties for selecting the channel.
20154 The configure.ac script is not yet updated to reflect the
20155 new libavc1394 and librom1394 dependencies.
20157 2004-10-15 Wim Taymans <wim@fluendo.com>
20159 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20160 (qtdemux_parse), (gst_qtdemux_handle_esds):
20161 An esds box is not a container.
20162 Fix parsing of mp4v boxes.
20163 Do not try to renegotiate fps for each frame. Need to
20164 find a better method. This should fix mp4 playback.
20166 2004-10-14 David Schleef <ds@schleef.org>
20168 * configure.ac: update for swfdec-0.3 and liboil-0.2
20169 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20170 * ext/swfdec/gstswfdec.h: same
20171 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20172 * gst/videotestsrc/videotestsrc.c: same
20174 2004-10-14 Wim Taymans <wim@fluendo.com>
20176 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20177 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20178 (is_sync_frame), (gst_multifdsink_new_client),
20179 (gst_multifdsink_handle_client_write),
20180 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20181 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20182 Turn warnings into info.
20183 Don't allow a state change in the streaming thread.
20185 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20187 * ext/vorbis/oggvorbisenc.c:
20188 * ext/vorbis/vorbisdec.c:
20189 fix template sample rate
20191 2004-10-13 Wim Taymans <wim@fluendo.com>
20193 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20194 Decoding the header first fixes some problems in resyncing
20197 2004-10-12 Wim Taymans <wim@fluendo.com>
20199 * gst/playback/gstplaybin.c: (gen_video_element),
20200 (gen_vis_element), (remove_sinks), (setup_sinks):
20201 Added vis plugin support, need to configure the vis
20202 element to activate it.
20204 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20206 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20207 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20209 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20210 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20211 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20212 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20213 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20214 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20215 * gst/avi/gstavidemux.h:
20216 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20217 recovery (where, if part of the index is broken, we will still read
20218 the rest of the index and recover the broken part by stream
20219 scanning). More broken media support. EOS workarounds. General AVI
20220 braindamage headache recovery. Aspirin included.
20222 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20224 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20225 (cdparanoia_event), (cdparanoia_query):
20226 Get rid of hideous lead-in.
20228 2004-10-11 Wim Taymans <wim@fluendo.com>
20230 * gst/playback/gstplaybasebin.c: (setup_source):
20231 Wrong var used to get g_list_next.
20233 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20235 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20236 (cdparanoia_get), (cdparanoia_open):
20237 Report discid as metadata, add duration.
20239 2004-10-11 Wim Taymans <wim@fluendo.com>
20241 * gst/playback/gstplaybasebin.c: (setup_source):
20242 Cleanup the previous pipeline a little earlier for the
20243 case that a source element provides raw data.
20245 2004-10-11 Benjamin Otte <otte@gnome.org>
20247 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20248 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20249 consuming the last 128 bytes, even though it was valid mp3 data.
20251 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20253 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20254 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20255 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20256 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20258 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20260 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20261 Fix for webcams that support only specific width or height
20263 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20265 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20267 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20268 Fix wrong discont event setup (fixes #154967).
20270 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20272 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20274 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20275 Error out on invalid data (fixes #154807).
20277 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20279 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20281 * ext/dvdread/dvdreadsrc.c: (_read):
20282 Make titles > 0 work again (fixes #154834).
20284 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20286 * gst-libs/gst/riff/riff-media.c:
20287 (gst_riff_create_video_template_caps):
20288 WMV3 missing in template caps.
20290 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20292 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20293 OK, so the original code was too strict. It makes random AVI files
20294 hang for seconds upon opening, which is unacceptable and is far
20295 beyond the original goal of getting multiple chunks for one-chunk
20296 sounc stream files. So now do just that.
20298 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20300 * gst/playback/gstplaybasebin.c: (setup_source),
20301 (gst_play_base_bin_change_state):
20302 Actually clean up streaminfo if output fails. This would trigger
20303 if, for example, there was no CD in the drive. No preroll, so
20304 a streaminfo structure is created, but the subsequent state change
20305 of the thread fails.
20306 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20307 Don't change state if parent failed.
20309 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20311 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20312 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20313 (gen_video_element), (remove_sinks):
20314 Add small bits of code for screenshot handling.
20316 2004-10-08 Wim Taymans <wim@fluendo.com>
20318 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20319 (gen_video_element), (gen_audio_element), (setup_sinks):
20320 Don't assume the user provided sinks are named "sink"...
20322 2004-10-08 Wim Taymans <wim@fluendo.com>
20324 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20325 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20326 (gst_play_base_bin_link_stream):
20327 Do not try to autoplug sources that generate raw streams like
20329 disconnect the preroll overrun signal when we don't need it anymore.
20331 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20333 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20334 Added reworked patch from #154903 from milosz derezynski (deadchip).
20336 2004-10-08 Wim Taymans <wim@fluendo.com>
20338 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20339 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20340 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20341 (cdparanoia_convert), (cdparanoia_uri_get_type),
20342 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20343 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20344 * ext/cdparanoia/gstcdparanoia.h:
20345 This adds the cdda://<tracknum> uri.
20347 2004-10-08 Wim Taymans <wim@fluendo.com>
20349 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20350 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20351 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20352 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20353 (unknown_type), (gst_play_base_bin_remove_element),
20354 (gst_play_base_bin_link_stream):
20355 * gst/playback/gstplaybasebin.h:
20356 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20357 (gst_play_bin_set_property), (gen_video_element),
20358 (gen_audio_element), (setup_sinks):
20359 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20360 (gst_stream_info_get_type), (gst_stream_info_class_init),
20361 (gst_stream_info_init), (gst_stream_info_new),
20362 (gst_stream_info_dispose), (stream_info_mute_pad),
20363 (gst_stream_info_set_property), (gst_stream_info_get_property):
20364 * gst/playback/gststreaminfo.h:
20365 Reuse the audio and video bins.
20366 Some internal cleanups in the stream selection code.
20368 2004-10-08 Julien MOUTTE <julien@moutte.net>
20370 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20371 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20372 * sys/ximage/ximagesink.h:
20373 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20374 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20375 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20376 not coming from those elements. Moreover these elements should not keep
20377 the xid they have been given when in NULL state.
20379 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20381 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20382 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20383 * sys/ximage/ximagesink.h:
20384 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20385 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20386 * sys/xvimage/xvimagesink.h:
20387 Actually only create a new toplevel window if we're not gonna
20388 embed it right after.
20390 2004-10-07 Wim Taymans <wim@fluendo.com>
20392 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20393 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20394 * gst/playback/gstplaybin.c: (setup_sinks):
20395 Implement muting/unmuting of streams, mute streams that are not
20398 2004-10-07 Wim Taymans <wim@fluendo.com>
20400 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20402 Added lame audio/x-ac3 typefind function.
20404 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20409 === release 0.8.5 ===
20411 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20416 releasing 0.8.5, "Take You On"
20418 2004-10-06 Wim Taymans <wim@fluendo.com>
20420 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20421 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20422 (no_more_pads), (close_link), (type_found):
20423 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20424 * gst/playback/gstplaybin.c: (gen_video_element):
20425 Do not signal the no_more_pads after the first pad when
20426 we are plugging a non dynamic element with multiple
20427 output pads (like swfdec, dvdec, ...).
20429 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20432 bump for prerelease
20434 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20436 * gst/wavparse/gstwavparse.c:
20437 add ATRAC3 to STATIC CAPS to fix a warning
20439 * gst/matroska/ebml-read.c:
20440 * gst-libs/gst/riff/riff-read.c:
20443 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20445 * gst-libs/gst/riff/riff-media.c:
20446 generate caps for ATRAC3 audio streams
20448 * gst/realmedia/rmdemux.c:
20449 generate caps for ATRAC3 audio streams
20451 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20453 * gst/wavparse/Makefile.am
20454 * gst/wavparse/riff.h
20455 * gst/wavparse/wavparse.vcproj
20456 riff.h removal (unused and duplication with riff-ids.h)
20458 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20460 * gst/wavparse/gstwavparse.h
20461 remove duplicated defines for audio codec codes
20463 * gst-libs/gst/riff/riff-ids.h
20464 * gst/wavenc/riff.h:
20465 add "4CC" code for ATRAC3 audio streams
20466 add "4CC" code for ITU_G721_ADPCM (unused for now)
20468 2004-10-06 Wim Taymans <wim@fluendo.com>
20470 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20471 Actually _do_ negotiation. Pass gdouble as arg instead
20472 of guint64 for the framerate.
20474 2004-10-06 Wim Taymans <wim@fluendo.com>
20476 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20477 (find_compatibles), (close_pad_link), (try_to_link_1),
20478 (no_more_pads), (close_link), (type_found):
20479 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20480 * gst/playback/gstplaybin.c: (gen_video_element),
20481 (gen_audio_element):
20482 Set state on newly added element to READY so that negotiation
20484 Addes some more debug info.
20485 Do not try to plug pads with multiple caps structures or ANY
20486 because it is too dangerous since we do not do dynamic
20489 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20491 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20495 add Oriya translation
20497 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20499 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20500 Prevent overwrite of size member. Makes audio sound crappy.
20502 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20504 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20505 Add rmvb to the list of known RealMedia extensions
20507 2004-10-05 Wim Taymans <wim@fluendo.com>
20509 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20510 (mngdec_openstream), (mngdec_closestream),
20511 (mngdec_handle_sink_event), (mngdec_readdata),
20512 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20513 (mngdec_getcanvasline), (mngdec_refresh),
20514 (gst_mngdec_change_state):
20515 Set the framerate correctly.
20517 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20519 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20520 There was something wrong with the index massaging.
20522 2004-10-04 Wim Taymans <wim@fluendo.com>
20524 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20525 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20526 (gst_smokedec_chain):
20527 * ext/jpeg/gstsmokedec.h:
20528 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20529 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20530 * ext/jpeg/gstsmokeenc.h:
20531 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20532 (smokecodec_decode_new), (smokecodec_info_free),
20533 (smokecodec_set_quality), (smokecodec_get_quality),
20534 (smokecodec_set_threshold), (smokecodec_get_threshold),
20535 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20536 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20537 (smokecodec_encode), (smokecodec_parse_id),
20538 (smokecodec_parse_header), (smokecodec_decode):
20539 * ext/jpeg/smokecodec.h:
20540 * ext/jpeg/smokeformat.h:
20541 Updated smoke, new bitstream, allows embedding in ogg.
20543 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20545 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20546 Fix seeking in some files. All this code is no longer needed (and
20547 actually breaks stuff) because we now synchronize the full index
20548 right when reading the header.
20550 2004-10-04 Wim Taymans <wim@fluendo.com>
20553 configure update for libmng.
20555 2004-10-04 Wim Taymans <wim@fluendo.com>
20557 * ext/libmng/Makefile.am:
20558 * ext/libmng/gstmng.c: (plugin_init):
20559 * ext/libmng/gstmng.h:
20560 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20561 (gst_mngdec_base_init), (gst_mngdec_class_init),
20562 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20563 (gst_mngdec_loop), (gst_mngdec_get_property),
20564 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20565 (mngdec_closestream), (mngdec_handle_sink_event),
20566 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20567 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20568 (gst_mngdec_change_state):
20569 * ext/libmng/gstmngdec.h:
20570 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20571 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20572 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20573 (gst_mngenc_chain), (gst_mngenc_get_property),
20574 (gst_mngenc_set_property):
20575 * ext/libmng/gstmngenc.h:
20576 Added basic MNG decoder. Needs more work. The encoder does
20579 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20581 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20582 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20583 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20584 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20587 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20590 you need at least 1.0.4 of speex
20592 2004-10-04 Iain <iaingnome@gmail.com>
20594 * ext/speex/gstspeexdec.h: Revert the includes changes.
20596 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20598 2004-09-30 Iain <iaingnome@gmail.com>
20600 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20601 found during init or set as a property instead of hardcoding /dev/audio
20603 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20605 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20606 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20607 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20608 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20609 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20610 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20611 (gst_rmdemux_dump_data):
20612 Use debug category, fix EOS handling. filesrc ! rmdemux now
20615 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20617 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20618 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20619 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20620 Improve allocation, cutting and sorting of the index. How takes a
20621 few seconds instead of minutes.
20623 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20625 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20628 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20630 * gst-libs/gst/riff/riff-media.c:
20631 (gst_riff_create_video_caps_with_data),
20632 (gst_riff_create_video_template_caps):
20633 Add wing commander format mimetype/fourccs.
20634 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20635 Don't crash if some value is 0.
20637 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20639 * gst-libs/gst/riff/riff-media.c:
20640 (gst_riff_create_video_caps_with_data),
20641 (gst_riff_create_video_template_caps):
20642 Add DIB fourcc (raw, palettized 8-bit RGB).
20643 * gst-libs/gst/riff/riff-read.c:
20644 (gst_riff_read_strf_vids_with_data):
20645 Oops, fix strf_data reading bug.
20646 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20647 Use a non-NULL tag.
20648 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20649 Time for hacks. Sorry Dave. At least one quicktime movie (a
20650 trailer) that I've encountered contains multiple video tracks.
20651 One of those is the actual video track, the other are one-frame
20652 tracks (images). Unfortunately, the number of frames according
20653 to the trak header is 1 for each, so that doesn't help. So
20654 instead, I look at the duration and discard tracks with a
20655 duration shorter than 20% of the length of the stream. Better
20658 2004-10-01 Christian Schaller <christian@fluendo.com>
20660 * ext/ivorbis/vorbis.c:
20661 Patch from Phil Blundell (Bug 152341)
20663 2004-10-01 Wim Taymans <wim@fluendo.com>
20665 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20666 (speex_dec_get_formats), (speex_dec_convert),
20667 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20668 (speex_dec_chain), (gst_speexdec_get_property),
20669 (gst_speexdec_set_property):
20672 2004-10-01 Wim Taymans <wim@fluendo.com>
20674 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20675 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20676 (gst_wavparse_other), (gst_wavparse_loop),
20677 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20678 (gst_wavparse_srcpad_event):
20679 * gst/wavparse/gstwavparse.h:
20680 Added some more debugging info.
20681 Fix the case where the length of the file is 0.
20682 Make sure we seek to sample borders.
20684 2004-10-01 Wim Taymans <wim@fluendo.com>
20686 * gst/playback/README:
20687 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20688 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20689 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20690 Add some debug info to decodebin, update README
20692 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20694 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20695 Don't use g_print(); use GST_DEBUG().
20697 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20699 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20700 (gst_ogg_mux_queue_pads):
20701 Handle EOS properly.
20703 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20705 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20707 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20708 (gst_faad_chain), (gst_faad_change_state):
20709 * ext/faad/gstfaad.h:
20710 Allow playback of raw (unframed) MPEG AAC files (#148993).
20712 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20714 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20716 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20717 Throw error if we didn't recognize the stream. Fixes #152289.
20719 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20721 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20724 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20726 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20728 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20731 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20733 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20735 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20737 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20740 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20742 * gst-libs/gst/riff/riff-media.c:
20743 (gst_riff_create_video_caps_with_data),
20744 (gst_riff_create_audio_caps_with_data):
20745 Add codec_data handling (like asfdemux used to do).
20746 * gst/asfdemux/gstasf.c: (plugin_init):
20747 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20748 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20749 Use riff-media for caps creation instead of our own (mostly
20750 broken) copy of its functions.
20752 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20754 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20755 Don't actually error out if we get another return value than
20756 -EINVAL. Opposite to what I first thought, drivers have random
20757 return values for this, although -EINVAL is the expected return
20758 value. Since this is not fatal, we shouldn't use
20759 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20761 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20763 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20764 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20765 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20766 (dvdreadsrc_get), (dvdreadsrc_open_file),
20767 (dvdreadsrc_change_state):
20768 Fix. Don't do one big huge loop around the whole DVD, that will
20769 cache all data and thus eat sizeof(dvd) (several GB) before we
20771 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20772 Actually NULL'ify event after using it.
20773 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20774 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20775 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20776 (gst_ebml_read_seek), (gst_ebml_read_skip):
20778 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20779 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20780 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20781 Fix timing (this will probably break if I seek using menus, but
20782 I didn't get there yet). VOBs and normal DVDs should now work.
20783 Add a mpeg2-only pad with high rank so this get autoplugged for
20785 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20786 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20787 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20788 (gst_mpeg_demux_get_audio_stream),
20789 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20790 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20791 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20792 MPEG-1 but use dvddemux for MPEG-2.
20793 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20794 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20795 (gst_mpeg_parse_parse_packhead):
20796 Timing. Only add pad template if it exists. Add sink template from
20797 class and not from ourselves. This means we will always use the
20798 correct sink template even if it is not the one defined in this
20801 2004-09-29 Wim Taymans <wim@fluendo.com>
20803 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20804 (gst_mpeg_demux_parse_pes):
20805 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20806 Fix playback of mpeg again, timestamps where screwed up by
20809 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20811 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20812 Only return true if we actually filled something in. Prevents
20813 player applications from showing a random length for flac files.
20814 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20815 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20816 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20817 (gst_riff_read_strf_vids_with_data),
20818 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20819 OK, ok, so I implemented event handling. Apparently it's normal
20820 that we receive random events at random points without asking
20822 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20823 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20824 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20825 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20826 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20827 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20828 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20829 * gst/avi/gstavidemux.h:
20830 Implement non-lineair chunk handling and subchunk processing.
20831 The first solves playback of AVI files where the audio and video
20832 data of individual buffers that we read are not synchronized.
20833 This should not happen according to the wonderful AVI specs, but
20834 of course it does happen in reality. It is also a prerequisite for
20835 the second. Subchunk processing allows us to cut chunks in small
20836 pieces and process each of these pieces separately. This is
20837 required because I've seen several AVI files with incredibly large
20838 audio chunks, even some files with only one audio chunk for the
20839 whole file. This allows for proper playback including seeking.
20840 This patch is supposed to fix all AVI A/V sync issues.
20841 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20842 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20844 * gst/modplug/gstmodplug.cc:
20845 Proper return value setting for the query() function.
20846 * gst/playback/gstplaybasebin.c: (setup_source):
20847 Being in non-playing state (after, e.g., EOS) is not necessarily
20848 a bad thing. Allow for that. This fixes playback of short files.
20849 They don't actually playback fully now, because the clock already
20850 runs. This means that small files (<500kB) with a small length
20851 (<2sec) will still not or barely play. Other files, such as mod
20852 or flx, will work correctly, however.
20854 2004-09-28 Wim Taymans <wim@fluendo.com>
20856 * ext/speex/gstspeex.c: (plugin_init):
20857 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20858 (gst_speex_dec_class_init), (speex_dec_get_formats),
20859 (speex_get_event_masks), (speex_get_query_types),
20860 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20861 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20862 (gst_speexdec_get_property), (gst_speexdec_set_property),
20863 (speex_dec_change_state):
20864 * ext/speex/gstspeexdec.h:
20865 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20866 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20867 (gst_speexenc_base_init), (gst_speexenc_class_init),
20868 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20869 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20870 (gst_speexenc_src_query), (gst_speexenc_init),
20871 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20872 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20873 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20874 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20875 (gst_speexenc_chain), (gst_speexenc_get_property),
20876 (gst_speexenc_set_property), (gst_speexenc_change_state):
20877 * ext/speex/gstspeexenc.h:
20878 Rewrote speex encoder, make sure it can be embedded in ogg.
20879 Implemented speex decoder.
20881 2004-09-28 Christian Schaller <christian@fluendo.com>
20884 Remove kioslave plugin. Markey is brewing a new working one
20885 * ext/Makefile.am: Remove kioslave plugin
20887 * gst-plugins.spec.in: remove kio plugin from spec
20889 2004-09-27 Wim Taymans <wim@fluendo.com>
20891 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20892 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20893 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20894 (gst_multifdsink_new_client),
20895 (gst_multifdsink_handle_client_write),
20896 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20897 (gst_multifdsink_handle_clients):
20898 * gst/tcp/gstmultifdsink.h:
20899 Make syncing to keyframes actually work for new clients and lagging
20902 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20904 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20905 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20906 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20907 * gst/debug/gstnavigationtest.h:
20908 make navigationtest display button-press and button-release events
20910 2004-09-26 Iain <iaingnome@gmail.com>
20912 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20913 the channels have received a new media event.
20914 (interleave_buffered_loop): Compresses a new media event on all
20917 2004-09-26 Iain <iaingnome@gmail.com>
20919 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20920 call the sinkpad's default event handler and not the srcpads. He also
20921 says this is confusing :)
20922 (gst_wavenc_stop_file): Company says that seek events only go upstream
20923 we should send a discontinuous downstream instead.
20925 2004-09-25 Christian Schaller <christian@fluendo.com>
20927 * Update SPEC file to be usable in conjunction with Fedora Core,
20928 Fedora.us and freshrpms packages
20929 * Fix typo in multifilesrc test Makefile
20931 2004-09-24 Wim Taymans <wim@fluendo.com>
20933 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20934 Only signal the no_more_pads signal when we have
20935 added the stream to our list.
20937 2004-09-24 Wim Taymans <wim@fluendo.com>
20939 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20941 * gst/playback/gstplaybasebin.h:
20942 * gst/playback/gstplaybin.c: (setup_sinks):
20943 Don't try to preroll or decode more than one audio/video
20946 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20948 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20949 Throw error if we failed to find a suitable output. This should
20950 throw an error if we successfully set up a pipeline (e.g. because
20951 we recognized a media file) but found no decodable streams in it
20952 (e.g. because it contains only media stream types for which we
20953 have no decoders, or because it's not a media type).
20955 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20957 * ext/dirac/Makefile.am:
20958 * ext/dirac/gstdirac.cc:
20959 * ext/dirac/gstdiracdec.cc:
20960 * ext/dirac/gstdiracdec.h:
20961 Do something. Don't actually know if this works because I don't
20962 have a demuxer yet.
20963 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20964 Add channels=1 to caps returned from _getcaps().
20965 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20966 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20967 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20968 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20969 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20970 (gst_ogm_parse_change_state):
20971 Separate between audio/video so ogmaudioparse actually uses the
20972 audio pad templates. Both audio and video work now, including
20973 autoplugging. Also use sometimes-srcpad hack.
20974 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20975 Handle events better. Don't hang on infinite loops.
20976 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20977 (gst_avi_demux_init), (gst_avi_demux_reset),
20978 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20979 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20980 (gst_avi_demux_change_state):
20981 * gst/avi/gstavidemux.h:
20982 Improve A/V sync. Still not perfect.
20983 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20984 (gst_ebml_read_skip):
20985 Handle events better.
20986 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20987 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20988 (qtdemux_audio_caps):
20989 Add IMA4. Improve event handling. Save offset after a seek when
20990 the headers are at the end of the file so that we don't end up in
20992 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20993 Add low-priority typefind support for files with no length.
20995 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20997 * testsuite/multifilesink/Makefile.am:
21000 2004-09-22 Julien MOUTTE <julien@moutte.net>
21002 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21004 mistakes from thaytan's patches.
21006 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21008 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21009 For completeness, XSync in the destroy function as xvimage does.
21011 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21013 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21014 Correct caps negotiation
21015 * gst/volume/gstvolume.c: (volume_chain_float),
21016 (volume_chain_int16):
21017 Modify debug output to be little more informative
21018 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21020 (gst_xvimagesink_xvimage_destroy):
21021 Add XSync calls after detaching from the shared memory segment to
21024 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21026 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21027 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21028 * ext/vorbis/vorbis.c: (plugin_init):
21029 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21030 (gst_vorbisenc_chain):
21031 * ext/vorbis/vorbisenc.h:
21032 remove explicit newmedia support from oggmux and vorbisenc
21033 add debug category to vorbisenc
21034 * gst/multifilesink/gstmultifilesink.c:
21035 (gst_multifilesink_class_init), (gst_multifilesink_init),
21036 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21037 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21038 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21040 * gst/multifilesink/gstmultifilesink.h:
21041 add support for streamheader in multifilesink
21043 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21045 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21046 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21047 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21048 Prevent infinite loops. More correct error reporting.
21049 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21050 Error out if negotiation fails.
21051 * gst/playback/gstplaybasebin.c: (setup_source),
21052 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21053 (gst_play_base_bin_found_tag):
21054 Error/tag forwarding. Pre-roll fixes for source errors on state
21055 changes (e.g. "file does not exist") to prevent hangs.
21057 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21059 * testsuite/multifilesink/Makefile.am:
21060 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21061 (gst_newmedia_class_init), (gst_newmedia_init),
21062 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21063 (newfile_signal), (test_signal), (main):
21064 * testsuite/multifilesink/multifilesrc_test.c: (main):
21065 * testsuite/multifilesink/oggtheora_test.c:
21066 (gst_newmedia_base_init), (gst_newmedia_class_init),
21067 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21068 (test_format), (newfile_signal), (test_signal), (main):
21069 * testsuite/multifilesink/oggvorbis_test.c:
21070 (gst_newmedia_base_init), (gst_newmedia_class_init),
21071 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21072 (test_format), (newfile_signal), (test_signal), (main):
21073 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21074 (gst_newmedia_class_init), (gst_newmedia_init),
21075 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21076 (newfile_signal), (test_signal), (main):
21079 2004-09-20 Christian Schaller <christian@fluendo.com>
21081 * Fix mikmod license to LGPL as they have relicensed
21082 * Move Dirac and Effectv into LGPL section of README_license
21084 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21086 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21087 (gst_mad_change_state):
21088 Allow for mp3 rate/channels changes. However, only very
21089 conservatively. Reason that we *have* to enable this is smiply
21090 because the mad find_sync() function is not good enough, it will
21091 regularly sync on random data as valid frames and therefore make
21092 us provide random caps as *final* caps of the stream. The best fix
21093 I could think of is to simply require several of the same stream
21094 changes in a row before we change caps.
21095 The actual testcase that works now is #
21096 * ext/ogg/Makefile.am:
21097 * ext/ogg/gstogg.c: (plugin_init):
21098 * ext/ogg/gstogmparse.c:
21099 OGM support (video only for now; I need an audio sample file).
21100 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21101 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21102 (gst_asf_demux_add_video_stream):
21104 * gst/playback/gstplaybasebin.c: (unknown_type):
21105 Don't error out on single unknown-types after all. It's wrong.
21106 If we found type of video and audio but not of a subtitle stream,
21107 it will still error out (which is unwanted). Will find a better fix
21109 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21110 (ogmaudio_type_find), (plugin_init):
21113 2004-09-20 Johan Dahlin <johan@gnome.org>
21115 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21116 after setting caps.
21118 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21120 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21121 * gst/wavenc/gstwavenc.h:
21122 Added newmedia support to wavenc
21124 2004-09-17 Wim Taymans <wim@fluendo.com>
21126 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21127 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21128 (gst_fdset_fd_can_write), (gst_fdset_wait):
21129 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21130 (gst_multifdsink_init), (gst_multifdsink_add),
21131 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21132 (gst_multifdsink_remove_client_link),
21133 (gst_multifdsink_client_queue_buffer),
21134 (gst_multifdsink_handle_client_write),
21135 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21136 (gst_multifdsink_close), (gst_multifdsink_change_state):
21137 * gst/tcp/gstmultifdsink.h:
21138 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21139 (gst_tcpserversink_removed):
21140 Small cleanups in fdset.c
21141 Use a hastable to map fd to the client structure for faster
21142 lookup in _remove and get_stats.
21143 Added virtual function to close the fds.
21144 Handle clients even when the select/poll call was unblocked because
21146 Implement syncing to keyframe in the recovery procedure.
21148 2004-09-16 Iain <iaingnome@gmail.com>
21150 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21153 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21155 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21156 Caps are only set if the type of the stream is unknown, but this
21157 is initialized in ->init_stream(), so set to UNKNOWN after calling
21158 ->init_stream() so that capsnego starts.
21160 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21162 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21163 (gst_avi_demux_stream_data):
21164 Just hardcode for raw audio then. AVI audio sucks.
21166 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21168 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21169 * gst/matroska/matroska-mux.c: (audiosink_templ),
21170 (gst_matroska_mux_audio_pad_link):
21171 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21172 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21174 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21176 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21177 (gst_avi_demux_stream_data):
21178 Try to fix a/v sync issues.
21180 2004-09-15 David Schleef <ds@schleef.org>
21182 * configure.ac: remove NASM check, since we don't use it. Update
21184 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21185 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21186 Initialized variables.
21187 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21188 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21189 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21192 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21194 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21195 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21196 * gst/avi/gstavidemux.h:
21197 Fix for compressed audio (mp3) timestamp generation. How did this
21200 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21202 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21203 Volume is a double not a float.
21205 2004-09-15 Wim Taymans <wim@fluendo.com>
21207 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21208 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21209 Don't close the fd in multifdsink as we didn't open it in the
21210 first place. Some cleanups.
21212 2004-09-15 Wim Taymans <wim@fluendo.com>
21214 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21215 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21216 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21217 Fix the case where the muxer would mark pages as delta
21218 frames when they are not (vorbis only ogg).
21220 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21222 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21223 (gst_play_base_bin_change_state):
21224 Handle the case where we failed to setup a clear pipeline. This
21225 will throw an error (or EOS, another nice case) and if you don't
21226 catch that, the app will wait for the signal forever (and thus
21229 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21231 * ext/gnomevfs/gstgnomevfssink.c:
21232 (gst_gnomevfssink_uri_get_protocols):
21233 * ext/gnomevfs/gstgnomevfssrc.c:
21234 (gst_gnomevfssrc_uri_get_protocols):
21235 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21236 * ext/gnomevfs/gstgnomevfsuri.h:
21237 Use _uri_new() instead of _open(), so it doesn't take as long and
21238 Christophe's computer won't hang.
21239 * gst/playback/gstplaybasebin.c: (unknown_type):
21240 Throw error on unknown media type, so apps actually display it.
21242 2004-09-14 Brian Cameron <brian.cameron@sun.com
21244 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21245 this script to work on Solaris since bash shell handles echo
21246 differenly than bash.
21248 2004-09-17 Wim Taymans <wim@fluendo.com>
21250 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21251 (setup_source), (gst_play_base_bin_set_property),
21252 (gst_play_base_bin_add_element):
21253 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21254 Some more work on making sure seeking pauses the pipeline and
21255 that changing the uri actually does something.
21257 2004-09-17 Wim Taymans <wim@fluendo.com>
21259 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21260 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21261 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21262 (gst_tcpserversink_close):
21263 Be a bit more paranoid when freeing memory.
21265 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21267 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21268 (qtdemux_parse_trak):
21269 Don't crash by dividing by zero (see sample movie in #126922).
21271 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21273 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21274 Don't touch non-existing data (fixes crash on file in #140147).
21276 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21278 * gst/playback/gstplaybasebin.c:
21279 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21280 Handle double disposals, and proper change of URIs.
21282 2004-09-13 Martin Eikermann <meiker@upb.de>
21284 * gst/mpegstream/gstmpegparse.c:
21285 fix synchronistation for streams recorded from digital PCR
21288 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21290 * ext/gnomevfs/Makefile.am:
21291 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21292 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21293 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21294 (gst_gnomevfssink_uri_get_type),
21295 (gst_gnomevfssink_uri_get_protocols),
21296 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21297 (gst_gnomevfssink_uri_handler_init),
21298 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21299 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21300 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21301 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21302 (gst_gnomevfssrc_uri_get_type),
21303 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21304 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21305 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21306 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21307 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21308 * ext/gnomevfs/gstgnomevfsuri.h:
21309 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21310 of fake URIs to see which this version of Gnome-VFS likes, and
21311 uses that for the Gst-URI interface. Makes playbin support http://
21312 streams. Also fix up some stupid behaviour in gnomevfssrc.
21314 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21316 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21317 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21318 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21319 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21320 Update mixer (to sync with other sessions) if we try to obtain
21321 a new value. This makes alsamixer work accross applications.
21322 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21323 Only call sync functions if we're running, else alsalib asserts.
21324 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21325 Sometimes fails to compile. Possibly a gcc bug.
21326 * gst/playback/gstplaybin.c: (gen_video_element),
21327 (gen_audio_element):
21328 Add a reference to an application-provided object, because we lose
21329 this same reference if we add it to the bin. If we don't do this,
21330 we can only use this object once and thus crash if we go from
21331 ready to playing, back to ready and back to playing again.
21332 Also add an audioscale element because several cheap soundcards -
21333 like mine - don't support all samplerates.
21334 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21335 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21336 Fix wrong order or PAR calls. Makes automatically obtained PAR
21337 from the X server atually being used.
21339 2004-09-12 David Schleef <ds@schleef.org>
21341 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21342 #151887, #152102, #152247.
21343 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21344 * examples/seeking/cdparanoia.c: same
21345 * examples/seeking/cdplayer.c: same
21346 * examples/seeking/seek.c: same
21347 * examples/seeking/spider_seek.c: same
21348 * examples/seeking/vorbisfile.c: same
21349 * examples/stats/mp2ogg.c: same
21350 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21351 (gst_esdsink_dispose): Dispose of element properly.
21352 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21354 * ext/nas/nassink.c: (gst_nassink_class_init),
21355 (gst_nassink_dispose): Dispose of element correctly.
21356 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21357 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21358 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21359 Fix 64-bit warning.
21360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21361 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21362 Fix 64-bit warning.
21364 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21366 * configure.ac : change speex detection as 1.1.6 now uses
21367 .pc/pkg-config and they changed their headers location.
21369 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21371 * gst/matroska/matroska-mux.h:
21372 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21373 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21374 (gst_matroska_mux_write_data):
21375 Write multiple blocks/frames per cluster.
21376 Write meta-seek information (seek heads).
21378 2004-09-09 Scott Wheeler <wheeler@kde.org>
21380 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21381 (gst_play_bin_set_property), (gst_play_bin_get_property),
21382 (gen_audio_element), (gen_audio_element):
21383 Add a volume element / property to the pipeline.
21385 2004-09-07 Wim Taymans <wim@fluendo.com>
21387 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21388 Copy timestamps from the master pad to the output buffers.
21390 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21392 * ext/raw1394/gstdv1394src.c:
21393 throw errors when applicable
21395 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21397 * gst/matroska/ebml-ids.h:
21398 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21399 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21400 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21401 automatically convert unix time <-> ebml time when reading/writing
21402 a date, use gst_ebml_write_uint to write CUETIME,
21403 not gst_ebml_write_date.
21404 * gst/matroska/matroska-ids.h:
21405 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21406 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21407 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21408 (gst_matroska_mux_write_data):
21409 Write track and segment UIDs, write muxing date, write
21410 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21411 Create cues for audio only files.
21413 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21415 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21416 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21417 Re-commit ALSA switches.
21418 * gst/adder/gstadder.c: (gst_adder_loop):
21419 64-bit fix (#151416).
21420 * gst/debug/progressreport.c: (gst_progressreport_report):
21421 64-bit fix (#151419).
21422 * gst/matroska/matroska-demux.c:
21423 (gst_matroska_demux_parse_contents):
21424 64-bit fix (#151420).
21425 * gst/playback/test3.c: (update_scale):
21426 64-bit fix (#151421).
21428 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21433 === release 0.8.4 ===
21435 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21437 * configure.ac: releasing 0.8.4, "Alias"
21439 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21441 * ext/theora/Makefile.am:
21442 fix makefile. Fixes #151462.
21444 2004-08-30 Wim Taymans <wim@fluendo.com>
21446 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21447 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21448 (gst_multifdsink_remove_client_link),
21449 (gst_multifdsink_client_queue_buffer),
21450 (gst_multifdsink_handle_client_write):
21451 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21452 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21453 Fix some memory leaks.
21455 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21457 Patch by: David Schleef
21461 rename our detection macro for V4L2. Fixes #151236.
21463 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21465 Patch by: David Schleef
21468 check to define LAMEPRESET. Fixes #151232.
21470 2004-08-27 David Schleef <ds@schleef.org>
21472 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21473 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21474 (gst_glimagesink_fixate): Move local variable declarations to
21475 make gcc-2.95 happy.
21477 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21480 bump nano for prerelease
21482 2004-08-27 David Schleef <ds@schleef.org>
21484 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21485 * sys/sunaudio/gstsunaudiosrc.c:
21486 * sys/sunaudio/gstsunaudiosrc.h:
21488 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21490 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21491 handle EOS correctly
21492 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21493 * gst/matroska/matroska-mux.h:
21494 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21495 VFW compatibility mode
21497 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21499 patch by: Zaheer Abbas Merali
21501 * ext/ogg/gstoggmux.c:
21502 * ext/vorbis/vorbisenc.c:
21503 * ext/vorbis/vorbisenc.h:
21506 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21508 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21509 fix byte order reversion on little endian machines.
21510 * gst/matroska/matroska-mux.c: (audiosink_templ),
21511 (gst_matroska_mux_audio_pad_link):
21512 add TTA codec to the list of supported codecs.
21513 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21514 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21515 (gst_matroska_mux_write_data):
21516 * gst/matroska/matroska-mux.h:
21517 write segment duration correctly, write muxing app string, fixes bugs
21518 #140897 and #140898.
21519 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21520 wait for all pads to be negotiated before starting to mux.
21522 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21524 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21525 * ext/lame/gstlame.h:
21526 Added new media support to lame
21528 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21530 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21531 send vorbis headers at the beginning of a stream, fixes bug #141554.
21532 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21534 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21535 (gst_matroska_demux_plugin_init):
21536 * gst/matroska/matroska-ids.h:
21537 enable demuxing of TTA audio streams, fixes bug #148951.
21538 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21539 enable typefinding for TTA audio files, fixes bug #148711.
21540 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21541 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21542 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21544 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21546 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21547 (gst_riff_read_element_data), (gst_riff_read_seek),
21548 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21549 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21552 2004-08-23 Iain <iaingnome@gmail.com>
21554 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21555 tags. They appear to be handled differently to normal.
21556 (tag_list_to_id3_tag_foreach): Ditto.
21558 2004-08-22 Wim Taymans <wim@fluendo.com>
21560 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21561 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21562 Make sure we never send -1 granulepos.
21564 2004-08-20 Wim Taymans <wim@fluendo.com>
21566 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21567 (gst_ogg_mux_loop):
21568 I will accept bitchslappings with non sharp objects.
21570 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21573 Clean up the test for lame presets
21575 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21578 * ext/lame/Makefile.am:
21579 * ext/lame/gstlame.c: (gst_lame_class_init),
21580 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21581 Only enable lame presets if version of lame has presets in API
21583 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21584 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21585 * gst/udp/gstudpsrc.h:
21586 Don't call gst_pad_push in a get function. Fixes #150449
21588 2004-08-18 Wim Taymans <wim@fluendo.com>
21590 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21591 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21592 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21593 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21594 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21596 * gst/tcp/gstfdset.h:
21597 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21598 (gst_multifdsink_client_queue_buffer),
21599 (gst_multifdsink_handle_client_write):
21600 * gst/tcp/gstmultifdsink.h:
21601 Some extra checks in gstfdset.
21602 Only use send() when the fd is a socket. Don't try to
21603 read from write only fds.
21605 2004-08-18 Wim Taymans <wim@fluendo.com>
21607 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21608 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21609 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21610 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21612 Add more locking and bounds checking.
21614 2004-08-18 Wim Taymans <wim@fluendo.com>
21616 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21617 Realloc test fdset in the lock and right before starting
21618 the poll call. Bump the limit to 4096.
21620 2004-08-17 David Schleef <ds@schleef.org>
21622 * sys/sunaudio/Makefile.am:
21623 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21624 of rates and channels. Make debugging less obnoxious.
21626 Patch from Balamurali Viswanathan implementing a mixer for
21627 Sun audio. (bug #144091):
21628 * sys/sunaudio/gstsunelement.c:
21629 * sys/sunaudio/gstsunelement.h:
21630 * sys/sunaudio/gstsunmixer.c:
21631 * sys/sunaudio/gstsunmixer.h:
21633 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21635 * gst/audioscale/gstaudioscale.c:
21636 * gst/audioscale/gstaudioscale.h:
21637 made audioscale resample from any sample rate to any sample rate
21639 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21641 * ext/libpng/gstpngdec.c:
21642 error out on unsupported types
21644 2004-08-17 Iain <iaingnome@gmail.com>
21646 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21647 mid_side and loose_mid_side properties if its a stereo stream.
21649 2004-08-17 Wim Taymans <wim@fluendo.com>
21651 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21652 (theora_get_formats), (theora_dec_src_convert),
21653 (theora_dec_sink_convert), (theora_dec_src_query),
21654 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21657 2004-08-17 Wim Taymans <wim@fluendo.com>
21659 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21660 (gst_ogg_pad_push):
21661 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21662 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21663 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21664 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21665 Mark delta units in the muxer.
21666 Try to decode the packet after an out-of-sync error from
21669 2004-08-17 Wim Taymans <wim@fluendo.com>
21671 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21672 (gst_multifdsink_init), (gst_multifdsink_add),
21673 (gst_multifdsink_client_queue_buffer),
21674 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21675 * gst/tcp/gstmultifdsink.h:
21676 Added option to send a keyframe to clients as the first buffer.
21677 Make timeout property writable.
21679 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21681 patch by: Wim Taymans
21683 * gst/tcp/gstfdset.c:
21684 * gst/tcp/gstmultifdsink.c:
21685 fix index comparison, should include 0
21687 2004-08-16 Wim Taymans <wim@fluendo.com>
21689 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21690 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21691 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21692 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21694 copy when reallocing for poll so the select arguments don't get
21695 changed during the call
21697 2004-08-16 Wim Taymans <wim@fluendo.com>
21699 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21700 (gst_theora_enc_class_init), (theora_enc_sink_link),
21701 (theora_buffer_from_packet), (theora_enc_chain):
21702 Fix bug where buffers were not marked as keyframes
21705 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21707 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21708 (gst_lame_preset_get_type), (gst_lame_class_init):
21709 describe the enum values for vbr mode and presets more verbosely
21711 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21713 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21714 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21715 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21716 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21717 * ext/lame/gstlame.h:
21718 add preset property to lame so it can use lame presets
21720 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21722 * ext/lame/gstlame.c: (gst_lame_get_property):
21723 whoops forgot break, thanks teuf
21725 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21727 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21728 (gst_lame_class_init), (gst_lame_src_getcaps),
21729 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21730 (gst_lame_get_property), (gst_lame_setup):
21731 * ext/lame/gstlame.h:
21732 fix lame's broken vbr stuff, allow it to resample if need be, and also
21733 make xing header optional
21735 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21737 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21738 added getcaps function so samplerate doesnt get fixated to silly values
21740 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21742 * ext/lame/gstlame.c: (gst_lame_src_link):
21743 revert previous fix
21745 2004-08-12 Johan Dahlin <johan@gnome.org>
21747 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21748 checks. Doesn't matter what state we are in. Interfaces are a
21749 compile time thing, not runtime. It also broke the python bindings.
21751 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21753 * ext/lame/gstlame.c: (gst_lame_src_link):
21754 made source pad link function check if sinkpad is ok..fixes the problem
21755 where core fixates the output rate of lame stupidly
21757 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21759 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21760 * sys/v4l/v4l_calls.c:
21761 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21762 fix fixate function to handle nonsimple caps.
21763 remove bogus check in _link
21766 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21768 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21769 set default compression ratio parameter to 0.0 so bitrate parameter
21772 2004-08-11 David Schleef <ds@schleef.org>
21774 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21776 2004-08-11 David Schleef <ds@schleef.org>
21778 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21781 2004-08-11 David Schleef <ds@schleef.org>
21783 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21785 2004-08-11 David Schleef <ds@schleef.org>
21787 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21789 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21790 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21792 * gst/auparse/gstauparse.c: Fix plugin license field.
21793 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21794 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21795 * gst/rtp/gstrtp.c: Fix plugin license field.
21797 2004-08-11 Wim Taymans <wim@fluendo.com>
21799 * gst/tcp/Makefile.am:
21800 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21801 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21802 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21803 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21804 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21805 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21806 (gst_fdset_fd_can_write), (gst_fdset_wait):
21807 * gst/tcp/gstfdset.h:
21808 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21809 (gst_multifdsink_class_init), (gst_multifdsink_init),
21810 (gst_multifdsink_add), (gst_multifdsink_remove),
21811 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21812 (gst_multifdsink_remove_client_link),
21813 (gst_multifdsink_handle_client_read),
21814 (gst_multifdsink_client_queue_data),
21815 (gst_multifdsink_client_queue_caps),
21816 (gst_multifdsink_client_queue_buffer),
21817 (gst_multifdsink_handle_client_write),
21818 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21819 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21820 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21821 (gst_multifdsink_close):
21822 * gst/tcp/gstmultifdsink.h:
21823 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21824 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21825 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21826 (gst_tcpserversink_close):
21827 * gst/tcp/gsttcpserversink.h:
21828 Abstracted away the select call, implemented poll (yes we ran into
21829 the 1024 limit in production).
21831 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21833 * gst/tcp/gsttcp.c:
21834 * gst/tcp/gsttcpplugin.c:
21835 improve debuggging, remove assert
21837 2004-08-10 Wim Taymans <wim@fluendo.com>
21839 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21840 (gst_client_status_get_type), (gst_multifdsink_class_init),
21841 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21842 (gst_multifdsink_handle_client_read),
21843 (gst_multifdsink_handle_client_write),
21844 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21845 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21846 (gst_multifdsink_get_property):
21847 * gst/tcp/gstmultifdsink.h:
21848 * gst/tcp/gsttcp-marshal.list:
21849 Starting to prepare for specifying buffer time in other units
21850 than buffers. Expose remove reason in signal.
21852 2004-08-10 Wim Taymans <wim@fluendo.com>
21854 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21855 (gst_multifdsink_remove), (gst_multifdsink_clear),
21856 (gst_multifdsink_remove_client_link),
21857 (gst_multifdsink_handle_client_read),
21858 (gst_multifdsink_client_queue_data),
21859 (gst_multifdsink_client_queue_buffer),
21860 (gst_multifdsink_handle_client_write),
21861 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21862 (gst_multifdsink_chain), (gst_multifdsink_close):
21863 * gst/tcp/gstmultifdsink.h:
21864 Added more debugging info. Changed the way clients are
21865 removed from the lists. Fixed a bug where a bad file descriptor
21866 could cause many clients to be removed.
21868 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21870 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21871 allow all pixel-aspect-ratios, not just 1:1
21873 2004-08-09 David Schleef <ds@schleef.org>
21875 * sys/glsink/ARB_multitexture.h: Remove old files.
21876 * sys/glsink/EXT_paletted_texture.h:
21877 * sys/glsink/NV_register_combiners.h:
21878 * sys/glsink/gstgl_nvimage.c:
21879 * sys/glsink/gstgl_pdrimage.c:
21880 * sys/glsink/gstgl_rgbimage.c:
21881 * sys/glsink/gstglsink.c:
21882 * sys/glsink/gstglsink.h:
21883 * sys/glsink/gstglxwindow.c:
21884 * sys/glsink/regcomb_yuvrgb.c:
21886 2004-08-09 David Schleef <ds@schleef.org>
21888 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21889 GL sink plugin. (Bug #147302)
21891 * configure.ac: Test for OpenGL
21892 * sys/Makefile.am: Use test for OpenGL
21893 * sys/glsink/Makefile.am:
21894 * sys/glsink/glimagesink.c: rewrite
21895 * sys/glsink/glimagesink.h: rewrite
21897 2004-08-09 David Schleef <ds@schleef.org>
21899 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21901 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21903 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21905 2004-08-09 Wim Taymans <wim@fluendo.com>
21907 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21908 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21909 (gst_multifdsink_client_remove),
21910 (gst_multifdsink_handle_client_read),
21911 (gst_multifdsink_handle_client_write),
21912 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21913 Do a bit more logging, make the client_read code more robust.
21915 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21917 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21918 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21919 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21920 (gst_jpegdec_init), (gst_jpegdec_chain):
21921 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21922 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21923 cleanups, debugging fixes and memleak plugging
21925 2004-08-09 Wim Taymans <wim@fluendo.com>
21927 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21928 (theora_get_formats), (theora_dec_src_convert),
21929 (theora_dec_sink_convert), (theora_dec_src_query),
21930 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21931 (theora_dec_change_state):
21932 Don't crash on missing header packets.
21934 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21938 Added Albanian translation (Laurent Dhima)
21942 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21944 * ext/lame/gstlame.c:
21947 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21949 * sys/ximage/ximagesink.c:
21950 * sys/xvimage/xvimagesink.c:
21951 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21953 2004-08-06 Wim Taymans <wim@fluendo.com>
21955 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21956 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21957 (gst_multifdsink_client_remove),
21958 (gst_multifdsink_handle_client_read),
21959 (gst_multifdsink_handle_client_write),
21960 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21961 Make sure we don't try to read more from a client that what
21962 ioctl says us or we deadlock.
21964 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21966 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21967 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21968 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21969 decouple running_time and n_frames so it can handle changing
21970 framerate while running
21972 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21976 updated translations
21978 2004-08-04 Benjamin Otte <otte@gnome.org>
21980 * gst/videotestsrc/gstvideotestsrc.c:
21981 (gst_videotestsrc_get_capslist), (generate_capslist),
21983 generate the list of supported caps at startup and reuse it instead
21984 of always generating it
21986 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21988 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21989 whoops, last checkin broke normal build
21991 2004-08-03 Benjamin Otte <otte@gnome.org>
21993 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21994 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21995 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21996 (gst_alsa_mixer_get_option):
21997 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21998 (dvdnavsrc_print_event):
21999 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22000 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22001 (gst_ogg_mux_pad_unlink):
22002 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22003 (gst_multipart_mux_pad_unlink):
22004 * gst/videofilter/gstvideobalance.c:
22005 (gst_videobalance_colorbalance_set_value):
22006 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22007 (gst_videomixer_pad_unlink):
22009 * sys/oss/gstossmixer.c:
22010 * sys/v4l/gstv4lcolorbalance.c:
22011 * sys/v4l/gstv4ltuner.c:
22012 * sys/v4l/v4lsrc_calls.c:
22013 * sys/v4l2/gstv4l2colorbalance.c:
22014 * sys/v4l2/gstv4l2tuner.c:
22015 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22017 2004-08-03 Benjamin Otte <otte@gnome.org>
22019 * examples/dynparams/filter.c: (ui_control_create):
22020 * examples/gstplay/player.c: (print_tag):
22021 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22022 * ext/gdk_pixbuf/gstgdkanimation.c:
22023 (gst_gdk_animation_iter_may_advance):
22024 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22025 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22026 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22027 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22028 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22029 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22030 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22031 * gst/sine/demo-dparams.c: (main):
22032 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22033 * testsuite/alsa/formats.c: (create_pipeline):
22034 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22035 fixes for G_DISABLE_ASSERT and friends
22036 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22037 (mp3_type_frame_length_from_header), (mp3_type_find),
22039 require mp3 typefinding to have at least MIN_HEADERS valid headers
22040 add typefinding for AAC adts files
22042 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22044 * sys/ximage/ximagesink.c:
22045 (gst_ximagesink_calculate_pixel_aspect_ratio):
22046 * sys/xvimage/xvimagesink.c:
22047 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22048 Make sure we calculate pixel-aspect-ratio using floating point maths
22050 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22053 updated translation
22055 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22057 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22058 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22059 add debugging for display PAR calculation
22061 2004-08-02 David Schleef <ds@schleef.org>
22063 * configure.ac: Fix mikmod CFLAGS.
22065 2004-07-27 Benjamin Otte <otte@gnome.org>
22067 * gst/audioscale/gstaudioscale.c:
22068 - fix templates to only support S16, it's the only format that works
22069 - make caps nego code use try_set_caps_nonfixed and fixation instead
22070 of try_set_caps twice, which is not nice for autopluggers
22071 - change rank to secondary, so autopluggers can pick it up after
22074 2004-08-02 Iain <iain@prettypeople.org>
22076 * gst/interleave/interleave.c (interleave_init),
22077 (interleave_request_new_pad),
22078 (interleave_pad_removed),
22079 (interleave_buffered_loop): Use the real pad count, not the artificial
22082 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22084 * configure.ac: bump nano back to development
22086 === release 0.8.3 ===
22088 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22090 * configure.ac: releasing 0.8.3, "Water"
22092 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22094 * sys/xvimage/xvimagesink.c:
22095 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22096 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22097 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22098 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22099 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22100 * sys/xvimage/xvimagesink.h:
22101 apply similar PAR fixes as to ximagesink
22103 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22105 patch from: Benjamin Otte
22107 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22108 add link function to lame. Fixes #148986.
22110 2004-08-02 Johan Dahlin <johan@gnome.org>
22112 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22115 2004-07-30 David Schleef <ds@schleef.org>
22117 * gst/videomixer/Makefile.am: Fix things that should have been
22118 fixed in the last checkin.
22120 2004-07-30 David Schleef <ds@schleef.org>
22122 * gst/multipart/Makefile.am: Fix things that should have been
22123 fixed in the last checkin.
22125 2004-07-30 David Schleef <ds@schleef.org>
22127 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22129 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22132 bump nano for prerelease
22144 2004-07-30 Wim Taymans <wim@fluendo.com>
22146 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22147 (gst_multifdsink_add), (gst_multifdsink_remove),
22148 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22149 (gst_multifdsink_client_remove),
22150 (gst_multifdsink_handle_client_write),
22151 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22152 * gst/tcp/gstmultifdsink.h:
22153 Recover from a select with a bad file descriptor by removing
22156 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22159 fix requirement of core
22160 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22161 (gst_play_pipeline_setup):
22162 don't use colorspace element. do use hermescolorspace element.
22163 make macro to get a colorspace element.
22164 mark strings for translation.
22176 update translations
22178 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22180 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22181 fix default for newmedia flag
22183 2004-07-30 Wim Taymans <wim@fluendo.com>
22185 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22186 (gst_theora_dec_init), (theora_get_formats),
22187 (theora_dec_src_convert), (theora_dec_sink_convert),
22188 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22189 (theora_dec_chain), (theora_dec_set_property),
22190 (theora_dec_get_property):
22191 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22192 (gst_theora_enc_class_init), (gst_theora_enc_init),
22193 (theora_enc_sink_link), (theora_enc_chain),
22194 (theora_enc_set_property), (theora_enc_get_property):
22195 Added cropping option to theora decoder.
22196 Added border option to theora encoder.
22198 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22200 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22201 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22202 (gst_pngenc_set_property):
22203 * ext/libpng/gstpngenc.h:
22204 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
22206 2004-07-30 Wim Taymans <wim@fluendo.com>
22208 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22209 (theora_enc_sink_link), (theora_enc_chain),
22210 (theora_enc_set_property), (theora_enc_get_property):
22211 Fix encoding of non-multiple-of-16 video.
22213 2004-07-29 David Schleef <ds@schleef.org>
22215 * configure.ac: make test for audiofile more strict
22217 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22219 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22220 give different names to typefind functions
22222 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22224 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22225 (gst_ximagesink_calculate_pixel_aspect_ratio),
22226 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22227 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22228 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22229 (gst_ximagesink_get_property), (gst_ximagesink_init):
22230 * sys/ximage/ximagesink.h:
22231 allocate PAR's dynamically.
22232 use autodetected PAR if no object-set PAR is given.
22233 add workaround for directfb's X not setting physical size.
22234 fix to xvimagesink will follow tomorrow.
22236 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22238 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22239 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22240 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22241 (gst_shout2send_class_init), (gst_shout2send_init),
22242 (set_shout_metadata), (gst_shout2send_set_metadata),
22243 (gst_shout2send_chain), (gst_shout2send_set_property),
22244 (gst_shout2send_get_property), (gst_shout2send_connect),
22245 (gst_shout2send_change_state):
22246 * ext/shout2/gstshout2.h:
22247 - fix for sending mp3 audio to icecast2 server, if pad link function not
22248 called before PAUSED state
22249 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22250 - added tagging support for mp3 audio broadcasted
22251 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22254 2004-07-28 Wim Taymans <wim@fluendo.com>
22256 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22257 (gst_ogg_demux_push):
22258 Return query failure when we don't know the length of
22259 an ogg stream insteda of returning TRUE with a bogus value.
22261 2004-07-28 Wim Taymans <wim@fluendo.com>
22263 * ext/theora/theoradec.c: (theora_get_formats),
22264 (theora_dec_src_convert), (theora_dec_sink_convert),
22265 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22266 (theora_dec_chain):
22267 Don't screw up the 1 Chroma for 1 luma sample situation when we
22268 have an odd offset/width by adding a black border in those cases.
22270 2004-07-28 Wim Taymans <wim@fluendo.com>
22272 * ext/theora/theoradec.c: (theora_get_formats),
22273 (theora_dec_src_convert), (theora_dec_sink_convert),
22274 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22275 (theora_dec_chain):
22276 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22277 Added first attempt at cropping of the image as required by the
22278 theora spec. We need more properties in the caps (offset_x,
22279 offset_y,stride) to implement this correctly.
22281 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22283 * ext/dvdnav/README:
22284 Update the README to use dvddemux
22285 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22286 Ensure getcaps returns a subset of the template caps
22287 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22288 (gst_mpeg2subt_init):
22289 Ensure getcaps returns a subset of the template caps
22290 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22291 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22292 (gst_dvd_demux_get_subpicture_stream),
22293 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22294 * gst/mpegstream/gstdvddemux.h:
22295 Set the explicit caps on the current_video pad before pushing
22297 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22298 (gst_mpeg_demux_get_audio_stream):
22299 Free caps used to gst_pad_set_explicit_caps, which takes a const
22302 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22304 * configure.ac: update GStreamer requirement to 0.8.4 because of
22307 2004-07-28 Wim Taymans <wim@fluendo.com>
22309 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22310 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22311 Add the pad to the element after setting up the caps. This
22312 makes it a lot easier to autoplug.
22314 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22316 * gst/median/gstmedian.c:
22317 * gst/mpeg2subt/gstmpeg2subt.c:
22318 * gst/mpegaudioparse/gstmpegaudioparse.c:
22319 * gst/mpegstream/gstdvddemux.c:
22320 * gst/mpegstream/gstmpegdemux.c:
22321 * gst/mpegstream/gstmpegpacketize.c:
22322 * gst/rtjpeg/gstrtjpeg.c:
22323 * gst/rtjpeg/gstrtjpegdec.c:
22324 * gst/rtjpeg/gstrtjpegenc.c:
22325 * gst/sine/gstsinesrc.c:
22326 * gst/smooth/gstsmooth.c:
22327 * gst/smpte/gstsmpte.c:
22328 * gst/smpte/gstsmpte.h:
22329 * gst/stereo/gststereo.c:
22330 * gst/videofilter/gstgamma.c:
22331 * gst/videofilter/gstvideobalance.c:
22332 * gst/videofilter/gstvideofilter.c:
22333 * gst/videofilter/gstvideoflip.c:
22334 * gst/videoscale/gstvideoscale.c:
22335 * gst/videoscale/videoscale.c:
22336 * gst/videotestsrc/gstvideotestsrc.c:
22337 * gst/videotestsrc/videotestsrc.c:
22338 * gst/wavenc/gstwavenc.c:
22339 * gst/wavparse/gstwavparse.c:
22340 fix local includes and 64 bits constants
22342 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22345 * gst-libs/gst/*/*.vcproj:
22347 more working plugins
22349 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22351 * testsuite/alsa/Makefile.am:
22352 * testsuite/alsa/srcstate.c:
22353 add test for alsasrc changing state
22355 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22357 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22359 * gst/silence/gstsilence.h:
22360 fix silence generation for 16bit raw audio
22362 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22364 * gst/matroska/matroska-demux.c:
22365 (gst_matroska_demux_parse_metadata),
22366 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22367 * gst/mpegaudio/common.c:
22368 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22369 (gst_videoscale_getcaps), (gst_videoscale_link),
22370 (gst_videoscale_src_fixate), (gst_videoscale_init),
22371 (gst_videoscale_finalize):
22372 * gst/videoscale/gstvideoscale.h:
22373 * gst/videotestsrc/gstvideotestsrc.c:
22374 (gst_videotestsrc_get_capslist):
22375 * gst/wavenc/gstwavenc.c:
22376 * sys/oss/gstossmixer.c: (fill_labels):
22377 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22378 (gst_ximagesink_handle_xevents),
22379 (gst_ximagesink_calculate_pixel_aspect_ratio),
22380 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22381 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22382 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22383 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22384 (gst_ximagesink_init), (gst_ximagesink_class_init):
22385 * sys/ximage/ximagesink.h:
22386 * sys/xvimage/xvimagesink.c:
22387 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22388 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22389 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22390 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22391 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22392 * sys/xvimage/xvimagesink.h:
22393 first batch of pixel aspect ratio commits.
22395 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22397 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22398 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22399 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22400 handle stride, needs work if we want to move stride handling
22401 upstream, but works correctly for our purposes.
22403 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22405 * gst/videoscale/README:
22406 add testing examples
22407 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22408 (gst_videoscale_chain):
22409 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22410 (gst_videoscale_get_size):
22411 add get_size function that handles stride like videotestsrc.
22412 fixes conversion for YUV formats for as much as I can test them.
22414 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22416 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22417 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22419 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22420 (gst_xvimagesink_xvimage_put):
22421 further cleanups, logging, error handling and synchronizing
22423 2004-07-27 Wim Taymans <wim@fluendo.com>
22425 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22426 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22427 (gst_videomixer_pad_set_property),
22428 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22429 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22430 (gst_videomixer_class_init), (gst_videomixer_init),
22431 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22432 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22433 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22434 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22435 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22436 (gst_videomixer_loop), (plugin_init):
22437 Be a nicer negotiation citizen and provide a getcaps function on
22438 the srcpad. This also fixes a crash when resizing.
22440 2004-07-27 Julien MOUTTE <julien@moutte.net>
22442 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22443 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22445 2004-07-27 Wim Taymans <wim@fluendo.com>
22447 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22448 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22449 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22450 (gst_pngenc_set_property):
22451 * ext/libpng/gstpngenc.h:
22452 Added snapshot property to pngenc.
22453 removed g_print from pngdec
22455 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22457 * gst/ac3parse/ac3parse.vcproj
22458 * gst/adder/adder.vcproj
22459 * gst/alpha/alpha.vcproj
22460 * gst/alpha/alphacolor.vcproj
22461 * gst/asfdemux/asf.vcproj
22462 * gst/audioconvert/audioconvert.vcproj
22463 * gst/audiorate/audiorate.vcproj
22464 * gst/audioscale/audioscale.vcproj
22465 * gst/auparse/auparse.vcproj
22466 * gst/avi/avi.vcproj
22467 * gst/cdxaparse/cdxaparse.vcproj
22468 * gst/chart/chart.vcproj
22469 * gst/colorspace/colorspace.vcproj
22470 * gst/cutter/cutter.vcproj
22471 * gst/debug/debug.vcproj
22472 * gst/debug/efence.vcproj
22473 * gst/debug/navigationtest.vcproj
22474 * gst/deinterlace/deinterlace.vcproj
22475 * gst/effectv/effectv.vcproj
22476 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22477 * gst/filter/filter.vcproj
22478 * gst/flx/flxdec.vcproj
22479 * gst/goom/goom.vcproj
22480 * gst/interleave/interleave.vcproj
22481 * gst/law/alaw.vcproj
22482 * gst/law/mulaw.vcproj
22483 * gst/matroska/matroska.vcproj
22484 * gst/median/median.vcproj
22485 * gst/mixmatrix/mixmatrix.vcproj
22486 * gst/mpeg1sys/mpeg1systemencode.vcproj
22487 * gst/mpeg1videoparse/mp1videoparse.vcproj
22488 * gst/mpeg2sub/mpeg2subt.vcproj
22489 * gst/mpegaudio/mpegaudio.vcproj
22490 * gst/mpegaudioparse/mpegaudioparse.vcproj
22491 * gst/mpegstream/mpegstream.vcproj
22492 * gst/multifilesink/multifilesink.vcproj
22493 * gst/multipart/multipart.vcproj
22494 * gst/oneton/oneton.vcproj
22495 * gst/overlay/overlay.vcproj
22496 * gst/passthrough/passthrough.vcproj
22497 * gst/qtdemux/qtdemux.vcproj
22498 * gst/realmedia/rmdemux.vcproj
22499 * gst/rtjpeg/rtjpeg.vcproj
22500 * gst/rtp/rtp.vcproj
22501 * gst/silence/silence.vcproj
22502 * gst/sine/sinesrc.vcproj
22503 * gst/smooth/smooth.vcproj
22504 * gst/smpte/smpte.vcproj
22505 * gst/spectrum/spectrum.vcproj
22506 * gst/speed/speed.vcproj
22507 * gst/stereo/stereo.vcproj
22508 * gst/switch/switch.vcproj
22509 * gst/tags/tagedit.vcproj
22510 * gst/tcp/tcp.vcproj
22511 * gst/typefind/typefindfunctions.vcproj
22512 * gst/udp/udp.vcproj
22513 * gst/videobox/videobox.vcproj
22514 * gst/videocrop/videocrop.vcproj
22515 * gst/videodrop/videodrop.vcproj
22516 * gst/videofilter/gamma.vcproj
22517 * gst/videofilter/videobalance.vcproj
22518 * gst/videofilter/videofilter.vcproj
22519 * gst/videofilter/videoflip.vcproj
22520 * gst/videoflip/videoflip.vcproj
22521 * gst/videomixer/videomixer.vcproj
22522 * gst/videorate/videorate.vcproj
22523 * gst/videoscale/videoscale.vcproj
22524 * gst/videotestsrc/videotestsrc.vcproj
22525 * gst/virtualdub/virtualdub.vcproj
22526 * gst/volenv/volenv.vcproj
22527 * gst/volume/volume.vcproj
22528 * gst/wavenc/wavenc.vcproj
22529 * gst/wavparse/wavparse.vcproj
22530 * gst/y4m/y4menc.vcproj
22531 * gst-libs/gst/audio/audio.vcproj
22532 * gst-libs/gst/audio/audiofilter.vcproj
22533 * gst-libs/gst/colorbalance/colorbalance.vcproj
22534 * gst-libs/gst/idct/idtc.vcproj
22535 * gst-libs/gst/media-info/media-info.vcproj
22536 * gst-libs/gst/mixer/mixer.vcproj
22537 * gst-libs/gst/navigation/navigation.vcproj
22538 * gst-libs/gst/play/play.vcproj
22539 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22540 * gst-libs/gst/resample/resample.vcproj
22541 * gst-libs/gst/riff/riff.vcproj
22542 * gst-libs/gst/tuner/tuner.vcproj
22543 * gst-libs/gst/video/video.vcproj
22544 * gst-libs/gst/xoverlay/xoverlay.vcproj
22545 avoid problems with math.h, fix release dependancy
22546 rename GStreamer-0.8.lib to libgstreamer.lib
22548 2004-07-27 Julien MOUTTE <julien@moutte.net>
22550 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22552 the atom is not available we have to unlock the mutex. Fixes #148023
22554 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22556 * gst-libs/gst/media-info/media-info.h:
22557 issue for a vararg macro with MSVC
22559 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22561 * gst/effectv/effectv.vcproj
22562 * gst-libs/gst/idct/idct.vcproj:
22563 * gst-libs/gst/media-info/media-info.vcproj:
22564 * gst-libs/gst/navigation/navigation.vcproj:
22565 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22566 * gst-libs/gst/video/video.vcproj:
22567 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22568 fixes for build problems
22570 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22572 * gst-libs/gst/audio/audio.def:
22573 * gst-libs/gst/audio/riff.def:
22574 add some definitions needed by plugins
22576 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22578 * gst/asfdemux/gstasfmux.c
22579 Fix some 64 bits constants to be glib friendly
22581 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22583 * gst/ac3parse/gstac3parse.c
22584 * gst/audioscale/gstaudioscale.c
22585 * gst/auparse/gstauparse.c
22586 * gst/colorspace/gstcolorspace.c
22587 * gst/colorspace/yuv2rgb.h
22588 local include fixes
22590 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22593 add more plugins to the build
22595 2004-07-26 Julien MOUTTE <julien@moutte.net>
22597 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22598 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22600 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22602 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22603 (gst_level_set_property), (gst_level_get_property),
22604 (gst_level_base_init), (gst_level_class_init):
22605 add debugging categories. cleanups.
22607 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22609 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22610 (gst_videoscale_planar411), (gst_videoscale_planar400),
22611 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22612 (gst_videoscale_scale_nearest_str1),
22613 (gst_videoscale_scale_nearest_str2),
22614 (gst_videoscale_scale_nearest_str4),
22615 (gst_videoscale_scale_nearest_16bit),
22616 (gst_videoscale_scale_nearest_24bit):
22617 fixed stride issues
22618 tested with 320x240 -> 321, 322, 324 x240
22619 tested with YV12, I420, YUY2, UYVY
22620 fixed packed422rev (don't think it could have worked before)
22621 by testing with UYVY
22623 2004-07-26 Benjamin Otte <otte@gnome.org>
22625 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22626 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22628 add debugging category, add error checks like checking return values
22629 of setup calls, make sure it still works after
22630 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22632 2004-07-26 Wim Taymans <wim@fluendo.com>
22634 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22635 (gst_mpeg_demux_get_audio_stream),
22636 (gst_mpeg_demux_process_private):
22637 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22638 Check for error codes from the negotiation functions. Make sure
22639 we really set the pad caps when a new pad is created.
22641 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22643 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22644 (gst_ffmpeg_caps_to_pix_fmt):
22645 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22646 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22647 (gst_ffmpegcolorspace_pad_link):
22648 don't make function do two things at the same time without reason.
22650 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22652 * gst/ac3parse/ac3parse.vcproj
22653 * gst/adder/adder.vcproj
22654 * gst/alpha/alpha.vcproj
22655 * gst/alpha/alphacolor.vcproj
22656 * gst/asfdemux/asf.vcproj
22657 * gst/audioconvert/audioconvert.vcproj
22658 * gst/audiorate/audiorate.vcproj
22659 * gst/audioscale/audioscale.vcproj
22660 * gst/auparse/auparse.vcproj
22661 * gst/avi/avi.vcproj
22662 * gst/cdxaparse/cdxaparse.vcproj
22663 * gst/chart/chart.vcproj
22664 * gst/colorspace/colorspace.vcproj
22665 * gst/cutter/cutter.vcproj
22666 * gst/debug/debug.vcproj
22667 * gst/debug/efence.vcproj
22668 * gst/debug/navigationtest.vcproj
22669 * gst/deinterlace/deinterlace.vcproj
22670 * gst/effectv/effectv.vcproj
22671 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22672 * gst/filter/filter.vcproj
22673 * gst/flx/flxdec.vcproj
22674 * gst/goom/goom.vcproj
22675 * gst/interleave/interleave.vcproj
22676 * gst/law/alaw.vcproj
22677 * gst/law/mulaw.vcproj
22678 * gst/matroska/matroska.vcproj
22679 * gst/median/median.vcproj
22680 * gst/mixmatrix/mixmatrix.vcproj
22681 * gst/mpeg1sys/mpeg1systemencode.vcproj
22682 * gst/mpeg1videoparse/mp1videoparse.vcproj
22683 * gst/mpeg2sub/mpeg2subt.vcproj
22684 * gst/mpegaudio/mpegaudio.vcproj
22685 * gst/mpegaudioparse/mpegaudioparse.vcproj
22686 * gst/mpegstream/mpegstream.vcproj
22687 * gst/multifilesink/multifilesink.vcproj
22688 * gst/multipart/multipart.vcproj
22689 * gst/oneton/oneton.vcproj
22690 * gst/overlay/overlay.vcproj
22691 * gst/passthrough/passthrough.vcproj
22692 * gst/qtdemux/qtdemux.vcproj
22693 * gst/realmedia/rmdemux.vcproj
22694 * gst/rtjpeg/rtjpeg.vcproj
22695 * gst/rtp/rtp.vcproj
22696 * gst/silence/silence.vcproj
22697 * gst/sine/sinesrc.vcproj
22698 * gst/smooth/smooth.vcproj
22699 * gst/smpte/smpte.vcproj
22700 * gst/spectrum/spectrum.vcproj
22701 * gst/speed/speed.vcproj
22702 * gst/stereo/stereo.vcproj
22703 * gst/switch/switch.vcproj
22704 * gst/tags/tagedit.vcproj
22705 * gst/tcp/tcp.vcproj
22706 * gst/typefind/typefindfunctions.vcproj
22707 * gst/udp/udp.vcproj
22708 * gst/videobox/videobox.vcproj
22709 * gst/videocrop/videocrop.vcproj
22710 * gst/videodrop/videodrop.vcproj
22711 * gst/videofilter/gamma.vcproj
22712 * gst/videofilter/videobalance.vcproj
22713 * gst/videofilter/videofilter.vcproj
22714 * gst/videofilter/videoflip.vcproj
22715 * gst/videoflip/videoflip.vcproj
22716 * gst/videomixer/videomixer.vcproj
22717 * gst/videorate/videorate.vcproj
22718 * gst/videoscale/videoscale.vcproj
22719 * gst/videotestsrc/videotestsrc.vcproj
22720 * gst/virtualdub/virtualdub.vcproj
22721 * gst/volenv/volenv.vcproj
22722 * gst/volume/volume.vcproj
22723 * gst/wavenc/wavenc.vcproj
22724 * gst/wavparse/wavparse.vcproj
22725 * gst/y4m/y4menc.vcproj
22726 more plugins supported under windows
22728 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22730 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22731 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22732 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22733 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22734 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22735 Add debugging statements. Use the sizes as returned by the
22736 *CreateImage calls.
22738 2004-07-26 Johan Dahlin <johan@gnome.org>
22740 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22741 the pad is negotiated.
22743 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22745 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22747 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22748 * gst-libs/gst/idct/idct.vcproj:
22749 * gst-libs/gst/media-info/media-info.vcproj:
22750 * gst-libs/gst/mixer/mixer.vcproj:
22751 * gst-libs/gst/navigation/navigation.vcproj:
22752 * gst-libs/gst/play/play.vcproj:
22753 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22754 * gst-libs/gst/resample/resample.vcproj:
22755 * gst-libs/gst/tuner/tuner.vcproj:
22756 * gst-libs/gst/video/video.vcproj:
22757 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22758 more plugins supported under windows
22760 2004-07-25 Iain <iain@prettypeople.org>
22762 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22763 pad now rather than when the pad is created because state changes wipe
22764 explicit caps (fixes #148043).
22766 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22768 reviewed by Benjamin Otte <otte@gnome.org>
22770 * ext/mad/gstmad.c:
22771 fix mad plugin crashing on Sun (fixes #148289)
22773 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22776 * gst/avi/avi.vcproj:
22777 * gst/matroska/matroska.def:
22778 * gst/matroska/matroska.vcproj:
22779 remove unused .def files
22781 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22783 * gst-libs/gst/audio/gstaudiofilter.c:
22784 Clean the local include
22786 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22789 * gst-libs/gst/audio/audio.def:
22790 * gst-libs/gst/audio/audio.vcproj:
22791 * gst-libs/gst/audio/audiofilter.vcproj:
22792 * gst-libs/gst/audio/riff.def:
22793 * gst-libs/gst/audio/riff.vcproj:
22794 * gst-libs/gst/gst-libs.def:
22795 * gst-libs/gst/gst-libs.vcproj:
22796 * gst/avi/avi.vcproj:
22797 * gst/avi/avi.vcproj:
22798 Copy the files where needed after building, cleaner projects
22800 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22802 * gst/matroska/ebml-write.c:
22803 Fix some 64 bits constants to be glib friendly
22805 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22808 * gst-libs/gst/gst-libs.def:
22809 * gst-libs/gst/gst-libs.vcproj:
22810 * gst/matroska/matroska.def:
22811 * gst/matroska/matroska.vcproj:
22812 Add the preliminary canvas to build plugins on Win32
22814 2004-07-23 Benjamin Otte <otte@gnome.org>
22816 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22817 don't enfore negotiation from source side, it breaks
22818 sinesrc ! audioconvert ! osssink
22820 2004-07-22 David Schleef <ds@schleef.org>
22822 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22823 for ELF files, since they can easily be recognized as audio/mpeg.
22826 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22828 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22829 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22830 (gst_videoscale_scale_nearest_24bit),
22831 (gst_videoscale_scale_nearest_16bit):
22832 fix 16bit and 24bit for stride (24bit might need testing)
22833 don't pretend we do more than one algorithm
22835 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22839 * gst/multifilesink/Makefile.am:
22840 * gst/multifilesink/gstmultifilesink.c:
22841 (gst_multifilesink_get_formats),
22842 (gst_multifilesink_get_query_types), (_do_init),
22843 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22844 (gst_multifilesink_init), (gst_multifilesink_dispose),
22845 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22846 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22847 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22848 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22849 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22850 (gst_multifilesink_uri_get_type),
22851 (gst_multifilesink_uri_get_protocols),
22852 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22853 (gst_multifilesink_uri_handler_init), (plugin_init):
22854 * gst/multifilesink/gstmultifilesink.h:
22855 * testsuite/Makefile.am:
22856 * testsuite/multifilesink/Makefile.am:
22857 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22858 (gst_newmedia_class_init), (gst_newmedia_init),
22859 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22860 (newfile_signal), (test_signal), (main):
22861 multifilesink plugin for creating new files every time a new media
22862 discontinuity event occurs
22864 2004-07-22 Wim Taymans <wim@fluendo.com>
22866 * gst/alpha/Makefile.am:
22867 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22868 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22869 (gst_alpha_color_init), (gst_alpha_color_set_property),
22870 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22871 (transform), (gst_alpha_color_chain),
22872 (gst_alpha_color_change_state), (plugin_init):
22873 Stupid plugin to to RGBA to AYUV conversion because none of
22874 the colorspace plugins can handle that yet.
22876 2004-07-22 Wim Taymans <wim@fluendo.com>
22878 * examples/seeking/seek.c: (update_scale), (main):
22879 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22880 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22881 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22882 (gst_decode_bin_init), (gst_decode_bin_dispose),
22883 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22884 (no_more_pads), (close_link), (type_found),
22885 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22887 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22888 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22889 (gst_play_base_bin_dispose), (queue_overrun),
22890 (gen_preroll_element), (remove_prerolls), (unknown_type),
22891 (no_more_pads), (new_stream), (setup_source),
22892 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22893 (play_base_eos), (gst_play_base_bin_change_state),
22894 (gst_play_base_bin_add_element),
22895 (gst_play_base_bin_remove_element),
22896 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22897 (gst_play_base_bin_unlink_stream),
22898 (gst_play_base_bin_get_streaminfo):
22899 * gst/playback/gstplaybin.c: (gen_video_element),
22900 (gen_audio_element):
22901 * gst/playback/gststreaminfo.h:
22902 More playback updates, attempt to fix things after the state change
22905 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22907 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22908 (gst_videoscale_scale_nearest_16bit):
22911 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22913 * gst/videotestsrc/gstvideotestsrc.c:
22914 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22915 (gst_videotestsrc_init), (gst_videotestsrc_get),
22916 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22917 (gst_videotestsrc_get_property):
22918 * gst/videotestsrc/gstvideotestsrc.h:
22919 * gst/videotestsrc/videotestsrc.c:
22920 * gst/videotestsrc/videotestsrc.h:
22921 cleanup and commenting
22923 2004-07-21 Wim Taymans <wim@fluendo.com>
22925 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22926 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22927 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22928 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22929 (_find_chain_get_unknown_part), (_find_streams_check),
22930 (gst_ogg_demux_push), (gst_ogg_pad_push):
22931 * ext/theora/theoradec.c: (theora_get_formats),
22932 (theora_dec_src_convert), (theora_dec_sink_convert),
22933 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22934 (theora_dec_chain):
22935 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22936 (vorbis_dec_convert), (vorbis_dec_src_query),
22937 (vorbis_dec_src_event), (vorbis_dec_event):
22938 More seeking fixes, oggdemux now supports seeking to time and
22939 uses the downstream element to convert granulepos to time.
22940 Seeking in theora-only ogg files now works.
22942 2004-07-21 Wim Taymans <wim@fluendo.com>
22944 * ext/theora/theoradec.c: (gst_theora_dec_init),
22945 (theora_get_formats), (theora_get_event_masks),
22946 (theora_get_query_types), (theora_dec_src_convert),
22947 (theora_dec_sink_convert), (theora_dec_src_query),
22948 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22949 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22950 (vorbis_get_event_masks), (vorbis_get_query_types),
22951 (gst_vorbis_dec_init), (vorbis_dec_convert),
22952 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22953 Added query/convert/formats functions to vorbis and theora decoders
22954 so that the outside world can use them too. Fixed seeking on an
22955 ogg/theora/vorbis file by disabling the seeking seeking on the
22958 2004-07-21 Julien MOUTTE <julien@moutte.net>
22960 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22961 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22962 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22963 images creation for both elements. We don't create the image on caps
22964 nego or renego, we just destroy the internal one if present if it does
22965 not match the needs. The chain function takes care of creating a new
22967 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22968 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22969 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22970 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22971 the image format information. The buffer pool checks for the context
22972 image format and discard images with different formats.
22973 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22975 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22977 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22978 (gst_ffmpegcolorspace_chain):
22979 no point in doing any chaining if the pad we want to push from
22982 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22984 * gst-libs/gst/riff/riff-media.c:
22985 (gst_riff_create_audio_caps_with_data):
22986 Fix double end-to-native symbol conversion (#148021).
22988 2004-07-20 David Schleef <ds@schleef.org>
22990 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22991 Don't use an Atom that doesn't exist.
22993 2004-07-20 Wim Taymans <wim@fluendo.com>
22995 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22996 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22997 (gst_multifdsink_client_remove),
22998 (gst_multifdsink_handle_client_write),
22999 (gst_multifdsink_queue_buffer):
23000 * gst/tcp/gstmultifdsink.h:
23001 More multifdsink stats. Avoid deadlock by releasing locks
23002 before sending out a signal.
23004 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23008 added Hungarian translation (Laszlo Dvornik)
23010 2004-07-20 Wim Taymans <wim@fluendo.com>
23012 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23013 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23014 (gst_multifdsink_handle_client_write),
23015 (gst_multifdsink_queue_buffer):
23016 * gst/tcp/gsttcp-marshal.list:
23017 Fixed the stupid marshal definition.
23019 2004-07-20 Wim Taymans <wim@fluendo.com>
23021 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23022 (gst_multifdsink_init), (gst_multifdsink_add),
23023 (gst_multifdsink_client_remove),
23024 (gst_multifdsink_handle_client_write),
23025 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23026 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23027 (gst_multifdsink_init_send):
23028 * gst/tcp/gstmultifdsink.h:
23029 Added more stats, added timeout for a client, fixed some typos
23030 and added some comments.
23032 2004-07-20 Wim Taymans <wim@fluendo.com>
23034 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23035 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23036 (gst_multifdsink_client_remove),
23037 (gst_multifdsink_handle_client_write):
23038 * gst/tcp/gstmultifdsink.h:
23039 * gst/tcp/gsttcp-marshal.list:
23040 Added get_stats method that returns a GValueArray of
23043 2004-07-19 Benjamin Otte <otte@gnome.org>
23045 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23046 make sure longname, description and author are valid UTF-8
23048 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23050 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23051 (gst_ximagesink_set_property):
23052 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23053 (gst_xvimagesink_set_property):
23054 make sure SYNCHRONOUS is respected after getting the X context
23056 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23058 * gst/matroska/matroska-demux.c:
23059 (gst_matroska_demux_handle_src_event),
23060 (gst_matroska_demux_parse_blockgroup):
23061 * gst/matroska/matroska-ids.h:
23062 add BlockReference tag and ignore it to clear out log.
23063 ignore NAVIGATION events to clear out log.
23065 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23067 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23068 (gst_matroska_demux_add_stream):
23069 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23070 add debug categories
23072 2004-07-16 Wim Taymans <wim@fluendo.com>
23074 * ext/libpng/Makefile.am:
23075 * ext/libpng/gstpng.c: (plugin_init):
23076 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23077 (gst_pngdec_get_type), (gst_pngdec_base_init),
23078 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23079 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23080 * ext/libpng/gstpngdec.h:
23083 2004-07-16 Julien MOUTTE <julien@moutte.net>
23085 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23086 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23087 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23088 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23089 (gst_ximagesink_buffer_alloc):
23090 * sys/ximage/ximagesink.h:
23091 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23092 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23093 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23094 (gst_xvimagesink_buffer_alloc):
23095 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23096 again. Using internal data pointer of the x(v)image to store image's
23097 data to be coherent with the buffer alloc mechanism. Investigated the
23098 image destruction code to be sure that everything gets freed correctly.
23100 2004-07-16 Wim Taymans <wim@fluendo.com>
23102 * gst-libs/gst/riff/riff-read.c:
23103 (gst_riff_read_strf_vids_with_data),
23104 (gst_riff_read_strf_auds_with_data):
23105 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23106 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23107 Make sure we don't create 0 sized subbuffers in riff-read.
23108 Signal the no more pads signal after reading the avi header.
23110 2004-07-16 Wim Taymans <wim@fluendo.com>
23112 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23113 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23114 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23115 (gst_decode_bin_init), (gst_decode_bin_dispose),
23116 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23117 (no_more_pads), (close_link), (type_found),
23118 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23119 (gst_decode_bin_change_state), (plugin_init):
23120 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23121 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23122 (gst_play_base_bin_dispose), (queue_overrun),
23123 (gen_preroll_element), (remove_prerolls), (unknown_type),
23124 (no_more_pads), (new_stream), (setup_source),
23125 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23126 (play_base_eos), (gst_play_base_bin_change_state),
23127 (gst_play_base_bin_add_element),
23128 (gst_play_base_bin_remove_element),
23129 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23130 (gst_play_base_bin_unlink_stream),
23131 (gst_play_base_bin_get_streaminfo):
23132 * gst/playback/gstplaybasebin.h:
23133 Better error recovery. Added configurable preroll queue size. Faster
23134 detection of no-more-pads.
23136 2004-07-16 Wim Taymans <wim@fluendo.com>
23138 * gst-libs/gst/video/video.h:
23139 Added 32 bits RGBA. Not sure if we should use another mime-type
23140 for alpha rgb. Currently the presence of the alpha_mask property
23141 signals an alpha channel.
23143 2004-07-16 Wim Taymans <wim@fluendo.com>
23145 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23146 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23147 FPS seems to be 0.0 to MAX everywhere else.
23149 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23151 * gst-libs/gst/riff/riff-media.c:
23152 (gst_riff_create_video_caps_with_data):
23153 mp42/mp43 (no caps) exist too.
23154 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23155 Set pixel_width/height; we've got them in-caps.
23156 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23157 * gst/wavparse/gstwavparse.c: (plugin_init):
23158 Both are valid primary.
23159 * sys/oss/gstossmixer.c:
23160 Remove i18n hack and enable translations.
23162 2004-07-15 Benjamin Otte <otte@gnome.org>
23164 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23165 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23166 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23168 2004-07-15 Benjamin Otte <otte@gnome.org>
23170 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23171 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23172 (gst_alsa_close_audio):
23173 disable some of the debugging code for now. Writing debugging to a
23174 buffer is broken in current alsalib releases.
23176 2004-07-12 Benjamin Otte <otte@gnome.org>
23178 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23181 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23183 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23184 (theora_dec_src_query), (theora_dec_event):
23185 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23186 add debugging categories. Remove \n's.
23188 2004-07-13 Johan Dahlin <johan@gnome.org>
23190 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23191 (gst_play_bin_get_property): Impl.
23193 2004-07-13 Wim Taymans <wim@fluendo.com>
23195 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23196 When trying to find the stream length, seek back N pages
23197 instead of just one, where N is the number of streams in
23200 2004-07-13 Wim Taymans <wim@fluendo.com>
23202 * gst-libs/gst/riff/riff-media.c:
23203 (gst_riff_create_audio_caps_with_data),
23204 (gst_riff_create_audio_caps),
23205 (gst_riff_create_audio_template_caps):
23206 * gst-libs/gst/riff/riff-media.h:
23207 * gst-libs/gst/riff/riff-read.c:
23208 (gst_riff_read_strf_vids_with_data),
23209 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23210 * gst-libs/gst/riff/riff-read.h:
23211 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23212 (gst_avi_demux_add_stream):
23213 Set codec_data on caps for avidemuxer.
23215 2004-07-12 David Schleef <ds@schleef.org>
23217 * configure.ac: Fix test for Objective C
23219 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23220 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23221 (gst_gdk_pixbuf_chain):
23222 Add svg and pcx to template caps, and ensure that getcaps returns a
23223 subset of the template caps.
23224 Copy each row manually for output, as gdkpixbuf may pad the
23225 rowstride to a 32-bit word boundary.
23227 2004-07-12 Wim Taymans <wim@fluendo.com>
23229 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23230 (gst_riff_create_video_template_caps):
23231 Fix the template caps to include some more media types.
23233 2004-07-12 Wim Taymans <wim@fluendo.com>
23235 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23236 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23237 (compare_ranks), (print_feature), (gst_decode_bin_init),
23238 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23239 (try_to_link_1), (new_pad), (close_link), (type_found),
23240 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23241 (gst_decode_bin_change_state), (plugin_init):
23242 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23243 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23244 (gst_play_base_bin_dispose), (queue_overrun),
23245 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23246 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23247 (gst_play_base_bin_get_property), (play_base_eos),
23248 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23249 (gst_play_base_bin_remove_element),
23250 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23251 (gst_play_base_bin_unlink_stream),
23252 (gst_play_base_bin_get_streaminfo):
23253 * gst/playback/gstplaybasebin.h:
23254 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23255 (gst_play_bin_class_init), (gst_play_bin_init),
23256 (gst_play_bin_dispose), (gst_play_bin_set_property),
23257 (gst_play_bin_get_property), (gen_video_element),
23258 (gen_audio_element), (remove_sinks), (setup_sinks),
23259 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23260 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23261 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23262 (gst_play_bin_query), (plugin_init):
23263 * gst/playback/test4.c: (main):
23264 More fixes on reusing of the element.
23266 2004-07-11 Benjamin Otte <otte@gnome.org>
23268 * ext/mad/gstmad.c: (normal_seek):
23269 allow seeking for other methods than just SET
23271 2004-07-11 Andy Wingo <wingo@pobox.com>
23273 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23274 float, "any" caps -> buffer_frames=[0,MAX].
23276 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23277 doesn't intersect our caps with the template any more. Do it
23279 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23281 2004-07-09 Wim Taymans <wim@fluendo.com>
23283 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23284 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23285 (compare_ranks), (print_feature), (gst_decode_bin_init),
23286 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23287 (try_to_link_1), (new_pad), (close_link), (type_found),
23288 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23289 (gst_decode_bin_change_state), (plugin_init):
23290 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23291 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23292 (gst_play_base_bin_dispose), (queue_overrun),
23293 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23294 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23295 (gst_play_base_bin_get_property), (play_base_eos),
23296 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23297 (gst_play_base_bin_remove_element),
23298 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23299 (gst_play_base_bin_unlink_stream),
23300 (gst_play_base_bin_get_streaminfo):
23301 * gst/playback/gstplaybasebin.h:
23302 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23303 (gst_play_bin_class_init), (gst_play_bin_init),
23304 (gst_play_bin_dispose), (gst_play_bin_set_property),
23305 (gst_play_bin_get_property), (gen_video_element),
23306 (gen_audio_element), (remove_sinks), (setup_sinks),
23307 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23308 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23309 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23310 (gst_play_bin_query), (plugin_init):
23311 * gst/playback/test4.c: (main):
23312 Work on object reuse and seeking.
23314 2004-07-09 Wim Taymans <wim@fluendo.com>
23316 * examples/seeking/seek.c: (iterate):
23317 Don't consume all CPU in the idle loop.
23319 2004-07-09 Wim Taymans <wim@fluendo.com>
23321 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23322 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23323 Add pad to element *after* setting the pad functions so that
23324 the scheduler can use the correct ones.
23326 2004-07-09 Wim Taymans <wim@fluendo.com>
23328 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23329 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23330 Sync to keyframe after seek
23332 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23334 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23335 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23336 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23337 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23338 * ext/libvisual/visual.c: (gst_visual_change_state):
23339 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23340 * ext/theora/theoradec.c: (theora_dec_change_state):
23341 * ext/theora/theoraenc.c: (theora_enc_change_state):
23342 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23343 * gst-libs/gst/navigation/navigation.c:
23344 * gst/adder/gstadder.c: (gst_adder_change_state):
23345 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23346 (gst_audio_convert_get_buffer):
23347 * gst/multipart/multipartdemux.c:
23348 (gst_multipart_demux_change_state):
23349 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23350 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23351 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23352 * gst/videoscale/gstvideoscale.c:
23353 (gst_videoscale_handle_src_event):
23354 * gst/volume/gstvolume.c: (volume_chain_int16):
23355 don't assert in state change, this should be done by the base
23357 various debugging fixes.
23359 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23362 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23363 (gst_play_dispose), (gst_play_set_location),
23364 (gst_play_set_data_src), (gst_play_set_video_sink),
23365 (gst_play_set_audio_sink), (gst_play_set_visualization),
23366 (gst_play_connect_visualization), (gst_play_get_sink_element),
23367 (gst_play_get_all_by_interface):
23368 * gst-libs/gst/play/play.h:
23369 add new method to get elements implementing an interface.
23370 add various error logging
23372 2004-07-08 Wim Taymans <wim@fluendo.com>
23374 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23375 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23376 (make_playerbin_pipeline), (query_durations_elems),
23377 (query_durations_pads), (query_positions_elems),
23378 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23380 Added playbin seeking example.
23382 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23384 * gst-libs/gst/play/play.c: (gst_play_set_location),
23385 (gst_play_set_data_src), (gst_play_set_video_sink),
23386 (gst_play_set_audio_sink), (gst_play_set_visualization),
23387 (gst_play_connect_visualization), (gst_play_get_framerate):
23388 use a macro to look up elements from hash table
23390 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23392 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23393 (gst_play_get_length_callback), (gst_play_set_location),
23394 (gst_play_seek_to_time), (gst_play_set_data_src),
23395 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23396 (gst_play_set_visualization), (gst_play_connect_visualization),
23397 (gst_play_get_sink_element):
23398 - add debugging info
23399 - fix looking up sink elements by iterating over complete caps
23400 - put everything except for source and autoplugger in a complete bin
23402 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23404 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23405 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23406 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23407 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23408 * ext/alsa/gstalsasink.h:
23409 - add debugging info
23410 - clean up schizophrenia of data/buffer/event
23411 - fix double event unref error
23413 2004-07-08 Wim Taymans <wim@fluendo.com>
23415 * gst/playback/Makefile.am:
23416 Add headers to noinst
23418 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23420 * tools/gst-launch-ext-m.m:
23421 * tools/gst-launch-ext.1.in:
23422 convert to the third millenium
23424 2004-07-07 David Schleef <ds@schleef.org>
23426 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23428 2004-07-07 Wim Taymans <wim@fluendo.com>
23430 * gst/playback/Makefile.am:
23431 * gst/playback/README:
23432 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23433 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23434 (compare_ranks), (print_feature), (gst_decode_bin_init),
23435 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23436 (try_to_link_1), (new_pad), (close_link), (type_found),
23437 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23439 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23440 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23441 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23442 (gen_preroll_element), (no_more_pads), (new_stream),
23443 (setup_source), (gst_play_base_bin_set_property),
23444 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23445 (gst_play_base_bin_add_element),
23446 (gst_play_base_bin_remove_element),
23447 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23448 (gst_play_base_bin_unlink_stream),
23449 (gst_play_base_bin_get_streaminfo):
23450 * gst/playback/gstplaybasebin.h:
23451 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23452 (gst_play_bin_class_init), (gst_play_bin_init),
23453 (gst_play_bin_dispose), (gst_play_bin_set_property),
23454 (gst_play_bin_get_property), (gen_video_element),
23455 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23456 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23457 (gst_play_bin_get_formats), (gst_play_bin_convert),
23458 (gst_play_bin_get_query_types), (gst_play_bin_query),
23460 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23461 (gst_stream_info_get_type), (gst_stream_info_class_init),
23462 (gst_stream_info_init), (gst_stream_info_new),
23463 (gst_stream_info_dispose), (gst_stream_info_set_property),
23464 (gst_stream_info_get_property):
23465 * gst/playback/gststreaminfo.h:
23466 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23468 * gst/playback/test2.c: (main):
23469 * gst/playback/test3.c: (update_scale), (main):
23470 More playbin fixes. Added README. Do better element filtering.
23471 Added base class to preroll media. Added test apps.
23473 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23475 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23476 * ext/mpeg2dec/gstmpeg2dec.h:
23477 various debugging improvements. Reset stream to next picture
23478 instead of sequence header, otherwise seeks cannot work.
23480 2004-07-07 Wim Taymans <wim@fluendo.com>
23482 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23483 (gst_video_box_class_init), (gst_video_box_set_property),
23484 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23485 Use pad_alloc where possible.
23487 2004-07-07 Wim Taymans <wim@fluendo.com>
23489 * sys/oss/gstosselement.c: (gst_osselement_reset),
23490 (gst_osselement_parse_caps):
23491 * sys/oss/gstosselement.h:
23492 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23493 Fix offset on osssrc.
23495 2004-07-07 Wim Taymans <wim@fluendo.com>
23497 * ext/theora/theora.c: (plugin_init):
23498 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23499 (theora_dec_src_query), (theora_dec_chain):
23500 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23501 (theora_enc_sink_link), (theora_buffer_from_packet),
23502 (theora_push_packet), (theora_enc_chain):
23503 Fix theora granulepos calculation.
23504 Fix overflow in duration/position calculation.
23505 Bump rank to PRIMARY for theoradec.
23506 Use granulepos of last packet to calculate position.
23507 Set keyframe flag on buffers when needed.
23509 2004-07-06 David Schleef <ds@schleef.org>
23511 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23512 serious? (Fixed, obviously.)
23514 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23518 added Czech translation (Miloslav Trmac)
23520 2004-07-05 Wim Taymans <wim@fluendo.com>
23522 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23523 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23524 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23525 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23526 (close_link), (type_found), (gst_decode_bin_set_property),
23527 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23528 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23529 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23530 (gst_decode_bin_query), (plugin_init):
23531 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23532 (gst_play_bin_class_init), (gst_play_bin_init),
23533 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23534 (get_video_element), (new_pad), (setup_source),
23535 (gst_play_bin_set_property), (gst_play_bin_get_property),
23536 (gst_play_bin_change_state), (gst_play_bin_add_element),
23537 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23538 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23539 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23540 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23541 * gst/playback/test.c: (main):
23542 More fixes, cleaned up playbin, make it use decodebin. Added
23543 threaded property to playbin.
23545 2004-07-05 Wim Taymans <wim@fluendo.com>
23548 * gst/playback/Makefile.am:
23549 * gst/playback/decodetest.c: (main):
23550 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23551 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23552 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23553 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23554 (close_link), (type_found), (gst_decode_bin_set_property),
23555 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23556 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23557 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23558 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23560 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23561 (gst_play_bin_class_init), (gst_play_bin_init),
23562 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23563 (collect_sink_pads), (find_compatibles), (close_pad_link),
23564 (try_to_link_1), (new_pad), (close_link), (type_found),
23565 (setup_source), (gst_play_bin_set_property),
23566 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23567 (compare_ranks), (gst_play_bin_collect_factories),
23568 (gst_play_bin_change_state), (gst_play_bin_add_element),
23569 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23570 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23571 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23572 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23573 * gst/playback/test.c: (main):
23574 Added some playback helper elements and some test apps, very alpha
23577 2004-07-04 Benjamin Otte <otte@gnome.org>
23579 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23580 only restart audio when we indeed have an xrun to fix repeated
23581 xruns. Fix suggested by Giuliano Pochini.
23583 2004-07-03 David Schleef <ds@schleef.org>
23585 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23586 call to gst_debug_log() if debugging is disabled (bug #145118)
23588 2004-07-03 Benjamin Otte <otte@gnome.org>
23590 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23591 use our own functions for restarting the alsa device.
23592 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23593 I should apply patches myself - use MIN for the third argument, not
23594 the second, this fixes seeking
23596 2004-07-02 David Schleef <ds@schleef.org>
23598 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23599 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23602 2004-07-02 David Schleef <ds@schleef.org>
23604 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23605 output buffers. Fix logic mistake. (bug #144866)
23607 2004-07-02 David Schleef <ds@schleef.org>
23609 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23610 on X. (bug #144753)
23612 2004-07-02 David Schleef <ds@schleef.org>
23614 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23615 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23617 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23618 (gst_osselement_rate_probe_check): Add another workaround for
23619 buggy drivers (bug #145336)
23621 2004-07-02 David Schleef <ds@schleef.org>
23623 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23624 Most systems don't have MSG_NOSIGNAL.
23626 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23629 * gst-libs/gst/colorbalance/Makefile.am:
23630 * gst-libs/gst/mixer/Makefile.am:
23631 * gst-libs/gst/play/Makefile.am:
23632 * gst-libs/gst/tuner/Makefile.am:
23633 (hopefully) fix both install and dist and make error message useful.
23634 needs testing across automakes.
23636 2004-07-02 Benjamin Otte <otte@gnome.org>
23638 * ext/ogg/gstogg.c: (plugin_init):
23639 we require bytestream now
23640 * ext/ogg/gstoggdemux.c:
23641 huge diff to implement chain setup in a fast and generic way. This
23642 improves tag reading and startup of huge files (read: Theora videos)
23643 quite a bit. It probably contains bugs, too, so please test.
23644 Seeking is not improved to the fast method.
23646 2004-06-29 Wim Taymans <wim@fluendo.com>
23648 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23649 * ext/ogg/gstoggmux.c:
23650 Fix memleak in oggdemux when running unconnected pads.
23651 doc update in mux, start working on keyframe mode.
23653 2004-06-29 Benjamin Otte <otte@gnome.org>
23655 * sys/oss/gstosssink.c:
23656 * sys/oss/gstosssrc.c:
23657 advertise correct template caps - we indeed do non-native endianness
23658 and 8bit audio has no endianness
23659 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23661 avoid (wrong) duplications in getcaps function and return
23664 2004-06-29 Wim Taymans <wim@fluendo.com>
23666 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23667 (gst_multifdsink_class_init), (gst_multifdsink_add),
23668 (gst_multifdsink_remove), (gst_multifdsink_clear),
23669 (gst_multifdsink_client_remove),
23670 (gst_multifdsink_handle_client_read),
23671 (gst_multifdsink_client_queue_data),
23672 (gst_multifdsink_client_queue_caps),
23673 (gst_multifdsink_client_queue_buffer),
23674 (gst_multifdsink_handle_client_write),
23675 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23676 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23677 (gst_multifdsink_init_send), (gst_multifdsink_close):
23678 Fix wrong GList iteration that could crash the server when
23679 more then 2 clients disconnect at the same time. Read all the
23680 pending commands in one batch to recover from command storms under
23683 2004-06-28 Wim Taymans <wim@fluendo.com>
23685 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23686 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23687 (gst_videomixer_pad_set_property),
23688 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23689 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23690 (gst_videomixer_class_init), (gst_videomixer_init),
23691 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23692 (pad_zorder_compare), (gst_videomixer_sort_pads),
23693 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23694 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23695 (gst_videomixer_update_queues), (gst_videomixer_loop),
23697 Avoid divide by zero, choose masterpad as the pad with the highest
23700 2004-06-27 Julien Moutte <julien@moutte.net>
23702 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23703 (gst_ximagesink_xwindow_new):
23704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23705 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23706 function directly. We might want to call it from somewhere else one day.
23708 2004-06-27 Julien Moutte <julien@moutte.net>
23710 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23711 (gst_ximagesink_xwindow_new):
23712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23713 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23714 window decorations.
23716 2004-06-27 Wim Taymans <wim@fluendo.com>
23718 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23719 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23720 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23721 (gst_dvdec_set_property), (gst_dvdec_get_property):
23722 * ext/dv/gstdvdec.h:
23723 Implement drop_factor property to lower the framerate with
23726 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23728 * gst-libs/gst/colorbalance/Makefile.am:
23729 * gst-libs/gst/mixer/Makefile.am:
23730 * gst-libs/gst/play/Makefile.am:
23731 * gst-libs/gst/tuner/Makefile.am:
23732 unbreak Company's fix that didn't install the -enum.h files
23734 2004-06-27 Wim Taymans <wim@fluendo.com>
23736 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23737 (gst_dvdec_change_state):
23738 * ext/dv/gstdvdec.h:
23739 Fix timestamp, duration and offset of the buffers.
23741 2004-06-27 Wim Taymans <wim@fluendo.com>
23743 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23744 (gst_multifdsink_class_init), (gst_multifdsink_add),
23745 (gst_multifdsink_remove), (gst_multifdsink_clear),
23746 (gst_multifdsink_client_remove),
23747 (gst_multifdsink_handle_client_read),
23748 (gst_multifdsink_client_queue_data),
23749 (gst_multifdsink_client_queue_caps),
23750 (gst_multifdsink_client_queue_buffer),
23751 (gst_multifdsink_handle_client_write),
23752 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23753 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23754 (gst_multifdsink_init_send), (gst_multifdsink_close):
23755 * gst/tcp/gstmultifdsink.h:
23756 * gst/tcp/gsttcpserversink.c:
23757 (gst_tcpserversink_handle_server_read),
23758 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23759 More multifdsink fixes, more recovery policy fixes.
23760 Removed stupid g_print
23762 2004-06-26 Wim Taymans <wim@fluendo.com>
23764 * gst/tcp/Makefile.am:
23765 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23766 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23767 (gst_multifdsink_class_init), (gst_multifdsink_init),
23768 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23769 (gst_multifdsink_handle_client_read),
23770 (gst_multifdsink_client_queue_data),
23771 (gst_multifdsink_client_queue_caps),
23772 (gst_multifdsink_client_queue_buffer),
23773 (gst_multifdsink_handle_client_write),
23774 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23775 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23776 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23777 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23778 (gst_multifdsink_close), (gst_multifdsink_change_state):
23779 * gst/tcp/gstmultifdsink.h:
23780 * gst/tcp/gsttcpplugin.c: (plugin_init):
23781 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23782 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23783 (gst_tcpserversink_handle_server_read),
23784 (gst_tcpserversink_handle_select),
23785 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23786 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23787 * gst/tcp/gsttcpserversink.h:
23788 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23789 one of the locks, added recovery policy to multifdsink.
23791 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23793 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23794 fix decision for when getting frames with same timestamp
23795 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23796 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23797 (gst_v4lsrc_get_property):
23798 * sys/v4l/gstv4lsrc.h:
23799 add latency offset property
23801 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23803 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23805 fix debugging. add category.
23807 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23809 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23812 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23814 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23815 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23816 (gst_alsa_src_change_state):
23817 return a time that is in sync with the element's processing
23819 2004-06-25 Wim Taymans <wim@fluendo.com>
23821 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23822 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23823 (gst_tcpserversink_client_remove),
23824 (gst_tcpserversink_handle_client_read),
23825 (gst_tcpserversink_client_queue_data),
23826 (gst_tcpserversink_client_queue_caps),
23827 (gst_tcpserversink_client_queue_buffer),
23828 (gst_tcpserversink_handle_client_write),
23829 (gst_tcpserversink_queue_buffer),
23830 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23831 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23832 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23833 (gst_tcpserversink_close):
23834 * gst/tcp/gsttcpserversink.h:
23835 Serversink rewrite. Really do non blocking writes to clients and
23836 maintain an internal queue to handle slower clients while not
23837 disturbing fast clients.
23839 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23841 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23842 better debug, don't override OFFSET and OFFSET_END
23844 2004-06-25 Iain <iain@prettypeople.org>
23846 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23847 name=source for the wavparse pipeline.
23849 2004-06-24 Johan Dahlin <johan@gnome.org>
23851 * ext/theora/theoraenc.c (theora_enc_chain): Call
23852 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23853 streamheader caps are set correctly.
23855 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23857 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23858 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23859 respect minimum bitrate; same could be done for max bitrate
23861 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23863 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23864 (gst_vorbisenc_setup):
23865 fix sample rate range
23867 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23869 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23870 (gst_oggvorbisenc_setup):
23871 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23872 (gst_vorbisenc_setup):
23873 resolve ambiguities in code and description
23875 2004-06-24 Wim Taymans <wim@fluendo.com>
23877 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23878 * ext/alsa/gstalsa.h:
23879 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23880 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23881 Use alsa trigger_tstamp to get the timestamp of the first
23882 sample in the buffer for more precise sync. Some cleanups.
23884 2004-06-24 Wim Taymans <wim@fluendo.com>
23886 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23887 (gst_audiorate_init), (gst_audiorate_chain),
23888 (gst_audiorate_set_property), (gst_audiorate_get_property):
23889 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23890 (gst_videorate_chain):
23891 Added some logging, fixed an overflow bug in videorate.
23893 2004-06-24 Benjamin Otte <otte@gnome.org>
23895 * ext/kio/Makefile.am:
23896 fix for builddir != srcdir and distcheck
23898 2004-06-24 Benjamin Otte <otte@gnome.org>
23900 * gst-libs/gst/colorbalance/Makefile.am:
23901 * gst-libs/gst/mixer/Makefile.am:
23902 * gst-libs/gst/play/Makefile.am:
23903 * gst-libs/gst/tuner/Makefile.am:
23904 * gst/tcp/Makefile.am:
23905 * sys/dxr3/Makefile.am:
23906 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23908 Also add all *.list files that were missing.
23910 add a distcheck hook to ensure the above doesn't happen again.
23912 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23914 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23916 2004-06-23 Colin Walters <walters@redhat.com>
23918 * m4/Makefile.am: Distribute gst-fionread.m4.
23920 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23922 * configure.ac: back to dev
23924 2004-06-23 Wim Taymans <wim@fluendo.com>
23926 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23927 (gst_alsa_xrun_recovery):
23928 * ext/alsa/gstalsa.h:
23929 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23930 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23931 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23932 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23933 (gst_alsa_src_loop):
23934 Add clock to alsasrc. Take new capture timestamp when
23935 restarting after an overrun. Split up some functions between
23936 alsasrc and alsasink.
23938 === release 0.8.2 ===
23940 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23942 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23943 (gst_alsa_change_state), (gst_alsa_update_avail),
23944 (gst_alsa_xrun_recovery):
23945 * ext/alsa/gstalsa.h:
23946 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23947 merge back changes from release
23949 2004-06-23 Wim Taymans <wim@fluendo.com>
23951 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23952 (gst_audiorate_init), (gst_audiorate_chain),
23953 (gst_audiorate_set_property), (gst_audiorate_get_property):
23954 Implement sample dropping and notify
23956 2004-06-22 Wim Taymans <wim@fluendo.com>
23958 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23959 (theora_enc_sink_link), (theora_buffer_from_packet),
23960 (theora_push_packet), (theora_enc_chain):
23961 Some cleanups, make sure the timestamps are correct.
23963 2004-06-22 Wim Taymans <wim@fluendo.com>
23965 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23966 (gst_alsa_change_state), (gst_alsa_update_avail),
23967 (gst_alsa_xrun_recovery):
23968 * ext/alsa/gstalsa.h:
23969 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23970 Cleanups, take queued samples into account when reporting
23973 2004-06-22 Wim Taymans <wim@fluendo.com>
23975 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23976 (gst_videorate_init):
23977 Initialize the property as well.
23979 2004-06-22 Wim Taymans <wim@fluendo.com>
23981 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23982 (gst_videorate_init), (gst_videorate_chain),
23983 (gst_videorate_set_property), (gst_videorate_get_property):
23984 Add property to make videorate silent.
23985 Add property to prefer new frames over old ones.
23987 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23989 * sys/osxvideo/Makefile.am:
23990 Workaround so that the osxvideo .so file gets linked with the
23991 Cocoa, OpenGL and QuickTime frameworks
23993 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23995 * sys/osxaudio/Makefile.am:
23996 Workaround so that the osxaudio .so file gets linked with the
23997 CoreAudio framework
23999 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24002 Whoops, my fault...fixed build issues
24004 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24007 Add objective-c support if running in Darwin/Mac OS X
24010 * sys/osxvideo/Makefile.am:
24011 * sys/osxvideo/osxvideosink.h:
24012 * sys/osxvideo/osxvideosink.m:
24013 * sys/osxvideo/cocoawindow.h:
24014 * sys/osxvideo/cocoawindow.m:
24015 Add osxvideosink, a cocoa-based osx video sink
24018 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24019 * ext/dvdnav/gst-dvd:
24020 Grab the gconf key from the right spot
24021 * gst/debug/gstnavseek.c: (gst_navseek_init),
24022 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24023 (gst_navseek_chain):
24024 * gst/debug/gstnavseek.h:
24025 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24026 and loop parameters of a segment seek.
24027 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24028 (gst_videotestsrc_get_event_masks),
24029 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24030 * gst/videotestsrc/gstvideotestsrc.h:
24031 Add seeking support to videotestsrc
24032 Initialise the timestamp_offset variable.
24034 2004-06-18 Wim Taymans <wim@fluendo.com>
24036 * ext/sidplay/gstsiddec.cc:
24037 Fix negotiation and set correct end offset.
24039 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24041 * configure.ac: branch and prerelease
24043 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24045 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24046 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24047 (gst_tcpclientsrc_init_receive):
24048 * gst/tcp/gsttcpclientsrc.h:
24049 read caps when connecting to server for GDP so we set them correctly
24051 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24053 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24054 notify drops and duplicates
24055 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24056 no good reason to limit ourselves to 100x100
24058 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24060 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24061 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24062 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24063 (gst_v4lsrc_get_property):
24064 * sys/v4l/gstv4lsrc.h:
24065 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24066 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24067 (gst_v4l_set_audio):
24068 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24069 (gst_v4lsrc_try_capture):
24070 * sys/v4l/v4lsrc_calls.h:
24071 change try_palette to more general try_capture
24072 add autoprobe option so we can turn off autoprobing
24075 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24079 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24080 (gst_ximagesink_class_init):
24081 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24082 (gst_xvimagesink_class_init):
24083 run them as finalize, not dispose, since dispose can be invoked
24086 2004-06-17 Wim Taymans <wim@fluendo.com>
24088 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24089 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24090 * ext/alsa/gstalsa.h:
24091 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24092 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24093 (gst_alsa_src_change_state):
24094 * ext/alsa/gstalsasrc.h:
24095 Make the xrun code timestamp and offset the buffers correctly.
24096 moved the clock to the base class, use alsa methods to get time.
24097 Do correct timestamping on outgoing buffers.
24099 2004-06-17 Wim Taymans <wim@fluendo.com>
24101 * gst/audiorate/Makefile.am:
24102 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24103 (gst_audiorate_base_init), (gst_audiorate_class_init),
24104 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24105 (gst_audiorate_set_property), (gst_audiorate_get_property),
24106 (gst_audiorate_change_state), (plugin_init):
24107 Added an audiorate converter that fills in gaps.
24109 2004-06-17 Johan Dahlin <johan@gnome.org>
24111 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24113 2004-06-16 Wim Taymans <wim@fluendo.com>
24115 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24116 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24117 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24118 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24119 (gst_v4lsrc_get_property):
24120 * sys/v4l/gstv4lsrc.h:
24121 Added a copy mode to v4lsrc where it will output a copied version
24122 of its internal hardware buffer.
24123 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24126 2004-06-16 Wim Taymans <wim@fluendo.com>
24128 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24131 2004-06-16 Wim Taymans <wim@fluendo.com>
24133 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24134 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24135 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24136 (gst_v4lsrc_get_property):
24137 * sys/v4l/gstv4lsrc.h:
24138 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24139 Added a sync mode enum property to control v4lsrc timestamp method
24140 Removed the use-fixed-fps property and moved functionality in
24142 Don't error on an error value from v4l-conf, it might not always
24145 2004-06-16 Wim Taymans <wim@fluendo.com>
24147 * gst/videorate/Makefile.am:
24148 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24149 (gst_videorate_base_init), (gst_videorate_class_init),
24150 (gst_videorate_getcaps), (gst_videorate_link),
24151 (gst_videorate_init), (gst_videorate_chain),
24152 (gst_videorate_set_property), (gst_videorate_get_property),
24153 (gst_videorate_change_state), (plugin_init):
24154 Added a video timestamp corrector.
24156 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24158 fixed a potential leak with previous commit
24160 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24162 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24164 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24165 Added missing refcount, fixes bug #144425
24166 Cheers Tim for finding the bug
24168 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24170 * sys/v4l/gstv4l.c: (plugin_init):
24171 * sys/v4l/gstv4lcolorbalance.c:
24172 * sys/v4l/gstv4lcolorbalance.h:
24173 * sys/v4l/gstv4lelement.c:
24174 * sys/v4l/gstv4lelement.h:
24175 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24176 * sys/v4l/gstv4lmjpegsink.h:
24177 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24178 * sys/v4l/gstv4lmjpegsrc.h:
24179 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24180 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24181 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24182 * sys/v4l/gstv4lsrc.h:
24183 * sys/v4l/gstv4ltuner.c:
24184 * sys/v4l/gstv4ltuner.h:
24185 * sys/v4l/gstv4lxoverlay.c:
24186 * sys/v4l/gstv4lxoverlay.h:
24187 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24188 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24189 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24190 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24191 (gst_v4l_set_audio):
24192 * sys/v4l/v4l_calls.h:
24193 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24194 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24195 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24196 (gst_v4lmjpegsink_playback_init),
24197 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24198 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24199 (gst_v4lmjpegsink_playback_stop),
24200 (gst_v4lmjpegsink_playback_deinit):
24201 * sys/v4l/v4lmjpegsink_calls.h:
24202 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24203 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24204 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24205 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24206 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24207 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24208 * sys/v4l/v4lmjpegsrc_calls.h:
24209 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24210 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24211 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24212 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24213 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24214 (gst_v4lsrc_try_palette):
24215 * sys/v4l/v4lsrc_calls.h:
24216 bunch of paranoia cleanups
24218 2004-06-14 David Schleef <ds@schleef.org>
24220 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24221 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24222 Send discont events and change timestamps appropriately when
24223 we get a seek event. (bug #144240)
24224 * ext/cdparanoia/gstcdparanoia.h:
24226 2004-06-14 Benjamin Otte <otte@gnome.org>
24228 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24229 snd_pcm_hw_params_set_rate since the latter fails for no good
24230 reason on some setups.
24232 2004-06-14 David Schleef <ds@schleef.org>
24234 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24235 standard. Thank you for playing.
24237 2004-06-14 Wim Taymans <wim@fluendo.com>
24239 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24240 Patch 1.3 broke the ordering of the colorspace info and
24241 made the plugin basically work by coincidence, reordered
24244 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24246 * ext/lame/gstlame.c:
24247 * ext/mad/gstmad.c:
24248 sync caps. Make sure mad can only output a list of rates, not
24249 a full range. In the future, have three caps lists for each of the
24250 mpeg versions. Change mpegversion to a double as well.
24252 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24254 * gst/volume/.cvsignore:
24255 * gst/volume/Makefile.am:
24256 * gst/volume/demo.c: (value_changed_callback), (idler),
24257 (setup_gui), (main):
24258 added small demo app
24260 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24261 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24262 * ext/esd/esdsink.h:
24263 Close the esd connection on pause, because esd will just wait -
24264 blocking all other esd clients indefinitely.
24266 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24268 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24269 previous commit with GST_DEBUG
24271 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24274 add a header check for a dvdread header in dvdnav. Fixes #133002
24276 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24278 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24279 * gst/tcp/gsttcpclientsink.h:
24280 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24281 * gst/tcp/gsttcpclientsrc.h:
24282 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24283 (gst_tcpserversink_handle_server_read),
24284 (gst_tcpserversink_init_send):
24285 * gst/tcp/gsttcpserversink.h:
24286 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24287 * gst/tcp/gsttcpserversrc.h:
24288 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24291 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24294 Added ogg library so that OSX detects libtheora properly
24296 2004-06-11 Wim Taymans <wim@fluendo.com>
24298 * ext/theora/theoradec.c: (theora_dec_chain),
24299 (theora_dec_change_state):
24300 Don't try to decode frames before we received a keyframe.
24302 2004-06-11 Wim Taymans <wim@fluendo.com>
24304 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24305 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24306 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24307 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24308 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24309 Added property to set the maximum delay of a page.
24311 2004-06-10 Wim Taymans <wim@fluendo.com>
24313 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24314 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24315 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24316 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24317 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24318 Added max-delay property to control the maximum amount
24319 of data to put in one page.
24321 2004-06-10 Wim Taymans <wim@fluendo.com>
24323 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24324 (gst_theora_enc_init), (theora_enc_sink_link),
24325 (theora_buffer_from_packet), (theora_enc_set_property),
24326 (theora_enc_get_property):
24327 Set duration on encoded buffer, added some more properties
24329 2004-06-10 Wim Taymans <wim@fluendo.com>
24331 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24332 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24333 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24334 * ext/theora/theoraenc.c: (theora_enc_chain):
24335 Fix refcounting bugs
24337 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24339 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24340 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24341 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24342 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24343 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24344 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24345 (gst_asf_demux_change_state):
24346 * gst/asfdemux/gstasfdemux.h:
24347 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24348 feels like. I think we should set a new requirement for demuxers
24349 from now on to implement sane loop functions, data loops, query
24350 and seek functions before first commit into CVS. And this commit
24351 fixes all of the above.
24353 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24355 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24356 vorbis comments are properly encoded in UTF-8 before adding them
24359 2004-06-09 Benjamin Otte <otte@gnome.org>
24361 * ext/alsa/gstalsa.c: (add_channels):
24362 handle min <= max correctly
24363 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24364 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24365 add fixation functions so we fixate correctly. No preferring of alaw
24366 anymore because it's the first structure.
24367 * ext/alsa/gstalsa.h:
24368 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24369 (gst_alsa_hw_params_dump):
24370 add functions to ease debugging in alsalib
24371 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24372 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24373 (gst_alsa_start_audio):
24374 only specify hw params if we really setup a format (fixes #134007 -
24375 or at least works around it)
24377 2004-06-09 Wim Taymans <wim@fluendo.com>
24379 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24380 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24381 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24382 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24383 (gst_ogg_mux_loop):
24384 Use stream caps to setup the initial pages in the ogg stream.
24385 Correctly set the streamheader caps on the srcpad.
24387 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24389 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24390 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24391 (gst_v4lsrc_getcaps):
24392 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24393 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24394 add querying of fps lists for webcams. Negotiating to a framerate
24397 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24399 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24400 (theora_push_buffer), (theora_push_packet),
24401 (theora_set_header_on_caps), (theora_enc_chain):
24402 mark buffers and put on streamheader, raw theora streaming
24403 now works too, whee
24405 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24407 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24408 (gst_tcp_gdp_read_caps):
24409 do a looping read for caps and GDP headers too
24411 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24413 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24414 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24415 return EOS instead of NULL in _get
24417 2004-06-08 Wim Taymans <wim@fluendo.com>
24419 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24420 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24421 (gst_tcp_gdp_write_caps):
24422 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24423 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24424 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24427 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24429 * ext/vorbis/Makefile.am:
24430 * ext/vorbis/vorbis.c: (plugin_init):
24431 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24432 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24433 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24434 (vorbis_parse_change_state):
24435 * ext/vorbis/vorbisparse.h:
24436 adding a vorbisparse element that marks the buffers, streaming
24437 raw vorbis using GDP now works, whee
24439 2004-06-08 Wim Taymans <wim@fluendo.com>
24441 * ext/jpeg/Makefile.am:
24443 * ext/jpeg/gstjpeg.c: (plugin_init):
24444 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24445 (gst_smokedec_base_init), (gst_smokedec_class_init),
24446 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24447 * ext/jpeg/gstsmokedec.h:
24448 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24449 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24450 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24451 (gst_smokeenc_resync), (gst_smokeenc_chain),
24452 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24453 * ext/jpeg/gstsmokeenc.h:
24454 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24455 (smokecodec_flush_destination), (smokecodec_term_destination),
24456 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24457 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24458 (smokecodec_term_source), (smokecodec_encode_new),
24459 (smokecodec_decode_new), (smokecodec_info_free),
24460 (smokecodec_set_quality), (smokecodec_get_quality),
24461 (smokecodec_set_threshold), (smokecodec_get_threshold),
24462 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24463 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24464 (smokecodec_parse_header), (smokecodec_decode):
24465 * ext/jpeg/smokecodec.h:
24466 Added a new simple jpeg based codec
24468 2004-06-08 Wim Taymans <wim@fluendo.com>
24470 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24471 (gst_multipart_mux_loop):
24474 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24476 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24477 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24478 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24479 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24480 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24481 * gst/tcp/gsttcpserversink.h:
24482 take streamheader into account
24484 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24486 * gst/level/Makefile.am:
24487 * gst/level/gstlevel.c: (gst_level_class_init):
24488 clean up marshal generation
24490 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24492 * gst/tcp/Makefile.am:
24493 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24494 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24495 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24496 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24497 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24498 (gst_tcpclientsrc_get_property):
24499 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24500 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24501 (gst_tcpserversink_handle_client_read),
24502 (gst_tcpserversink_handle_client_write),
24503 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24504 * gst/tcp/gsttcpserversink.h:
24505 add signals client-added and client-removed
24506 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24507 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24508 (gst_tcpserversrc_get_property):
24509 uniformized, change default protocol to NONE
24510 * gst/tcp/gsttcp-marshal.list: added
24511 2004-06-07 Benjamin Otte <otte@gnome.org>
24513 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24514 handle discont events if they happen before caps nego
24516 2004-06-07 Wim Taymans <wim@fluendo.com>
24518 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24519 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24520 (gst_multipart_demux_plugin_init):
24521 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24522 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24523 (gst_multipart_mux_change_state):
24524 Small updates, fix a memleak
24526 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24528 * configure.ac: OSS portability
24529 * ext/arts/gst_arts.c: idem
24530 * sys/oss/gstosselement.c: idem
24531 * sys/oss/gstossmixer.c: idem
24532 * sys/oss/gstosssink.c: idem
24533 * sys/oss/gstosssrc.c: idem
24534 * sys/oss/oss_probe.c: idem
24535 - check for soundcard.h in different places for some BSD
24537 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24540 Add me to the authors file
24542 Increase the libdv requirement to >= version 0.100
24543 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24544 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24545 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24546 * ext/dv/gstdvdec.h:
24547 Add support for the new_media flag when sending DISCONT events
24548 Make the querying work when video pad is not linked
24550 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24552 reviewed by Benjamin Otte <otte@gnome.org>
24554 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24555 create a NULL-initialized array of pads, so we don't think they
24556 exist already. (fixes #143130)
24558 2004-06-07 Benjamin Otte <otte@gnome.org>
24560 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24561 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24562 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24563 don't use // coments
24565 2004-06-07 Benjamin Otte <otte@gnome.org>
24567 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24568 cast to GstClockTime to get higher granularity
24569 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24570 use gst_element_set_time_delay to get the exact time
24571 * ext/mad/gstmad.c: (gst_mad_chain):
24572 use the negotiated rate instead of the current frame's rate which
24573 might be wrong because of bit errors. This avoids emitting totally
24574 bogus timestamps and screwing sync.
24577 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24579 reviewed by Benjamin Otte <otte@gnome.org>
24581 * gst/adder/gstadder.c: (gst_adder_loop):
24582 properly error out when no negotiation has happened yet. (fixes
24585 2004-06-06 Benjamin Otte <otte@gnome.org>
24587 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24588 forward correctly transformed offset in discont events. Based on
24589 patch by Arwed v. Merkatz. (fixes #142851)
24591 2004-06-06 David Schleef <ds@schleef.org>
24593 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24594 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24595 problems on several systems.
24597 2004-06-06 Benjamin Otte <otte@gnome.org>
24599 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24600 use explicit caps on the srcpad
24601 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24602 properly error out if caps couldn't be set (fixes #142764)
24604 2004-06-06 Benjamin Otte <otte@gnome.org>
24606 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24607 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24608 (gst_alsa_start_audio):
24609 - don't call set_periods_integer anymore, it breaks the
24610 configuration randomly
24611 - call snd_pcm_hw_params_set_access directly instead of using masks
24612 - don't fail if the sw_params can't be set, just use the default
24613 params and hope it works. Alsalib has weird issues when you touch
24614 sw_params and does no proper error reporting about what failed.
24615 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24616 (gst_alsa_close_audio):
24617 make our alsa debugging go via gst debugging and not conditionally
24619 * ext/alsa/gstalsa.h:
24620 add ALSA_DEBUG_FLUSH macro
24621 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24623 wrap alsa errors to be printed via the gst debugging system and not
24626 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24628 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24629 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24630 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24631 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24632 (qtdemux_parse_trak):
24633 * gst/qtdemux/qtdemux.h:
24634 Bitch. Also known as seeking, querying & co.
24635 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24636 (gst_osssink_change_state):
24637 * sys/oss/gstosssink.h:
24638 Resyncing is for weenies, this hack is no longer needed and was
24639 broken anyway (since it - unintendedly - always leaves resync to
24642 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24644 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24645 * gst/tcp/gsttcpclientsrc.h: idem
24646 - define MSG_NOSIGNAL if not done
24647 - include unistd.h for off_t
24650 2004-06-05 Benjamin Otte <otte@gnome.org>
24653 * ext/kio/Makefile.am:
24654 check for qt's moc preprocessor explicitly and use it
24656 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24658 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24659 don't get a signal for EPIPE on socket writes
24660 (somebody check if this works on other platforms)
24662 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24664 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24665 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24666 check error condition on available samples correctly
24668 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24670 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24672 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24673 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24674 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24675 (gst_tcpserversrc_gdp_read_header):
24676 use ssize_t over size_t since the former is signed and thus the
24677 check for error codes can work
24679 2004-06-02 Wim Taymans <wim@fluendo.com>
24683 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24684 (gst_multipart_mux_loop):
24687 2004-06-02 Wim Taymans <wim@fluendo.com>
24689 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24690 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24691 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24692 (gst_multipart_mux_change_state):
24693 Added configurable boundary specifier, added the value as a
24694 caps field as well.
24696 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24698 * gst/tcp/gsttcp.c:
24699 * gst/tcp/gsttcpclientsrc.c:
24700 * gst/tcp/gsttcpclientsrc.h:
24701 * gst/tcp/gsttcpserversrc.c:
24702 - portability fix, to compile on OSX
24705 * sys/osxaudio/gstosxaudioelement.c:
24706 * sys/osxaudio/gstosxaudiosink.c:
24707 * sys/osxaudio/gstosxaudiosrc.c:
24708 - compilation warnings on OSX
24711 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24713 * ext/vorbis/vorbisdec.c : sign warning fixes
24715 * gst-libs/gst/mixer/mixertrack.c :
24716 do no use defines which are glib 2.4 specific
24718 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24720 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24721 buffer since libflac doesn't expect it (reports a sync error when
24722 it encounters that)
24725 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24727 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24728 * gst-libs/gst/mixer/mixertrack.c:
24729 (gst_mixer_track_get_property), (get_mixer_track_init),
24730 (get_mixer_track_get_property): Added property accessors
24731 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24732 * gst-libs/gst/mixer/mixeroptions.c:
24733 (gst_mixer_options_get_values): Added
24734 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24735 * gst-libs/gst/mixer/mixer.c: Fixed comment
24738 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24740 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24741 improve error messages on open
24744 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24746 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24747 check if v4l-conf is in path
24749 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24751 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24752 change assert to a more readable error message
24754 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24756 * gst-libs/gst/tuner/tunerchannel.h:
24757 - add a freq_multiplicator field to make the conversion
24758 between internal frequency unit and Hz
24759 * sys/v4l/gstv4lelement.c:
24760 * sys/v4l2/gstv4l2element.c:
24761 - change default video device to /dev/video0
24762 * sys/v4l/v4l_calls.c:
24763 * sys/v4l2/v4l2_calls.c:
24764 - we only expose frequency to the user in Hz instead of
24765 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24767 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24768 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24769 Initialise b_o_s and e_o_s variables
24770 * gst-libs/gst/riff/riff-media.c:
24771 (gst_riff_create_video_caps_with_data):
24772 Add some unusual fourcc's from mplayer avi's
24773 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24774 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24777 2004-05-28 Wim Taymans <wim@fluendo.com>
24780 * gst/alpha/Makefile.am:
24781 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24782 (gst_alpha_get_type), (gst_alpha_base_init),
24783 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24784 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24785 (gst_alpha_chroma_key), (gst_alpha_chain),
24786 (gst_alpha_change_state), (plugin_init):
24787 A plugin to add an alpha channel to I420 video. Can optionally do
24789 * gst/multipart/Makefile.am:
24790 * gst/multipart/multipart.c: (plugin_init):
24791 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24792 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24793 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24794 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24795 (gst_multipart_demux_change_state),
24796 (gst_multipart_demux_plugin_init):
24797 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24798 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24799 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24800 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24801 (gst_multipart_mux_pad_unlink),
24802 (gst_multipart_mux_request_new_pad),
24803 (gst_multipart_mux_handle_src_event),
24804 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24805 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24806 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24807 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24808 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24809 send multipart jpeg images to a browser.
24810 * gst/videobox/Makefile.am:
24811 * gst/videobox/README:
24812 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24813 (gst_video_box_get_type), (gst_video_box_base_init),
24814 (gst_video_box_class_init), (gst_video_box_init),
24815 (gst_video_box_set_property), (gst_video_box_get_property),
24816 (gst_video_box_sink_link), (gst_video_box_i420),
24817 (gst_video_box_ayuv), (gst_video_box_chain),
24818 (gst_video_box_change_state), (plugin_init):
24819 Crops or adds borders around an image. can do alpha channel
24821 * gst/videomixer/Makefile.am:
24822 * gst/videomixer/README:
24823 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24824 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24825 (gst_videomixer_pad_get_sink_event_masks),
24826 (gst_videomixer_pad_get_property),
24827 (gst_videomixer_pad_set_property),
24828 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24829 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24830 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24831 (gst_videomixer_base_init), (gst_videomixer_class_init),
24832 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24833 (gst_videomixer_handle_src_event),
24834 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24835 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24836 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24837 (gst_videomixer_loop), (gst_videomixer_get_property),
24838 (gst_videomixer_set_property), (gst_videomixer_change_state),
24840 Generic video mixer plugin, can handle multiple inputs all with
24841 different framerates and video sizes. Is fully alpha channel
24844 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24846 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24847 Select first track as master track. Not sure how else to handle
24849 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24850 Discard discont events. Should fix #142962.
24852 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24854 * ext/alsa/Makefile.am:
24855 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24856 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24857 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24858 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24859 (gst_alsa_mixer_get_option):
24860 * ext/alsa/gstalsamixer.h:
24861 * ext/alsa/gstalsamixeroptions.c:
24862 (gst_alsa_mixer_options_get_type),
24863 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24864 (gst_alsa_mixer_options_new):
24865 * ext/alsa/gstalsamixeroptions.h:
24866 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24867 * ext/alsa/gstalsamixertrack.h:
24868 Add enumerations (as GstMixerOptions). Make correct distinction
24869 between input/output tracks. Add capture/playback private flag.
24870 Use flag to decide on whether to set capture or playback volumes
24871 or switches. Use playback and record switches.
24872 * gst-libs/gst/mixer/Makefile.am:
24873 * gst-libs/gst/mixer/mixer-marshal.list:
24874 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24875 (gst_mixer_set_option), (gst_mixer_get_option),
24876 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24877 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24878 * gst-libs/gst/mixer/mixer.h:
24879 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24880 (gst_mixer_options_class_init), (gst_mixer_options_init),
24881 (gst_mixer_options_dispose):
24882 * gst-libs/gst/mixer/mixeroptions.h:
24883 Add GstMixerOptions.
24884 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24885 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24886 broken device detection on computers with multiple OSS sound
24889 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24891 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24892 fixate nicely even when the peer is not negotiating
24894 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24896 * gst/audioconvert/gstaudioconvert.c:
24897 (gst_audio_convert_parse_caps):
24898 make sure we don't allow depth > width
24899 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24900 fixate endianness to G_BYTE_ORDER as default
24901 * gst/audioscale/gstaudioscale.c:
24902 we don't handle another endianness as host-endianness
24904 2004-05-25 David Schleef <ds@schleef.org>
24906 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24908 2004-05-24 Benjamin Otte <otte@gnome.org>
24910 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24911 (gst_oggvorbisenc_setup):
24912 properly fail when we can't setup the vorbis encoder due to
24913 unsupported settings
24914 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24915 (gst_vorbisenc_setup):
24917 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24918 fix case where warnings occured when one pad was unlinked while the
24919 other's link function was called
24921 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24923 * gst/tcp/Makefile.am:
24926 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24928 * gst-libs/gst/resample/private.h:
24929 don't use optimizations that are #if 0'ed
24931 2004-05-24 Wim Taymans <wim@fluendo.com>
24933 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24934 Fix potential division by zero error and hopefully get
24935 the position query right to get correct timestamps on avi
24938 2004-05-24 Wim Taymans <wim@fluendo.com>
24940 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24941 (gst_videoscale_scale_nearest_str2),
24942 (gst_videoscale_scale_nearest_str4),
24943 (gst_videoscale_scale_nearest_32bit),
24944 (gst_videoscale_scale_nearest_24bit),
24945 (gst_videoscale_scale_nearest_16bit):
24946 Fix the scaling algorithm and avoid a buffer overflow.
24947 removed the while loop in the scaling function as it
24948 was used for point sampling only.
24950 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24952 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24953 (gst_id3_tag_class_init), (gst_id3_tag_init),
24954 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24955 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24956 (gst_id3_tag_send_tag_event):
24957 lots of fixes to make id3mux work and id3demux work correctly
24959 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24962 add rules to build shout2send (was removed by accident
24963 when this module was no more marked experimental/broken)
24965 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24967 * ext/shout2/gstshout2.c:
24968 * ext/shout2/gstshout2.h:
24969 adding a "connection problem" signal to shout2send
24972 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24974 * ext/kio/kioreceiver.cpp:
24975 * ext/kio/kioreceiver.h:
24976 fix sign comparison issues
24978 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24980 * gst/cdxaparse/gstcdxaparse.c:
24981 * gst/cdxaparse/gstcdxaparse.h:
24983 add some checks/sanity
24984 prepare for seek addition
24986 * sys/sunaudio/gstsunaudio.c:
24987 remove exported dupe init function
24989 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24991 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24992 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24993 Fix format conversion and position querying.
24994 * gst/debug/progressreport.c: (gst_progressreport_report):
24995 Don't output a bogus total value that we didn't query.
24996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24997 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24998 only a blank window after xine has been used.
25000 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25003 sync with upstream version to fix test on FC2
25004 readd with -ko to preserve Id header
25006 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25009 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25010 * gst/tcp/gsttcpclientsrc.c: idem
25011 * gst/tcp/gsttcpserversink.c: idem
25012 * gst/tcp/gsttcpserversrc.c: idem
25013 * m4/gst-fionread.m4: idem
25015 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25017 * configure.ac: enable speex plugin for speex 1.1.5+
25018 * ext/speex/gstspeexenc.c: fix cast warning
25020 * ext/esd/README: fix typo
25022 2004-05-20 David Schleef <ds@schleef.org>
25024 * configure.ac: Minor cosmetic change to convince the buildbot to
25026 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25027 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25028 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25029 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25030 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25031 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25032 More hacking. Plays audio now.
25034 2004-05-20 David Schleef <ds@schleef.org>
25039 2004-05-20 David Schleef <ds@schleef.org>
25041 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25042 * sys/osxaudio/gstosxaudio.c:
25043 * sys/osxaudio/gstosxaudioelement.c:
25044 * sys/osxaudio/gstosxaudioelement.h:
25045 * sys/osxaudio/gstosxaudiosink.c:
25046 * sys/osxaudio/gstosxaudiosink.h:
25047 * sys/osxaudio/gstosxaudiosrc.c:
25048 * sys/osxaudio/gstosxaudiosrc.h:
25050 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25052 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25053 (gst_vorbisenc_chain):
25054 put the codec headers on the caps as streamheader as well as
25057 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25059 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25060 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25061 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25062 split up push_packet into two functions
25064 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25066 * gst/tcp/.cvsignore:
25068 * gst/tcp/Makefile.am:
25070 * gst/tcp/gsttcp.c:
25071 * gst/tcp/gsttcp.h:
25072 * gst/tcp/gsttcpclientsink.c:
25073 * gst/tcp/gsttcpclientsink.h:
25074 * gst/tcp/gsttcpclientsrc.c:
25075 * gst/tcp/gsttcpclientsrc.h:
25076 * gst/tcp/gsttcpplugin.c:
25077 * gst/tcp/gsttcpserversink.c:
25078 * gst/tcp/gsttcpserversink.h:
25079 * gst/tcp/gsttcpserversrc.c:
25080 * gst/tcp/gsttcpserversrc.h:
25081 add new tcp elements
25083 2004-05-19 Wim Taymans <wim@fluendo.com>
25085 * gst/law/mulaw-conversion.c: (mulaw_encode):
25086 Fix overflow bug in ulaw encoding.
25088 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25090 * ext/mad/gstmad.c: (gst_mad_handle_event):
25091 don't unref the event twice
25093 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25096 remove -Wno-sign-compare
25098 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25101 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25102 if you want to work against glib 2.2 and 2.4
25104 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25106 * gst/tcp/Makefile.am:
25107 * gst/tcp/gsttcp.c:
25108 * gst/tcp/gsttcp.h:
25109 * gst/tcp/gsttcpsink.h:
25110 * gst/tcp/gsttcpsrc.h:
25111 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25113 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25115 * gst/debug/tests.c: (md5_get_value):
25116 fix segfault on gst-inspect
25118 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25120 * gst/debug/testplugin.c:
25121 * gst/debug/tests.c:
25122 * gst/debug/tests.h:
25123 add new extensible and configurable testing element. Current tests
25124 include buffer count, stream length, timestamp/duration matching and
25126 * gst/debug/Makefile.am:
25127 * gst/debug/gstdebug.c: (plugin_init):
25128 add infrastructure for new element
25130 2004-05-19 Johan Dahlin <johan@gnome.org>
25132 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25133 ending of the array. Fixes gst-inspect segfault on ppc.
25135 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25137 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25139 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25141 2004-05-18 David Schleef <ds@schleef.org>
25143 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25144 warnings (bugs, actually) noticed by gcc but not forte.
25146 2004-05-18 David Schleef <ds@schleef.org>
25148 * sys/sunaudio/Makefile.am:
25149 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25151 2004-05-18 David Schleef <ds@schleef.org>
25153 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25154 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25155 to allow qtdemux to use non-seekable streams. (bug #142272)
25157 2004-05-18 David Schleef <ds@schleef.org>
25159 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25160 (gst_resample_sinc_ft_float): Remove use of static temporary
25161 buffer. This code was obviously not supposed to last long, but
25162 it's stuck in our ABI, so it required a little hack to make it
25163 ABI-compatible. Fixes #142585.
25164 * gst-libs/gst/resample/resample.h: same.
25166 2004-05-18 David Schleef <ds@schleef.org>
25168 * configure.ac: Add sunaudio
25169 * examples/Makefile.am: make gstplay depend on gconf
25170 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25171 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25172 (convert_table_lookup), (img_convert): remove c99-isms
25173 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25174 unsigned, to fix a warning on Solaris
25175 * gst/mpeg1sys/systems.c: bcopy->memcpy
25176 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25177 * sys/Makefile.am: Add sunaudio
25179 2004-05-18 Wim Taymans <wim@fluendo.com>
25181 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25182 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25183 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25184 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25185 (gst_ogg_mux_loop):
25186 Fix an ugly memleak where the muxer didn't flush enough ogg
25187 pages. This also resulted in badly muxed ogg files.
25189 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25191 * gst/asfdemux/asfheaders.c :
25192 * gst/asfdemux/asfheaders.h :
25193 * gst/asfdemux/gstasfdemux.c :
25194 - fix ASF_OBJ_PADDING guid
25195 - add 3 new object guids (language list, metadata,
25196 extended stream properties)
25197 - add a function to parse extended header objects
25199 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25201 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25202 remove leftover debugging g_print
25204 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25206 * ext/mad/gstmad.c: (gst_mad_handle_event):
25207 Fix for when the first format in a discont event is not a
25208 byte-based one. Should fix #137710.
25210 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25212 * m4/a52.m4 : fix compilation with -Wall -Werror
25213 * m4/libfame.m4 : idem
25214 * m4/libmikmod.m4 : idem
25216 2004-05-17 Benjamin Otte <otte@gnome.org>
25218 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25219 signal the new tags before giving up the reference
25221 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25223 * ext/shout2/gstshout2.c:
25224 use application/ogg instead of application/x-ogg (patch by Patrick
25225 Guimond, fixes #142432)
25226 * sys/oss/gstosselement.c: (gst_osselement_reset),
25227 (gst_osselement_sync_parms):
25228 don't set fragment size unless specified (fixes #142493)
25230 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25232 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25235 2004-05-17 Benjamin Otte <otte@gnome.org>
25237 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25238 compute offsets correctly for internal buffers so timestamps are set
25239 correctly when we can't seek. Also handle cases where there are no
25240 offsets. (based on a patch by David Moore, fixes #142507)
25242 2004-05-17 Benjamin Otte <otte@gnome.org>
25244 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25245 use correct variable when determining amount of data to skip so we
25246 don't skip into the void and segfault
25248 2004-05-16 Benjamin Otte <otte@gnome.org>
25250 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25253 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25255 * gst/asfdemux/gstasfdemux.c:
25256 - fix a mem leak and always propagate tags
25257 - add WMV3 to known video codecs (but no decoder yet)
25258 - replace "surplus data" at end of audio header for what
25259 it is : codec specific data
25262 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25264 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25266 * gst-libs/gst/audio/audioclock.c:
25267 Fix wrong return type (#142205).
25269 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25271 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25272 Ignore CRCs by default (fixes #142566).
25274 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25276 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25277 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25278 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25279 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25280 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25281 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25282 Fix for cases where we fail to attach to a mixer.
25284 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25286 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25287 Don't touch events after not owning them anymore.
25288 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25289 (gst_wavparse_fmt), (gst_wavparse_other),
25290 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25291 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25292 (gst_wavparse_srcpad_event):
25293 * gst/wavparse/gstwavparse.h:
25294 Add seeking, fix querying.
25296 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25298 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25299 - process comments even if they don't end with \0\0
25300 g_convert would ignore them if present and works well without them
25302 2004-05-16 Benjamin Otte <otte@gnome.org>
25304 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25307 2004-05-16 Benjamin Otte <otte@gnome.org>
25309 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25310 don't write to memory we might not write to - g_convert does that
25311 for us anyway (fixes #142613)
25312 (gst_asf_demux_audio_caps):
25313 comment out gst_util_dump_mem
25315 2004-05-16 Benjamin Otte <otte@gnome.org>
25317 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25318 compute correct expected timestamps after seek (broken since
25320 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25321 rename element and debugging category to gdkpixbufscale
25323 2004-05-16 Benjamin Otte <otte@gnome.org>
25325 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25326 add error checking to snd_pcm_delay and remove duplicate call to
25327 snd_pcm_delay that caused issues (see inline code comments)
25328 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25329 make more readable and fix return value when snd_pcm_delay fails
25332 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25333 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25334 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25335 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25336 (gst_pixbufscale_link), (gst_pixbufscale_init),
25337 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25338 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25339 (gst_pixbufscale_get_property), (pixbufscale_init):
25340 * ext/gdk_pixbuf/pixbufscale.h:
25341 Add these files I forgot earlier
25343 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25344 * ext/gdk_pixbuf/Makefile.am:
25345 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25346 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25347 Add new pixbufscale element to scale RGB video
25348 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25349 and HYPER interpolation correctly.
25350 * ext/theora/theoraenc.c: (theora_enc_chain),
25351 Discard buffer and return if explicit caps could not be set
25352 (theora_enc_get_property):
25353 Make _get return kbps for the bitrate consistent with
25357 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25359 * ext/libvisual/visual.c: (gst_visual_chain):
25360 add missing visual_audio_analyze
25362 2004-05-14 David Schleef <ds@schleef.org>
25364 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25365 is killed while we're playing.
25366 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25367 gst_element_no_more_pads().
25369 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25371 * gst-libs/gst/riff/riff-read.c :
25372 - fix INFO tag extraction in RIFF/AVI files
25373 because gst_event_unref (event) also freed taglist
25376 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25378 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25379 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25381 * gst/auparse/gstauparse.c :
25382 - add code (commented for now) to support audio/x-adpcm on src pad
25383 (we have no decoder for those layout yet)
25385 * gst/cdxaparse/gstcdxaparse.c :
25386 * gst/cdxaparse/gstcdxaparse.h :
25387 - partial rewrite using RiffRead (ripped iain's wavparse code)
25389 * gst/rtp/gstrtpL16enc.c : typo
25390 * gst/rtp/gstrtpgsmenc.c : typo
25392 2004-05-13 Benjamin Otte <otte@gnome.org>
25395 check for exact version of libvisual, it's not supposed to be
25398 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25400 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25401 signal no-more-pads
25403 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25405 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25406 Report which format was used for GST_FORMAT_DEFAULT
25407 * gst/debug/Makefile.am:
25408 * gst/debug/gstdebug.c: (plugin_init):
25409 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25410 (gst_progressreport_class_init), (gst_progressreport_init),
25411 (gst_progressreport_report), (gst_progressreport_set_property),
25412 (gst_progressreport_get_property), (gst_progressreport_chain),
25413 (gst_progressreport_plugin_init):
25414 Add progressreport element for testing.
25416 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25418 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25419 * sys/v4l/gstv4lsrc.h:
25420 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25421 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25422 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25423 (gst_v4lsrc_grab_frame):
25425 send a discont at start
25427 2004-05-12 Colin Walters <walters@redhat.com>
25429 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25430 inflooping if we can't find a chunk. Or in other words, don't blow
25431 chunks if we don't have a chunk to blow.
25433 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25434 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25435 Remove old debug output
25436 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25437 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25438 (gst_dvdec_set_property), (gst_dvdec_get_property):
25439 Change the quality setting to an enum, so it works from gst-launch
25440 Don't renegotiate a non-linked pad. Allows audio only decoding.
25441 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25442 (gst_deinterlace_link), (gst_deinterlace_init):
25443 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25444 (gst_videodrop_link):
25445 Some caps negotiation fixes
25447 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25449 * ext/tarkin/gsttarkin.c :
25450 - Change RANK from NONE to PRIMARY
25451 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25452 - Change RANK from NONE to MARGINAL
25453 * ext/divx/gstdivxenc.c :
25454 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25456 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25458 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25459 (gst_vorbisenc_push_packet):
25460 copy a function that was added between 1.0 and 1.0.1 until we
25461 depend on worthwhile features of post-1.0
25463 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25466 enable shout2 by default
25467 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25468 (gst_shout2send_base_init), (gst_shout2send_init),
25469 (gst_shout2send_connect), (gst_shout2send_change_state):
25470 * ext/shout2/gstshout2.h:
25471 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25473 * ext/theora/theora.c: (plugin_init):
25474 don't set rank on encoders
25476 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25478 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25479 Use codec_data property instead of flag1 and flag2 for wma
25481 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25483 * gst/cdxaparse/gstcdxaparse.c :
25484 - Add mpegversion to CAPS to make it link
25485 - Rank is as GST_RANK_SECONDARY instead of NONE
25486 * gst/auparse/gstauparse.c :
25487 - Document all audio encoding we can encounter from Solaris 9
25488 headers and libsndfile information.
25489 - Increase max. rate from 48000 to 192000 (to match other elements)
25490 - Don't try to play junk data between header and samples
25492 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25494 * ext/libvisual/visual.c: (gst_visual_getcaps):
25495 use the right caps depending on endianness (I hope)
25496 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25497 use GST_RANK_NONE for all non-decoding elements or spider gets
25500 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25502 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25503 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25505 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25507 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25508 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25509 (gst_switch_loop), (gst_switch_get_type):
25510 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25511 HEADERS. Had to be said.
25513 2004-05-10 David Schleef <ds@schleef.org>
25515 * configure.ac: Add prototype Dirac support.
25517 * ext/dirac/Makefile.am:
25518 * ext/dirac/gstdirac.cc:
25519 * ext/dirac/gstdiracdec.cc:
25521 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25523 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25524 (gst_auparse_init), (gst_auparse_chain),
25525 (gst_auparse_change_state):
25526 Hack around spider. Remove me some day please.
25528 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25530 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25531 Fix for some uninitialized variables in previous patch, also
25532 makes it work. Fixes #142286 while we're at it.
25534 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25536 * gst/auparse/gstauparse.c:
25537 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25538 only unsupported formats are ADPCM/CCITT G.72x
25540 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25542 2004-05-10 Wim Taymans <wim@fluendo.com>
25544 * ext/vorbis/Makefile.am:
25545 * ext/vorbis/README:
25546 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25547 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25548 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25549 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25550 (gst_oggvorbisenc_convert_sink),
25551 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25552 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25553 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25554 (get_constraints_string), (update_start_message),
25555 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25556 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25557 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25558 * ext/vorbis/oggvorbisenc.h:
25559 * ext/vorbis/vorbis.c: (plugin_init):
25560 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25561 (raw_caps_factory), (gst_vorbisenc_class_init),
25562 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25563 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25564 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25565 * ext/vorbis/vorbisenc.h:
25566 Added a raw vorbis encoder to be used with the oggmuxer.
25567 We still need the old encoder for some gnome applications,
25568 read the README to find out how that works.
25569 The raw encoder is called "rawvorbisenc" until 0.9.
25571 2004-05-10 Wim Taymans <wim@fluendo.com>
25573 * ext/ogg/gstogg.c: (plugin_init):
25574 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25576 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25577 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25578 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25579 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25580 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25581 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25582 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25583 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25584 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25585 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25586 Added an ogg muxer.
25587 Small typo fixes in the demuxer.
25589 2004-05-10 Wim Taymans <wim@fluendo.com>
25591 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25592 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25593 (theora_enc_change_state), (theora_enc_set_property),
25594 (theora_enc_get_property):
25595 Mark the last packet with an EOS flag which is not really needed
25597 Do some better video framerate initialisation.
25598 Update the buffer timestamp.
25600 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25602 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25603 Return the result of the parent state change call
25605 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25607 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25608 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25609 * gst/law/alaw-encode.c : (idem)
25610 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25611 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25612 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25614 2004-05-09 Benjamin Otte <otte@gnome.org>
25616 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25617 don't use a fixed buffer size when writing variable length data to
25618 it. Fixes memory corruption and makes alsasrc work
25620 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25622 * ext/gnomevfs/gstgnomevfssink.c:
25623 (_gst_boolean_allow_overwrite_accumulator),
25624 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25625 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25626 RUN_LAST, and don't use that to set the accumulator value because
25627 then it's always FALSE.
25629 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25631 * gst-libs/gst/riff/riff-media.c:
25632 (gst_riff_create_video_caps_with_data),
25633 (gst_riff_create_audio_caps),
25634 (gst_riff_create_audio_template_caps):
25635 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25636 Fix for unaligned RIFF files (i.e. where all the chunks together
25637 in a LIST chunk are not of the same size as the size given in
25638 the LIST chunk header). Fixes several odd WAVE files. Also fix
25639 ADPCM (block_align property) in audio, so that wavparse based
25640 on this works now as it used to stand-alone.
25642 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25644 reviewed by Benjamin Otte <otte@gnome.org>
25646 * ext/a52dec/gsta52dec.c:
25647 * ext/divx/gstdivxdec.c:
25648 * ext/divx/gstdivxenc.c:
25649 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25650 * ext/faac/gstfaac.c: (gst_faac_base_init):
25651 * ext/faad/gstfaad.c: (gst_faad_base_init):
25652 * ext/ivorbis/vorbisfile.c:
25653 * ext/lame/gstlame.c:
25654 * ext/libfame/gstlibfame.c:
25655 * ext/mpeg2enc/gstmpeg2enc.cc:
25656 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25657 * ext/sidplay/gstsiddec.cc:
25658 * ext/speex/gstspeexdec.c:
25659 * ext/speex/gstspeexenc.c:
25660 * ext/xvid/gstxviddec.c:
25661 * ext/xvid/gstxvidenc.c:
25662 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25665 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25667 * ext/alsa/gstalsa.c: (device_list),
25668 (gst_alsa_class_probe_devices):
25669 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25670 Fix alsa oddness in mixer after the combination of using mixer
25671 in source/sink elements and using hw:x,y instead of just hw:x.
25673 2004-05-09 Benjamin Otte <otte@gnome.org>
25675 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25676 (gst_wavparse_create_sourcepad):
25677 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25680 2004-05-09 Benjamin Otte <otte@gnome.org>
25682 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25683 allow discont events before caps nego
25685 2004-05-08 Benjamin Otte <otte@gnome.org>
25687 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25690 2004-05-08 Benjamin Otte <otte@gnome.org>
25692 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25693 (gst_level_change_state), (gst_level_init):
25694 * gst/level/gstlevel.h:
25695 figure out if we're initialized directly instead of keeping a
25696 variable that's wrong in 90% of cases
25697 don't initialize pads and then leak them and use a new unitialized
25698 pad. (fixes #142084)
25699 these were bugs so n00bish I didn't find them for an hour :/
25701 2004-05-08 Iain <iain@prettypeople.org>
25703 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25704 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25705 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25706 return the length that was read.
25707 (gst_riff_read_strf_auds): Allow fmt tags as well.
25709 2004-05-07 David Schleef <ds@schleef.org>
25711 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25712 signed char assumption in faad.h.
25714 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25716 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25717 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25719 2004-05-07 Colin Walters <walters@redhat.com>
25721 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25722 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25724 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25725 Add dispose function.
25727 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25728 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25729 Fix caps nego and pad templates. RGB mode caps should
25731 * ext/dvdnav/gst-dvd:
25732 Move mpeg2dec inside the thread because otherwise the
25733 queue rejects cap changes mid-stream
25734 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25735 (gst_mpeg2dec_flush_decoder):
25736 For mpeg2dec > 0.4.0, call the flush function instead of
25737 manually extracting all in-flight frames.
25738 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25739 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25740 Change mime type video/dv go video/x-dv to match the
25741 rest of gst-plugins
25743 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25745 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25746 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25747 (gst_alsa_sink_class_init):
25748 * ext/alsa/gstalsasink.h:
25749 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25750 (gst_alsa_src_class_init):
25751 * ext/alsa/gstalsasrc.h:
25752 Make alsasink/src a subclass of alsamixer so that mixer stuff
25753 shows up in gst-rec. Needs some finetuning.
25755 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25757 * ext/lame/gstlame.c: (gst_lame_chain):
25759 * ext/mad/gstmad.c: (gst_mad_handle_event):
25761 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25762 be able to detect mp3 files < 4096 bytes
25764 2004-05-06 Wim Taymans <wim@fluendo.com>
25766 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25767 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25768 (theora_enc_set_property), (theora_enc_get_property):
25769 Also encode the first frame, cleanup some code.
25771 2004-05-06 Wim Taymans <wim@fluendo.com>
25773 * ext/mpeg2enc/gstmpeg2enc.cc:
25774 Forward events first before deciding that negotiation was
25777 2004-05-06 Wim Taymans <wim@fluendo.com>
25779 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25780 First process the events before deciding that negotiation
25783 2004-05-06 Wim Taymans <wim@fluendo.com>
25785 * ext/theora/Makefile.am:
25786 * ext/theora/theora.c: (plugin_init):
25787 * ext/theora/theoradec.c: (theora_dec_change_state):
25788 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25789 (gst_theora_enc_class_init), (gst_theora_enc_init),
25790 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25791 (theora_enc_chain), (theora_enc_change_state),
25792 (theora_enc_set_property), (theora_enc_get_property):
25793 Added a theora encoder, grouped the encoder and decoder into the
25796 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25798 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25799 (gst_jpegenc_chain):
25800 fix DURATION on outgoing buffers
25801 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25802 debug using time formats
25803 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25804 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25805 (gst_xvimagesink_sink_link):
25806 windows with width/height 0 generate X errors, so don't allow them
25808 2004-05-05 Wim Taymans <wim@fluendo.com>
25810 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25811 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25812 (gst_mpeg2dec_negotiate_format):
25813 * ext/mpeg2dec/gstmpeg2dec.h:
25814 removed the static pad template so that we can add the
25815 more accurate framerate value to the caps.
25818 2004-05-04 Benjamin Otte <otte@gnome.org>
25821 check for kdemacros.h, too (should fix #141821)
25822 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25823 don't crash if no header was sent, but nicely error out (fixes part
25826 2004-05-04 Wim Taymans <wim@fluendo.com>
25828 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25829 parent dispose function to avoid segfault on destroy.
25831 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25833 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25835 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25836 (gst_xvimagesink_sink_link):
25837 clean up debugging caps
25838 also recreate xvimage when format has changed
25840 2004-05-04 Benjamin Otte <otte@gnome.org>
25842 * ext/libvisual/Makefile.am:
25843 * ext/libvisual/visual.c: (gst_visual_class_init),
25844 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25845 (gst_visual_srclink), (gst_visual_chain),
25846 (gst_visual_change_state), (plugin_init):
25847 use a GstAdapter to correctly adapt buffer sizes - allows using a
25850 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25852 * sys/v4l/gstv4lelement.h:
25853 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25854 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25855 (gst_v4lsrc_buffer_free):
25856 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25857 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25858 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25859 (gst_v4lsrc_requeue_frame):
25860 move some debugging categories around
25861 query for fps index and set accordingly if found
25863 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25865 * ext/lame/gstlame.c:
25866 correct defaults that lame_init puts out of range
25868 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25870 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25871 (gst_divxenc_class_init):
25872 fix range since -1 is the default
25873 * gst/mpeg1sys/gstmpeg1systemencode.c:
25874 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25875 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25876 (gst_rtjpegdec_chain):
25877 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25878 (gst_rtjpegenc_chain):
25879 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25880 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25881 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25882 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25883 * sys/v4l/gstv4lsrc.c:
25884 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25885 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25886 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25887 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25888 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25889 remove gst_info calls
25891 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25900 Updated translations
25902 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25904 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25905 refactor/comment code
25907 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25909 * gst/asfdemux/Makefile.am:
25910 * gst/asfdemux/asfheaders.c:
25911 * gst/asfdemux/asfheaders.h:
25912 * gst/asfdemux/gstasf.c: (plugin_init):
25913 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25914 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25915 (gst_asf_demux_setup_pad):
25916 * gst/asfdemux/gstasfdemux.h:
25917 * gst/asfdemux/gstasfmux.c:
25918 * gst/asfdemux/gstasfmux.h:
25919 Add tagging support to demuxer, split out registration in its own
25920 file instead of in demux (hacky), and prevent having some tables
25921 in our memory multiple times (in asfheaders.h).
25923 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25925 * gst/matroska/matroska-demux.c:
25926 (gst_matroska_demux_parse_metadata):
25927 * gst/matroska/matroska-ids.h:
25928 Basic tag reading support.
25930 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25932 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25933 Really detect ac-3 audio.
25934 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25935 really detect matroska files (off-by-1).
25937 2004-04-30 David Schleef <ds@schleef.org>
25939 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25940 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25941 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25942 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25943 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25944 hackage -- parse a lot more atoms, extract a few tags. One might even
25945 mistake this for tag support. Maybe it is.
25946 * gst/qtdemux/qtdemux.h:
25948 2004-04-30 Colin Walters <walters@verbum.org>
25950 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25952 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25954 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25955 (gst_ffmpegcolorspace_getcaps):
25956 remove broken nego fix
25958 2004-04-30 Benjamin Otte <otte@gnome.org>
25962 * ext/libvisual/Makefile.am:
25963 * ext/libvisual/visual.c:
25964 add initial support for libvisual (http://libvisual.sourceforge.net)
25965 libvisual is still quite alpha, so expect crashes in there :)
25967 2004-04-29 David Schleef <ds@schleef.org>
25969 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25970 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25971 up qtdemux to make it spit out codec_data. Do _not_ look at this
25972 code; you will no longer respect me.
25974 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25976 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25977 * ext/alsa/gstalsa.h :
25978 change alsa pcm device discovery to find more than 1 device
25979 per card. code review by Ronald.
25981 2004-04-29 David Schleef <ds@schleef.org>
25983 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25984 Add a check for a driver bug on FreeBSD. (bug #140565)
25986 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25988 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25989 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25990 (gst_jpegenc_getcaps):
25991 move format setting to inner loop
25992 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25993 (gst_ffmpegcolorspace_getcaps):
25994 use GST_PAD_CAPS if available so that we use already negotiated
25996 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25997 (qtdemux_parse_moov), (qtdemux_parse):
25999 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26000 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26001 move hardcoded path to DEFINE
26003 2004-04-28 David Schleef <ds@schleef.org>
26005 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26008 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26010 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26011 Don't probe for playback device if we're a source element. Fixes
26014 2004-04-29 Benjamin Otte <otte@gnome.org>
26016 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26017 (gst_id3_tag_chain):
26018 rewrite buffer offset
26020 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26024 * ext/dts/Makefile.am:
26025 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26026 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26027 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26028 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26029 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26030 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26032 * ext/dts/gstdtsdec.h:
26034 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26035 (gst_faad_srcconnect):
26036 Add ESDS atom handling (.m4a).
26038 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26040 * ext/divx/gstdivxdec.c: (plugin_init):
26041 Remove comment that makes no sense.
26042 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26043 Fix for obvious typo that resulted in warnings during gst-register.
26044 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26045 (gst_xviddec_sink_link):
26046 Fix caps negotiation a bit better.
26047 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26048 We call this 'codec_data', not 'esds'.
26050 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26052 * gst/monoscope/gstmonoscope.c:
26053 make sure we only provide 256x128
26054 * gst/monoscope/monoscope.c: (monoscope_init):
26055 assert size of 256x128
26057 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26060 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26061 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26062 fixate to max width and height of device
26064 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26067 * sys/v4l/gstv4l.c:
26068 * sys/v4l/gstv4lsrc.c:
26069 * sys/v4l/v4l_calls.c:
26070 * sys/v4l/v4lsrc_calls.c:
26071 fix for qc-usb driver which fakes having more than one buffer
26072 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26073 buffer_free override
26076 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26079 * gst/videotestsrc/gstvideotestsrc.c:
26080 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26081 (gst_videotestsrc_init), (gst_videotestsrc_get),
26082 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26083 * gst/videotestsrc/gstvideotestsrc.h:
26084 add num-buffers property
26086 2004-04-26 Benjamin Otte <otte@gnome.org>
26088 * ext/mad/gstid3tag.c: (plugin_init):
26089 set id3mux rank to NONE so it doesn't confuse spider
26090 require audio/mpeg,mpegversion=1 in id3mux
26092 2004-04-26 Benjamin Otte <otte@gnome.org>
26095 detect faad correctly as non-working if it's indeed non-working
26097 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26100 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26101 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26102 fix _getcaps so it only negotiates to its supported format
26104 2004-04-25 Benjamin Otte <otte@gnome.org>
26106 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26109 2004-04-23 Benjamin Otte <otte@gnome.org>
26111 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26112 audio/x-raw-int with height rules! not. Now it's depth.
26114 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26116 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26117 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26118 (gst_wavparse_loop):
26119 Missing variable initialization. Add handling of DVI ADPCM. Fix
26120 mis-parsing of LIST chunks. This works around a bug where we mis-
26121 parse non-aligning LIST chunks (so LIST chunks where the contents
26122 don't align with the actual LIST size). The correct fix is to use
26123 rifflib, I'm not going to fix wavparse - too much work. All this
26126 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26128 reviewed by Benjamin Otte <otte@gnome.org>
26130 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26131 fix shoutcast not working (fixes #140844)
26133 2004-04-22 Benjamin Otte <otte@gnome.org>
26135 * ext/hermes/gsthermescolorspace.c:
26136 (gst_hermes_colorspace_caps_remove_format_info):
26137 * gst/colorspace/gstcolorspace.c:
26138 (gst_colorspace_caps_remove_format_info):
26139 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26140 (gst_ffmpegcolorspace_caps_remove_format_info):
26141 s/gst_caps_simplify/gst_caps_do_simplify/
26143 2004-04-22 Benjamin Otte <otte@gnome.org>
26145 * gst-libs/gst/riff/riff-media.c:
26146 (gst_riff_create_video_caps_with_data):
26147 mpegversion is an int
26148 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26149 don't try to create pad templates with NULL caps, use any caps
26152 2004-04-20 David Schleef <ds@schleef.org>
26154 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26155 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26158 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26160 reviewed by David Schleef
26162 * ext/mad/gstid3tag.c: Add stdlib.h
26163 * gst/rtp/gstrtpgsmenc.c: same
26164 * gst/tags/gstid3tag.c: same
26165 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26166 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26167 GST_DISABLE_LOADSAVE use.
26168 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26169 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26170 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26172 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26173 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26175 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26176 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26178 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26181 2004-04-20 David Schleef <ds@schleef.org>
26183 * gst/realmedia/rmdemux.c: This was supposed to part of the
26184 last checkin. Same idea.
26186 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26188 reviewed by David Schleef
26190 * configure.ac: bump required gstreamer version to 0.8.1.1
26191 because of following changes [--ds]
26193 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26194 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26195 (gst_riff_read_header): Use GST_READ_UINT*
26196 macros to access possibly unaligned memory.
26198 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26199 (mp3_type_find): Use GST_READ_UINT*
26200 macros to access possibly unaligned memory.
26201 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26202 (speex_type_find): Likewise
26204 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26206 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26207 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26208 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26209 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26210 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26211 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26212 macros to access possibly unaligned memory.
26214 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26217 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26218 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26220 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26223 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26224 (gst_mpeg2subt_chain_subtitle): Likewise.
26226 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26227 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26230 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26233 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26236 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26239 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26242 update required version of GStreamer because of GST_TIME_FORMAT
26244 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26246 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26247 remove leftover g_print
26248 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26249 don't try setting only a subset of the caps. We don't want to kill
26250 autoplugging on purpose
26252 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26254 * sys/ximage/ximagesink.c: (plugin_init):
26255 * sys/xvimage/xvimagesink.c: (plugin_init):
26256 add debugging categories
26258 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26262 Adding en_GB translation (Gareth Owen)
26264 2004-04-20 David Schleef <ds@schleef.org>
26266 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26267 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26268 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26269 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26270 A number of new features and hacks to extract the esds atom and
26271 put it into the caps. (bug #137724)
26273 2004-04-19 David Schleef <ds@schleef.org>
26275 * gconf/Makefile.am: Fix for non-GNU make
26276 * gst-libs/gst/Makefile.am: Change directory order to handle
26277 GstPlay linking with gstinterfaces
26278 * gst-libs/gst/audio/make_filter: make use of tr portable
26279 * gst-libs/gst/play/Makefile.am: Add intended \
26280 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26281 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26282 function prototype instead of void *.
26283 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26285 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26286 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26287 * gst/videofilter/make_filter: make use of tr portable
26288 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26290 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26294 Added Ukrainian translation (Maxim V. Dziumanenko)
26296 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26298 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26299 (gst_gsmdec_link), (gst_gsmdec_chain):
26300 Fix capsnego, simplify chain function slightly.
26301 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26304 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26306 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26307 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26308 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26309 Hack to make wavparse work with spider (always -> sometimes pad).
26310 Fixes #135862 && #140411.
26312 2004-04-18 Benjamin Otte <otte@gnome.org>
26314 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26315 (gst_osselement_rate_probe_check),
26316 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26317 get rid of \n in debug output
26319 2004-04-17 Iain <iain@prettypeople.org>
26321 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26324 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26326 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26327 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26328 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26329 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26330 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26331 (gst_id3_tag_change_state), (plugin_init):
26332 deprecate id3tag element and replace with id3demux/id3mux.
26333 great side effect: this ugly file is now even uglier, yay!
26334 * ext/mad/gstmad.h:
26335 remove non-available function
26336 update for new get_type
26338 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26341 require mpeg2dec >= 0.4.0
26343 2004-04-17 Benjamin Otte <otte@gnome.org>
26345 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26346 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26347 (gst_xvimagesink_set_xwindow_id):
26348 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26349 assorted cleanup fixes.
26351 2004-04-16 David Schleef <ds@schleef.org>
26353 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26354 * sys/xvimage/xvimagesink.h: same
26356 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26358 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26359 Fix GST_ELEMENT_ERROR with (NULL)
26361 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26363 * gst-libs/gst/riff/riff-media.c:
26364 (gst_riff_create_video_caps_with_data):
26365 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26367 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26369 * gst-libs/gst/riff/riff-media.c:
26370 (gst_riff_create_video_caps_with_data),
26371 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26372 (gst_riff_create_video_template_caps),
26373 (gst_riff_create_audio_template_caps):
26374 * gst-libs/gst/riff/riff-media.h:
26375 * gst-libs/gst/riff/riff-read.c:
26376 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26377 * gst-libs/gst/riff/riff-read.h:
26378 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26379 Add MS RLE support. I added some functions to read out strf chunks
26380 into strf chunks and the data behind it. This is usually color
26381 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26382 caps creation. Lastly, add ADPCM (similar to wavparse - which
26383 should eventually be rifflib based).
26384 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26385 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26386 * gst/matroska/matroska-demux.h:
26387 Remove placeholders for some prehistoric tagging system. Didn't add
26388 support for any tag system really anyway.
26389 * gst/qtdemux/qtdemux.c:
26390 Add support for audio/x-m4a (MPEG-4) through spider.
26391 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26392 (gst_wavparse_loop):
26393 ADPCM support (#135862). Increase max. buffer size because we
26394 cannot split buffers for ADPCM (screws references) and I've seen
26395 files with 2048 byte chunks. 4096 seems safe for now.
26397 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26399 * configure.ac: bump nano to 1
26401 === release 0.8.1 ===
26403 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26405 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26407 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26409 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26410 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26413 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26415 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26416 lower rank of dvddemux so that it's not used for mpeg playback.
26418 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26421 save libs correctly when checking mad
26423 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26425 * ext/mad/gstid3tag.c: (plugin_init):
26426 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26428 2004-04-13 David Schleef <ds@schleef.org>
26430 * common/m4/gst-feature.m4: Call -config scripts with
26431 --plugin-libs if it is supported.
26432 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26433 JPEG images are image/jpeg.
26434 * gst/debug/Makefile.am:
26435 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26436 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26437 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26438 (gst_negotiation_plugin_init): Add a property that acts like
26440 * testsuite/gst-lint: Move license checking to be a standard
26443 2004-04-13 David Schleef <ds@schleef.org>
26445 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26446 patch from Sebastien Cote (bug #139958)
26448 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26450 * examples/gstplay/Makefile.am:
26451 * examples/gstplay/player.c: (main):
26452 make the commandline player example use gconf settings
26454 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26456 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26457 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26458 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26459 init/end library during state transition, not object
26460 creation/disposal. get rid of custom dispose handler.
26463 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26465 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26468 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26470 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26471 Handle JUNK chunks inside data section. Prevents warnings.
26473 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26475 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26476 (gst_riff_create_video_template_caps):
26478 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26479 (gst_avi_demux_stream_data):
26480 Add support for "rec-list" chunks.
26482 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26484 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26485 Fix another codecname mismatch.
26487 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26489 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26490 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26491 so that MJPEG plays back.
26493 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26495 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26496 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26497 * gst/mpeg1videoparse/gstmp1videoparse.h:
26498 Fix for some slight mis-cuts in buffer parsing, and for some
26499 potential overflows or faults-causers. Adds disconts. Also fixes
26500 #139105 while we're at it.
26502 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26505 * sys/v4l2/gstv4l2element.h:
26506 Workaround for missing struct v4l2_buffer declaration in Suse 9
26507 and Mandrake 10 linux/videodev2.h header file (#135919).
26509 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26511 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26512 Bail out if no filename was given.
26514 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26516 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26517 (gst_v4l2_fourcc_from_structure):
26518 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26521 2004-04-09 Benjamin Otte <otte@gnome.org>
26523 * ext/gnomevfs/gstgnomevfssink.c:
26524 (_gst_boolean_allow_overwrite_accumulator),
26525 (gst_gnomevfssink_class_init):
26526 fix erase signal - if any handler returns false the file will not be
26527 overwritten. If no handler is connected, the file will not be
26528 overwritten either.
26529 renamed signal to "allow-overwrite"
26530 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26531 free string when adding it to ID3 failed
26532 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26533 unref event when done
26534 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26536 * gst/typefind/gsttypefindfunctions.c:
26537 (mpeg_video_stream_type_find):
26540 2004-04-08 David Schleef <ds@schleef.org>
26542 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26543 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26545 2004-04-08 David Schleef <ds@schleef.org>
26547 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26548 we don't support (bug #139532)
26550 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26552 * ext/mad/gstmad.c: (gst_mad_handle_event),
26553 (gst_mad_check_caps_reset), (gst_mad_chain),
26554 (gst_mad_change_state):
26555 only set explicit caps if they haven't been set before for
26556 this stream. MPEG-audio sample rate/channels aren't allowed
26557 to change in-stream.
26560 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26562 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26563 (_gst_boolean_did_something_accumulator),
26564 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26565 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26566 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26567 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26568 (gst_gnomevfssink_change_state):
26569 Fix erase signal. Don't erase by default. Remove handoff signal.
26570 Remove erase property. Don't segfault. General cleanup.
26572 2004-04-07 Benjamin Otte <otte@gnome.org>
26574 * gst-libs/gst/gconf/test-gconf.c: (main):
26575 add missing gst_init
26577 2004-04-07 Benjamin Otte <otte@gnome.org>
26579 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26580 free the mutexes, too
26582 2004-04-07 Benjamin Otte <otte@gnome.org>
26584 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26585 actually free the URI string
26586 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26587 compute offset correctly when passing discont events
26588 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26589 don't leak discont events
26590 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26591 add some missing breaks so caps aren't copied randomly
26592 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26593 if we realloc memory, we better use it
26595 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26597 * ext/mad/gstmad.c: (normal_seek):
26598 fix GST_FORMAT_TIME usage
26600 2004-04-05 David Schleef <ds@schleef.org>
26602 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26603 a deprecated function (hack!)
26605 2004-04-05 Benjamin Otte <otte@gnome.org>
26607 * ext/esd/esdmon.c: (gst_esdmon_get):
26608 fix nonterminated vararg and memleak
26610 2004-04-05 Benjamin Otte <otte@gnome.org>
26612 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26613 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26614 (gst_ladspa_set_property), (gst_ladspa_get_property),
26615 (gst_ladspa_instantiate), (gst_ladspa_activate),
26616 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26619 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26621 reviewed by Benjamin Otte <otte@gnome.org>
26623 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26624 check for broken LADSPA parameters (fixes #138635)
26626 2004-04-05 Benjamin Otte <otte@gnome.org>
26628 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26629 advertise buffer-frames correctly on sinkpads
26631 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26633 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26634 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26635 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26636 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26637 (gst_mad_check_caps_reset), (gst_mad_chain):
26638 add more debugging, only reset caps when we're not in error state
26640 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26642 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26644 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26646 reviewed by Benjamin Otte <otte@gnome.org>
26649 fix == in test(1) operator
26651 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26653 reviewed by Benjamin Otte <otte@gnome.org>
26656 fix --export-symblos-regex to a working regex.
26658 2004-04-04 Benjamin Otte <otte@gnome.org>
26660 * sys/oss/.cvsignore:
26663 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26665 reviewed by Benjamin Otte <otte@gnome.org>
26667 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26668 add missing 'new_media' argument (fixes #138168)
26669 * gst/matroska/matroska-demux.c:
26670 (gst_matroska_demux_handle_seek_event):
26671 add vararg terminator (fixes #138169)
26673 2004-04-02 David Schleef <ds@schleef.org>
26675 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26676 disted (bug #138914)
26678 2004-04-01 Benjamin Otte <otte@gnome.org>
26680 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26681 (gst_alsa_close_audio):
26682 handle case better where a soundcard can't pause
26683 * ext/ogg/gstoggdemux.c:
26684 don't crash when we get events but don't have pads yet
26686 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26688 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26689 throw an error if we couldn't probe any caps.
26691 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26693 * ext/dvdnav/gst-dvd:
26694 Add a really simple sample DVD player
26696 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26698 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26699 (gst_a52dec_push), (gst_a52dec_handle_event),
26700 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26701 (gst_a52dec_change_state):
26702 * ext/a52dec/gsta52dec.h:
26703 Use a debug category, Output timestamps correctly
26704 Emit tag info, Handle events, tell liba52dec about cpu
26705 capabilities so it can use MMX etc.
26706 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26707 Fix a crasher accessing invalid memory
26708 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26709 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26710 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26711 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26713 Some support for byte-format seeking.
26714 Small fixes for still frames and menu button overlays
26715 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26716 (gst_mpeg2dec_alloc_buffer):
26717 Use a debug category. Adjust the report level of several items to
26718 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26719 so it doesn't lose the GstBuffer pointer
26720 * gst/debug/Makefile.am:
26721 * gst/debug/gstdebug.c: (plugin_init):
26722 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26723 (gst_navseek_base_init), (gst_navseek_class_init),
26724 (gst_navseek_init), (gst_navseek_seek),
26725 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26726 (gst_navseek_get_property), (gst_navseek_chain),
26727 (gst_navseek_plugin_init):
26728 * gst/debug/gstnavseek.h:
26729 Add the navseek debug element for seeking back and forth in a
26730 video stream using arrow keys.
26731 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26732 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26733 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26734 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26735 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26736 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26737 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26738 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26739 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26740 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26741 * gst/mpeg2sub/gstmpeg2subt.h:
26742 Pretty much a complete rewrite. Now a loopbased element. May still
26743 require work to properly synchronise subtitle buffers.
26744 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26745 (gst_dvd_demux_send_subbuffer):
26746 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26747 Don't attempt to create subbuffers of size 0
26748 Reduce a couple of error outputs to warnings.
26749 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26750 (gst_y4mencode_chain):
26751 Output the y4m frame header correctly.
26753 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26755 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26756 throw errors instead of allowing SIGFPE
26758 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26760 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26761 (gst_gconf_render_bin_from_key):
26762 leak plugging and style fixing
26764 2004-03-31 David Schleef <ds@schleef.org>
26766 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26767 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26769 * gst/debug/Makefile.am:
26770 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26771 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26773 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26774 (gst_negotiation_base_init), (gst_negotiation_class_init),
26775 (gst_negotiation_init), (gst_negotiation_getcaps),
26776 (gst_negotiation_pad_link), (gst_negotiation_chain),
26777 (gst_negotiation_set_property), (gst_negotiation_get_property),
26778 (gst_negotiation_plugin_init): New element to talk about random
26779 negotiation things happening in a pipeline.
26781 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26783 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26784 fix integer addition with help of Stefan Kost
26786 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26788 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26790 2004-03-30 David Schleef <ds@schleef.org>
26792 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26793 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26794 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26796 * ext/mpeg2dec/gstmpeg2dec.h:
26798 2004-03-30 David Schleef <ds@schleef.org>
26800 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26802 2004-03-30 David Schleef <ds@schleef.org>
26804 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26805 Michael Petullo) to handle .mov
26807 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26809 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26810 (gst_osselement_rate_check_rate):
26811 probe caps correctly for sound cards that only support one format
26813 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26815 * ext/kio/kiosrc.cpp: (process_events):
26816 update handling event processing if inside KDE - untested
26818 2004-03-29 David Schleef <ds@schleef.org>
26820 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26821 by 2 to not interfere with other colorspaces.
26822 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26823 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26824 one to not interfere with ffmpeg_colorspace.
26826 2004-03-29 David Schleef <ds@schleef.org>
26828 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26829 aren't in the caps.
26830 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26831 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26833 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26835 * gst-libs/gst/riff/riff-media.c:
26836 fail on error, don't try to set stuff on NULL caps
26838 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26842 * ext/kio/Makefile.am:
26843 * ext/kio/kioreceiver.cpp:
26844 * ext/kio/kioreceiver.h:
26845 * ext/kio/kiosrc.cpp:
26846 * ext/kio/kiosrc.h:
26847 add experimental kiosrc plugin
26848 * ext/alsa/gstalsaplugin.c: (plugin_init):
26849 initialize debugging category only when we're sure registering the
26852 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26854 * examples/gstplay/player.c: (main):
26855 * gst-libs/gst/play/play.c: (gst_play_class_init),
26856 (gst_play_set_location), (gst_play_set_data_src),
26857 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26858 (gst_play_set_visualization), (gst_play_connect_visualization):
26859 check return values of element_set_state and return FALSE where
26862 2004-03-29 Benjamin Otte <otte@gnome.org>
26864 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26865 try harder to check if an event is really a discont
26867 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26869 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26872 2004-03-28 Benjamin Otte <otte@gnome.org>
26874 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26875 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26876 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26877 get rid of non-standard "..." ranges in case statements.
26879 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26881 * gst/mpegstream/gstmpegdemux.c:
26882 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26883 specific functionality split to the new dvddemux element.
26884 * gst/mpegstream/gstdvddemux.c:
26885 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26886 streams, derived from mpegdemux.
26887 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26888 up. SCR based timestamp rewriting can be turned off (will probably
26889 completely disappear soon).
26890 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26891 hacking. General cleanup. All printf statements replaced by
26892 debugging messages. Almost complete libdvdnav support.
26893 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26894 by events. New properties for audio and subpicture languages.
26895 (dvdnavsrc_update_highlight): Now uses events.
26896 (dvdnavsrc_user_op): Cleaned up.
26897 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26898 based). Lots of cleanup, and propper support for most libdvdnav
26900 (dvdnavsrc_make_dvd_event): New function.
26901 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26902 (dvdnavsrc_make_clut_change_event): New function.
26904 2004-03-26 Benjamin Otte <otte@gnome.org>
26906 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26907 fix bug where typefinding would claim it's theora whenever less then
26908 7 bytes of data were available
26910 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26912 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26913 (gst_alawdec_base_init), (gst_alawdec_class_init),
26914 (gst_alawdec_init), (gst_alawdec_chain):
26915 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26916 (gst_alawenc_base_init), (gst_alawenc_class_init),
26917 (gst_alawenc_init), (gst_alawenc_chain):
26918 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26919 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26920 (gst_mulawdec_init), (gst_mulawdec_chain):
26921 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26922 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26923 (gst_mulawenc_init), (gst_mulawenc_chain):
26924 Fix capsnego in all four, remove the unused property functions and
26925 simplify the chain functions slightly. I guess we could use macros
26926 or something similar for those, since the code is so similar, but
26927 I'm currently too lazy...
26929 2004-03-24 David Schleef <ds@schleef.org>
26931 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26932 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26933 (gst_osselement_get_format_structure),
26934 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26935 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26936 (gst_osselement_rate_int_compare): Add code to handle rate probing
26938 * sys/oss/gstosselement.h: same
26939 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26940 Use rate probing provided by osselement.
26941 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26943 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26945 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26946 (gst_xvidenc_get_property):
26949 2004-03-24 David Schleef <ds@schleef.org>
26951 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26952 (gst_speexdec_init):
26953 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26954 (gst_speexenc_init): Create the pad template correctly (from
26955 the static pad template, not a NULL pointer.)
26957 2004-03-25 Benjamin Otte <otte@gnome.org>
26959 * gst/debug/Makefile.am:
26960 * gst/debug/breakmydata.c:
26961 add element that quasi-randomly changes bytes in the stream.
26962 Intended use is robustness checking of demuxers and decoders in
26965 2004-03-24 Benjamin Otte <otte@gnome.org>
26967 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26968 (gst_alsa_probe_hw_params):
26969 * ext/alsa/gstalsa.h:
26970 debugging output fixes
26972 2004-03-24 Benjamin Otte <otte@gnome.org>
26974 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26975 don't g_return_if_fail if element is PLAYING, fail silently as every
26977 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26978 only fix needed for cast lvalue issues in gst-plugins
26979 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26982 2004-03-24 Benjamin Otte <otte@gnome.org>
26984 * gst/level/gstlevel.c: (gst_level_init):
26985 add proxying getcaps function, so level doesn't advertise impossible
26988 2004-03-24 David Schleef <ds@schleef.org>
26990 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26991 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26992 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26993 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26994 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26995 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26996 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26997 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26998 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26999 messages. Divide the chunk size by the compression ratio
27000 (needed for MACE audio)
27002 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27004 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27005 Fix buffer overflow read error.
27007 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27009 * ext/alsa/gstalsa.h:
27010 Remove unused entry.
27011 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27013 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27014 (gst_videodrop_link), (gst_videodrop_chain):
27015 Fix, sort of. Was horribly broken with new capsnego. Bah...
27017 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27019 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27021 Add a monkeysaudio typefind function
27023 2004-03-23 Johan Dahlin <johan@gnome.org>
27025 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27026 (gst_play_video_fixate): Check so the structure has the field
27027 before trying to fixate them, this makes it possible to have
27028 fakesinks for video and audio output without printing errors on
27029 the output console.
27031 2004-03-22 David Schleef <ds@schleef.org>
27033 * sys/oss/Makefile.am:
27034 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27035 (check_rate), (add_rate): Rate probing test app.
27037 2004-03-21 Benjamin Otte <otte@gnome.org>
27039 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27040 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27041 add a fixation function that pretty much does the right thing (fixes
27044 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27046 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27048 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27050 reviewed by: Benjamin Otte <otte@gnome.org>
27052 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27053 terminate gst_event_new_discontinuous correctly (fixes parts of
27056 2004-03-19 David Schleef <ds@schleef.org>
27058 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27059 since it doesn't depend on X, and it's part of our ABI.
27061 2004-03-19 Iain <iain@prettypeople.org>
27063 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27064 is_int in the structure, not the local variable.
27066 2004-03-19 David Schleef <ds@schleef.org>
27068 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27069 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27070 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27071 Improvements in caps negotiation.
27073 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27077 adding Afrikaans (Petri Jooste)
27079 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27081 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27082 (gst_ffmpegcolorspace_chain):
27083 throw error instead of g_critical (#137588)
27085 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27089 dist common and m4 correctly
27092 2004-03-17 David Schleef <ds@schleef.org>
27094 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27097 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27101 adding Swedish translation (Christian Rose)
27103 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27105 * Makefile.am: use release.mak
27107 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27109 * common/ChangeLog:
27110 * common/gst-autogen.sh:
27111 add some explanation about the version detection
27115 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27117 * configure.ac: bump nano to 1
27119 === release 0.8.0 ===
27121 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27123 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27125 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27128 update libtool version
27129 * gst-libs/gst/media-info/Makefile.am:
27130 actually use libtool version
27132 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27134 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27136 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27139 * gst-plugins.spec.in:
27140 * pkgconfig/Makefile.am:
27141 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27142 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27143 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27144 * pkgconfig/gstreamer-libs.pc.in:
27145 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27146 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27147 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27148 * pkgconfig/gstreamer-plugins.pc.in:
27149 remove @VERSION@ from some of the pc files since core and plugins
27151 created gstreamer-plugins.pc as it's a better name, but keeping
27152 -libs around for now to get fixes upstream done first.
27154 2004-03-15 Julien MOUTTE <julien@moutte.net>
27156 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27157 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27158 * gst-libs/gst/play/play.h:
27160 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27162 * *.c, *.cc: don't mix tabs and spaces
27164 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27166 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27167 use the new ffmpegcolorspace
27168 * gst-plugins.spec.in:
27169 package new colorspace and media-info
27171 * pkgconfig/Makefile.am:
27172 fix some more disting issues
27173 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27174 * pkgconfig/gstreamer-media-info.pc.in:
27175 generate media-info pc files
27177 2004-03-15 Johan Dahlin <johan@gnome.org>
27179 * *.h: Revert indenting
27181 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27184 adding ffmpegcolorspace element
27185 * gst/ffmpegcolorspace/Makefile.am:
27186 * gst/ffmpegcolorspace/avcodec.h:
27187 * gst/ffmpegcolorspace/common.h:
27188 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27189 * gst/ffmpegcolorspace/dsputil.h:
27190 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27191 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27192 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27193 (gst_ffmpeg_caps_to_pix_fmt):
27194 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27195 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27196 (gst_ffmpegcolorspace_caps_remove_format_info),
27197 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27198 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27199 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27200 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27201 (gst_ffmpegcolorspace_set_property),
27202 (gst_ffmpegcolorspace_get_property),
27203 (gst_ffmpegcolorspace_register):
27204 * gst/ffmpegcolorspace/imgconvert.c:
27205 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27206 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27207 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27208 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27209 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27210 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27211 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27212 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27213 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27214 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27215 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27216 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27217 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27218 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27219 (img_get_alpha_info), (deinterlace_line),
27220 (deinterlace_line_inplace), (deinterlace_bottom_field),
27221 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27222 * gst/ffmpegcolorspace/imgconvert_template.h:
27223 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27224 * gst/ffmpegcolorspace/mmx.h:
27225 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27226 adding ffmpegcolorspace element supplied by Ronald after cleaning
27227 up and pulling in the right bits of upstream source.
27228 I'm sure a better C/compiler wizard could do some cleaning up (for
27229 example use GLIB's malloc stuff), but as a first pass this
27232 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27234 * ext/alsa/gstalsa.h:
27235 I assume Ronald forgot to commit the change to have cardname
27236 as a struct member. Expect some public spanking at the next
27239 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27241 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27242 (gst_alsa_open_audio), (gst_alsa_close_audio):
27243 * ext/alsa/gstalsa.c:
27244 Don't open the device if we're a mixer (= padless).
27245 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27246 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27247 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27248 Open mixer during state change rather than during object
27249 initialization. Also, get a device name. Currently in a somewhat
27250 hackish fashion, but I didn't really find something better.
27252 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27254 * *.c, *.h: run gst-indent
27256 2004-03-14 Benjamin Otte <otte@gnome.org>
27258 * gst/modplug/gstmodplug.cc:
27259 * gst/modplug/gstmodplug.h:
27260 set correct timestamps on outgoing buffers
27262 2004-03-14 Benjamin Otte <otte@gnome.org>
27264 * gst/modplug/gstmodplug.cc:
27265 handle events - don't do crap when a discont arrives that's not
27267 This allows correct loading and playback of mods in Rhythmbox
27269 2004-03-14 Benjamin Otte <otte@gnome.org>
27272 * gst-libs/gst/gconf/Makefile.am:
27273 * pkgconfig/Makefile.am:
27274 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27275 they get rebuilt properly
27277 when checking for vorbis, try pkgconfig first.
27278 * gst/modplug/gstmodplug.cc:
27279 add fixate function
27281 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27283 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27284 Fix for obvious mistake, where we first shift the offset and then
27285 read a samplesize element assuming the old offset. Note that this
27286 part still has something weird, i.e. my movies containing those
27287 don't actually play well, but at least there's something that looks
27290 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27291 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27293 Add a typefind function for speex format
27295 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27297 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27298 (gst_asf_demux_setup_pad):
27299 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27300 instead of 0. Reason is simple: some elements have a fps range
27301 of 1-max instead of 0-max. So now ASF video actually works.
27303 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27307 adding serbian as a language
27309 2004-03-13 Benjamin Otte <otte@gnome.org>
27311 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27312 return taglist correctly from _get function, don't gst_pad_push it.
27315 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27316 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27318 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27320 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27321 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27322 (gst_alsa_mixer_track_new):
27323 * ext/alsa/gstalsamixertrack.h:
27324 Fix ancient leftovers... MixerTrack is a GObject.
27326 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27328 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27329 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27330 Don't block during probing...
27332 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27334 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27335 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27336 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27337 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27338 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27339 (gst_alsa_open_audio), (gst_alsa_close_audio):
27340 * ext/alsa/gstalsa.h:
27341 Add propertyprobe interface implementation, add some device-name
27342 property, all this so that it looks good in gnome-volume-control.
27344 2004-03-12 David Schleef <ds@schleef.org>
27346 * configure.ac: the Hermes library controls hermescolorspace, not
27348 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27349 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27351 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27352 * ext/sdl/sdlvideosink.h: ditto.
27353 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27355 2004-03-12 Benjamin Otte <otte@gnome.org>
27357 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27358 (gst_x_overlay_got_xwindow_id):
27359 * gst-libs/gst/xoverlay/xoverlay.h:
27360 replace XID with unsigned long to get rid of the xlibs dependency in
27361 XOverlay (fixes #137004)
27363 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27364 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27365 (gst_agingtv_setup):
27366 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27367 (gst_dicetv_base_init), (gst_dicetv_class_init),
27368 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27369 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27370 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27371 (gst_edgetv_setup), (gst_edgetv_rgb32):
27372 * gst/effectv/gsteffectv.c:
27373 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27374 (gst_quarktv_set_property):
27375 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27376 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27377 (gst_revtv_setup), (gst_revtv_rgb32):
27378 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27379 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27380 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27381 (gst_shagadelictv_rgb32):
27382 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27383 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27384 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27385 * gst/effectv/gstwarp.c:
27386 Port everything that can be ported to videofilter and fix up the caps.
27387 Can someone with a big-endian machine please check these?
27389 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27391 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27392 (gst_osssink_chain), (gst_osssink_change_state):
27393 Latest fixes for A/V sync, audio playback and such. This is about
27394 all... MPEG playback issues are mostly related to the async build-
27395 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27397 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27399 patch from: Stephane Loeuillet
27402 use pkg-config for some libraries, falling back to the old .m4 way
27407 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27410 * tools/Makefile.am:
27411 * tools/Makefile.in:
27412 * tools/gst-launch-ext-m.m:
27413 * tools/gst-launch-ext.1.in:
27414 * tools/gst-visualise-m.m:
27415 * tools/gst-visualise.1:
27416 * tools/gst-visualise.1.in:
27417 reorganizing generation of script tools
27419 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27421 * ext/divx/gstdivxdec.c:
27422 Downgrade priority. We prefer ffdec_mpeg4.
27423 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27424 (gst_faad_chain), (gst_faad_change_state):
27425 Fix capsnego. Doesn't work for some sounds because we don't have
27426 a 5:1 to stereo element.
27427 * ext/xvid/gstxvid.c: (plugin_init):
27429 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27430 (gst_osssink_change_state):
27431 Add discont handling.
27433 2004-03-09 Colin Walters <walters@verbum.org>
27435 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27438 2004-03-09 Benjamin Otte <otte@gnome.org>
27440 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27441 the signals take 2 arguments
27443 2004-03-09 David Schleef <ds@schleef.org>
27445 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27446 (gst_alsa_fixate): Add fixate function. (bug #136686)
27447 * ext/alsa/gstalsa.h:
27448 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27450 2004-03-09 Benjamin Otte <otte@gnome.org>
27452 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27453 (gst_mikmod_change_state):
27454 * ext/mikmod/gstmikmod.h:
27455 make mikmod's loop function not loop infinitely and call
27456 gst_element_yield anymore
27457 * gst/modplug/gstmodplug.cc:
27458 fix pad negotiation (fixes #136590)
27460 2004-03-09 David Schleef <ds@schleef.org>
27462 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27463 doesn't conflict with the internal colorspace plugin.
27464 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27465 satisfy the crappy-ass shell shipped by a certain vendor.
27466 * gst/videofilter/make_filter: same (bug #135299)
27468 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27470 * configure.ac: bump nano to 1
27472 === release 0.7.6 ===
27474 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27476 * configure.in: releasing 0.7.6, "There"
27478 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27480 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27481 * pkgconfig/gstreamer-play.pc.in:
27482 synchronize the two
27484 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27486 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27487 (cdparanoia_open), (cdparanoia_event):
27488 fix/add error handling
27490 add cdparanoia source
27491 * tools/Makefile.am:
27492 make scripts executable
27494 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27497 * ext/vorbis/Makefile.am:
27499 remove id3types, vorbisfile and xvideosink from the build (#133783)
27501 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27503 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27504 Fix metadata read crash (#136537).
27506 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27508 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27509 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27510 adding mime types, fixing the one-stop function
27512 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27514 * ext/nas/nassink.c and /ext/nas/nassink.h:
27515 More NAS love from Arwed von Merkatz
27516 So lets all sing 'Can you feel the NAS tonight'
27518 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27520 * tools/gst-launch-ext.in:
27521 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27523 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27525 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27526 (gst_mpeg2dec_init):
27527 remove the user_data pad for now, because it is being used in
27528 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27529 If someone knows how to fix this properly, please do.
27531 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27533 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27534 (gst_osssink_get_time):
27535 add a warning, IMO this won't get triggered anymore, remove later
27537 2004-03-07 David Schleef <ds@schleef.org>
27539 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27540 format (bug #136470)
27542 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27544 * gst-libs/Makefile.am:
27545 * gst-libs/gst/media-info/Makefile.am:
27546 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27547 (error_callback), (gst_media_info_error_create),
27548 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27549 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27550 * gst-libs/gst/media-info/media-info-priv.h:
27551 * gst-libs/gst/media-info/media-info-test.c: (main):
27552 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27553 (gst_media_info_class_init), (gst_media_info_instance_init),
27554 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27555 (gst_media_info_read_idler), (gst_media_info_read):
27556 * gst-libs/gst/media-info/media-info.h:
27557 fixed, should work now
27559 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27561 * ext/nas/nassink.c:
27562 A bunch of NAS fixes from Arwed von Merkatz
27564 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27566 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27567 (qtdemux_parse_trak):
27568 Fix crash (j might be greater than n_samples, in which case we're
27569 writing outside the allocated space for the array) and memleak.
27571 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27573 * sys/oss/gstosssink.c: (gst_osssink_chain):
27574 And another caller that couldn't handle delay < 0 (unsigned
27575 integer overflow). Video now continues playing on an audio
27576 buffer underrun, and the clock continues working. Audio still
27579 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27581 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27582 (gst_osssink_get_time):
27583 get_delay() may return values lower than 0. In those cases, we
27584 should not actually cast to *unsigned* int64, that will break
27585 stuff horribly. In my case, it screwed up A/V sync in movies
27586 in totem rather badly.
27588 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27590 * ext/faac/gstfaac.c: (gst_faac_chain):
27591 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27592 * ext/libpng/gstpngenc.c: (user_write_data):
27593 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27594 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27595 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27596 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27597 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27598 of any buffer), should fix some leaks. I hope I didn't unref buffers
27599 that shouldn't be...
27601 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27603 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27604 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27605 (error_callback), (gmi_reset), (gmi_seek_to_track),
27606 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27607 (gmip_find_type_post), (gmip_find_stream_post),
27608 (gmip_find_track_streaminfo_post):
27609 * gst-libs/gst/media-info/media-info-priv.h:
27610 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27611 (info_print), (main):
27612 * gst-libs/gst/media-info/media-info.c:
27613 (gst_media_info_error_create), (gst_media_info_error_element),
27614 (gst_media_info_instance_init), (gst_media_info_get_property),
27615 (gst_media_info_new), (gst_media_info_set_source),
27616 (gst_media_info_read_idler), (gst_media_info_read):
27617 * gst-libs/gst/media-info/media-info.h:
27618 first pass at making this work again. This seems to work on
27619 tagged ogg/vorbis and mp3 files.
27621 2004-03-06 Benjamin Otte <otte@gnome.org>
27623 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27624 fix huge leak: gst_buffer_merge doesn't unref the first argument
27627 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27629 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27630 report layer/mode/emphasis
27632 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27634 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27636 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27638 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27641 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27643 * ext/vorbis/vorbis.c: (plugin_init):
27644 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27645 (gst_vorbis_dec_init), (vorbis_dec_event):
27647 make vorbisdec handle _BYTE and _TIME queries
27649 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27651 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27652 from the xing header
27654 2004-03-06 Benjamin Otte <otte@gnome.org>
27656 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27657 (gst_audio_convert_link), (gst_audio_convert_change_state),
27658 (gst_audio_convert_buffer_from_default_format):
27659 do conversions from/to float correctly, fix some caps nego errors,
27660 export correct supported caps in template and getcaps, use correct
27661 caps in try_set_caps functions
27663 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27665 For some reason, I only committed a ChangeLog entry yesterday and
27666 not the corresponding code...
27667 * ext/mad/gstmad.c: Fix detection of Xing headers
27668 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27670 2004-03-06 Benjamin Otte <otte@gnome.org>
27672 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27673 (gst_ogg_demux_src_query):
27674 make sure to handle the case where there's no current chain
27677 2004-03-05 David Schleef <ds@schleef.org>
27679 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27680 Add fixate function. (bug #131128)
27681 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27682 (gst_sdlvideosink_fixate): Add fixate function.
27683 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27684 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27685 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27686 Fix missing break that was causing ulaw to be interpreted as
27689 2004-03-05 David Schleef <ds@schleef.org>
27691 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27692 Fix code that ignores return value of gst_buffer_merge().
27694 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27695 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27696 * testsuite/gst-lint: Check for above.
27698 2004-03-05 David Schleef <ds@schleef.org>
27700 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27701 caps and throw an element error. (bug #136334)
27703 2004-03-05 David Schleef <ds@schleef.org>
27705 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27706 (gst_faad_chain): Fix negotiation.
27707 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27708 key and button events.
27709 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27711 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27713 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27714 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27715 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27716 function to encourage better negotiation, particularly between
27717 audioconvert and osssink.
27718 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27719 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27721 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27723 * gst/vbidec/vbiscreen.c: Add glib header
27724 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27726 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27728 * ext/mad/gstmad.c: Fix detection of Xing headers
27729 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27731 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27733 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27734 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27737 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27739 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27740 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27741 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27742 files, and report the parsed length as a GST_TAG_DURATION tag.
27743 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27745 2004-03-05 Benjamin Otte <otte@gnome.org>
27747 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27748 convert channels correctly. convert correctly to unsigned.
27750 2004-03-05 Julien MOUTTE <julien@moutte.net>
27752 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27753 we have a window before clearing it.
27755 2004-03-05 Julien MOUTTE <julien@moutte.net>
27757 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27758 have a window before clearing it.
27760 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27762 * gconf/gstreamer.schemas.in:
27763 * gst-libs/gst/gconf/Makefile.am:
27764 version installation path the same way as for 0.6
27765 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27766 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27767 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27768 remove comment that was fixed
27770 2004-03-05 David Schleef <ds@schleef.org>
27772 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27773 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27774 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27775 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27776 Add prototype code for handling seeking and querying.
27778 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27780 * examples/gstplay/player.c: (main):
27781 Initialize variables to NULL. Prevents a segfault because the
27782 (uninitialized) variable is not NULL, resulting in a crash on
27783 trying to reach error->message.
27785 2004-03-05 Benjamin Otte <otte@gnome.org>
27787 * gst/audioconvert/gstaudioconvert.c:
27788 (gst_audio_convert_buffer_to_default_format):
27789 make float=>int conversion work correctly even in cornercases.
27791 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27793 * debian/README.Debian:
27794 * debian/build-deps:
27795 * debian/changelog:
27797 * debian/control.in:
27798 * debian/copyright:
27799 * debian/gstreamer-a52dec.files:
27800 * debian/gstreamer-aa.files:
27801 * debian/gstreamer-alsa.files:
27802 * debian/gstreamer-alsa.manpages:
27803 * debian/gstreamer-arts.files:
27804 * debian/gstreamer-artsd.files:
27805 * debian/gstreamer-audiofile.files:
27806 * debian/gstreamer-avifile.files:
27807 * debian/gstreamer-cdparanoia.files:
27808 * debian/gstreamer-colorspace.files:
27809 * debian/gstreamer-doc.files:
27810 * debian/gstreamer-dv.files:
27811 * debian/gstreamer-dvd.files:
27812 * debian/gstreamer-esd.files:
27813 * debian/gstreamer-festival.files:
27814 * debian/gstreamer-flac.files:
27815 * debian/gstreamer-gconf.conffiles:
27816 * debian/gstreamer-gconf.files:
27817 * debian/gstreamer-gconf.postinst:
27818 * debian/gstreamer-gnomevfs.files:
27819 * debian/gstreamer-gsm.files:
27820 * debian/gstreamer-http.files:
27821 * debian/gstreamer-jack.files:
27822 * debian/gstreamer-jpeg.files:
27823 * debian/gstreamer-mad.files:
27824 * debian/gstreamer-mikmod.files:
27825 * debian/gstreamer-misc.files:
27826 * debian/gstreamer-mpeg2dec.files:
27827 * debian/gstreamer-oss.files:
27828 * debian/gstreamer-plugin-apps.files:
27829 * debian/gstreamer-plugin-apps.manpages:
27830 * debian/gstreamer-plugin-libs-dev.files:
27831 * debian/gstreamer-plugin-libs.files:
27832 * debian/gstreamer-plugin-template.postinst:
27833 * debian/gstreamer-plugin-template.postrm:
27834 * debian/gstreamer-sdl.files:
27835 * debian/gstreamer-sid.files:
27836 * debian/gstreamer-vorbis.files:
27837 * debian/gstreamer-x.files:
27838 * debian/mk.control:
27840 Debian package info not maintained here.
27842 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27844 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27845 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27846 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27847 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27848 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27849 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27850 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27851 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27852 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27853 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27854 * gst-libs/gst/colorbalance/colorbalance.c:
27855 (gst_color_balance_class_init):
27856 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27857 (gst_color_balance_channel_class_init):
27858 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27859 * gst-libs/gst/play/play.c: (gst_play_class_init):
27860 * gst-libs/gst/propertyprobe/propertyprobe.c:
27861 (gst_property_probe_iface_init):
27862 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27863 * gst-libs/gst/tuner/tunerchannel.c:
27864 (gst_tuner_channel_class_init):
27865 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27866 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27867 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27868 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27869 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27870 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27871 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27872 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27873 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27874 fix signals to use - instead of _
27875 * ext/libcaca/gstcacasink.h:
27876 * ext/sdl/sdlvideosink.h:
27879 2004-03-04 David Schleef <ds@schleef.org>
27881 * testsuite/gst-lint: Add a check for bad signal names.
27883 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27885 reviewed by David Schleef
27887 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27888 modified the alpha channel and caused a warning. (bug #136192)
27890 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27892 * gst-plugins.spec.in:
27893 Change names of plugins to actually be correct. Try to keep things
27894 alphabetical to avoid getting beat up by Thomas
27896 2004-03-03 Julien MOUTTE <julien@moutte.net>
27898 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27899 Using ximagesink as a default if no gconf key found. We should
27900 probably consider using alsasink instead of osssink for the audio
27903 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27906 fix --with-plugins, don't think it ever worked before
27907 * gst-plugins.spec.in:
27910 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27912 * ext/sdl/sdlvideosink.h:
27913 * sys/ximage/ximagesink.h:
27914 * sys/xvideo/xvideosink.h:
27915 * sys/xvimage/xvimagesink.h:
27916 Fix for move of gstvideosink.h -> videosink.h.
27918 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27920 * gst-libs/gst/xwindowlistener/Makefile.am:
27921 this is a plugin library, not a library
27923 2004-03-01 David Schleef <ds@schleef.org>
27925 * AUTHORS: Added some names. Add yourself if you're still
27928 2004-03-01 David Schleef <ds@schleef.org>
27932 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27934 * gst-plugins.spec.in: clean up spec file
27936 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27938 * gst-libs/gst/video/Makefile.am:
27939 * gst-libs/gst/video/gstvideosink.c:
27940 * gst-libs/gst/video/gstvideosink.h:
27941 rename gstvideosink.h to videosink.h to match other headers
27942 * gst/mixmatrix/Makefile.am:
27943 fix plugin filename
27944 * gst/tags/Makefile.am: fix plugin filename
27946 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27948 * gst/tags/Makefile.am: fix plugin filename
27950 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27952 * examples/gstplay/player.c: (got_time_tick), (main):
27954 display time_tick more readably
27955 * gst/mixmatrix/Makefile.am:
27956 fix plugin file name
27958 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27960 * sys/oss/gstosselement.c: (gst_osselement_probe),
27961 (device_combination_append), (gst_osselement_class_probe_devices):
27962 * sys/oss/gstosselement.h:
27963 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27964 on my system using alsa oss emulation, fixes bug #135597
27966 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27968 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27969 (gst_videodrop_chain), (gst_videodrop_change_state):
27970 * gst/videodrop/gstvideodrop.h:
27971 Work based on timestamp of input data, not based on the expected
27972 framerate from the input. The consequence is that this element now
27973 not only scales framerates, but also functions as a framerate
27974 corrector or framerate stabilizer/constantizer.
27976 2004-02-27 David Schleef <ds@schleef.org>
27978 patches from jmmv@menta.net (Julio M. Merino Vidal)
27980 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27981 GST_ELEMENT_ERROR call (bug #135634)
27982 * gst/interleave/interleave.c: (interleave_buffered_loop),
27983 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27984 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27985 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27986 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27987 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27988 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27989 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27990 Fix GST_ELEMENT_ERROR call.
27991 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27992 GST_ELEMENT_ERROR call.
27994 2004-02-27 Benjamin Otte <otte@gnome.org>
27996 * gst-libs/gst/audio/audio.h:
27997 add macro to make sure header isn't included twice
27998 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27999 don't use gst_buffer_free
28000 * gst/playondemand/filter.func:
28001 don't use gst_data_free. Free data only once.
28003 2004-02-26 David Schleef <ds@schleef.org>
28005 * gst-libs/gst/colorbalance/Makefile.am:
28006 * gst-libs/gst/mixer/Makefile.am:
28007 * gst-libs/gst/tuner/Makefile.am:
28008 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28009 should not be disted, -marshal.h files should not be installed,
28010 and -enum.h files _should_ be installed. Fix to make this the
28013 === release 0.7.5 ===
28015 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28017 * configure.ac: release 0.7.5, "Under The Sea"
28019 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28021 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28022 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28023 * gst/videoscale/gstvideoscale.c:
28024 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28025 assorted debug/warning fixes
28027 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28029 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28030 (gst_videoscale_init), (gst_videoscale_chain),
28031 (gst_videoscale_set_property), (plugin_init):
28032 * gst/videoscale/gstvideoscale.h:
28033 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28034 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28035 (gst_videoscale_planar400), (gst_videoscale_packed422),
28036 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28037 (gst_videoscale_24bit), (gst_videoscale_16bit),
28038 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28039 (gst_videoscale_scale_plane_slow),
28040 (gst_videoscale_scale_point_sample),
28041 (gst_videoscale_scale_nearest),
28042 (gst_videoscale_scale_nearest_str2),
28043 (gst_videoscale_scale_nearest_str4),
28044 (gst_videoscale_scale_nearest_32bit),
28045 (gst_videoscale_scale_nearest_24bit),
28046 (gst_videoscale_scale_nearest_16bit):
28047 add debugging category and use it properly
28048 fix use of GST_PTR_FORMAT
28050 2004-02-25 Andy Wingo <wingo@pobox.com>
28052 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28053 push only when channel->buffer is NULL. Prevents segfaults doing
28054 the state change after a nonlocal exit, like a scheme exception.
28056 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28057 Handle the case where the intersected caps is empty.
28059 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28061 * gst/law/mulaw-decode.c: (mulawdec_link):
28062 * gst/law/mulaw.c: (plugin_init):
28063 fix mulawdec so it actually works again
28065 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28067 reviewed by: David Schleef <ds@schleef.org>
28069 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28070 (gst_gamma_init), (gst_gamma_set_property),
28071 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28072 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28073 for RGB, with separate r g and b correction factors. (#131167)
28075 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28077 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28078 only signal tags for bitrate if they're > 0 (#134894)
28080 2004-02-24 David Schleef <ds@schleef.org>
28082 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28083 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28084 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28085 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28086 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28087 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28088 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28089 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28090 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28091 category. Attempt to fix timestamp calculation.
28093 2004-02-24 Johan Dahlin <johan@gnome.org>
28095 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28097 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28100 * gconf/Makefile.am:
28101 * gconf/gstreamer.schemas:
28102 * gst-libs/gst/gconf/Makefile.am:
28103 * gst-libs/gst/gconf/gconf.c:
28104 version gconf schemas and install locations
28106 2004-02-23 Benjamin Otte <otte@gnome.org>
28108 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28109 (gst_xine_input_subclass_init):
28110 call parent dispose.
28111 change pad template for CD reader correctly
28112 * ext/xine/Makefile.am:
28113 * ext/xine/gstxine.h:
28114 * ext/xine/xine.c: (plugin_init):
28115 * ext/xine/xineaudiosink.c:
28116 wrap audio sinks, too
28117 * gst-libs/gst/resample/private.h:
28118 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28119 (gst_resample_reinit), (gst_resample_scale),
28120 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28121 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28122 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28123 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28124 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28125 * gst-libs/gst/resample/resample.h:
28126 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28127 (gst_audioscale_class_init), (gst_audioscale_link),
28128 (gst_audioscale_get_buffer), (gst_audioscale_init),
28129 (gst_audioscale_chain), (gst_audioscale_set_property),
28130 (gst_audioscale_get_property):
28131 * gst/audioscale/gstaudioscale.h:
28132 s/resample_*/gst_resample_*/i to not clobber namespaces
28134 2004-02-23 Julien MOUTTE <julien@moutte.net>
28136 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28137 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28138 (gst_riff_create_video_template_caps),
28139 (gst_riff_create_audio_template_caps),
28140 (gst_riff_create_iavs_template_caps):
28141 * gst-libs/gst/riff/riff-media.h:
28142 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28143 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28144 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28145 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28146 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28147 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28148 (gst_matroska_demux_plugin_init): First batch implementing audio and
28149 video codec tags in demuxers.
28151 2004-02-22 Benjamin Otte <otte@gnome.org>
28153 * ext/xine/Makefile.am:
28154 * ext/xine/gstxine.h:
28155 * ext/xine/xine.c: (plugin_init):
28156 * ext/xine/xineinput.c:
28157 add input plugin wrapper. Playback from files, http, mms and cdda
28159 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28160 remove leftover G_GNUC_UNUSED
28161 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28162 (gst_asf_demux_identify_guid):
28163 improve debugging output
28165 2004-02-22 Benjamin Otte <otte@gnome.org>
28167 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28170 replace test -e with test -x for mkinstalldirs to be more portable.
28173 2004-02-22 Benjamin Otte <otte@gnome.org>
28175 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28177 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28178 set rank to PRIMARY
28179 * gst/volume/gstvolume.c: (plugin_init):
28183 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28185 reviewed by Benjamin Otte <otte@gnome.org>
28187 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28188 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28190 2004-02-22 Benjamin Otte <otte@gnome.org>
28193 export [_]*{gst,Gst,GST}.* symbols from plugins
28195 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28197 reviewed by: Benjamin Otte <otte@gnome.org>
28199 * ext/lame/gstlame.c: (add_one_tag):
28200 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28201 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28202 (gst_vorbisenc_metadata_set1):
28203 * gst/tags/gstid3tag.c:
28204 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28205 apply fixes from bugs #135042 (lame can't write tags) and #133817
28206 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28208 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28210 * configure.ac: Export only gst_plugin_desc from plugins.
28211 Note that this change only makes any effect with Linux using libtool
28212 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28213 fine. And don't try to have several versions of libtool in different
28216 2004-02-20 Andy Wingo <wingo@pobox.com>
28218 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28219 interleave respectively.
28221 * gst/interleave/deinterleave.c: New plugin: deinterleave
28222 (replaces on oneton).
28223 * gst/interleave/interleave.c: New plugin: interleave.
28224 * gst/interleave/plugin.h: Support file.
28225 * gst/interleave/plugin.c: Support file.
28227 * configure.ac: Remove intfloat and oneton, add interleave.
28229 * ext/sndfile/gstsf.c: Handle events better.
28231 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28232 and float2int operation. int2float has scheduling problems as
28233 noted in in2float_chain.
28235 2004-02-20 Benjamin Otte <otte@gnome.org>
28237 * ext/xine/Makefile.am:
28238 * ext/xine/gstxine.h:
28240 * ext/xine/xineaudiodec.c:
28241 * ext/xine/xinecaps.c:
28242 add first version of xine plugin wrapper. Currently only wraps the
28243 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28246 add xine plugin wrapper, disabled by default. Use --enable-xine to
28247 build. Note that it'll segfault on gst-register if you don't remove
28248 the goom and tvtime post plugins from xine.
28249 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28250 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28251 add extradata parsing for QDM2.
28252 change around debugging prints.
28254 2004-02-19 Benjamin Otte <otte@gnome.org>
28256 * ext/lame/gstlame.c: (gst_lame_chain):
28257 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28258 use gst_tag_list_insert when you want to insert tags
28260 2004-02-18 David Schleef <ds@schleef.org>
28262 * configure.ac: Move massink to gst-rotten
28264 * ext/mas/Makefile.am:
28265 * ext/mas/massink.c:
28266 * ext/mas/massink.h:
28268 2004-02-18 David Schleef <ds@schleef.org>
28270 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28271 typefinding, since it seems to be worse than nothing.
28272 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28273 atom to recognize .mp4 and .m4a files as video/quicktime.
28275 2004-02-18 David Schleef <ds@schleef.org>
28277 * gst/sine/demo-dparams.c: (quit_live),
28278 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28279 Use double dparams, not float.
28280 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28281 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28282 sync'd elements don't really work correctly.
28283 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28284 (volume_update_volume), (volume_get_property): Change dparam
28287 2004-02-18 Julien MOUTTE <julien@moutte.net>
28289 * sys/ximage/ximagesink.c:
28290 (gst_ximagesink_xwindow_update_geometry),
28291 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28292 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28293 (gst_ximagesink_init): Rework the way software video scaling works. So
28294 now we check on each chain call if the video frames are feeling the
28295 window. If not we try to renegotiate caps. On failure we memorize that
28296 and we won't try again for that PLAYING sessions.
28297 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28299 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28302 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28304 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28305 break up _link so we can give a better debug message for errors
28307 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28309 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28310 set up debug category
28312 2004-02-18 Julien MOUTTE <julien@moutte.net>
28314 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28315 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28316 the way renegotiation work. The event handling function is not taking
28317 care of external windows and renegotiate method check for pad flags
28318 NEGOTIATING. Should fix : #133209
28320 2004-02-17 Julien MOUTTE <julien@moutte.net>
28322 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28323 pad is negotiating before trying renegotiation.
28325 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28327 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28328 pass on all possible mime types as typefind hints
28330 2004-02-17 Julien MOUTTE <julien@moutte.net>
28332 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28334 possible SHM leak if we crash. All other apps using XShm are doing
28337 2004-02-17 Julien MOUTTE <julien@moutte.net>
28339 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28340 (gst_ximagesink_expose): Renegotiate size on expose.
28341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28344 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28346 * testsuite/alsa/sinesrc.c:
28347 cosmetic fix to fix compile issue with gcc 2.95.4
28349 2004-02-16 Julien MOUTTE <julien@moutte.net>
28351 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28352 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28353 failed opening the audio device.
28354 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28355 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28356 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28357 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28358 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28359 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28360 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28361 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28362 Removing some useless g_return_if_fail like wingo suggested.
28363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28364 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28365 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28366 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28367 (gst_xvimagesink_update_colorbalance),
28368 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28369 (gst_xvimagesink_xcontext_clear),
28370 (gst_xvimagesink_get_fourcc_from_caps),
28371 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28372 (gst_xvimagesink_set_xwindow_id),
28373 (gst_xvimagesink_colorbalance_list_channels),
28374 (gst_xvimagesink_colorbalance_set_value),
28375 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28376 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28378 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28380 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28381 throw error when not negotiated instead of asserting
28383 2004-02-15 Julien MOUTTE <julien@moutte.net>
28385 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28386 correct data refcounting.
28388 2004-02-15 Julien MOUTTE <julien@moutte.net>
28390 * gst/switch/gstswitch.c: (gst_switch_change_state),
28391 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28392 change, mostly the EOS flag.
28394 2004-02-15 Julien MOUTTE <julien@moutte.net>
28396 * examples/gstplay/player.c: (got_eos), (main): Adding some
28397 output for debugging.
28398 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28399 timeouts if we go to any state different from PLAYING.
28400 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28401 more EOS bugs in riff lib.
28403 2004-02-14 Julien MOUTTE <julien@moutte.net>
28405 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28406 visualization until i find a way to fix switch correctly.
28407 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28409 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28410 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28411 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28412 Reworked switch to get a more correct behaviour with events and refing
28413 of data stored in sinkpads.
28414 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28415 we don't pull from a pad in EOS.
28417 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28419 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28420 remove v1 tag even if we can't read it (makes sure we don't detect
28423 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28425 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28426 (gst_alsa_xrun_recovery):
28427 * ext/alsa/gstalsa.h:
28428 try xrun recovery when wait failed. Make xrun recovery function
28429 return TRUE/FALSE to indicate success. (might fix #134354)
28431 2004-02-13 David Schleef <ds@schleef.org>
28433 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28434 (dynparm_value_changed), (main): Convert from float to double.
28435 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28437 2004-02-13 David Schleef <ds@schleef.org>
28439 * gst/silence/gstsilence.c: (gst_silence_class_init),
28440 (gst_silence_set_clock), (gst_silence_get),
28441 (gst_silence_set_property), (gst_silence_get_property):
28442 * gst/silence/gstsilence.h: Add sync property.
28443 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28444 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28445 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28446 * gst/sine/gstsinesrc.h: Add sync property.
28448 2004-02-13 David Schleef <ds@schleef.org>
28450 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28451 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28453 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28457 * gst-libs/ext/Makefile.am:
28458 move ffmpeg plugin to gst-ffmpeg module
28460 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28462 * configure.ac: use GST_ARCH to detect architecture
28464 2004-02-12 Julien MOUTTE <julien@moutte.net>
28466 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28468 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28470 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28471 classify LADSPA plugins based on number of src/sink pads
28472 (#133663, Stefan Kost)
28473 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28474 fix dparams registration
28475 (#133528, Stefan Kost)
28476 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28477 fix use of isprint and use g_ascii_isprint instead
28478 (#133316, Stefan Kost)
28480 2004-02-11 David Schleef <ds@schleef.org>
28482 Convert a few inner loops to use liboil. This is currently
28483 optional, and is only enabled if liboil is present (duh!).
28484 * configure.ac: Check for liboil-0.1
28485 * gst/intfloat/Makefile.am:
28486 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28487 (gst_int2float_chain_gint16):
28488 * gst/videofilter/Makefile.am:
28489 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28490 (tablelookup_u8), (gst_videobalance_planar411):
28491 * gst/videotestsrc/Makefile.am:
28492 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28493 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28494 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28495 (paint_hline_RGB565), (paint_hline_xRGB1555):
28497 2004-02-11 David Schleef <ds@schleef.org>
28499 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28500 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28501 (gst_colorspace_getcaps), (gst_colorspace_link),
28502 (gst_colorspace_base_init), (gst_colorspace_init),
28503 (gst_colorspace_chain), (gst_colorspace_change_state),
28504 (plugin_init): Merge Ronald's patch (bug #117897) and update
28505 for new caps and negotiation. Seems to work, although it
28506 shows off bugs in lcs.
28508 2004-02-11 David Schleef <ds@schleef.org>
28510 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28511 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28513 2004-02-11 David Schleef <ds@schleef.org>
28515 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28516 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28517 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28518 Add server and port properties
28520 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28525 * m4/as-liblame.m4:
28526 * m4/as-slurp-ffmpeg.m4:
28527 * m4/check-libheader.m4:
28534 * m4/gst-ivorbis.m4:
28535 * m4/gst-matroska.m4:
28537 * m4/gst-shout2.m4:
28545 fix underquotedness of macros (#133800)
28546 * m4/as-avifile.m4:
28548 removed because no longer used
28550 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28553 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28554 by autopoint (fixes #132996)
28556 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28558 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28559 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28560 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28561 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28564 2004-02-11 David Schleef <ds@schleef.org>
28566 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28567 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28568 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28569 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28570 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28571 (gst_jpegenc_class_init), (gst_jpegenc_init),
28572 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28573 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28574 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28575 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28577 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28579 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28580 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28581 * ext/mikmod/gstmikmod.h:
28582 fix caps negotiation in mikmod
28583 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28584 output debug information
28586 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28588 * gst-libs/gst/colorbalance/Makefile.am:
28589 * gst-libs/gst/navigation/Makefile.am:
28590 * gst-libs/gst/xoverlay/Makefile.am:
28591 remove unused GST_OPT_CFLAGS from Makefiles
28592 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28594 2004-02-07 David Schleef <ds@schleef.org>
28596 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28597 push events to pads that haven't been created (#133508)
28599 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28601 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28602 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28603 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28604 (gst_dvdec_loop), (gst_dvdec_change_state):
28605 Second attempt at committing a working dvdec element.
28607 2004-02-06 David Schleef <ds@schleef.org>
28609 Build fixes for OS X: (see #129600)
28610 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28611 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28612 (gst_riff_read_strf_iavs):
28613 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28614 (gst_avi_demux_stream_odml):
28615 * gst/playondemand/Makefile.am:
28616 * gst/rtp/rtp-packet.c:
28618 2004-02-05 David Schleef <ds@schleef.org>
28620 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28621 last change, because it Just Doesn't Compile.
28623 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28625 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28626 skip undecodable id3v2 tag instead of keeping it
28628 2004-02-05 David Schleef <ds@schleef.org>
28630 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28631 Unref leaked buffer. (Noticed by Ronald)
28633 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28635 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28636 Sync requires with other checks. >= vs =.
28638 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28640 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28641 (gst_dvdec_video_link), (gst_dvdec_loop):
28642 * ext/dv/gstdvdec.h:
28643 rework the caps negotiation so that dvdec works again instead
28644 of just segfaulting.
28646 === release 0.7.4 ===
28648 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28650 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28651 * configure.ac: changed for release
28653 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28655 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28656 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28657 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28658 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28659 reworked patch by David Lehn to fix libdir and includedir for
28660 uninstalled libraries
28661 removed play and gconf from gstreamer-libs since they have their
28662 own pkgconfig files
28664 2004-02-04 David Schleef <ds@schleef.org>
28666 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28669 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28671 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28672 use correct GST_TAG_ENCODER tag
28674 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28676 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28677 be sure to stop the clock when going to paused
28678 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28679 reset number of transmitted when going to ready.
28682 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28684 reviewed by Benjamin Otte
28686 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28687 extract track count (fixes #133410)
28689 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28691 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28692 that should be !=, not == (fixes #132519)
28694 2004-02-04 David Schleef <ds@schleef.org>
28696 Make sure set_explicit_caps() is called before adding pad.
28697 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28698 * gst/id3/gstid3types.c: (gst_id3types_loop):
28699 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28700 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28702 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28705 bump nano to 2, first prerelease
28706 put back AM_PROG_LIBTOOL
28708 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28710 * testsuite/alsa/Makefile.am:
28711 these are user test apps, not automatic testsuite tests
28713 2004-02-04 David Schleef <ds@schleef.org>
28715 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28716 * gst/mpeg1videoparse/gstmp1videoparse.c:
28717 (mp1videoparse_parse_seq):
28718 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28719 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28720 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28721 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28722 (gst_xvideosink_getcaps):
28723 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28724 * testsuite/gst-lint: more tests
28726 2004-02-04 David Schleef <ds@schleef.org>
28728 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28729 with the code that they would expand to.
28730 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28731 (gst_flacdec_get_src_query_types),
28732 (gst_flacdec_get_src_event_masks):
28733 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28734 (gst_gnomevfssrc_get_query_types),
28735 (gst_gnomevfssrc_get_event_mask):
28737 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28739 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28740 (gst_sinesrc_dispose):
28741 fix memleak by properly disposing sinesrc
28743 2004-02-04 Julien MOUTTE <julien@moutte.net>
28745 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28746 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28747 an overlay to redraw the image because it has been exposed.
28748 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28749 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28750 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28751 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28753 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28754 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28755 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28756 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28759 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28761 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28762 more memleak fixage
28764 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28766 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28767 * gst/typefind/gsttypefindfunctions.c:
28768 fix memleaks shown by gst-typefind
28770 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28772 * common/glib-gen.mak:
28773 add hack rule to touch .Plo files
28774 * gst-libs/gst/colorbalance/Makefile.am:
28775 * gst-libs/gst/mixer/Makefile.am:
28776 * gst-libs/gst/play/Makefile.am:
28777 * gst-libs/gst/tuner/Makefile.am:
28778 remove glib_root variable
28780 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28782 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28783 set explicit caps before adding the element, so the autopluggers can
28785 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28786 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28787 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28789 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28792 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28794 * gst-libs/gst/colorbalance/Makefile.am:
28795 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28796 * gst-libs/gst/colorbalance/colorbalance.c:
28797 * gst-libs/gst/colorbalance/colorbalance.h:
28798 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28799 * gst-libs/gst/mixer/Makefile.am:
28800 * gst-libs/gst/mixer/mixer-marshal.list:
28801 * gst-libs/gst/mixer/mixer.c:
28802 * gst-libs/gst/mixer/mixer.h:
28803 * gst-libs/gst/mixer/mixermarshal.list:
28804 * gst-libs/gst/play/Makefile.am:
28805 * gst-libs/gst/play/play.h:
28806 * gst-libs/gst/tuner/Makefile.am:
28807 * gst-libs/gst/tuner/tuner-marshal.list:
28808 * gst-libs/gst/tuner/tuner.c:
28809 * gst-libs/gst/tuner/tuner.h:
28810 * gst-libs/gst/tuner/tunermarshal.list:
28811 use new glib-gen.mak snippet to clean up Makefile.am
28812 fix various bugs in Makefile.am's
28814 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28816 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28817 handle chain parsing correctly in the multichain case
28818 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28819 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28820 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28821 (theora_dec_chain):
28822 handle events and queries correctly
28824 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28827 Ignore generated file _stdint.h.
28829 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28831 * gst-libs/gst/colorbalance/Makefile.am:
28832 * gst-libs/gst/colorbalance/colorbalance.h:
28833 * gst-libs/gst/mixer/Makefile.am:
28834 * gst-libs/gst/mixer/mixer.h:
28835 * gst-libs/gst/play/Makefile.am:
28836 * gst-libs/gst/play/play.h:
28837 * gst-libs/gst/tuner/Makefile.am:
28838 * gst-libs/gst/tuner/tuner.h:
28839 Generate enum type code with glib-mkenums.
28840 * gst-libs/gst/colorbalance/.cvsignore:
28841 * gst-libs/gst/mixer/.cvsignore:
28842 * gst-libs/gst/play/.cvsignore:
28843 * gst-libs/gst/tuner/.cvsignore:
28844 Ignore generated files.
28846 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28848 * gst-libs/gst/audio/.cvsignore:
28849 Ignore generated file.
28850 * gst-libs/gst/audio/Makefile.am:
28851 Do not install example filter.
28853 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28855 * examples/switch/.cvsignore:
28856 Ignore generated file.
28858 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28860 * common/m4/ax_create_stdint_h.m4:
28862 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28865 remove generated _stdint.h in DISTCLEANFILES
28866 * ext/a52dec/gsta52dec.c:
28867 include _stdint.h for a52dec. (should fix #133064)
28869 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28871 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28872 (gst_tag_to_vorbis_comments):
28873 Add replaygain support to vorbistag
28875 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28876 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28877 (gst_ffmpeg_caps_to_extradata):
28878 Fix SVQ3 caps flag properties
28879 Use glib macro for bytes swap
28881 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28883 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28884 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28885 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28886 * ext/sndfile/gstsf.c: (plugin_init):
28887 * gst/avi/gstavi.c: (plugin_init):
28888 * sys/dxr3/dxr3init.c: (plugin_init):
28889 * sys/oss/gstossaudio.c: (plugin_init):
28890 * sys/v4l/gstv4l.c: (plugin_init):
28891 * sys/v4l2/gstv4l2.c: (plugin_init):
28892 remove textdomain calls
28894 update Dutch translation
28896 2004-02-02 Julien MOUTTE <julien@moutte.net>
28898 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28899 (gst_play_set_audio_sink): Moving volume in the audio thread for
28900 instantaneous volume change. Maybe i will add another volume in front
28901 of visualization later, not sure yet though.
28903 2004-02-02 Julien MOUTTE <julien@moutte.net>
28905 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28906 (gst_ximagesink_handle_xevents): Better X events handling, only take
28907 the latest events for configure and motion.
28908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28910 2004-02-02 Jon Trowbridge <trow@gnu.org>
28912 reviewed by: David Schleef <ds@schleef.org>
28915 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28916 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28918 2004-02-02 David Schleef <ds@schleef.org>
28920 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28922 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28923 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28924 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28925 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28926 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28927 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28928 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28929 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28930 (gst_float2_2_int_link):
28931 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28932 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28933 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28934 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28935 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28936 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28937 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28938 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28939 * testsuite/gst-lint: Add tests for bzero and ;;
28941 2004-02-02 David Schleef <ds@schleef.org>
28943 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28945 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28947 * ext/aalib/gstaasink.c: (gst_aasink_open):
28948 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28949 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28950 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28951 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28952 (gst_afsink_close_file):
28953 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28954 (gst_afsrc_close_file):
28955 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28956 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28957 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28958 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28959 * ext/esd/esdmon.c: (gst_esdmon_get):
28960 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28961 * ext/faac/gstfaac.c: (gst_faac_chain):
28962 * ext/faad/gstfaad.c: (gst_faad_chain):
28963 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28964 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28965 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28966 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28967 (gst_flacdec_loop):
28968 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28969 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28970 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28971 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28972 (gst_gnomevfssink_close_file):
28973 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28974 (gst_gnomevfssrc_open_file):
28975 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28976 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28977 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28978 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28979 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28980 * ext/mad/gstmad.c: (gst_mad_chain):
28981 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28982 * ext/mpeg2dec/gstmpeg2dec.c:
28983 * ext/mpeg2enc/gstmpeg2enc.cc:
28984 * ext/mplex/gstmplex.cc:
28985 * ext/mplex/gstmplexibitstream.cc:
28986 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28987 (gst_ogg_demux_push):
28988 * ext/raw1394/gstdv1394src.c:
28989 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28990 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28991 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28993 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28994 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28995 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28996 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28997 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28998 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28999 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29000 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29001 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29002 (gst_riff_read_element_data), (gst_riff_read_seek),
29003 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29004 * gst/adder/gstadder.c: (gst_adder_loop):
29005 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29006 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29007 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29008 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29009 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29010 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29011 * gst/goom/gstgoom.c: (gst_goom_chain):
29012 * gst/id3/gstid3types.c: (gst_id3types_loop):
29013 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29014 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29015 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29016 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29017 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29018 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29019 (gst_ebml_read_float), (gst_ebml_read_header):
29020 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29021 (gst_matroska_demux_parse_blockgroup):
29022 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29023 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29024 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29025 * gst/silence/gstsilence.c: (gst_silence_get):
29026 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29027 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29028 * gst/speed/gstspeed.c: (speed_loop):
29029 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29030 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29031 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29032 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29033 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29034 (gst_wavparse_loop):
29035 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29036 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29037 (dxr3audiosink_close):
29038 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29039 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29040 (dxr3videosink_close), (dxr3videosink_write_data):
29041 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29042 * sys/oss/gstosssink.c: (gst_osssink_chain):
29043 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29044 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29045 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29046 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29047 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29048 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29049 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29050 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29051 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29052 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29053 (gst_v4l_set_audio):
29054 * sys/v4l/v4l_calls.h:
29055 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29056 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29057 (gst_v4lmjpegsink_playback_init),
29058 (gst_v4lmjpegsink_playback_start):
29059 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29060 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29061 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29062 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29063 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29064 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29065 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29066 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29067 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29068 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29069 (gst_v4l2_get_output), (gst_v4l2_set_output),
29070 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29071 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29072 (gst_v4l2_set_attribute):
29073 * sys/v4l2/v4l2_calls.h:
29074 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29075 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29076 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29077 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29078 (gst_v4l2src_capture_stop):
29079 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29080 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29081 (gst_ximagesink_chain):
29082 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29083 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29084 (gst_xvideosink_xwindow_new):
29085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29086 (gst_xvimagesink_chain):
29088 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29090 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29091 (gst_volume_get_volume), (volume_class_init), (volume_init),
29092 (volume_chain_int16), (volume_update_volume):
29093 * gst/volume/gstvolume.h:
29094 make code more readable by removing magic numbers
29095 make mixer interface export 0-100 range
29096 make it internally map to 0.0-1.0 range so users don't distort
29097 output by putting the sliders at full volume
29099 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29101 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29102 (gst_play_state_change), (gst_play_seek_to_time):
29103 block the tick callback for 0.5 secs after doing a seek
29105 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29107 * gst-libs/gst/play/play.c: (gst_play_new):
29110 2004-02-01 Julien MOUTTE <julien@moutte.net>
29112 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29113 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29114 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29115 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29116 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29117 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29119 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29122 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29123 check for a function added in vorbis 1.1
29125 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29127 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29128 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29129 really start/stop clock only on PLAYING <=> PAUSED
29130 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29131 remove \n from debugging lines
29132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29133 make it work when seeking does not
29134 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29137 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29139 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29140 start clock on PAUSED=>PLAYING, not later
29141 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29142 extract correct time for different discont formats
29143 (gst_alsa_sink_get_time):
29144 don't segfault when no format is negotiated yet, just return 0
29145 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29146 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29147 (gst_ogg_pad_push):
29148 handle flush and discont events correctly
29149 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29150 handle discont events correctly
29152 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29154 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29155 (gst_play_error_create), (gst_play_error_plugin),
29156 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29157 * gst-libs/gst/play/play.h:
29158 add error handling during creation
29159 * examples/gstplay/player.c: (main):
29160 use new gst_play_new
29163 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29165 * ext/theora/theoradec.c: (theora_dec_chain):
29167 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29168 (vorbis_dec_src_event), (vorbis_dec_chain):
29169 add encoder tag, fix tag reading to be more error tolerant, change
29170 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29171 gst_pad_event_default.
29172 * gst/tags/gstvorbistag.c:
29173 (gst_tag_list_from_vorbiscomment_buffer):
29174 undefine function specific define at end of function
29176 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29178 * ext/flac/gstflac.c: (plugin_init):
29179 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29180 * ext/flac/gstflacdec.h:
29181 * ext/flac/gstflacenc.h:
29184 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29186 * examples/gstplay/player.c: s/gstplay.h/play.h/
29188 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29190 * gst-libs/gst/play/Makefile.am:
29191 * gst-libs/gst/play/gstplay.c:
29192 * gst-libs/gst/play/gstplay.h:
29193 * gst-libs/gst/play/play.c:
29194 more surgery, operation complete
29196 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29198 * gst-libs/gst/play/play.old.c:
29199 * gst-libs/gst/play/play.old.h:
29200 after CVS surgery by moving, remove
29201 * gst-libs/gst/play/playpipelines.c:
29204 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29205 add negotiation error
29207 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29209 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29210 (gst_ogg_demux_push):
29211 add some seeking debug info
29212 send a flush when seeking
29214 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29220 * ext/theora/Makefile.am:
29221 * ext/theora/theoradec.c:
29222 add theora video decoder. Does just do simple decoding for now and
29223 has been tested against Theora cvs only. It only works when theora
29224 is compiled with --enable-static.
29225 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29226 always reset packetno on DISCONT
29228 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29230 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29233 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29235 * gst/mpegaudioparse/gstmpegaudioparse.c:
29236 (mp3_type_frame_length_from_header):
29237 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29239 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29241 * ext/esd/esdsink.c: (gst_esdsink_init):
29242 Since we have static pad template caps, we don't need to negotiate;
29243 either the core errors out or we know the format.
29245 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29247 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29248 (gst_riff_read_seek):
29249 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29250 (gst_ebml_read_seek):
29251 Fix event handling.
29253 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29255 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29256 removee video/x-theora from vp3 decoder, it doesn't handle raw
29258 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29259 fix bug with finalizing element that never went to PAUSED
29260 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29261 length and position queries were swapped
29262 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29263 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29264 (vorbis_dec_src_event):
29265 implement querying time and bytes
29267 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29269 * just about every source file:
29270 gst_element_error -> GST_ELEMENT_ERROR
29272 2004-01-29 Julien MOUTTE <julien@moutte.net>
29274 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29275 emiting FLUSH and even before DISCONT.
29276 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29277 get the best instant seeking as possible yay!
29279 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29281 * gst/mpeg1videoparse/gstmp1videoparse.c:
29282 (gst_mp1videoparse_real_chain):
29283 Committed wrong version last week... Grr... Didn't notice until now.
29285 2004-01-29 Julien MOUTTE <julien@moutte.net>
29287 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29288 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29289 have_xwindow_id signal in xwindow_create.
29291 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29293 * ext/ogg/gstoggdemux.c:
29294 lots of changes - mainly support for chained bitstreams, seeking,
29295 querying and bugfixes of course
29296 * ext/vorbis/Makefile.am:
29297 * ext/vorbis/vorbisdec.c:
29298 * ext/vorbis/vorbisdec.h:
29299 add vorbisdec raw vorbis decoder
29300 * ext/vorbis/vorbis.c: (plugin_init):
29301 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29302 * gst/intfloat/Makefile.am:
29303 * gst/intfloat/float22int.c:
29304 * gst/intfloat/float22int.h:
29305 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29306 add float2intnew plugin. It converts multichannel interleaved float to
29307 multichannel interleaved int. The name should probably be changed.
29308 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29310 add typefinding for raw theora video so oggdemux can detect it.
29312 2004-01-28 Julien MOUTTE <julien@moutte.net>
29314 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29315 sink element first.
29316 * gst/videoscale/gstvideoscale.c:
29317 (gst_videoscale_handle_src_event): Fixing src event handler.
29319 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29321 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29322 (gst_v4lsrc_open), (gst_v4lsrc_close),
29323 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29324 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29325 * sys/v4l/gstv4lsrc.h:
29326 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29327 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29328 Implement resizing... Hack. But that's why v4l is b0rked...
29330 2004-01-28 Julien MOUTTE <julien@moutte.net>
29332 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29333 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29334 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29335 (gst_ximagesink_xwindow_destroy):
29336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29337 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29338 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29339 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29340 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29341 correctly cleaning the image created to check xshm calls on succes,
29342 added a lot of XSync calls in X11 functions, and fixed a segfault when
29343 no image format was defined before negotiation happened.
29345 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29347 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29348 use gst_element_get_time to get correct time
29350 2004-01-28 Julien MOUTTE <julien@moutte.net>
29352 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29353 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29354 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29356 (gst_xvimagesink_check_xshm_calls),
29357 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29358 X plugins are now able to detect that XShm calls will fail even if the
29359 server claims that it has XShm support (remote displays most of the
29360 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29361 so that we use non XShm functions. This feature is almost useless for
29362 xvimagesink as Xv is not supported on remote displays anyway, but
29363 it might happen than even on the local display XShm calls fail.
29365 2004-01-27 David Schleef <ds@schleef.org>
29367 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29368 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29369 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29370 changed esdsink to only use 44100,16,2, since esd sucks at rate
29371 conversion and esdsink has had difficulty negotiating.
29373 2004-01-27 Julien MOUTTE <julien@moutte.net>
29375 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29376 (gst_play_seek_to_time): Fixing the way to get current position.
29378 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29380 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29381 use gst_element_get_time to get correct time
29383 2004-01-27 Julien MOUTTE <julien@moutte.net>
29385 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29386 fix ever... Inverting 2 lines of code make spider autoplug correctly
29389 2004-01-27 David Schleef <ds@schleef.org>
29391 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29392 Use gst_pad_try_set_caps_nonfixed().
29394 2004-01-27 David Schleef <ds@schleef.org>
29396 * gst/ac3parse/gstac3parse.c: update to checklist 5
29397 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29398 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29399 * gst/audioscale/gstaudioscale.c: same
29400 * gst/auparse/gstauparse.c: same
29401 * gst/avi/gstavidemux.c: same
29403 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29405 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29406 stop processing after EOS
29408 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29410 * gst/asfdemux/asfheaders.h:
29411 * gst/asfdemux/gstasfdemux.c:
29412 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29413 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29414 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29415 lot's of fixes to make data extraction simpler and get the code
29416 architecture and compiler independant. Add debugging category
29417 * gst/goom/gstgoom.c: (gst_goom_change_state):
29418 reset channel count on PAUSED=>READY, not READY=>PAUSED
29420 2004-01-26 Colin Walters <walters@verbum.org>
29422 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29423 code to pull a bigger buffer in iradio mode. This as a side effect
29424 makes typefinding work.
29426 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29428 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29429 Fix SVQ3 decoding on PPC
29431 2004-01-26 Julien MOUTTE <julien@moutte.net>
29433 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29434 that one managed to stay there... Fixed.
29436 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29438 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29439 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29440 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29441 (qtdemux_video_caps):
29442 * gst/qtdemux/qtdemux.h:
29443 Add SVQ3 specific flags to qtdemux and ffmpeg
29445 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29447 * gst-libs/gst/audio/audio.h:
29448 remove buffer-frames from audio caps
29449 * gst/audioconvert/gstaudioconvert.c:
29450 fix plugin to really work.
29452 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29454 * gst-libs/gst/mixer/mixer.c:
29455 * gst-libs/gst/propertyprobe/propertyprobe.c:
29456 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29457 (gst_tuner_find_channel_by_name):
29458 * gst-libs/gst/tuner/tuner.h:
29459 Add gtk-doc style comments. Also fix a function name.
29461 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29463 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29464 (gst_divxdec_negotiate):
29465 Fix for new capsnego - also fixes gst-player with divxdec.
29467 2004-01-25 Julien MOUTTE <julien@moutte.net>
29469 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29470 (gst_play_identity_handoff), (gst_play_set_location),
29471 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29472 try in visualization implementation. Still have an issue with switch
29473 blocking when pulling from video_queue and only audio comes out of
29475 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29476 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29477 release method. And check if the pad is usable before pulling.
29479 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29481 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29482 (gst_videobalance_init),
29483 (gst_videobalance_colorbalance_list_channels),
29484 (gst_videobalance_colorbalance_set_value),
29485 (gst_videobalance_colorbalance_get_value),
29486 (gst_videobalance_update_properties),
29487 (gst_videobalance_update_tables_planar411),
29488 (gst_videobalance_planar411):
29489 * gst/videofilter/gstvideobalance.h:
29490 Implement lookup-tables. +/- 10x faster.
29492 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29494 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29495 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29496 The index reading was broken. The rest worked fine, but the whole
29497 goal of my rewrite was to make avidemux readable, and this was
29498 not at all readable. Please use typed variables.
29500 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29502 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29503 Additional pad usability check.
29504 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29505 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29506 (gst_mp1videoparse_real_chain):
29507 Fix MPEG video stream parsing. The original plugin had several
29508 issues, including not timestamping streams where the source was
29509 not timestamped (this happens with PTS values in mpeg system
29510 streams, but MPEG video is also a valid stream on its own so
29511 that needs timestamps too). We use the display time code for that
29512 for now. Also, if one incoming buffer contains multiple valid
29513 frames, we push them all on correctly now, including proper EOS
29514 handling. Lastly, several potential segfaults were fixed, and we
29515 properly sync on new sequence/gop headers to include them in next,
29516 not previous frames (since they're header for the next frame, not
29517 the previous). Also see #119206.
29518 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29520 Move caps setting so we only do it after finding several valid
29521 MPEG-1 fraes sequentially, not right after the first one (which
29522 might be coincidental).
29523 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29524 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29526 Add unsynced MPEG video stream typefinding, and change some
29527 probability values so we detect streams rightly. The idea is as
29528 follows: I can have an unsynced system stream which contains
29529 video. In the current code, I would randomly get a type for either
29530 system or video stream type found, because the probabilities are
29531 being calculated rather randomly. I now use fixed values, so we
29532 always prefer system stream if that was found (and that is how it
29533 should be). If no system stream was found, we can still identity the stream as video-only.
29535 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29537 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29538 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29539 don't write to buffer. Extract data without the need of
29540 __attribute__ ((packed))
29542 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29544 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29545 (mpeg1_sys_type_find):
29546 Fix MPEG-1 stream typefinding.
29548 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29550 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29551 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29553 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29555 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29556 * ext/esd/gstesd.c: (plugin_init):
29557 private debugging, better error reporting
29559 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29561 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29562 (gst_riff_read_init), (gst_riff_read_change_state):
29563 * gst-libs/gst/riff/riff-read.h:
29564 Remove stuff fromold metadata system.
29566 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29568 * ext/ogg/gstoggdemux.c:
29569 Fix wrong file comment.
29570 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29571 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29572 Add metadata reading properly.
29574 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29577 Fix nas DIST_SUBDIRS
29579 Fix bug where make distcheck doesn't get run on adding stuff to
29582 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29584 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29585 * ext/divx/gstdivxdec.h:
29586 Fix divx3 ("msmpeg4") playback using divxdec.
29588 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29590 * gst/typefind/gsttypefindfunctions.c:
29591 (mp3_type_frame_length_from_header): fix bug in length computation
29592 (mp3_type_find): improve debugging output
29594 2004-01-23 Julien MOUTTE <julien@moutte.net>
29596 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29597 (gst_play_set_location), (gst_play_seek_to_time),
29598 (gst_play_set_audio_sink), (gst_play_set_visualization),
29599 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29600 the pipeline from scratch. Visualization is back and switch went out as
29601 i realized it was not possible to use the way i wanted.
29602 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29603 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29604 clearing in state change from READY to NULL. So that one can clean the
29605 X ressources keeping the element.
29606 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29607 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29608 (gst_xvimagesink_colorbalance_set_value),
29609 (gst_xvimagesink_colorbalance_get_value),
29610 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29611 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29612 change from READY to NULL and fixed some stupid bugs in colorbalance
29613 get/set values. Also added the following feature : when nobody tries to
29614 set some values to the colorbalance levels before the xcontext is
29615 grabbed, then when creating channels list from Xv attributes we set the
29616 internal values to the Xv defaults. This way we handle buggy Xv drivers
29617 that set default hue values far from the middle of the range (Thanks
29618 to Jon Trowbridge for pointing that issue).
29619 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29620 colorbalance levels have been set before xcontext is grabbed.
29622 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29624 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29625 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29626 it might block operations (which is bad for a mixer).
29628 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29630 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29631 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29632 (gmip_find_type_pre):
29633 * gst-libs/gst/media-info/media-info-priv.h:
29634 * gst-libs/gst/media-info/media-info.c:
29635 (gst_media_info_instance_init), (gst_media_info_read_idler):
29636 add fakesink to get caps on decoder src pad again
29637 fix callback prototype to match new have_type signal signature
29639 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29641 * gst/adder/gstadder.c: (gst_adder_link):
29642 fix non-compile and cut-n-paste code
29644 2004-01-21 David Schleef <ds@schleef.org>
29646 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29647 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29648 (gst_swfdec_init), (gst_swfdec_change_state):
29649 * ext/swfdec/gstswfdec.h:
29651 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29652 (gst_adder_request_new_pad): Fix negotiation.
29653 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29654 Add a fixate function.
29655 * gst/intfloat/gstfloat2int.c:
29656 * gst/intfloat/gstfloat2int.h:
29657 * gst/intfloat/gstint2float.c:
29658 * gst/intfloat/gstint2float.h:
29659 Completely rewrite the negotiation. Doesn't quite work yet,
29660 due to some buffer-frames problem.
29662 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29664 * ext/gnomevfs/gstgnomevfssrc.c:
29665 * sys/v4l2/v4l2_calls.h:
29666 fix includes for distcheck
29668 2004-01-21 Christian Schaller <uraeus@gnome.org>
29671 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29672 based on earlier patch from Laurent Vivier
29674 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29676 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29677 Fix wma caps property
29678 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29679 Fix typo (flags1 and flags2)
29681 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29683 * gst-libs/gst/media-info/media-info-priv.c:
29684 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29685 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29686 (gmip_find_stream), (gmip_find_track_metadata),
29687 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29688 (gmip_find_track_format):
29689 * gst-libs/gst/media-info/media-info-priv.h:
29690 * gst-libs/gst/media-info/media-info-test.c: (main):
29691 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29692 (gst_media_info_read_idler), (gst_media_info_read):
29693 * gst-libs/gst/media-info/media-info.h:
29694 register debugging category and use it for debugging
29696 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29698 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29699 (gst_vorbisfile_new_link):
29700 signal streaminfo through tags
29702 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29704 * ext/mplex/gstmplex.cc:
29705 * ext/mplex/gstmplexibitstream.cc:
29706 g++ doesn't like NULL in our i18n/error macros, should be
29707 either (NULL) or ("").
29709 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29711 * sys/dxr3/dxr3audiosink.c:
29712 * sys/dxr3/dxr3init.c:
29713 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29714 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29715 Fix more error error error errors (missing includes here).
29717 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29719 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29720 fix thomas' error errors.
29722 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29724 * ext/mpeg2enc/gstmpeg2enc.cc:
29727 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29729 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29730 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29731 Fix for new error system.
29733 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29735 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29736 fix for new error reporting
29738 2004-01-20 David Schleef <ds@schleef.org>
29740 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29741 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29742 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29743 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29744 and neither is 100+, most likely.
29745 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29746 (gst_xvimagesink_getcaps): same
29748 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29751 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29752 clashes with ffmpeg.
29754 2004-01-20 Julien MOUTTE <julien@moutte.net>
29756 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29757 (gst_switch_init): Fixed switch element : proxying link and setting
29758 caps from src to sink on request.
29760 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29762 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29763 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29764 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29767 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29769 * sys/v4l/v4l_calls.h:
29770 * sys/v4l2/v4l2_calls.h:
29771 element_error fixes
29773 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29775 * gst-libs/gst/gst-i18n-plugin.h:
29777 remove config.h inclusion
29779 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29782 adding autopoint invocation
29785 * gst-libs/gst/gettext.h:
29786 adding gettext bits
29787 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29788 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29789 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29790 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29791 (gst_gnomevfssink_close_file):
29792 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29793 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29794 * gst-libs/gst/gst-i18n-plugin.h:
29795 * gst/avi/gstavi.c: (plugin_init):
29796 * sys/dxr3/dxr3init.c: (plugin_init):
29797 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29798 * sys/oss/gstossaudio.c: (plugin_init):
29799 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29800 * sys/v4l/gstv4l.c: (plugin_init):
29801 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29802 * sys/v4l2/gstv4l2.c: (plugin_init):
29803 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29804 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29805 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29806 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29807 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29808 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29809 make sure locale and translation domain are set
29810 fix translated strings
29816 put translation files into place
29817 * sys/xvideo/imagetest.c: (main):
29818 * ext/dv/demo-play.c: (main):
29819 fix unnecessary translations
29821 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29823 * ext/sndfile/gstsf.c:
29824 * gst/avi/gstavimux.c:
29825 * ext/audiofile/gstafsink.c:
29826 * ext/audiofile/gstafsrc.c:
29827 * ext/gnomevfs/gstgnomevfssink.c:
29828 * ext/gnomevfs/gstgnomevfssrc.c:
29829 * sys/oss/gstosselement.c:
29830 * sys/v4l/v4l_calls.h:
29833 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29835 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29836 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29837 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29838 (gst_v4l2_get_output), (gst_v4l2_set_output),
29839 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29840 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29841 (gst_v4l2_set_attribute):
29842 update to new error handling
29844 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29846 * ext/sidplay/gstsiddec.cc:
29847 * gst/modplug/gstmodplug.cc:
29848 parenthese NULL because C++ seems angry about it
29850 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29852 * gst-libs/gst/gst-i18n-plugin.h:
29853 add skeleton i18n stuff, but needs to be further implemented
29855 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29857 * examples/gstplay/player.c: (main):
29858 * ext/aalib/gstaasink.c: (gst_aasink_open):
29859 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29860 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29861 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29862 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29863 (gst_afsink_close_file):
29864 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29865 (gst_afsrc_close_file):
29866 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29867 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29868 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29869 * ext/esd/esdmon.c: (gst_esdmon_get):
29870 * ext/esd/esdsink.c: (gst_esdsink_chain):
29871 * ext/faac/gstfaac.c: (gst_faac_chain):
29872 * ext/faad/gstfaad.c: (gst_faad_chain):
29873 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29874 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29875 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29876 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29877 (gst_flacdec_loop):
29878 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29879 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29880 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29881 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29882 (gst_gnomevfssink_close_file):
29883 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29884 (gst_gnomevfssrc_open_file):
29885 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29886 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29887 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29888 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29889 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29890 * ext/mad/gstmad.c: (gst_mad_chain):
29891 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29892 * ext/mpeg2dec/gstmpeg2dec.c:
29893 * ext/mpeg2enc/gstmpeg2enc.cc:
29894 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29895 * ext/mplex/gstmplex.cc:
29896 * ext/mplex/gstmplexibitstream.cc:
29897 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29898 (gst_ogg_demux_push), (gst_ogg_pad_push):
29899 * ext/raw1394/gstdv1394src.c:
29900 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29901 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29902 * ext/sidplay/gstsiddec.cc:
29903 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29905 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29906 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29907 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29908 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29909 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29910 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29911 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29912 * gst-libs/gst/Makefile.am:
29913 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29914 (gst_riff_read_element_data), (gst_riff_read_seek),
29915 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29916 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29917 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29918 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29919 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29920 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29921 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29922 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29923 * gst/goom/gstgoom.c: (gst_goom_chain):
29924 * gst/id3/gstid3types.c: (gst_id3types_loop):
29925 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29926 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29927 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29928 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29929 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29930 (gst_ebml_read_float), (gst_ebml_read_header):
29931 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29932 (gst_matroska_demux_parse_blockgroup):
29933 * gst/modplug/gstmodplug.cc:
29934 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29935 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29936 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29937 * gst/silence/gstsilence.c: (gst_silence_get):
29938 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29939 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29940 * gst/speed/gstspeed.c: (speed_loop):
29941 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29942 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29943 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29944 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29945 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29946 (gst_wavparse_loop):
29947 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29948 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29949 (dxr3audiosink_close):
29950 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29951 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29952 (dxr3videosink_close), (dxr3videosink_write_data):
29953 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29954 * sys/oss/gstosselement.h:
29955 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29956 (gst_osssink_chain):
29957 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29958 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29959 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29960 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29961 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29962 (gst_v4l_enable_overlay):
29963 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29964 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29965 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29966 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29967 (gst_v4l_set_audio):
29968 * sys/v4l/v4l_calls.h:
29969 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29970 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29971 (gst_v4lmjpegsink_playback_init),
29972 (gst_v4lmjpegsink_playback_start):
29973 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29974 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29975 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29976 (gst_v4lmjpegsrc_requeue_frame):
29977 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29978 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29979 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29980 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29981 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29982 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29983 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29984 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29985 (gst_v4l2src_capture_stop):
29986 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29987 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29988 (gst_ximagesink_chain):
29989 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29990 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29991 (gst_xvideosink_xwindow_new):
29992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29993 (gst_xvimagesink_chain):
29994 use new error signal, function and categories
29996 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30000 * ext/musicbrainz/gsttrm.c:
30001 * ext/musicbrainz/gsttrm.h:
30002 * ext/musicbrainz/Makefile.am:
30005 2004-01-18 Julien MOUTTE <julien@moutte.net>
30007 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30008 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30009 synchronous property for debugging.
30010 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30011 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30012 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30013 smaller block, fixing indent.
30015 2004-01-16 David Schleef <ds@schleef.org>
30017 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30018 property affects the video stream.
30019 * sys/xvimage/xvimagesink.c:
30020 * sys/xvimage/xvimagesink.h:
30021 Add synchronous property for debugging. Should probably be
30022 disabled in non-CVS builds. Make sure that the Xv attribute
30023 exists before we set it (crash!). Fix a silly float bug that
30024 caused colorbalance to just not work.
30026 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30028 * tools/gst-launch-ext.in - update for new plugins
30030 2004-01-16 David Schleef <ds@schleef.org>
30032 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30033 already-freed caps.
30035 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30037 * Update spec for new colorspace plugin and libcaca plugin
30038 * Fix compilation of libcaca plugin (clock -> id)
30040 2004-01-16 Julien MOUTTE <julien@moutte.net>
30042 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30043 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30044 (gst_xvimagesink_set_xwindow_id),
30045 (gst_xvimagesink_colorbalance_set_value),
30046 (gst_xvimagesink_colorbalance_get_value),
30047 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30048 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30049 correct colorbalance properties. They can now be set when the element
30050 is still in NULL state. The values will be committed to the Xv Port
30051 when xcontext is initialized.
30052 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30053 brightness int values in the GstXvImagesink structure.
30055 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30057 * gst-libs/gst/Makefile.am:
30058 restructure so having local patches works easier.
30060 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30062 * ext/mpeg2enc/Makefile.am:
30063 * ext/mpeg2enc/gstmpeg2enc.cc:
30064 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30065 Bugfix with respect to EOS handling.
30067 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30069 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30070 Link with right caps (else, it segfaults).
30071 * ext/mplex/gstmplexjob.cc:
30072 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30074 2004-01-15 David Schleef <ds@schleef.org>
30076 * gst-libs/gst/audio/Makefile.am:
30077 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30079 * gst-libs/gst/audio/gstaudiofilter.c:
30080 * gst-libs/gst/audio/gstaudiofilter.h:
30081 Add bytes_per_sample and size and n_samples calculation.
30082 * gst-libs/gst/audio/gstaudiofilterexample.c:
30083 Remove, now autogenerated.
30084 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30085 Moved from gstaudiofilterexample, object name changed, code added
30086 so that it actually works.
30087 * gst-libs/gst/audio/make_filter:
30088 Script to build an audiofilter subclass from the template.
30089 * gst/colorspace/Makefile.am:
30090 * gst/colorspace/yuv2yuv.c:
30091 Remove file, since it's GPL, and we don't use it.
30093 2004-01-15 Julien MOUTTE <julien@moutte.net>
30095 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30097 them use the buffer free function to test how the buffer was allocated.
30099 2004-01-15 David Schleef <ds@schleef.org>
30101 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30102 that handles osssink fallback.
30103 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30104 (gst_audio_convert_getcaps):
30105 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30106 Add audio/x-qdm2 for QDM2 audio.
30107 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30108 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30109 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30110 Decrease minimum size to 16x16.
30111 * gst/wavparse/gstwavparse.c:
30112 Convert disabled pad template caps to new caps.
30113 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30114 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30115 (gst_xvimagesink_chain): Throw element error when display cannot
30116 be opened. Increase minimum framerate to 1.0. Check the data
30117 free function on a buffer to make sure it is the type we expect
30118 before manipulating it.
30120 2004-01-15 Julien MOUTTE <julien@moutte.net>
30122 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30123 (gst_videobalance_colorbalance_set_value): Implement passthru if
30124 settings are in the middle.
30125 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30127 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30129 * gst/videofilter/Makefile.am:
30130 * gst/volume/Makefile.am:
30131 Since we use videofilter symbols, link to it.
30133 2004-01-15 Julien MOUTTE <julien@moutte.net>
30135 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30136 mixer interface type to HARDWARE.
30137 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30139 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30140 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30141 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30142 (gst_volume_interface_init), (gst_volume_list_tracks),
30143 (gst_volume_set_volume), (gst_volume_get_volume),
30144 (gst_volume_set_mute), (gst_volume_mixer_init),
30145 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30146 (volume_init): Implementing mixer interface.
30147 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30148 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30149 (gst_osselement_change_state): Removing some trailing commas in
30151 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30152 interface type to HARDWARE.
30153 * sys/v4l/gstv4lcolorbalance.c:
30154 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30156 * sys/v4l2/gstv4l2colorbalance.c:
30157 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30158 interface type to HARDWARE.
30159 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30160 same code than ximagesink for event handling.
30162 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30164 * ext/snapshot/Makefile.am:
30165 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30166 (gst_snapshot_chain):
30167 * ext/snapshot/gstsnapshot.h:
30168 This has to be a joke... Snapshot should be connected to a tee,
30169 colorspace element before it and EOS after that, where the other
30170 src of the tee receives normal data.
30171 The current way is *wrong*.
30173 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30175 * ext/hermes/gsthermescolorspace.c:
30176 Fix another compile error. Same as below.
30178 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30180 * gst/colorspace/gstcolorspace.c:
30181 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30182 (gst_colorspace_i420_to_yv12):
30183 Fix compiling... Didn't test if it actually works.
30185 2004-01-15 David Schleef <ds@schleef.org>
30188 * gst/colorspace/Makefile.am:
30189 * gst/colorspace/gstcolorspace.c:
30190 * gst/colorspace/gstcolorspace.h:
30191 * gst/colorspace/yuv2rgb.c:
30192 * gst/colorspace/yuv2rgb.h:
30193 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30194 code and GPL code. Fix for new caps negotiation. Rewrite
30195 much of the format handling code, and some of the conversion
30196 code. Basically, rewrote almost everything. This element
30197 handles I420, YV12 to RGB conversions.
30198 * ext/hermes/Makefile.am:
30199 * ext/hermes/gsthermescolorspace.c:
30200 Rename colorspace to hermescolorspace. Fix negotiation issues.
30201 Remove non-Hermes related code. This element handles lots of
30202 RGB to RGB conversions, but no YUV.
30203 * ext/hermes/gstcolorspace.c:
30204 * ext/hermes/gstcolorspace.h:
30205 * ext/hermes/rgb2yuv.c:
30206 * ext/hermes/yuv2rgb.c:
30207 * ext/hermes/yuv2rgb.h:
30208 * ext/hermes/yuv2rgb_mmx16.s:
30209 * ext/hermes/yuv2yuv.c:
30210 * ext/hermes/yuv2yuv.h:
30213 2004-01-14 Colin Walters <walters@verbum.org>
30215 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30216 they've already been.
30218 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30220 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30221 assume tag mode when pad is not connected
30223 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30225 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30226 Don't update the time of the clock
30227 (gst_alsa_sink_loop):
30228 sync to the clock given to alsasink, not the own clock
30229 * sys/oss/gstosssink.c: (gst_osssink_chain):
30231 (gst_osssink_change_state):
30233 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30235 remove bogus code that made DISCONT events unhandled
30236 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30237 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30239 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30240 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30241 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30242 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30243 2nd warning in bug #131502)
30245 2004-01-14 Julien MOUTTE <julien@moutte.net>
30247 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30248 (gst_videobalance_colorbalance_set_value),
30249 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30250 for colorbalance interface implementation.
30251 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30252 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30253 (gst_ximagesink_dispose), (gst_ximagesink_init),
30254 (gst_ximagesink_class_init): Adding DISPLAY property.
30255 * sys/ximage/ximagesink.h: Adding display_name to store display.
30256 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30257 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30258 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30259 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30260 properties (they still need polishing though for gst-launch use : no
30261 xcontext yet, i ll do that tomorrow).
30262 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30264 2004-01-14 Julien MOUTTE <julien@moutte.net>
30266 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30267 (gst_play_set_location), (gst_play_set_visualization): Preparing
30268 switch integration, adding videobalance in the pipeline.
30270 2004-01-14 Julien MOUTTE <julien@moutte.net>
30272 * gst-libs/gst/colorbalance/colorbalance.c:
30273 (gst_color_balance_class_init): Adding a default type.
30274 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30276 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30277 (gst_videobalance_dispose), (gst_videobalance_class_init),
30278 (gst_videobalance_init), (gst_videobalance_interface_supported),
30279 (gst_videobalance_interface_init),
30280 (gst_videobalance_colorbalance_list_channels),
30281 (gst_videobalance_colorbalance_set_value),
30282 (gst_videobalance_colorbalance_get_value),
30283 (gst_videobalance_colorbalance_init): Implementing colorbalance
30285 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30287 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30288 bug which was triggering a BadAccess X error when setting an overlay
30289 before pad was really negotiated.
30290 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30291 Using the colorbalance type macro.
30293 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30295 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30296 (gst_flacenc_chain):
30297 handle tags correctly
30298 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30299 extract ID3v1 tags correctly
30301 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30303 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30305 Improve matroska typefinding for odd-typed headers...
30307 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30309 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30310 Fix for using incremental number on padnames.
30312 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30314 * ext/divx/gstdivxdec.c:
30315 * ext/divx/gstdivxenc.c:
30316 Set category to divx4linux instead of divx (too generic).
30317 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30318 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30319 (gst_wavparse_loop), (gst_wavparse_change_state):
30320 * gst/wavparse/gstwavparse.h:
30321 fix parsing of WAV files with non-standard fmt-tag size and fix
30322 skipping of unrecognized chunks... Someone please fix this thing
30323 to use rifflib so all this is automated.
30324 * sys/v4l/Makefile.am:
30325 * sys/v4l2/Makefile.am:
30326 Add X_CFLAGS because we depend on X (for overlay).
30328 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30330 * ext/mpeg2dec/gstmpeg2dec.c:
30331 Don't issue a timestamp unless we tagged the frame
30334 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30336 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30337 Query the audio element to get the time, not the clock. We're
30338 interested in the element's time here.
30340 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30342 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30343 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30344 * ext/esd/esdsink.c: (gst_esdsink_chain):
30345 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30346 * ext/mas/massink.c: (gst_massink_chain):
30347 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30348 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30349 (gst_matroska_demux_parse_metadata):
30350 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30351 (gst_mpeg_parse_release_locks):
30352 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30353 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30354 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30355 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30356 (gst_osssink_change_state):
30357 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30358 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30359 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30360 (gst_xvideosink_release_locks):
30361 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30363 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30364 (gst_alsa_clock_stop):
30365 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30366 (gst_audio_clock_get_internal_time):
30367 simplify for use with new clocking code.
30368 * testsuite/alsa/Makefile.am:
30369 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30370 fix testsuite for new caps system
30372 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30374 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30375 * ext/flac/gstflacenc.c: (add_one_tag):
30376 length is already host endian, no need to convert. Fixes playback of
30377 tagged files on PPC. (bug #128384)
30379 2004-01-13 Julien MOUTTE <julien@moutte.net>
30381 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30382 colorbalance interface stating if it is hardware based or software
30384 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30385 Removing a trailing comma.
30386 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30387 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30388 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30389 the documentation seems to be wrong on the -1000 to 1000 interval.
30391 2004-01-12 David Schleef <ds@schleef.org>
30393 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30394 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30395 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30396 Fix negotiation. Add a bufferalloc function for the sink pad,
30397 and generally clean up some of the code.
30399 2004-01-12 Julien MOUTTE <julien@moutte.net>
30401 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30402 (gst_color_balance_channel_dispose): Adding safety check in dispose
30404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30405 (gst_xvimagesink_xcontext_clear),
30406 (gst_xvimagesink_interface_supported),
30407 (gst_xvimagesink_colorbalance_list_channels),
30408 (gst_xvimagesink_colorbalance_set_value),
30409 (gst_xvimagesink_colorbalance_get_value),
30410 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30411 Adding colorbalance interface support to set XV parameters such as
30412 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30413 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30416 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30418 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30419 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30420 (gst_audio_convert_init), (gst_audio_convert_set_property),
30421 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30422 (gst_audio_convert_link),
30423 (gst_audio_convert_buffer_to_default_format),
30424 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30425 - implement _getcaps and use it
30427 - remove float caps since no float conversion is actually done
30428 - remove properties and arguments that were to be used for rate
30431 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30433 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30434 (gst_audio_structure_set_int):
30435 * gst-libs/gst/audio/audio.h:
30436 add helper functions for _getcaps matching the standard audio
30439 2004-01-12 David Schleef <ds@schleef.org>
30441 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30442 Test that pad is negotiated before getting its caps.
30444 2004-01-12 Julien MOUTTE <julien@moutte.net>
30446 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30447 analyzing the pads of an element the bin is mostly in READY state so
30448 no caps were negotiated. This helper function needs to work with
30449 _get_caps directly then. I was not freeing them though, added that to
30452 2004-01-12 Julien MOUTTE <julien@moutte.net>
30454 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30456 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30457 than the free_func.
30459 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30461 * sys/oss/gstossaudio.c: (plugin_init):
30462 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30463 * sys/oss/gstosselement.h:
30464 make an oss debugging category
30465 make failure more descriptive
30467 2004-01-11 David Schleef <ds@schleef.org>
30469 * ext/ffmpeg/gstffmpeg.c:
30470 * ext/ffmpeg/gstffmpegcodecmap.c:
30471 * ext/ffmpeg/gstffmpegdec.c:
30472 * ext/ffmpeg/gstffmpegenc.c:
30473 * ext/ffmpeg/gstffmpegprotocol.c:
30474 * ext/gdk_pixbuf/gstgdkanimation.c:
30475 * ext/jpeg/gstjpeg.c:
30476 * ext/libpng/gstpng.c:
30477 * ext/mpeg2dec/perftest.c:
30478 * ext/speex/gstspeex.c:
30479 * gst-libs/gst/resample/dtos.c:
30480 * gst/intfloat/gstintfloatconvert.c:
30481 * gst/oneton/gstoneton.c:
30482 * gst/rtjpeg/RTjpeg.c:
30483 * gst/rtp/gstrtp.c:
30484 * sys/dxr3/dxr3init.c:
30485 * sys/glsink/gstgl_nvimage.c:
30486 * sys/glsink/gstgl_pdrimage.c:
30487 * sys/glsink/gstglsink.c:
30488 * testsuite/gst-lint:
30489 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30491 2004-01-11 David Schleef <ds@schleef.org>
30493 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30494 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30495 * ext/gdk_pixbuf/gstgdkanimation.c:
30496 (gst_gdk_animation_iter_create_pixbuf):
30497 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30498 (gst_gdk_pixbuf_chain):
30499 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30500 * ext/jack/gstjack.c: (gst_jack_change_state):
30501 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30502 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30503 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30504 * gst/videofilter/gstvideofilter.c:
30505 (gst_videofilter_set_output_size):
30506 Remove all usage of gst_pad_get_caps(), and replace it with
30507 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30509 2004-01-11 David Schleef <ds@schleef.org>
30512 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30513 * ext/divx/gstdivxdec.c:
30514 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30515 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30516 handle images that span multiple buffers. Now work with both
30517 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30518 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30519 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30520 video/video.h changes
30521 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30522 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30523 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30524 of GstData free function.
30525 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30528 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30530 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30531 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30532 (gst_v4l2element_get_property):
30533 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30534 add norm, channel and frequency properties.
30535 * sys/v4l2/gstv4l2tuner.c:
30536 fixes for tuner interface changes
30537 * sys/v4l2/gstv4l2element.h:
30538 * sys/v4l2/gstv4l2src.c:
30539 * sys/v4l2/gstv4l2src.h:
30540 * sys/v4l2/v4l2src_calls.c:
30541 * sys/v4l2/v4l2src_calls.h:
30542 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30544 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30546 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30547 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30548 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30549 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30550 * gst-libs/gst/tuner/tuner.h:
30551 GObjects aren't const.
30552 Add find_by_name functions.
30553 Add checks to _changed functions.
30554 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30555 (gst_v4l_tuner_get_norm):
30558 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30560 * gst-libs/gst/video/video.h:
30561 Fix caps template names to be understandable.
30562 Prefix everything with GST_VIDEO.
30563 * ext/aalib/gstaasink.c:
30564 * ext/divx/gstdivxdec.c:
30565 * ext/divx/gstdivxenc.c:
30566 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30567 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30568 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30569 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30570 * ext/libcaca/gstcacasink.c:
30571 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30572 * ext/snapshot/gstsnapshot.c:
30573 * ext/swfdec/gstswfdec.c:
30574 * ext/xvid/gstxviddec.c:
30575 * ext/xvid/gstxvidenc.c:
30576 * gst/chart/gstchart.c:
30577 * gst/deinterlace/gstdeinterlace.c:
30578 * gst/effectv/gsteffectv.c:
30579 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30580 * gst/goom/gstgoom.c:
30581 * gst/median/gstmedian.c:
30582 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30583 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30584 * gst/overlay/gstoverlay.c:
30585 * gst/smooth/gstsmooth.c:
30586 * gst/smpte/gstsmpte.c:
30587 * gst/synaesthesia/gstsynaesthesia.c:
30588 * gst/videocrop/gstvideocrop.c:
30589 * gst/videodrop/gstvideodrop.c:
30590 * gst/y4m/gsty4mencode.c:
30591 * sys/qcam/gstqcamsrc.c:
30592 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30593 Make them work with new video.h file.
30594 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30595 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30596 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30597 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30598 Make it work with new buffer allocation system.
30600 2004-01-11 Julien MOUTTE <julien@moutte.net>
30602 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30603 pad_alloc_buffer implementation to use ->srcpad
30604 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30605 pad_alloc_buffer implementation to use ->srcpad
30606 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30607 pad_alloc_buffer implementation to use ->srcpad
30608 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30609 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30610 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30611 a reference to everything we need.
30612 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30613 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30614 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30615 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30616 a reference to everything we need.
30617 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30619 2004-01-11 David Schleef <ds@schleef.org>
30621 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30622 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30623 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30625 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30626 value during a resize/renegotiation.
30627 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30628 gst_pad_alloc_buffer();
30629 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30630 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30632 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30633 Fix for rename of buffer private structure members.
30634 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30635 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30636 Fix for rename of buffer private structure members.
30637 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30638 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30639 Fix for rename of buffer private structure members.
30641 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30643 reviewed by: David Schleef <ds@schleef.org>
30645 * gst/videofilter/Makefile.am:
30646 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30647 from the patch by ds to fit in with recent make_filter changes.
30649 2004-01-11 Julien MOUTTE <julien@moutte.net>
30651 * configure.ac: Adding examples/switch/Makefile
30652 * examples/Makefile.am: Adding examples/switch
30653 * examples/switch/Makefile.am: Adding switcher example.
30654 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30655 (switch_timer), (main): Adding an example demonstrating switch usage
30656 with 2 videotestsrc showing different patterns.
30657 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30658 (gst_switch_init): Fixing switch with the new caps system.
30660 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30662 * gst-libs/gst/video/video.h:
30663 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30664 They should probably be like
30665 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30667 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30669 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30670 (qtdemux_parse_trak):
30671 fix audio chunk size/timestamp calculation
30673 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30675 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30678 2004-01-11 Steve Baker <steve@stevebaker.org>
30680 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30681 (gst_agingtv_base_init), (gst_agingtv_class_init),
30682 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30683 (gst_agingtv_set_property), (gst_agingtv_get_property):
30684 Port agingTV to videofilter
30686 2004-01-09 Julien MOUTTE <julien@moutte.net>
30688 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30689 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30691 2004-01-09 Julien MOUTTE <julien@moutte.net>
30693 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30694 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30695 * gst-libs/gst/xoverlay/xoverlay.c:
30696 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30697 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30698 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30699 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30700 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30701 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30702 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30703 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30704 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30705 interface implementation to handle xid being 0 and fix some bugs
30706 triggered by Benjamin's testcase.
30707 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30708 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30709 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30710 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30711 interface implementation to handle xid being 0 and fix some bugs
30712 triggered by Benjamin's testcase.
30714 2004-01-09 David Schleef <ds@schleef.org>
30716 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30717 mouse pointer events. It works.
30719 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30721 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30722 Use explicit caps - fix capsnego.
30723 * ext/xvid/gstxviddec.c:
30724 * ext/xvid/gstxvidenc.c:
30725 Remove macro-inside-macro which caused compile errors.
30726 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30727 Error out if it's not a RIFF file. Else we error out without
30728 gst_element_error() which is not good...
30730 2004-01-08 David Schleef <ds@schleef.org>
30732 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30733 Fix pad_link function to handle formats that ffmpeg returns
30734 as multiple caps structures.
30735 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30736 Only complain if source buffer is _smaller_ than expected.
30737 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30738 (gst_videoscale_handle_src_event): Resize navigation events
30739 when passing them upstream.
30740 * gst/videotestsrc/gstvideotestsrc.c:
30741 * gst/videotestsrc/gstvideotestsrc.h:
30742 * gst/videotestsrc/videotestsrc.c:
30743 * gst/videotestsrc/videotestsrc.h:
30744 Rewrite many of the buffer painting functions to handle odd
30745 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30746 been verified to work with my video card.
30747 * testsuite/gst-lint: Add check for elements calling
30748 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30750 2004-01-08 David Schleef <ds@schleef.org>
30752 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30753 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30755 2004-01-08 Julien MOUTTE <julien@moutte.net>
30757 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30758 configure event is not emiting the desired size signal. That fixes
30759 aspect ratio issues with gst-player.
30761 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30763 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30766 2004-01-08 Julien MOUTTE <julien@moutte.net>
30768 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30769 public method to fire size signal.
30771 2004-01-07 Julien MOUTTE <julien@moutte.net>
30773 * examples/gstplay/Makefile.am: Adding the interface library.
30774 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30775 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30776 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30777 GST_IS_X_OVERLAY before signal connect.
30778 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30779 Removing the have_video_size signal.
30780 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30781 and associated public method.
30782 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30783 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30785 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30786 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30788 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30789 Using XOverlay public method to fire size signal.
30791 2004-01-07 David Schleef <ds@schleef.org>
30793 * gst/videofilter/Makefile.am:
30794 * gst/videofilter/gstvideotemplate.c:
30795 * gst/videofilter/make_filter:
30796 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30797 Convert make_filter to /bin/sh script.
30799 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30801 * gst/modplug/gstmodplug.cc: fix element description
30803 2004-01-07 Julien MOUTTE <julien@moutte.net>
30805 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30806 (got_video_size): Adding some new lines in g_print calls.
30807 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30808 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30809 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30810 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30811 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30812 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30813 Complete code review, reverting some stuff i disagree with, adding
30814 some fixes : time synchronization on invalid timestamps, renegotiation
30816 * sys/ximage/ximagesink.h:
30817 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30818 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30819 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30820 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30821 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30822 (gst_xvimagesink_buffer_new),
30823 (gst_xvimagesink_navigation_send_event),
30824 (gst_xvimagesink_set_xwindow_id),
30825 (gst_xvimagesink_get_desired_size),
30826 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30827 stuff i disagree with, adding some fixes : Renegotiation of private
30828 window, implementing get_desired_size.
30830 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30832 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30833 (gst_afsink_handle_event):
30834 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30835 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30836 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30837 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30838 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30839 Fix for instantiate-test (see core). Also remove dead code from
30840 jpegenc (which still needs fixing, but that's lower on my TODO
30842 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30843 Never return NULL as caps.
30845 2004-01-07 David Schleef <ds@schleef.org>
30849 * ext/librfb/Makefile.am:
30850 * ext/librfb/gstrfbsrc.c:
30851 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30852 is the protocol used by VNC.
30854 2004-01-07 David Schleef <ds@schleef.org>
30856 * gst/videofilter/gstvideotemplate.c:
30857 * gst/videofilter/gstvideotemplate.h:
30858 * gst/videofilter/make_filter:
30859 Merge videotemplate header into source file.
30860 * gst/effectv/Makefile.am:
30861 * gst/effectv/gsteffectv.c: (plugin_init):
30862 * gst/effectv/gstwarp.c:
30863 Make warpTV a subclass of videofilter.
30865 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30867 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30868 Add guard against invalid utf-8 conversions in mad. Just in case.
30870 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30872 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30873 Fix for bug shown by poisoning
30875 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30877 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30878 (gst_v4lmjpegsrc_buffer_free):
30879 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30880 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30881 (gst_v4lsrc_buffer_free):
30882 Fix for removed bufferpools.
30884 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30886 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30887 Fix caps negotiation.
30889 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30890 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30891 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30893 * ext/mpeg2dec/gstmpeg2dec.c:
30894 * gst-libs/gst/navigation/navigation.c:
30895 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30896 * gst-libs/gst/navigation/navigation.h:
30897 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30898 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30900 Super-simple first version of mouse and keyboard events. Clicking
30901 on a DVD menu now works, although it may not take you where you
30904 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30905 * gst/videotestsrc/gstvideotestsrc.c:
30906 (gst_videotestsrc_src_fixate):
30907 These fixate functions were broken - they never actually
30910 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30912 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30913 (gst_icecastsend_init):
30914 fix for new caps system.
30915 * gst-libs/gst/mixer/mixertrack.h:
30916 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30917 Add 'master track' flag (for tools like ACME that only want to
30918 change the main volume).
30920 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30922 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30923 (gst_xvid_csp_to_caps):
30924 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30925 * ext/xvid/gstxvidenc.c:
30926 ifdef out ARGB type when it isn't available
30927 in xvidcore 1.0.0beta2
30929 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30931 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30932 When we have received a new SCR right in the first buffer after
30933 a seek (so in the same cycle that handles the discont), we should
30934 handle the buffer instead of unreffing it, else we lose data.
30936 2004-01-06 Iain <iain@prettypeople.org>
30938 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30939 buffer-frames caps too.
30941 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30942 caps that we need, don't destroy them all and rebuild them. And when
30943 creating src pads, use the src pad template rather than the sink...
30945 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30947 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30948 Add pad to element *after* setting functions such as event handler.
30949 Without this, the scheduler (opt) will link pads, set the event
30950 handler from the default event function (dispatcher in gstpad.c)
30951 and *after* that, we will set our own event function, which will
30952 thus never be used (and thus mpegdemux doesn't handle events).
30954 2004-01-04 David Schleef <ds@schleef.org>
30956 Fix the fixate functions to handle new prototype:
30957 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30958 * gst/videotestsrc/gstvideotestsrc.c:
30959 (gst_videotestsrc_src_fixate):
30960 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30961 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30964 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30966 * sys/ximage/ximagesink.h:
30967 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30968 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30969 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30970 (gst_ximagesink_xoverlay_init):
30971 assorted fixes to make (re)embedding work
30972 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30973 (gst_ximagesink_get_desired_size):
30974 implement desired size additions to XOverlay
30976 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30978 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30979 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30980 (gst_x_overlay_got_desired_size):
30981 * gst-libs/gst/xoverlay/xoverlay.h:
30982 Add optional "desired size" signal and querying.
30984 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30986 * gst/matroska/matroska-demux.c:
30987 (gst_matroska_demux_parse_blockgroup):
30988 Fix EBML-laced block parsing. Diffs are relative to previous
30989 lace, not the first lace. Thanks to Mosu from the Matroska
30990 team for detecting this.
30991 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30992 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30993 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30994 (gst_wavparse_change_state):
30995 * gst/wavparse/gstwavparse.h:
30996 Quickfix for capsnego.
30998 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31000 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31001 Fix indenting, fix pad creation.
31003 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31005 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31006 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31007 (gst_xviddec_sink_link):
31008 Implement src_getcaps() so proper size caps is negotiated.
31010 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31012 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31013 Finish flac decoder on EOS. See #116178.
31015 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31017 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31018 (gst_matroska_demux_add_stream):
31019 * gst/matroska/matroska-ids.h:
31020 Add getcaps() function to fix capsnego...
31022 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31024 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31025 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31026 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31027 Fix more integer overflows. Again, see #126967.
31029 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31031 * ext/mpeg2dec/gstmpeg2dec.c:
31032 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31035 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31038 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31039 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31040 * ext/xvid/gstxvid.h:
31041 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31042 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31043 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31044 (gst_xviddec_change_state):
31045 * ext/xvid/gstxviddec.h:
31046 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31047 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31048 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31049 (gst_xvidenc_link), (gst_xvidenc_set_property),
31050 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31051 * ext/xvid/gstxvidenc.h:
31052 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31054 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31056 * gst/rtp/rtp-packet.c:
31057 Add sys/types.h include, since OS X doesn't define in_addr_t
31058 in netinet/in.h, like it does on Linux (see #129600).
31060 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31062 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31064 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31065 Correct logic of dispose function (see #129306).
31067 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31069 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31070 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31071 (gst_mpeg_parse_init):
31072 * gst/mpegstream/gstmpegparse.h:
31073 Remove clock (which was never provided, i.e. dead code), and
31074 also fix integer overflows at high PTS values (see #126967).
31076 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31078 * ext/flac/gstflacdec.c:
31079 * ext/libpng/gstpngenc.h:
31080 * ext/mikmod/gstmikmod.h:
31081 OS X fixes (see #126628).
31083 2004-01-02 David Schleef <ds@schleef.org>
31085 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31086 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31087 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31088 (gst_mpeg_parse_class_init): Move pad template registration
31089 to class_init, since the derived class (mpegdemux) doesn't
31092 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31094 * sys/ximage/Makefile.am:
31095 * sys/xvideo/Makefile.am:
31096 * sys/xvimage/Makefile.am:
31097 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31098 after installation (see #127664).
31100 2004-01-02 David Schleef <ds@schleef.org>
31102 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31103 (gst_ffmpegenc_connect): Negotiation fixes.
31104 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31105 Remove inappropriate gst_caps_free().
31106 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31107 Reenable Ronald's internal resize code, since the core handles
31110 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31112 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31113 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31114 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31115 Fix pad template stuff.
31117 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31119 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31120 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31121 fix signed integer reading/writing.
31123 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31126 Remove outdated document
31128 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31130 * gst/cutter/gstcutter.c: (gst_cutter_init):
31131 src pad was being created twice - oops.
31133 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31135 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31136 Comment out internal resize. It doesn't handle the resulting
31137 XEvent internally, does another try_set_caps() which leads to
31138 a really nice loop.
31139 Real fix will come when Julien and Dave are awake. ;).
31141 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31143 * ext/mpeg2enc/gstmpeg2enc.cc:
31144 fix const/nonconst compile issue.
31146 2004-01-02 David Schleef <ds@schleef.org>
31148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31149 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31150 Add fixate function and a check for bad formats.
31152 2004-01-01 David Schleef <ds@schleef.org>
31155 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31156 (gst_audiofilter_init):
31157 * gst/debug/efence.c: (gst_efence_init):
31158 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31159 (gst_deinterlace_init):
31160 * gst/volume/gstvolume.c: (volume_connect):
31162 2004-01-01 David Schleef <ds@schleef.org>
31164 Convert elements to use gst_pad_use_explicit_caps() where
31166 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31167 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31168 (gst_afparse_open_file):
31169 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31170 (gst_afsrc_open_file):
31171 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31172 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31173 (gst_ffmpegdec_chain):
31174 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31175 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31176 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31177 (gst_gdk_pixbuf_chain):
31178 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31179 (gst_jpegdec_chain):
31180 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31181 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31182 (gst_mikmod_negotiate):
31183 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31184 (gst_mpeg2dec_negotiate_format):
31185 * ext/mpeg2enc/gstmpeg2enc.cc:
31186 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31187 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31188 (gst_speexdec_sinkconnect):
31189 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31190 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31191 (gst_vorbisfile_new_link):
31192 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31193 (gst_ac3parse_chain):
31194 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31195 (gst_asf_demux_setup_pad):
31196 * gst/auparse/gstauparse.c: (gst_auparse_init),
31197 (gst_auparse_chain):
31198 * gst/id3/gstid3types.c: (gst_id3types_loop):
31199 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31200 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31201 (mp1videoparse_parse_seq):
31202 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31204 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31205 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31206 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31207 (gst_mpeg_parse_send_data):
31208 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31209 (gst_qtdemux_add_stream):
31210 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31211 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31212 (gst_wavparse_parse_fmt):
31214 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31217 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31218 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31219 it therefore uses the wrong include paths. Too bad... Note
31220 that 1.6.1.93 is not release yet. ;).
31221 Also add a check for mplex, which is now using the lib'ified
31222 mplex from mjpegtools, too.
31223 * ext/ffmpeg/gstffmpegcodecmap.c:
31224 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31225 issues. I don't think ffmpeg handles 3ivx correctly, so this
31226 probably won't work. But it won't hurt either.
31227 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31228 (gst_ffmpegdec_chain):
31229 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31230 (gst_ffmpegenc_chain_audio):
31231 Fix memleak in audio encoding. Close codec if open fails, this
31232 calls the cleanup routines so we can re-use the context.
31233 * ext/mpeg2enc/gstmpeg2enc.cc:
31234 Fix pad template names/types, fix memory issue with getcaps().
31235 * ext/mpeg2enc/gstmpeg2encoder.cc:
31236 * ext/mpeg2enc/gstmpeg2encoder.hh:
31237 Fix compile issue with new caps system (const thingy).
31238 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31239 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31240 We read a first frame right on initing, so that we have a caps
31241 when we init the output. This caps is cached in padprivate and
31242 read as first frame.
31243 * ext/mplex/Makefile.am:
31244 * ext/mplex/gstmplex.cc:
31245 * ext/mplex/gstmplex.h:
31246 * ext/mplex/gstmplex.hh:
31247 * ext/mplex/gstmplexibitstream.cc:
31248 * ext/mplex/gstmplexibitstream.hh:
31249 * ext/mplex/gstmplexjob.cc:
31250 * ext/mplex/gstmplexjob.hh:
31251 * ext/mplex/gstmplexoutputstream.cc:
31252 * ext/mplex/gstmplexoutputstream.hh:
31253 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31254 had issues, didn't do capsnego, supported only a subset of the
31255 mplex features and required a mplex fork in our local CVS. Plus
31256 that it worked agaist a very old mplex version. Rewriting was
31257 faster than updating it.
31258 * gst-libs/ext/Makefile.am:
31259 * gst-libs/ext/mplex/INSTRUCT:
31260 * gst-libs/ext/mplex/Makefile.am:
31261 * gst-libs/ext/mplex/README:
31262 * gst-libs/ext/mplex/TODO:
31263 * gst-libs/ext/mplex/ac3strm_in.cc:
31264 * gst-libs/ext/mplex/audiostrm.hh:
31265 * gst-libs/ext/mplex/audiostrm_out.cc:
31266 * gst-libs/ext/mplex/aunit.hh:
31267 * gst-libs/ext/mplex/bits.cc:
31268 * gst-libs/ext/mplex/bits.hh:
31269 * gst-libs/ext/mplex/buffer.cc:
31270 * gst-libs/ext/mplex/buffer.hh:
31271 * gst-libs/ext/mplex/fastintfns.h:
31272 * gst-libs/ext/mplex/format_codes.h:
31273 * gst-libs/ext/mplex/inputstrm.cc:
31274 * gst-libs/ext/mplex/inputstrm.hh:
31275 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31276 * gst-libs/ext/mplex/mjpeg_logging.cc:
31277 * gst-libs/ext/mplex/mjpeg_logging.h:
31278 * gst-libs/ext/mplex/mjpeg_types.h:
31279 * gst-libs/ext/mplex/mpastrm_in.cc:
31280 * gst-libs/ext/mplex/mpegconsts.cc:
31281 * gst-libs/ext/mplex/mpegconsts.h:
31282 * gst-libs/ext/mplex/mplexconsts.hh:
31283 * gst-libs/ext/mplex/multplex.cc:
31284 * gst-libs/ext/mplex/outputstream.hh:
31285 * gst-libs/ext/mplex/padstrm.cc:
31286 * gst-libs/ext/mplex/padstrm.hh:
31287 * gst-libs/ext/mplex/stillsstream.cc:
31288 * gst-libs/ext/mplex/stillsstream.hh:
31289 * gst-libs/ext/mplex/systems.cc:
31290 * gst-libs/ext/mplex/systems.hh:
31291 * gst-libs/ext/mplex/vector.cc:
31292 * gst-libs/ext/mplex/vector.hh:
31293 * gst-libs/ext/mplex/videostrm.hh:
31294 * gst-libs/ext/mplex/videostrm_in.cc:
31295 * gst-libs/ext/mplex/videostrm_out.cc:
31296 * gst-libs/ext/mplex/yuv4mpeg.cc:
31297 * gst-libs/ext/mplex/yuv4mpeg.h:
31298 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31299 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31300 We don't fork mjpegtools' mplex in our CVS anymore.
31301 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31302 (gst_avi_demux_add_stream):
31303 * gst/avi/gstavidemux.h:
31304 Add getcaps() function for proper caps nego. This makes some
31305 parts of AVI playback/reading work.
31306 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31307 Resize window on new capsnego. This is probably wrong, but
31308 I'm still committing it because with current capsnego, the
31309 first successfull capsnego is auto-fixated, therefore rounded
31310 down to the lowest values in the caps. this results in a 16x16
31311 XWindow that is not reized when real capsnego finishes.
31312 Dave, I see more cases of this, do you know a proper solution?
31313 * tools/gst-launch-ext.in:
31314 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31316 2003-12-31 David Schleef <ds@schleef.org>
31318 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31319 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31320 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31322 2003-12-30 David Schleef <ds@schleef.org>
31324 * ext/ffmpeg/gstffmpegcolorspace.c:
31325 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31326 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31327 (gst_ffmpegcsp_chain): Negotiation fixes
31328 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31329 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31330 (gst_audio_convert_link), (gst_audio_convert_channels):
31331 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31332 (gst_audioscale_link), (gst_audioscale_get_buffer),
31333 (gst_audioscale_chain): Negotiation fixes
31334 * gst/audioscale/gstaudioscale.h:
31335 * gst/videofilter/gstvideofilter.c:
31336 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31337 (gst_videofilter_link), (gst_videofilter_init),
31338 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31339 (gst_videofilter_find_format_by_structure):
31340 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31341 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31342 (gst_videoscale_link):
31343 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31344 (videoscale_find_by_structure), (gst_videoscale_setup):
31345 * gst/videoscale/videoscale.h: Negotiation fixes
31346 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31347 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31348 function, restrict resizing to a multiple of 4 (hack until
31349 everyone supports odd sizes correctly).
31351 2003-12-29 Colin Walters <walters@verbum.org>
31353 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31356 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31358 * ext/sndfile/gstsf.c: (gst_sf_loop):
31359 Fix warning about discarding const qualifier
31361 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31363 * gst/cutter/gstcutter.c:
31364 * gst/videoscale/gstvideoscale.c:
31365 * gst/volenv/gstvolenv.c:
31366 * gst-libs/gst/audio/audio.c:
31367 * gst-libs/gst/video/video.c:
31370 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31372 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31373 Don't send ALSA debugging to stderr.
31374 * ext/alsa/gstalsa.h:
31375 Use GST_WARNING instead of g_warning when ALSA functions fail.
31377 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31379 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31380 Free XVAdapterInfo correctly.
31382 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31384 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31385 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31386 Make id3tag use correct caps nego.
31388 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31390 * ext/ivorbis/vorbis.c:
31391 * ext/ivorbis/vorbisenc.h:
31392 * ext/ivorbis/vorbisfile.c:
31393 Modify so that it uses the new caps things
31395 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31397 * testsuite/spider/spider1.c: (main):
31398 * testsuite/spider/spider2.c: (main):
31399 * testsuite/spider/spider3.c: (main):
31400 Make tests compile again. They probably don't work.
31402 2003-12-24 Colin Walters <walters@verbum.org>
31404 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31405 we can't fixate the caps anymore.
31407 2003-12-23 David Schleef <ds@schleef.org>
31409 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31410 * sys/oss/gstosssink.c: (gst_osssink_init),
31411 (gst_osssink_sink_fixate): Add fixate function.
31413 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31415 * ext/ffmpeg/gstffmpegcodecmap.c:
31416 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31417 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31418 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31419 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31420 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31421 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31422 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31423 fix typo in RGB masks, and move back to "old" colorspace
31424 capsnego code until whoever wrote this new crap has actually
31425 tested it so that it works.
31426 And yes, this works, keep it that way please.
31428 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31430 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31431 (gst_divxdec_init), (gst_divxdec_negotiate):
31432 * ext/divx/gstdivxdec.h:
31433 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31434 (gst_divxenc_init):
31435 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31436 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31437 * ext/mpeg2enc/gstmpeg2enc.cc:
31438 * ext/mpeg2enc/gstmpeg2encoder.cc:
31439 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31440 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31441 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31442 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31443 (dxr3spusink_init):
31444 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31445 (dxr3videosink_init):
31446 Fix caps breakage after Dave's caps branch merge.
31448 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31450 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31451 Fix for 24bpp display.
31453 2003-12-23 Colin Walters <walters@verbum.org>
31455 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31456 a GnomeVFSHandle directly.
31458 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31460 * gst/volume/Makefile.am:
31461 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31462 (volume_base_init), (volume_init):
31463 Reenable volume element and fix to work with new caps stuff.
31464 Rhythmbox needs this.
31466 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31468 * gst/qtdemux/qtdemux.c: (plugin_init):
31469 qtdemux requires bytestream
31471 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31473 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31474 Fix remaining caps handling errors due to CAPS merge.
31476 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31478 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31479 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31480 (gst_faad_srcconnect):
31481 Port to new caps system.
31483 2003-12-21 Julien MOUTTE <julien@moutte.net>
31485 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31486 (got_video_size), (main): using g_print instead of g_message.
31487 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31488 signal which was not emitted because of "switch" element added to the
31489 bin but not connected. (Removing from the bin temporarily)
31491 2003-12-21 Julien MOUTTE <julien@moutte.net>
31493 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31494 find X development files. I don't understand the previous tests and
31495 they fail on my debian/ppc unstable. This one works.
31496 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31498 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31499 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31500 (gst_play_set_visualization): Add some safety checks in set_ methods
31501 and state_change. This was throwing some ugly CRITICAL messages when
31502 pipeline was getting disposed and casts were failing.
31504 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31507 Improve mpeg2enc detection. This is for distributions that do
31508 ship mjpegtools, but without mpeg2enc. Also does object check
31509 for might there ever be ABI incompatibility.
31510 * ext/mpeg2enc/gstmpeg2enc.cc:
31511 Add Andrew as second maintainer (he's helping me), and also add
31512 an error if no caps was set. This happens if I pull before capsnego
31513 and that's something I should solve sometime else.
31514 * gst/matroska/matroska-demux.c:
31515 (gst_matroska_demux_parse_blockgroup):
31517 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31518 (gst_matroska_mux_track_header):
31519 Add caps to templates.
31520 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31521 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31522 * gst/mpegstream/gstmpegdemux.c:
31523 Remove layer since it causes warnings about unfixed caps.
31524 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31525 Fix obvious typo (we error out if caps were set, we should of
31526 course error out if *no* caps were set).
31527 * sys/oss/gstosselement.c: (gst_osselement_convert):
31528 Fix format conversion, we confused bits/bytes.
31529 * sys/oss/gstosselement.h:
31530 Improve documentation for 'bps'.
31532 Remove stuff about plugins that need removing - this was done
31534 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31535 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31536 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31537 (gst_v4lsrc_src_query):
31538 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31539 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31540 Add get_query_types(), get_formats() and query() functions.
31542 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31544 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31545 * moved CVS to freedesktop.org